[jQuery] Re: gzip

2008-10-30 Thread dmlees
Bill, Thanks so much. My hosting service just told me that gzip is enabled, so I don't have to do anything but use the min version of the library. That's great. On Oct 29, 7:36 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > dmlees wrote on 10/29/2008 8:56 PM: > > > My web hosting service said they t

[jQuery] Re: gzip

2008-10-29 Thread Bil Corry
dmlees wrote on 10/29/2008 8:56 PM: > My web hosting service said they think gzip compression is enabled. You can check. Load your javascript file directly, then use Firebug > Net to inspect the headers, or the Web Developer add-on for Firefox use the "View Response Headers" -- either way, if

[jQuery] Re: gzip

2008-10-29 Thread dmlees
My web hosting service said they think gzip compression is enabled. Does that mean that all my javascript files are being gzipped on the server in such a way that when they get to my browser, they are processed correctly? If so, then I don't have to do anything to reduce the size of jquery 1.2.6 m

[jQuery] Re: gzip

2008-10-29 Thread chris thatcher
generally you dont actually gzip the js files, you enable gzip compression on the server and it does it automatically setting the appropriate headers on the http response so that the client knows to un-gzip. On Wed, Oct 29, 2008 at 3:02 PM, dmlees <[EMAIL PROTECTED]> wrote: > > I gzipped the lat