Tuesday, December 15, 2009

CSS and Javascript Packing

While developing web applications, we use CSS and JS files. Now when the page opens, these get downloaded to the client side and take time doing so. Our aim should be that the size of these CSS/ JS files should be minimum so that the page opens up quickly. Here are a few links which help packing up these files.

1. Javascript Packing: http://dean.edwards.name/packer/
2. CSS Packing: http://www.cssdrive.com/index.php/main/csscompressor/

Amazing sites. Try the Base62 encode and shrink variable option in JS packing for better results.

No comments:

Post a Comment