<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For File Manipulation</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 01:33:23 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:33:23 -0500</pubDate>
<item>
<title>Unicode Tutorials</title>
<pubDate>Tue, 09 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Unicode-Tutorials/51437</link>
<description>
<![CDATA[This free Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself, an ideal tutorial guide for beginners. Topics include ASCII, char...]]>
</description><guid>http://www.tutorialized.com/tutorial/Unicode-Tutorials/51437</guid>
</item>
<item>
<title>scrrun.dll - Runtime classes for dictionary and file system</title>
<pubDate>Sat, 03 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/scrrun.dll---Runtime-classes-for-dictionary-and-file-system/12006</link>
<description>
<![CDATA[Microsoft Scripting Runtime DLL  This tutorial helps you understand: Microsoft provides one DLL, scrrun.dll, for both IIS Web server side scripting and IE Web browser client side scripting. scrrun.ddl...]]>
</description><guid>http://www.tutorialized.com/tutorial/scrrun.dll---Runtime-classes-for-dictionary-and-file-system/12006</guid>
</item>
<item>
<title>Write to a file with ASP and FSO</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Write-to-a-file-with-ASP-and-FSO/1911</link>
<description>
<![CDATA[This tutorial will show you how use the File Scripting Object to both write to and append to a text file.]]>
</description><guid>http://www.tutorialized.com/tutorial/Write-to-a-file-with-ASP-and-FSO/1911</guid>
</item>
<item>
<title>Delete a folder with ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Delete-a-folder-with-ASP/1912</link>
<description>
<![CDATA[For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This is just one of the things you can do with the File Scr...]]>
</description><guid>http://www.tutorialized.com/tutorial/Delete-a-folder-with-ASP/1912</guid>
</item>
<item>
<title>Last Updated</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Last-Updated/1913</link>
<description>
<![CDATA[A code snippet to display the last modified date for any given file dynamically. Every time the file is modified this info is written into the file. The FSO knows just how to read that for you.]]>
</description><guid>http://www.tutorialized.com/tutorial/Last-Updated/1913</guid>
</item>
<item>
<title>Open, Read and Create Files with ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Open%2C-Read-and-Create-Files-with-ASP/1915</link>
<description>
<![CDATA[This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.]]>
</description><guid>http://www.tutorialized.com/tutorial/Open%2C-Read-and-Create-Files-with-ASP/1915</guid>
</item>
<item>
<title>Auto-upload using IE+ADO without user interaction</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Auto-upload-using-IE%2BADO-without-user-interaction/1916</link>
<description>
<![CDATA[This article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. Full source code included.]]>
</description><guid>http://www.tutorialized.com/tutorial/Auto-upload-using-IE%2BADO-without-user-interaction/1916</guid>
</item>
<item>
<title>Searching Drives, Viewing and Downloading Files</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Searching-Drives%2C-Viewing-and-Downloading-Files/1918</link>
<description>
<![CDATA[This article illustrates some great uses of the File System Object. It shows how to choose a drive to search, and then builds a listbox of all the folders on that drive. Choose a folder and it builds ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Searching-Drives%2C-Viewing-and-Downloading-Files/1918</guid>
</item>
<item>
<title>ASP Form Input to HTML</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/ASP-Form-Input-to-HTML/1920</link>
<description>
<![CDATA[The author writes &quot;ASP has the ability to write .html or any other text based documents directly to a web server (You need to write the text output to a directory that has write authority). This ...]]>
</description><guid>http://www.tutorialized.com/tutorial/ASP-Form-Input-to-HTML/1920</guid>
</item>
<item>
<title>Working with Drives, Folders and Files using ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Working-with-Drives%2C-Folders-and-Files-using-ASP/1922</link>
<description>
<![CDATA[Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and more. Also provides detailed listing of all properties an...]]>
</description><guid>http://www.tutorialized.com/tutorial/Working-with-Drives%2C-Folders-and-Files-using-ASP/1922</guid>
</item>
<item>
<title>Link &amp; Display Text Files</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Link-%26-Display-Text-Files/1926</link>
<description>
<![CDATA[This example code demonstrates how to link and display text files within a single document in ASP. Using the title of the text files as hyperlinks, when clicked the file name, the full contents of the...]]>
</description><guid>http://www.tutorialized.com/tutorial/Link-%26-Display-Text-Files/1926</guid>
</item>
<item>
<title>Displaying HTML files from your ASP page</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Displaying-HTML-files-from-your-ASP-page/1927</link>
<description>
<![CDATA[Often you will need to display the contents of a file on your server. This article shows you what regular expressions to use to successfully display HTML, including automatically making any hyperlinks...]]>
</description><guid>http://www.tutorialized.com/tutorial/Displaying-HTML-files-from-your-ASP-page/1927</guid>
</item>
<item>
<title>Import CSV to HTML</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Import-CSV-to-HTML/1929</link>
<description>
<![CDATA[The author writes &quot;A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for ea...]]>
</description><guid>http://www.tutorialized.com/tutorial/Import-CSV-to-HTML/1929</guid>
</item>
<item>
<title>Access To HTML</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Access-To-HTML/1931</link>
<description>
<![CDATA[This short example will allow you to dynamically create &quot;static&quot; html documents from an Access data on your web server using Active Server Pages. Basically after reading the contents of the ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Access-To-HTML/1931</guid>
</item>
<item>
<title>Uploading Images using HTML and ASP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Uploading-Images-using-HTML-and-ASP/1935</link>
<description>
<![CDATA[This step-by-step 5-page tutorial teachs you how to allow image uploads to your site, using standard HTML and off-the-shelf ASP extensions.]]>
</description><guid>http://www.tutorialized.com/tutorial/Uploading-Images-using-HTML-and-ASP/1935</guid>
</item>
</channel>
</rss>
