GZip - Javascript code

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Can I use a JS file which was compressed with GZip in my Asp.Net
project?

What should I do to be able to use it?

Thanks,
Miguel
 
shapper said:
Hello,

Can I use a JS file which was compressed with GZip in my Asp.Net
project?

What should I do to be able to use it?

Thanks,
Miguel
Unzip it.

Use winrar.
 
Hello shapper,

see there
http://www.codeproject.com/aspnet/httpcompression.asp http://www.codeproject.com/csharp/JSCompress.asp


---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


s> Hello,
s>
s> Can I use a JS file which was compressed with GZip in my Asp.Net
s> project?
s>
s> What should I do to be able to use it?
s>
s> Thanks,
s> Miguel
 
Hello shapper,

see therehttp://www.codeproject.com/aspnet/httpcompression.asphttp://www.codeproject.com/csharp/JSCompress.asp

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

s> Hello,
s>
s> Can I use a JS file which was compressed with GZip in my Asp.Net
s> project?
s>
s> What should I do to be able to use it?
s>
s> Thanks,
s> Miguel

Hi,

Thanks!
I am working with ASP.NET 3.5 AJAX projects.

I was considering using a Javascript Library like JQuery or Prototype.

I didn't know if I could use their gzipped javascript files.

What do you think of using these libraries?

Any opinion would be great.

Thanks,

Miguel
 
Back
Top