<?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</title>
	<atom:link href="http://rochakchauhan.com/blog/tag/download/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, 03 May 2012 11:48:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP Keyword Analyser</title>
		<link>http://rochakchauhan.com/blog/2009/03/09/php-keyword-analyser/</link>
		<comments>http://rochakchauhan.com/blog/2009/03/09/php-keyword-analyser/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:07:17 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Free source code]]></category>
		<category><![CDATA[PHP Class]]></category>
		<category><![CDATA[PHP Keyword Analyser]]></category>
		<category><![CDATA[SEO Tool]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=820</guid>
		<description><![CDATA[This can be used to find out how a site ranks in Google for a keyword. It can access Google search pages to perform a search for a given keyword. The class check the first 10 pages of results and check whether any pages of a given site appear in the results. It returns the &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/03/09/php-keyword-analyser/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This can be used to find out how a site ranks in Google for a keyword. It can access Google search pages to perform a search for a given keyword. The class check the first 10 pages of results and check whether any pages of a given site appear in the results.<br />
It returns the first position the given site appears in the result pages.</strong></p>
<p><strong>Demo: </strong></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/PhpKeywordAnalyser/" target="_blank">http://demo.dmwtechnologies.com/PHP/PhpKeywordAnalyser/</a></li>
</ul>
<p><strong>Download: </strong></p>
<ul>
<li><a title="Ajax Grid" href="http://www.phpclasses.org/browse/package/2828.html" target="_blank">http://www.phpclasses.org/browse/package/5209.html<br />
</a></li>
<li><a title="Ajax Grid" href="http://phpclasses.dmwtechnologies.com/browse/package/2828.html" target="_blank"></a> <a href="http://phpclasses.dmwtechnologies.com/browse/package/5209.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/5209.html</a> (mirror)</li>
</ul>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/03/09/php-keyword-analyser/feed/</wfw:commentRss>
		<slash:comments>542</slash:comments>
		</item>
		<item>
		<title>Create Sitemap :: Generate of map of the files of a directory in XML</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/create-sitemap-generate-of-map-of-the-files-of-a-directory-in-xml/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/create-sitemap-generate-of-map-of-the-files-of-a-directory-in-xml/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 10:06:19 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Create Sitemap]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[php clas]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=725</guid>
		<description><![CDATA[This class can be used to generate XML file with the map of the files from a directory. It traverses a given directory recursively and generate nested XML document that lists the names of all files and sub-directories contained in the input directory. Download: http://www.phpclasses.org/browse/package/2619.html http://phpclasses.dmwtechnologies.com/browse/package/2619.html (mirror)]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to generate XML file with the map of the files from a directory.<br />
It traverses a given directory recursively and generate nested XML document that lists the names of all files and sub-directories contained in the input directory.</strong></p>
<p><strong>Download: </strong></p>
<ul>
<li><a href="http://www.phpclasses.org/browse/package/2619.html" target="_blank">http://www.phpclasses.org/browse/package/2619.html</a></li>
<li><a href="http://phpclasses.dmwtechnologies.com/browse/package/2619.html" target="_self">http://phpclasses.dmwtechnologies.com/browse/package/2619.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/create-sitemap-generate-of-map-of-the-files-of-a-directory-in-xml/feed/</wfw:commentRss>
		<slash:comments>297</slash:comments>
		</item>
		<item>
		<title>AJAX Edit In Place :: Edit and save a paragraph of text in an HTML page</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/ajax-edit-in-place/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/ajax-edit-in-place/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 09:56:14 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[AJAX Edit In Place]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Class]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=649</guid>
		<description><![CDATA[This class can be used to edit and save a paragraph of text in an HTML page. It associates the necessary Javascript event handling code to turn a given paragraph in an HTML page into editable text when the user clicks on it.  When the user finishes editing the generated Javascript submit the paragraph text &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/ajax-edit-in-place/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to edit and save a paragraph of text in an HTML page.<br />
It associates the necessary Javascript event handling code to turn a given paragraph in an HTML page into editable text when the user clicks on it.  When the user finishes editing the generated Javascript submit the paragraph text to the Web server using AJAX request so it can be saved.</strong></p>
<p><em><strong>Demo:</strong></em></p>
<ul>
<li><a title="Online Demo" href="http://demo.dmwtechnologies.com/PHP/AjaxEditInPlace/" target="_blank">http://demo.dmwtechnologies.com/PHP/AjaxEditInPlace/</a><em><strong><br />
</strong></em></li>
</ul>
<p><em><strong>Download: </strong></em></p>
<ul>
<li><a title="Ajax Edit In Place" href="http://www.phpclasses.org/browse/package/2801.html" target="_blank">http://www.phpclasses.org/browse/package/2801.html</a></li>
<li><a title="Ajax Edit In Place" href="http://phpclasses.dmwtechnologies.com/browse/package/2801.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2801.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/ajax-edit-in-place/feed/</wfw:commentRss>
		<slash:comments>400</slash:comments>
		</item>
		<item>
		<title>iCaptcha :: CAPTCHA validation asking questions about pictures</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/icaptcha/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/icaptcha/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 08:17:43 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[iCaptcha]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=708</guid>
		<description><![CDATA[This class can be used to implement a CAPTCHA validation method that asks questions about pictures to the user. It presents several images and asks the user to answer a question related to the pictures. Only one picture is the right answers. The user has to pick the right picture to pass the validation. The &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/icaptcha/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to implement a CAPTCHA validation method that asks questions about pictures to the user. It presents several images and asks the user to answer a question related to the pictures. Only one picture is the right answers. The user has to pick the right picture to pass the validation.</strong></p>
<p><strong>The class presents the question and pictures in a form with radio buttons associated to each picture to let the user pick the right picture that answers the question.  The information about the pictures that the user picks is stored in a MySQL database.</strong></p>
<p><strong>Demo:</strong></p>
<ul>
<li><a title="Online Demo" href="http://www.dmwtechnologies.com/icaptcha/" target="_blank">http://www.dmwtechnologies.com/icaptcha</a></li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a title="iCaptcha" href="http://www.phpclasses.org/browse/package/3960.html" target="_blank">http://www.phpclasses.org/browse/package/3960.html</a></li>
<li><a title="iCaptcha" href="http://phpclasses.dmwtechnologies.com/browse/package/3960.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/3960.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/icaptcha/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>HTML Generator :: Compose and output HTML documents programatically</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/html-generator/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/html-generator/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 08:13:39 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[HTML Generator]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=706</guid>
		<description><![CDATA[This class can be used to compose and output HTML documents programmatically. It provides means to compose an HTML document by adding tags and data to it The generated HTML code is fully compliant with W3 consortium HTML standards Download: http://www.phpclasses.org/browse/package/2545.html http://phpclasses.dmwtechnologies.com/browse/package/2545.html (mirror)]]></description>
			<content:encoded><![CDATA[<p><strong>This class can be used to compose and output HTML documents programmatically. It provides means to compose an HTML document by adding tags and data to it<br />
The generated HTML code is fully compliant with W3 consortium HTML standards</strong></p>
<p><strong>Download</strong>:</p>
<ul>
<li><a title="HTML Generator" href="http://www.phpclasses.org/browse/package/2545.html" target="_blank">http://www.phpclasses.org/browse/package/2545.html</a></li>
<li><a title="HTML Generator" href="http://phpclasses.dmwtechnologies.com/browse/package/2545.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2545.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/html-generator/feed/</wfw:commentRss>
		<slash:comments>356</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 &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/grep-simulator/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>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.<br />
It may also return the number of times that the search text string was found in a file.</strong></p>
<p><strong>Download</strong></p>
<ul>
<li><a title="Grep Simulator" href="http://www.phpclasses.org/browse/package/2260.html" target="_blank">http://www.phpclasses.org/browse/package/2260.html</a></li>
<li><a title="Grep Simulator" href="http://phpclasses.dmwtechnologies.com/browse/package/2260.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2260.html</a><strong> </strong>(mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/grep-simulator/feed/</wfw:commentRss>
		<slash:comments>286</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>
			<content:encoded><![CDATA[<p><strong>This class can determining country of the network of a given IP address looking up a simple text database file.<br />
It can also determine the path of an image file of the flag of a given country. </strong></p>
<p><strong>Download:</strong></p>
<ul>
<li><a title="Country from IP" href="http://www.phpclasses.org/browse/package/2363.html" target="_blank">http://www.phpclasses.org/browse/package/2363.html</a></li>
<li><a title="Country from IP" href="http://phpclasses.dmwtechnologies.com/browse/package/2363.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2363.html</a> (mirror)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/country-from-ip/feed/</wfw:commentRss>
		<slash:comments>418</slash:comments>
		</item>
		<item>
		<title>Calender Component :: Generate calendar for a given month</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/calender-component/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/calender-component/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 07:54:24 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Calender Component]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=695</guid>
		<description><![CDATA[This is a simple class that can be used to generate a calendar for a given month. It generates an HTML table that displays the days of one week per row. Download: http://www.phpclasses.org/browse/package/2754.html http://phpclasses.dmwtechnologies.com/browse/package/2754.html (mirror)]]></description>
			<content:encoded><![CDATA[<p><strong>This is a simple class that can be used to generate a calendar for a given month.</strong></p>
<p><strong>It generates an HTML table that displays the days of one week per row.</strong></p>
<p><strong>Download:</strong></p>
<ul>
<li><a title="Calender Component" href="http://www.phpclasses.org/browse/package/2754.html" target="_blank">http://www.phpclasses.org/browse/package/2754.html</a></li>
<li><a title="Calender Component" href="http://phpclasses.dmwtechnologies.com/browse/package/2754.html" target="_blank">http://phpclasses.dmwtechnologies.com/browse/package/2754.html</a> (mirror)<strong><br />
</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/calender-component/feed/</wfw:commentRss>
		<slash:comments>326</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
