<?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>NGCoders - Next Generation Coders &#187; PHP</title>
	<atom:link href="http://www.ngcoders.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ngcoders.com</link>
	<description>Personal Blog of Vikas Patial.</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:01:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Youtube video downloader script</title>
		<link>http://www.ngcoders.com/php/php-youtube-video-downloader-script</link>
		<comments>http://www.ngcoders.com/php/php-youtube-video-downloader-script#comments</comments>
		<pubDate>Wed, 17 Sep 2008 23:37:19 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=41</guid>
		<description><![CDATA[I was searching for a simple script which would allow me to download videos from youtube using php. I did find some implementation but only one of them worked and it used Pear. So here is a simple script to help you download videos from youtube. Allows you to download restricted  videos too by [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching for a simple script which would allow me to download videos from youtube using php. I did find some implementation but only one of them worked and it used Pear. So here is a simple script to help you download videos from youtube. Allows you to download restricted  videos too by logging into youtube.</p>
<p>The script is a simple youtube class which uses CURL. </p>
<p>Sample usage of the youtube class &#8211; </p>
<div class="code">
<p>  include(&#8216;curl.php&#8217;);<br />
  include(&#8216;youtube.php&#8217;);</p>
<p>  $tube = new youtube();</p>
<p>  // Only required for restricted videos<br />
  // $tube->username = &#8220;userid&#8221;;<br />
  // $tube->password = &#8220;password&#8221;;</p>
<p>  $download_link = $tube->get($_POST['url']);</p>
</div>
<p>New Version with much much more : <a href="http://www.ngcoders.com/downloads/freedown-downloader-video-downloader-script">FreeDown Downloader</a></p>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/php/php-youtube-video-downloader-script/feed</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
		<item>
		<title>PQuery &#8211; PHP and JQuery</title>
		<link>http://www.ngcoders.com/php/pquery-php-and-jquery</link>
		<comments>http://www.ngcoders.com/php/pquery-php-and-jquery#comments</comments>
		<pubDate>Wed, 10 Sep 2008 23:03:53 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[pquery]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=36</guid>
		<description><![CDATA[PQuery is a set of helper classes for JQuery JavaScript library.This library allows you to easily integrate AJAX , Effects and other JQuery functionality into your PHP scripts.IT has a small foot print and is compatible with PHP4 and PHP5.
PQuery Demos : PQuery Demos.
Documentation : PQuery Documentation .
License : MIT or GPL ( what ever [...]]]></description>
			<content:encoded><![CDATA[<p>PQuery is a set of helper classes for JQuery JavaScript library.This library allows you to easily integrate AJAX , Effects and other JQuery functionality into your PHP scripts.IT has a small foot print and is compatible with PHP4 and PHP5.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
Note: There is a file embedded within this post, please visit this post to download the file.
<p>PQuery Demos : <a href="http://www.ngcoders.com/pquery/">PQuery Demos</a>.</p>
<p>Documentation : <a href="http://www.ngcoders.com/pquery/user_guide/">PQuery Documentation</a> .</p>
<p>License : MIT or GPL ( what ever you wish to use )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/php/pquery-php-and-jquery/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>A new Cakephp based framework for my apps soon</title>
		<link>http://www.ngcoders.com/php/a-new-cakephp-based-framework-for-my-apps-soon</link>
		<comments>http://www.ngcoders.com/php/a-new-cakephp-based-framework-for-my-apps-soon#comments</comments>
		<pubDate>Sat, 23 Aug 2008 23:08:45 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=28</guid>
		<description><![CDATA[Since last year i have been working on lots of Web Application,During this time I have gone through many frameworks like Code Igniter , CakePHP , Symfony and RoR trying to find what will suit me best. RoR i learned and used a little but never got to using it in a release app , [...]]]></description>
			<content:encoded><![CDATA[<p>Since last year i have been working on lots of Web Application,During this time I have gone through many frameworks like Code Igniter , CakePHP , Symfony and RoR trying to find what will suit me best. RoR i learned and used a little but never got to using it in a release app , but i did learn a few of the cool stuff which RoR is famous for. CI i just found a little too simple but i still recommend it to beginners, Symfony was a configuration mess. So Cake PHP is what i was working on mostly , But when delivering Small applications to clients i found it a mess to deliver a 1 MB framework with a 30 kb of actual code. Actually coming  from an embedded systems background i like my work to be small , fast and do max possible in minimal code.</p>
<p>So i found another framework released by the author of Frog CMS , It was blazingly fast , really small ( 30 kb file ) and php5 with pdo.But i wanted php4 and php5 support and i was used to CakePHP and liked the way it worked. So i started writing my own thing based on the Light framework and modified API And directory structure to be more like cake among other things.  I hate to reinvent the wheel , but using truck tyres for a bicycle dosent really make sense and stripping these mammoths would have taken more time.</p>
<p>I have a basic framework ready and will base all my work on the new framework . For a start it has most basic features of cakePHP under &lt; 30k zipped.  Here are some of the features -</p>
<ul>
<li><strong>FAST</strong> &#8211; Really fast</li>
<li><strong>SMALL</strong> &#8211; Really small</li>
<li><strong>SIMPLE</strong> &#8211; Few API to get u started fast</li>
<li>Fully OO MVC Code</li>
<li>Almost Zero Configuration</li>
</ul>
<p>Before i release my framework as documentation is left and any advice any of you guys would like to give ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/php/a-new-cakephp-based-framework-for-my-apps-soon/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
