CSS sprites is a technique used to minimize the number of external image downloads required for a web page to load completely. If you aren't already aware of the technique, refer to this excellent article by Dave Shea. Now when you get excited by this
Read More...
Attachment(s): ToolWithDemo.zip
Now, if you have by any chance worked on page load optimizations, you would know how costly each resource download is. The more the number of external resources that you refer to, the more the time it takes for the page load to complete. Typically, web
Read More...
Attachment(s): JsCssUpdated.zip