file compression
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 311
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
file information
This example displays some useful file examples . Last accessed , last modified and when the file was created more>> This example displays some useful file examples . Last accessed , last modified and when the file was created<<less
Added: 2003-09-07 License: GPL Price: Free
2239 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
File Encoder 1.1
With File Encoder you can turn a text file by a character set into the one represented by another character set. You can display the converted file or download it. It contains a main converter function and an html framework site to make online more>> With File Encoder you can turn a text file by a character set into the one represented by another character set. You can display the converted file or download it. It contains a main converter function and an html framework site to make online conversions.<<less
Added: 2006-06-13 License: Freeware Price: $0.00USD
12 downloads
Other version of File Encoder
License:Freeware
@1 File Store
A file archive plus membership access system written using PHP + MySQL. The Master Administrator may create multiple folders containing subfolders. Files can be uploaded to these folders. Users who wi more>> A file archive plus membership access system written using PHP + MySQL. The Master Administrator may create multiple folders containing subfolders. Files can be uploaded to these folders. Users who wish to download the files need to register themselves as members (and get approved by the Administrator). Members can be assigned to different groups with each group having different access permission to different folders. Other features include multiple Sub-Administrator, email notification upon file upload and approval, various access logs, file extensions allowed, maximum filesize allowed etc.<<less
Added: 2005-10-07 License: Freeware Price: Free
1478 downloads
ASP File Manipulation
This article shows how easily we can handle file through asp. more>> This article shows how easily we can handle file through asp.<<less
Added: 2006-03-08 License: Freeware Price: Free
1329 downloads
Wap File sharing
Just upload your file using our site, then connect to us using wap, enter your file id and get it to your phone. And thats all! Upload wallpapers, music or games. more>> Just upload your file using our site, then connect to us using wap, enter your file id and get it to your phone. And thats all! Upload wallpapers, music or games.<<less
Added: 2006-04-15 License: Freeware Price: $0.00USD
15 downloads
File Catalog
The File Catalog Indexer is a command line application to create a hierarchical YAML representation of directories and files below a specified path. The File Catalog Viewer is a GUI that visualizes th more>> The File Catalog Indexer is a command line application to create a hierarchical YAML representation of directories and files below a specified path. The File Catalog Viewer is a GUI that visualizes the document as tree.<<less
Added: 2006-05-27 License: GPL Price: Free
1251 downloads
Free File Sharing
This is a free file hosting service provider that allows you to share files up to 30MB each (30 MB filesize limit), with optional file description.The free file upload site allows unlimited downloads and uploads (unlimited bandwidth), and seemingly all more>> This is a free file hosting service provider that allows you to share files up to 30MB each (30 MB filesize limit), with optional file description.The free file upload site allows unlimited downloads and uploads (unlimited bandwidth), and seemingly all filetypes.<<less
Added: 2006-10-26 License: Freeware Price: $0.00USD
16 downloads
Basic File Editor
Seems more and more people are wanting to edit files on-line. Also a common problem in on-line editors is the textarea because editors on-line use the same code, so it breaks the editor. This will add more>> Seems more and more people are wanting to edit files on-line. Also a common problem in on-line editors is the textarea because editors on-line use the same code, so it breaks the editor. This will address this problem be tricking the the online editor into thinking it did not in fact load a file.<<less
Added: 2005-01-31 License: Not Specified Price: Free
1759 downloads
PHP File Tree
PHP File Tree is a PHP function that generates a valid, XHTML nested list of the specified directory, subdirectories, and files. The script includes a JavaScript extension that makes the entire list e more>> PHP File Tree is a PHP function that generates a valid, XHTML nested list of the specified directory, subdirectories, and files. The script includes a JavaScript extension that makes the entire list expand and collapse dynamically. PHP File Tree is compatible with all major browsers, including IE6/7, Firefox, Safari, and Opera. Features include: - Produces valid, semantic XHTML - Degrades gracefully in browsers that don?t support JavaScript (entire list will still be displayed) - Fully customizeable with CSS - Ability to style file icons based on the extension - Easy to implement...one PHP include and a function call produces the entire list - JavaScript extension for dynamic effects is included with only one line of code<<less
Added: 2007-06-18 License: Other Free / Open Source License Price: Free
664 downloads
File manipulation (Part 1)
In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, r more>> In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existence of a file with the file_exists() function.file_exists() takes one element, which is a string representing an absolute or relative path to a file that might or might not be there.<<less
Added: 2006-11-28 License: Freeware Price: Free
1066 downloads
Other version of File manipulation
License:Freeware
PHP File Upload
This tutorial will allow you to have a basic file upload interface with a PHP backend. This tutorial is only for educational purposes and the final PHP file upload script is not robust nor secure enou more>> This tutorial will allow you to have a basic file upload interface with a PHP backend. This tutorial is only for educational purposes and the final PHP file upload script is not robust nor secure enough for a commercial solution.<<less
Added: 2005-08-12 License: Other Free / Open Source License Price: FreeAdditionalInfoWebSiteCopyrightedInformation
1690 downloads
AJAX file upload
Cross browser method to upload files (submit forms) using AJAX in only 1Kb of code. Tested in IE5.5+, FF1.0+, OP 8.0+ more>> Cross browser method to upload files (submit forms) using AJAX in only 1Kb of code. Tested in IE5.5+, FF1.0+, OP 8.0+<<less
Added: 2007-01-02 License: Freeware Price: FreeAdditionalInfoConsidersupportingwww.webtoolkit.infobyclickingthebannersonthatwebsite
760 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 file compression 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