<?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; FREE PHP code</title>
	<atom:link href="http://rochakchauhan.com/blog/tag/free-php-code/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>Wed, 24 Aug 2011 08:19:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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. &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/ajax-file-uploader/feed/</wfw:commentRss>
		<slash:comments>328</slash:comments>
		</item>
		<item>
		<title>Google Hacks :: Search the Internet for certain files using Google</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/google-hacks-search-the-internet-for-certain-files-using-google/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/google-hacks-search-the-internet-for-certain-files-using-google/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:38:51 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Google Hacks]]></category>
		<category><![CDATA[PHP Classes]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=779</guid>
		<description><![CDATA[This class can be used to search the Internet for certain types of files. It accesses the Google Web search pages and submit search queries with special syntax to return lists of files of certain types. Currently it can perform searches for: music files, ebook files, video files, application program archives, and text font files. &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/google-hacks-search-the-internet-for-certain-files-using-google/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/google-hacks-search-the-internet-for-certain-files-using-google/feed/</wfw:commentRss>
		<slash:comments>342</slash:comments>
		</item>
		<item>
		<title>Google Currency Converter :: Convert currency amounts using Google searches</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/google-currency-converter-convert-currency-amounts-using-google-searches/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/google-currency-converter-convert-currency-amounts-using-google-searches/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:35:02 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Free Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Google Currency Converter]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=777</guid>
		<description><![CDATA[This class can be used to convert currency amounts using Google searches. It takes as parameters an amount in one currency and the target currency. The class sends an HTTP request to the Google search pages to retrieve the amount to the target currency. It can return the converted amount and the conversion rate from &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/google-currency-converter-convert-currency-amounts-using-google-searches/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/google-currency-converter-convert-currency-amounts-using-google-searches/feed/</wfw:commentRss>
		<slash:comments>437</slash:comments>
		</item>
		<item>
		<title>YouTube API :: Get the video download URL using the YouTube API</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:26:05 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[YouTube API]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=774</guid>
		<description><![CDATA[This class can be used to retrieve YouTube video details using the YouTube API. It accesses the YouTube GData API Web server and issues a request retrieve information about videos that match a given keyword. The class retrieves all the details of the matching videos like: titles, video URL for download in Flash or 3GPP &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/youtube-api-get-the-video-download-url-using-the-youtube-api/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Text To Image :: Render a text string as an image</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:15:05 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[Text To Image]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=769</guid>
		<description><![CDATA[This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size. It can take the text foreground and background color parameters by value or by name. The &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/text-to-image-render-a-text-string-as-an-image/feed/</wfw:commentRss>
		<slash:comments>411</slash:comments>
		</item>
		<item>
		<title>Test On Image :: Render text on image using images of letters</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/test-on-image-render-text-on-image-using-images-of-letters/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/test-on-image-render-text-on-image-using-images-of-letters/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:11:43 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download Free PHP Classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[Test On Image]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=767</guid>
		<description><![CDATA[This class can be used to render text on a background image. The letters of the text are made of graphics defined by separate image files. The letter image files can be loaded from a configurable directory. This way different text font images can be used. Download: http://www.phpclasses.org/browse/package/2836.html http://phpclasses.dmwtechnologies.com/browse/package/2836.html (mirror)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/test-on-image-render-text-on-image-using-images-of-letters/feed/</wfw:commentRss>
		<slash:comments>297</slash:comments>
		</item>
		<item>
		<title>Tag Cloud Generator :: Generate tag cloud from lists of links</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:07:47 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[Tag Cloud Generator]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=765</guid>
		<description><![CDATA[This package can be used to generate tag clouds from lists of links. It can take a list of links either as strings, arrays, or files in the CSV format. The class generates a tag cloud with different colors and sizes for each link according to the respective weight. Update: Now this version also enables &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/tag-cloud-generator-generate-tag-cloud-from-lists-of-links/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>PHP Yahoo Music API :: Search for music using the Yahoo Music API</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-yahoo-music-api-search-for-music-using-the-yahoo-music-api/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-yahoo-music-api-search-for-music-using-the-yahoo-music-api/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:59:56 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Classes]]></category>
		<category><![CDATA[PHP Yahoo Music API]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=761</guid>
		<description><![CDATA[This class can search for information about music and artists using the Yahoo Music API. It can send HTTP requests to the Yahoo Music API Web services server to perform several types of operation. Currently it can: Search for artists by name Get information about an artist Get the album releases of an artist Get &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/php-yahoo-music-api-search-for-music-using-the-yahoo-music-api/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-yahoo-music-api-search-for-music-using-the-yahoo-music-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Scroller :: Display text messages scrolling vertically</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-scroller-display-text-messages-scrolling-vertically/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-scroller-display-text-messages-scrolling-vertically/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:55:31 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP Classess]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Scroller]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=759</guid>
		<description><![CDATA[This class can be used to display text messages scrolling vertically. It generates the necessary HTML, Javascript and CSS to display several text messages in page that scrolls vertically. The messages stop scrolling while the user leaves the mouse pointer over the text and resumes scrolling when the user removes the mouse pointer. Demo: http://demo.dmwtechnologies.com/PHP/PhpScroller/ &#8230; <a class="read-excerpt" href="http://rochakchauhan.com/blog/2009/01/27/php-scroller-display-text-messages-scrolling-vertically/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-scroller-display-text-messages-scrolling-vertically/feed/</wfw:commentRss>
		<slash:comments>356</slash:comments>
		</item>
		<item>
		<title>PHP Obfuscator :: Obfuscate PHP as base64 encoded strings</title>
		<link>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/</link>
		<comments>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:47:19 +0000</pubDate>
		<dc:creator>rochakchauhan</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Download PHP classes]]></category>
		<category><![CDATA[FREE PHP code]]></category>
		<category><![CDATA[PHP Obfuscator]]></category>

		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=753</guid>
		<description><![CDATA[This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm. The generates script is saved to a file with a given name. Demo: http://demo.dmwtechnologies.com/PHP/PhpObfuscator/ Download: http://www.phpclasses.org/browse/package/4926.html http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)]]></description>
		<wfw:commentRss>http://rochakchauhan.com/blog/2009/01/27/php-obfuscator-obfuscate-php-as-base64-encoded-strings/feed/</wfw:commentRss>
		<slash:comments>485</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! -->
