Browse by Tags

Using YUI Compressor with eval
16 June 09 08:16 AM | jacobl | 0 Comments   
YUI Compressor is an excellent JavaScript minifier and obfuscator. But every good thing comes with its compromises. While this tool prides itself on getting some of the best minification numbers I've seen, it's also very reliable. Your code gets smaller Read More...
Filed under: , ,
A Note Regarding YUI and the WebImageViewer
21 July 08 08:50 AM | jacobl | 0 Comments   
When developing two of my applications for 31 Apps in 31 Days ( here and here ), I discovered an issue with using YUI with our WebImageViewer. The script tag that references the YUI js files must be inside the main form element. If it is not, the DOM Read More...
Filed under: , , , ,