compression methods
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 438
Regular Expression Methods
Regular expression or RegEx may look like a simple function in an Ajax or JavaScript based application but itâ??s presence in these forms of applications is very importance since they help in screening the forms of data coming into the application. The more>> <<less
Added: 2009-05-11 License: Freeware Price: $0.00USD
14 downloads
Applets and Native Methods. 1.0
A guide to calling native methods from with in java applets. Explains how to overcome the sandbox restrictions and how to load native libraries when the applet starts. Also includes a brief introduction to the JNI. more>> A guide to calling native methods from with in java applets. Explains how to overcome the sandbox restrictions and how to load native libraries when the applet starts. Also includes a brief introduction to the JNI.<<less
Added: 2005-12-10 License: Freeware Price: $0.00USD
10 downloads
Other version of Applets and Native Methods.
License:Freeware
Dom Element methods reference
One page reference on the various DOM methods available on an HTML element. more>> One page reference on the various DOM methods available on an HTML element.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
14 downloads
JScript Examples : setDate Method 1
Following example displays usage of setDate method in JScript. setDate methods sets the numeric date of the Date object using local time. more>> Following example displays usage of setDate method in JScript. setDate methods sets the numeric date of the Date object using local time.<<less
Added: 2004-04-20 License: Freeware Price: $0.00USD
14 downloads
File Upload & Compression in ASP.Net 1
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. more>> 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.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
10 downloads
Gzip vs Deflate: Which is the faster HTTP compression method?
Gzip and Deflate are two popular HTTP compression methods. I ran a test in C# to figure out which one is faster and by how much. Read this article to see which won the speed test and how to implement Gzip and Deflate HTTP compression in your website. more>> Gzip and Deflate are two popular HTTP compression methods. I ran a test in C# to figure out which one is faster and by how much. Read this article to see which won the speed test and how to implement Gzip and Deflate HTTP compression in your website.<<less
Added: 2008-12-05 License: Free Non-Commercial Price: $0.00USD
14 downloads
PHP __set and __get Magic methods
Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get more>> Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get methods. In the case of a user class it may have setName, getName, setAge, getAge and so on. This can be time consuming to set up, change and maintain. The magic methods __set and __get provide a quick way to implement generic set and get methods.<<less
Added: 2008-08-08 License: Other Price: $0.00USD
15 downloads
Calling Flash Method from Javascript
A few examples on calling Flash Methods from javascript. There is also a previous section about passing parameters from javascript to flash. Example flash fla are available for download. more>> A few examples on calling Flash Methods from javascript. There is also a previous section about passing parameters from javascript to flash. Example flash fla are available for download.<<less
Added: 2003-08-06 License: Freeware Price: Free
2308 downloads
css & javascript file compression 1.0
Comments and whitespace characters are vital to enabling us to develop and maintain our web projects but they can also be a drain on our bandwidth when our projects move from development to production. This online tool allows comments and unnecessary more>> Comments and whitespace characters are vital to enabling us to develop and maintain our web projects but they can also be a drain on our bandwidth when our projects move from development to production. This online tool allows comments and unnecessary whitespace characters to be removed without breaking the functionality of the file. By using this tool you can get the most benefit from your available bandwidth.<<less
Added: 2006-08-03 License: Other Price: $0.00USD
14 downloads
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 form more>> 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 compress files, and some of them support mentioning which compression algorithm you want to use, while creating/opening a compressed file. We will look at some of the features of these libraries with reference to PHP.<<less
Added: 2007-07-27 License: Freeware Price: Free
530 downloads
JavaScript PHP Remote Method Library 0.9.1
This PHP5 class allows your Prototype JavaScript AJAX applications to natively call PHP methods and get data back as if the methods were written in JavaScript. I modeled this somewhat after AMFPHP for Flash remoting. I wanted to be able to simply write more>> This PHP5 class allows your Prototype JavaScript AJAX applications to natively call PHP methods and get data back as if the methods were written in JavaScript. I modeled this somewhat after AMFPHP for Flash remoting. I wanted to be able to simply write methods in a PHP class and then call them in JavaScript and not write any more code than that. This pretty much does that. You can see it in action at my website: http://onesandzeros.biz/j sphpremoting/<<less
Added: 2008-02-22 License: GPL Price: $0.00USD
10 downloads
CFX_JpegResize 1.0
This custom Cold Fusion tag can resize and scale JPG images. JPG compression can be modified on saving. Full instructions included. more>> This custom Cold Fusion tag can resize and scale JPG images. JPG compression can be modified on saving. Full instructions included.<<less
Added: 2002-06-19 License: Freeware Price: 0.00
11 downloads
Enabling Gzip and Deflate HTTP Compression in ASP.NET pages 1
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. more>> 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.<<less
Added: 2007-11-14 License: Free Non-Commercial Price: $0.00USD
15 downloads
Temperature Conversion in Java
This is a short program to convert temperatures between three different units of measurement: degrees Celcius, Fahrenheit and Kelvin. The conversion program contains methods which implement forumlae f more>> This is a short program to convert temperatures between three different units of measurement: degrees Celcius, Fahrenheit and Kelvin. The conversion program contains methods which implement forumlae for conversion and a few examples of how you can use these in your own programs.<<less
Added: 2006-01-04 License: Other Free / Open Source License Price: Free
1432 downloads
Xccessors 0.0.2
Xccessors (cross-browser accessors) is JavaScript shim that implements the legacy or standard methods for defining and looking up accessors (getters and setters) of objects. Xcessors Standard implements ECMAScript 5s (formerly 3.1) accessors standard more>> Xccessors (cross-browser accessors) is JavaScript shim that implements the legacy or standard methods for defining and looking up accessors (getters and setters) of objects. Xcessors Standard implements ECMAScript 5s (formerly 3.1) accessors standard (Object.defineProperty and Object.getOwnPropertyDescriptor) in browsers that support the legacy non-standard accessor methods. Everything behaves according to the ECMAScript 5 standard except the configurable, enumerable, and writable options. It is impossible to implement these options without native support for Object.defineProperty. The good news is that you are never going to use them if you are changing a JavaScript program from the legacy to standard methods. Xccessors Legacy implements the legacy accessor methods (object.__define[GS]etter__ and object.__lookup[GS]etter__) in browsers that support the standard ECMAScript 5 accessor methods.<<less
Added: 2009-02-03 License: Other Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above compression methods search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed