backing up your files
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3866
Creating Word Files Online
ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what t more>> ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document.<<less
Added: 2006-10-05 License: Freeware Price: Free
1122 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
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
Stock Flash Files
Stock Flash Files is a web site that offers free stock flash files, also offers 100% ad revenue to all contributing members. more>> Stock Flash Files is a web site that offers free stock flash files, also offers 100% ad revenue to all contributing members.<<less
Added: 2008-05-15 License: Free Non-Commercial Price: $0.00USD
19 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
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
Creating Excel Files Online
ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what t more>> ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document. .<<less
Added: 2006-10-05 License: Freeware Price: Free
1126 downloads
Playing WAV files using Java
There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of mai more>> There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of main program). It is possible to use it in console or GUI Java programs for playing user notification sounds. There is also trivial RSS-feed checker, which plays various sounds on rss-feed update.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
1100 downloads
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
Uploading Image Files with PHP
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 cod 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 License Price: FreeAdditionalInfoFreearticlesolongasthepropersourceAllSyntax.comisreferenced.
564 downloads
Preloading MP3 files Actionscript 2
To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to more>> To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to track downloading progress of MP3 files.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
12 downloads
Attach files to your form mail using PHP
Creating a PHP form to get the data from user plus a file upload field to attach a file to the email. This is include an advanced HTML auto responder and auto redirect. more>> Creating a PHP form to get the data from user plus a file upload field to attach a file to the email. This is include an advanced HTML auto responder and auto redirect.<<less
Added: 2004-03-22 License: Freeware Price: $0.00USD
18 downloads
Best Flash Stock Files Site
Site that list only best flash stock files on one place more>> Best Flash Stock Files Site is designed as an interesing online place where you can surf, check and make comparision among flash files and other items from the most famous marketplaces avaiable on the internet nowaday. You can easily browse through categories, search and preview, or check prices for flash templates, preloaders, galleries, banner rotators, menus and buttons, mp3 players, backgrounds, special effects, animations, and other types of flash components. Site is still in phase of filling with data, so please be patient, and check back later for more stock files.<<less
Added: 2009-07-07 License: Freeware Price: $0.00USD
18 downloads
Creating files online in PHP
In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if youre new to PHP but have a knowl more>> In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if youre new to PHP but have a knowledge on other scripting languages like ASP, PHP is a comple language which has function to access file system. This means that PHP includes all libraries and functions to manage file system.<<less
Added: 2007-03-28 License: Freeware Price: Free
948 downloads
PHP Script Tips - Reading and Writing Files
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, readin more>> A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode. Special topics are: How To Append New Data to the End of a File? How To Read One Character from a File? How To Read a File in Binary Mode? How To Read Data from Keyborad (Standard Input)? How To Open Standard Output as a File Handle?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1277 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 backing up your 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