Monthly Archives: August 2007

YUI Compressor Version 2.1 Now Available

This new version of the compressor fixes a few bugs and optimizes string concatenations. You can now keep your code nicely formatted by concatenating string literals, but not suffer any performance hit. For example, the following code: var url = … Continue reading

Posted in Web Development | 29 Comments

YUI Compressor Version 2.0 Now Available

I am very pleased to announce the release of version 2.0 of the YUI Compressor. In addition to fixing several bugs and implementing a few enhancements suggested by the community, I also integrated Isaac Schlueter‘s regular expression based CSS minifier. … Continue reading

Posted in Web Development | 36 Comments

Gzip Your Minified JavaScript Files

Today, I found out that the good folks behind jQuery were using Packer, another great JavaScript compression utility by Dean Edwards, to distribute their compressed version of the library. The result: an amazingly small 21KB download! My first thought was: … Continue reading

Posted in Web Development | 51 Comments

YUI Compressor Version 1.1 Now Available

The release of the YUI Compressor last week has generated a lot of buzz and excitement throughout the web development community. Actually, after receiving so much great feedback, I felt compelled to issue a minor update as soon as possible … Continue reading

Posted in Web Development | 10 Comments

Introducing the YUI Compressor

Is there a need for a new JavaScript minifier? According to Yahoo!’s Exceptional Performance Team, 40% to 60% of Yahoo!’s users have an empty cache experience and about 20% of all page views are done with an empty cache (see … Continue reading

Posted in Web Development | 69 Comments

YUI-based Image Magnifier Widget

I wrote a prototype YUI-based image magnifier widget that makes use of VML on Internet Explorer and the Canvas tag on all the other A-grade browsers. Attached is a screenshot. To instantiate the widget, include the following source files in … Continue reading

Posted in Web Development | 4 Comments