Categories
Tags → File Compression

Enabling Gzip and Deflate HTTP Compression in ASP.NET pages

This tutorial will help you setup HTTP Gzip and Deflate compression in your ASP.NET web application. We will make use of an ASP.NET web application life cycle event in Global.asax file to achieve that. The code is very simple to understand.
DETAILS

File Upload && Compression in ASP.Net

This article will show you how to upload a file to the web server and compress it using the compression methods provided in .Net. I will use the open source compression method to compress to a .gz file. The method is available in System.IO.Compression.
DETAILS

PHP && File Compression/Archiving techniques

PHP has some very easy, simple yet powerful, extensions for file compression support. zip, gZip, bZip2, LZF libraries are popular extensions with php. Each one is actually a different compression format... all of them have their own algorithms to com...
DETAILS

CSS AutoLoad

CSS AutoLoad processes the @import keyword server-side instead of client-side. In this manner, website authors can easily create and load a CSS framework into all pages with a single stylesheet include, no matter how many .css files are in use. ...
DETAILS

Page:
©2019 A--9.com