Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

Using sprites is a great way to reduce server requests, which will lead to overall site performance. There are a few online tools that help you generate sprites, both images and accompanying CSS, however if an image dimensions are changed or it is renamed, the whole site can get affected.

In order to avoid this mess I've read some people proposed certain naming conventions and even directory structure, that allows certain scripts to dynamically generate sprites and CSS.

Does anyone know more about this? I think this is a great idea and if there's a way to automate the process that would be very cool.

Why am I posting this here? Because it has to do with productivity tools, something start-ups rely on a lot.

Thanks.

share|improve this question
How does this relate to starting a business? – John Bogrand Nov 2 '10 at 17:45
It's more about running a business with limited resources... :) – usabilitest Nov 2 '10 at 18:35
1  
Not really on topic here, and not really Stack Overflow material either. Try Pro Webmasters, SuperUsers, or Doctype. There are various systems that can automate some of this, see fx github.com/​aberant/​css-spriter or spriteme.org – Jesper Mortensen Nov 2 '10 at 19:28

1 Answer

up vote 1 down vote accepted

Aptimize does a great job for CSS Automation for IIS7. I am sure there is a similar tool for Apache. This is a post that would be best on StackOverflow.com

share|improve this answer
Yes, you're probably right, the question is a bit tech-heavy. Thanks. – usabilitest Nov 2 '10 at 18:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.