<?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:32:43 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:32:43 -0500</pubDate>
<item>
<title>Add simple comment functionality</title>
<pubDate>Thu, 01 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Add-simple-comment-functionality/73651</link>
<description>
<![CDATA[You can easily learn how to add comments functionality on your website. Comments are stored in file so no database is required.]]>
</description><guid>http://www.tutorialized.com/tutorial/Add-simple-comment-functionality/73651</guid>
</item>
<item>
<title>Replace a string in a text or php file and save it using php</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Replace-a-string-in-a-text-or-php-file-and-save-it-using-php/72844</link>
<description>
<![CDATA[Replace a string in a text or php file and save it using php,Replace a string in a text or php file and save it using php. A very simple example.Here test_file.php is the php file i am using to replac...]]>
</description><guid>http://www.tutorialized.com/tutorial/Replace-a-string-in-a-text-or-php-file-and-save-it-using-php/72844</guid>
</item>
<item>
<title>Export to excel in php with jquery</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Export-to-excel-in-php-with-jquery/69477</link>
<description>
<![CDATA[In this programming tutorial we will learn how to perform export to excel in php.In php there are various methods for this purpose. In this tutorial I will discuss the very basic method that will expo...]]>
</description><guid>http://www.tutorialized.com/tutorial/Export-to-excel-in-php-with-jquery/69477</guid>
</item>
<item>
<title>How to Work with PHP and FTP</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Work-with-PHP-and-FTP/69157</link>
<description>
<![CDATA[In this tutorial, our goal is to create an FTP class with PHP that is well written, useful, and expandable.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Work-with-PHP-and-FTP/69157</guid>
</item>
<item>
<title>Detailed Guide to fwrite() Operations</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Detailed-Guide-to-fwrite%28%29-Operations/66803</link>
<description>
<![CDATA[In this tutorial I will be deeply explaining in detail the many modes of the PHP function fwrite().  Yes, fwrite() is used to write data to files, however the way it is written to the file changes wit...]]>
</description><guid>http://www.tutorialized.com/tutorial/Detailed-Guide-to-fwrite%28%29-Operations/66803</guid>
</item>
<item>
<title>Lock a text database or file before writing data into it using php </title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Lock-a-text-database-or-file-before-writing-data-into-it-using-php-/66774</link>
<description>
<![CDATA[This simple tutorial shows how to lock a text database or file before writing data into it using php, usually when a developer uses text database instead of SQL or MYSQL or DB2 for his website, many w...]]>
</description><guid>http://www.tutorialized.com/tutorial/Lock-a-text-database-or-file-before-writing-data-into-it-using-php-/66774</guid>
</item>
<item>
<title>Simple SVN Commands Using PHP</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Simple-SVN-Commands-Using-PHP/66264</link>
<description>
<![CDATA[In this tutorial I will be demonstrating the ability to operate some basic functions of Subversion (SVN), a popular version control system, through PHP commands.  If you have not used SVN before, I hi...]]>
</description><guid>http://www.tutorialized.com/tutorial/Simple-SVN-Commands-Using-PHP/66264</guid>
</item>
<item>
<title>Multiple File Uploads with XHR and PHP</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Multiple-File-Uploads-with-XHR-and-PHP/65047</link>
<description>
<![CDATA[Upload multiple files in one go using HTML5 instead of Flash.]]>
</description><guid>http://www.tutorialized.com/tutorial/Multiple-File-Uploads-with-XHR-and-PHP/65047</guid>
</item>
<item>
<title>PHP file read howto</title>
<pubDate>Mon, 02 Nov 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-file-read-howto/63625</link>
<description>
<![CDATA[Reading from file is a general task in PHP. This article tries to summarize how to use PHP file read possibilities.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-file-read-howto/63625</guid>
</item>
<item>
<title>File Operations in PHP</title>
<pubDate>Mon, 02 Nov 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/File-Operations-in-PHP/63512</link>
<description>
<![CDATA[Today we will learn how to work with file operations using PHP. This is one of the most fundamental subjects of server side programming in general. Files are used in web applications of all sizes. So ...]]>
</description><guid>http://www.tutorialized.com/tutorial/File-Operations-in-PHP/63512</guid>
</item>
<item>
<title>Making a Custom PHP Templating System</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Making-a-Custom-PHP-Templating-System/63390</link>
<description>
<![CDATA[Push the limits of your PHP knowledge with this advanced tutorial. Implement techniques including object-oriented programming, regular expressions, and function currying to build a templating system f...]]>
</description><guid>http://www.tutorialized.com/tutorial/Making-a-Custom-PHP-Templating-System/63390</guid>
</item>
<item>
<title>Upload Images With MySQL</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Upload-Images-With-MySQL/61279</link>
<description>
<![CDATA[Ok, let’s continue with tutorial requests. This tutorial will cover uploading images to MySQL database. It will not be classic tutorial where I write everything and go through each step, but it will b...]]>
</description><guid>http://www.tutorialized.com/tutorial/Upload-Images-With-MySQL/61279</guid>
</item>
<item>
<title>CouchDB basics for PHP developers</title>
<pubDate>Sat, 05 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/CouchDB-basics-for-PHP-developers/57729</link>
<description>
<![CDATA[Take a look at CouchDB from a PHP developer's point of view, and learn how CouchDB gives you a document-based, schema-free, ad-hoc database with a flat address space. Learn how you can add CouchDB to ...]]>
</description><guid>http://www.tutorialized.com/tutorial/CouchDB-basics-for-PHP-developers/57729</guid>
</item>
<item>
<title>Video tutorial: How to allow users upload files from a web page to server with PHP</title>
<pubDate>Fri, 04 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Video-tutorial%3A-How-to-allow-users-upload-files-from-a-web-page-to-server-with-PHP/56947</link>
<description>
<![CDATA[In this post I will explain how to allow our visitors or site admin to upload files to our web server from a web page using html forms and php syntax. Sometimes we may want to let our visitors to uplo...]]>
</description><guid>http://www.tutorialized.com/tutorial/Video-tutorial%3A-How-to-allow-users-upload-files-from-a-web-page-to-server-with-PHP/56947</guid>
</item>
<item>
<title>PHP Tutorial (File Handling): Scratch Pad</title>
<pubDate>Thu, 03 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Tutorial-%28File-Handling%29%3A-Scratch-Pad/56326</link>
<description>
<![CDATA[Prerequisite     1. Knowledge of basic PHP syntax.  In this tutorial you will learn about     1. File Handling  Functions  We will be using 3 predefined functions for file handling     1. fopen: To op...]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Tutorial-%28File-Handling%29%3A-Scratch-Pad/56326</guid>
</item>
</channel>
</rss>
