Re: [OT] Gzip compression of script files

2007-08-14 Thread Vijay Venkataraman
Hi Mike, Thanks for letting me know about this. I will take care to test it on slow machines. Vijay Mike Baroukh wrote: I had problems on IE where compression of gzip didn't works. On the first page load, we had javascript error. On the second page load, it works because the ungzipped file wa

Re: [OT] Gzip compression of script files

2007-08-14 Thread Vijay Venkataraman
Sebastin, Thanks for all the information and pointers. Hmm i didn't realize that i meddled with another thread. Group i am very sorry for the mistake. I just accomplished what i wanted, it was more of a bug that is why i didn't get it to work. I do understand that i can get it done this done

Re: [OT] Gzip compression of script files

2007-08-14 Thread Mike Baroukh
I had problems on IE where compression of gzip didn't works. On the first page load, we had javascript error. On the second page load, it works because the ungzipped file was in cache. If we clear browser cache, we have the error again ... It seems to happened It happend on slow machines. so, be

Re: [OT] Gzip compression of script files

2007-08-14 Thread Sebastian Kolbe
Hello, First of all: You should open a new thread for new questions. Answering to existing threads might conceal your message for most people. Anyway: Compressing javascript, css and other files is possible if the browser supports this. The simplest solution for this is to install a webserver (i.

[OT] Gzip compression of script files

2007-08-14 Thread Vijay Venkataraman
Hi, I have javascript/css files and looking at GZipping them and sending it to the browser. I am aware that i can do a GZip compression during runtime using a filters, by writing the content to GZipOutputStream. I am just wondering if it is possible to GZip these files during build time and th