gzip Tutorials, Tips & Tricks

Create ZIP Files in JavaScript

Create ZIP Files in JavaScript

Zip is a very useful file type if I must say most used. It is the most used file format for data compression and archiving. There are number utilities available to create/generate Zip file....

Enable GZIP compression in tomcat

Enable GZIP compression in tomcat

What is GZIP? It is a compression format created by Jean-Loup Gailly and Mark Adler. Version 0.1 was first publicly released on October 31, 1992. GZIP is based on the DEFLATE algorithm, which is...