[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Brandon Aaron
Cool. Thanks for sharing with the list. Minifying and gzip compression is my preferred solution. Using JSMin it gets down to about 36k and using mod_deflate it goes down to about 11k. However, the most interesting thing I read out of that article was that that claim, 40% to 60% of Yahoo!'s users

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Klaus Hartl
Brandon Aaron wrote: However, the most interesting thing I read out of that article was that that claim, 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. If that is true ... so much for that age old but it gets cached

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Geoffrey Knutzen
. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Tuesday, August 14, 2007 7:18 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: New Yahoo Minifier - YUI Compressor Cool. Thanks for sharing with the list. Minifying and gzip

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread R. Rajesh Jeba Anbiah
On Aug 14, 3:45 pm, Tane Piper [EMAIL PROTECTED] wrote: Today I came across this article via DZone: http://www.julienlecomte.net/blog/2007/08/13/introducing-the-yui-comp... The YUI Compressor is a new JavaScript minifier. snip FWIW, I still think, ESC http://www.saltstorm.net/depo/esc/

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
Unfortunately, that's Windows only (blrgh). At least with this being Java and using Rhino it's cross-platform. On 8/14/07, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: On Aug 14, 3:45 pm, Tane Piper [EMAIL PROTECTED] wrote: Today I came across this article via DZone:

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Dan G. Switzer, II
Today I came across this article via DZone: http://www.julienlecomte.net/blog/2007/08/13/introducing-the-yui-comp... The YUI Compressor is a new JavaScript minifier. snip FWIW, I still think, ESC http://www.saltstorm.net/depo/esc/ is better. The problem with any RegExp based solution

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Stephan Beal
On Aug 14, 7:02 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: The idea behind compression tools that use Rhino is they actually have the ability to parse the JS and really understand how the variables work--which allows for things such as more accurate variable replacement. While YUImin

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
Absolutly, that worried me at first about rhino, but It's great to see its already included. If anyone can work out how to included this in eclipse as a runnable program to compress the code, please share it - I tried myself, but I'm not familiar with its environment variables On 14/08/07,

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Stephan Beal
On Aug 14, 7:37 pm, Tane Piper [EMAIL PROTECTED] wrote: Absolutly, that worried me at first about rhino, but It's great to see its already included. If anyone can work out how to included this in eclipse as a runnable program to compress the code, please share it - I tried myself, but I'm