Welcome to MSDN Blogs Sign in | Join | Help

My experiments with .Net

This is where I log my learnings, hacks, surprises and frowns regarding .Net and associated technologies...

Syndication

Browse by Tags

All Tags » Performance   (RSS)
Automate packing multiple images into one and CSS generation
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...

Posted Saturday, June 23, 2007 5:40 AM by shivap | 3 Comments

Filed under:

Attachment(s): ToolWithDemo.zip

Combine CSS with JS and make it into a single download!
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...

Posted Tuesday, May 01, 2007 1:10 PM by shivap | 26 Comments


Attachment(s): JsCssUpdated.zip

Page view tracker