[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread Chris Jordan
Yeah, nothing bugs me more than when I'm searching for the answer to something on google only to come up with fifteen mailing list posts on the subject where the only answer is some smart-ass telling me to search google for it. :o/ On Wed, Oct 15, 2008 at 9:06 AM, Alex Weber <[EMAIL PROTECTED]> wr

[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread Alex Weber
Hmmm thanks :) I use YUI too for manual compression... I found this article while I was researching and I think it might interest you: http://www.tummblr.com/wordpress/minify-and-gzip-javascript-and-css-with-minimal-cpu-overhead/ Alex On Oct 15, 12:50 pm, tlphipps <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread tlphipps
Correct. We use yuimin to manuall compress/minify the original .js file. Then this script handles the gzip compression on-the-fly. I really wish we could do the yuimin on the fly as well, but we haven't found a good way to handle that. On Oct 15, 10:35 am, Alex Weber <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread Alex Weber
Thanks tlphipps, Your script is an example of "on-the-fly" compression right? Think I got it now! :) On Oct 15, 12:18 pm, tlphipps <[EMAIL PROTECTED]> wrote: > If you're using PHP on the backend, here is the solution we use: > > //define array that will hold an entry for each javascript file >

[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread tlphipps
If you're using PHP on the backend, here is the solution we use: On Oct 15, 10:12 am, "Chris Jordan" <[EMAIL PROTECTED]> wrote: > Yeah, nothing bugs me more than when I'm searching for the answer to > something on google only to come up with fifteen mailing list posts on the > subject where the

[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread Bil Corry
Alex Weber wrote on 10/15/2008 6:58 AM: > or if i enable mod_deflate it takes care of the gzipping? Mod_deflate: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html And mod_expires to cache the files on the browser for some duration (1 year is good): http://httpd.apache.or

[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread Alex Weber
lol tried that, had to wade through a lot of stuff but I guess I found my answers. if you knew it off the top of your head wouldn't hurt to just say it! =P thanks! -Alex On Oct 15, 9:23 am, MorningZ <[EMAIL PROTECTED]> wrote: > Answers to your questions, every single one of them > > http://www

[jQuery] Re: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread MorningZ
Answers to your questions, every single one of them http://www.google.com/search?q=gzip On Oct 15, 7:58 am, Alex Weber <[EMAIL PROTECTED]> wrote: > the recomendation out there is serve your JS "minified + gzipped" > > ok, i downloaded the YUI minified and use it to minify all my files > (