powerpoint files
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3554
Show Zip Files 1.0
A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file more>> A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file containing this script.<<less
Added: 2004-05-19 License: Freeware Price: 0.00
16 downloads
Other version of Show Zip Files
License:Freeware
WebAsyst Files 2.0
With WebAsyst Files you can store and share files on the Internet. UPLOAD: bulk uploader allows you to add multiple files with just one click. PUBLISH: get direct links to any file, selected files, or entire folder; create customizable WIDGETS and place more>> With WebAsyst Files you can store and share files on the Internet. UPLOAD: bulk uploader allows you to add multiple files with just one click. PUBLISH: get direct links to any file, selected files, or entire folder; create customizable WIDGETS and place them on your website or blog. SHARE and COLLABORATE: create accounts for other users and customize access rights to any folder (Read, Write or Full); you also can create user groups to easily manage permissions for multiple users. With WebAsyst Files you can keep your documents, MP3, videos, whatever other files online and make them available to share with family, friends and colleagues. Seamless installation on virtually any hosting. FREE signup to try on our host. $179 to get complete PHP scripts package. FREE upgrades for 1 year. 24/7 support.<<less
Added: 2004-12-04 License: Commercial Price: $0.00USD
16 downloads
Perl File Handling
This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files. more>> This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files.<<less
Added: 2007-05-24 License: Freeware Price: Free
917 downloads
Writing Form Data to Text Files
This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application. more>> This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application.<<less
Added: 2006-03-21 License: Freeware Price: $0.00USD
13 downloads
Checking Files Exists 1
If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is FileExists that we will use it now. more>> If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is FileExists that we will use it now.<<less
Added: 2004-01-24 License: Freeware Price: $0.00USD
11 downloads
PHP-iGrep File Search 1
This admin script let you search all files and directories under given path recursively for a case-insensitive string. Default path is script location. more>> This admin script let you search all files and directories under given path recursively for a case-insensitive string. Default path is script location.<<less
Added: 2009-04-22 License: Freeware Price: $0.00USD
12 downloads
Comparing two JVM cacert files 1
This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of certs, more>> This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of certs, along with there alias, entry, owner and valid dates is supplied at the URL.<<less
Added: 2006-05-23 License: Freeware Price: $0.00USD
12 downloads
Counting lines in text files
In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method. more>> In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.<<less
Added: 2007-03-28 License: Freeware Price: Free
945 downloads
Download files with cURL 1
A snippet that helps you download files from the web, with the use of the well known cURL library for php more>> A snippet that helps you download files from the web, with the use of the well known cURL library for php<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
68 downloads
Other version of Download files with cURL
License:Freeware
Creating Text files on server
In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on se more>> In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on server.<<less
Added: 2007-01-07 License: Freeware Price: Free
1027 downloads
Download free flash files
At ffiles.com you can download files for free: flash files, photoshop files, sound files. You can upload your own creation. Users can post comments and rate for each submission. Join us and post your more>> At ffiles.com you can download files for free: flash files, photoshop files, sound files. You can upload your own creation. Users can post comments and rate for each submission. Join us and post your content.Everything is free.<<less
Added: 2005-12-05 License: Freeware Price: Free
1431 downloads
PHP include file tutorial 1.0
In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code. more>> In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
11 downloads
Other version of PHP include file tutorial
License:Freeware
Online File Browser 0.1.4
Online file browser is a web application which facilitates management and sharing of server files. Features: * browsing file hierarchy, * files upload, * creation of directories, * creation of thumbnails for graphical files, * more>> Online file browser is a web application which facilitates management and sharing of server files. Features: * browsing file hierarchy, * files upload, * creation of directories, * creation of thumbnails for graphical files, * modification of text files, * creation of text files, * deletion of files and directories, * renaming of files and directories, * two modes (list, icons) of displaying content are supported, * includes basic authentication system.<<less
Added: 2006-04-17 License: Other Price: $0.00USD
14 downloads
Remote file copy script 1
You can copy files from remote site/server to your site. dont waste time to download and upload. its speed transferring files between 2 servers. more>> You can copy files from remote site/server to your site. dont waste time to download and upload. its speed transferring files between 2 servers.<<less
Added: 2008-06-20 License: Freeware Price: $0.00USD
15 downloads
Uploading Image Files with PHP 1.0
This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All code is provided. more>> This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All code is provided.<<less
Added: 2007-06-11 License: PHP Price: $0.00USD
10 downloads
Other version of Uploading Image Files with PHP
Price: FreeAdditionalInfoFreearticlesolongasthepropersourceAllSyntax.comisreferenced.
License:PHP License
License:PHP License
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 powerpoint files 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