<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rochak Chauhan::Unpredictably Exciting &#187; Download php Class</title>
	<atom:link href="http://rochakchauhan.com/blog/tag/download-php-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://rochakchauhan.com/blog</link>
	<description>Know your limits, but never stop trying to exceed them.</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:21:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AJAX Grid :: Edit and save table data without page refreshing</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/ajax-grid/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/ajax-grid/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 15:03:12 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[AJAX Grid]]></category>
		<category><![CDATA[Download php Class]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=661</guid>
		<description><![CDATA[This class can be used to edit and save data of table columns. It uses AJAX to save the changed table cells without refreshing the current page. The changed cells are saved by backend scripts that store the updated data in server side text files. Download: http://www.phpclasses.org/browse/package/2828.html http://phpclasses.dmwtechnologies.com/browse/package/2828.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/ajax-grid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX File Uploader :: Uploaded files without page reloading</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:12:52 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[AJAX File Uploader]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[FREE PHP code]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=656</guid>
		<description><![CDATA[This class can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page.  There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page. [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Encode And Optimize PHP :: Obfuscate and compact PHP source files</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/encode-and-optimize-php-obfuscate-and-compact-php-source-files/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/encode-and-optimize-php-obfuscate-and-compact-php-source-files/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 11:06:33 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[Encode And Optimize PHP]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=735</guid>
		<description><![CDATA[This class can obfuscate and compact PHP source code files. It can process a PHP source code file and replace characters in text strings by the corresponding hexadecimal representation, making the code harder to read and understand what it does. It can also compact the PHP source code files by eliminating comments, white spaces and [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/encode-and-optimize-php-obfuscate-and-compact-php-source-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Data to Graph :: Generate bar charts from arrays of data</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/data-to-graph-generate-bar-charts-from-arrays-of-data/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/data-to-graph-generate-bar-charts-from-arrays-of-data/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 10:58:26 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Data to Graph]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[FREE PHP code]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=729</guid>
		<description><![CDATA[This class can be used to generate bar charts from arrays of data.  It takes as parameters two arrays that define the values of the bars to display. It creates an image with a given width and height, displays the axis values and draws each of the chart bars. The resulting image is store in [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/data-to-graph-generate-bar-charts-from-arrays-of-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create File By Parsing Dir :: Create a CSV with a list of files of a directory</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/create-file-by-parsing-dir-create-a-csv-with-a-list-of-files-of-a-directory/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/create-file-by-parsing-dir-create-a-csv-with-a-list-of-files-of-a-directory/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 10:01:51 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Create File By Parsing Dir]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=723</guid>
		<description><![CDATA[This class can scan a given directory recursively and create a CSV file with the list of files with found in the directory that have file extensions of a given list. The CSV file uses a comma (,) as separator by default but it may use a different separator character. Download: http://www.phpclasses.org/browse/package/2350.html http://phpclasses.dmwtechnologies.com/browse/package/2350.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/create-file-by-parsing-dir-create-a-csv-with-a-list-of-files-of-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grep Simulator :: Search for text in files like the Unix grep tool</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/grep-simulator/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/grep-simulator/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 08:08:05 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[Grep Simulator]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=704</guid>
		<description><![CDATA[This class can be used to search for text within files like the Unix grep utility. The class can traverse a directory recursively and read files with given file name extensions to find the text to be searched. It may also return the number of times that the search text string was found in a [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/grep-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Country From IP :: Lookup the country of a given IP address</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/country-from-ip/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/country-from-ip/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 08:03:50 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Country from IP]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=701</guid>
		<description><![CDATA[This class can determining country of the network of a given IP address looking up a simple text database file. It can also determine the path of an image file of the flag of a given country. Download: http://www.phpclasses.org/browse/package/2363.html http://phpclasses.dmwtechnologies.com/browse/package/2363.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/country-from-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare Files :: Compare two text files and show different lines</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/compare-files/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/compare-files/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 07:58:30 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=697</guid>
		<description><![CDATA[This class can compare two text files, like for instance PHP, HTML, ASP, to determine which lines are different. It can also highlight the differences displaying the files in inline frames. Demo: http://demo.dmwtechnologies.com/PHP/CompareFiles/ Download: http://www.phpclasses.org/browse/package/2365.html http://phpclasses.dmwtechnologies.com/browse/package/2365.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/compare-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Archive Creator :: Take backup of files by copying to other directory</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/automatic-archive-creator/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/automatic-archive-creator/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 07:50:51 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Automatic Archive Creator]]></category>
		<category><![CDATA[Download php Class]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=693</guid>
		<description><![CDATA[This class can create backup copies of files in a given directory by copying the files to another directory. The origin directory to take the backup is traversed recursively. The class can copy only the files changed after a given date to minimize the time that the process will take after the first backup. Download: [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/automatic-archive-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Rating Counter :: AJAX based star rating system</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/ajax-rating-counter/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/ajax-rating-counter/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 07:47:23 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download php Class]]></category>
		<category><![CDATA[free php]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=691</guid>
		<description><![CDATA[This package can be used to implement a star rating system that uses AJAX to update the average rate without reloading the rate page after a user has voted.  It can display the current average rating between 1 to 10 using star icon images. A new rating submitted by an user is sent to the [...]]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/ajax-rating-counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
