<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Best free PHP learning resources for beginners</title>
	<atom:link href="http://designblurb.com/beginner-php-learning-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://designblurb.com/beginner-php-learning-resources/</link>
	<description>Design Tutorials, Resources, Freebies, Links and Inspiration</description>
	<lastBuildDate>Fri, 16 Dec 2011 19:34:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Franklin Scharber</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-3255</link>
		<dc:creator>Franklin Scharber</dc:creator>
		<pubDate>Wed, 18 May 2011 11:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-3255</guid>
		<description>Great info thanks! What language is close to php as far as functionality and ease of use?</description>
		<content:encoded><![CDATA[<p>Great info thanks! What language is close to php as far as functionality and ease of use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Boyd</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2340</link>
		<dc:creator>Colin Boyd</dc:creator>
		<pubDate>Mon, 13 Sep 2010 23:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2340</guid>
		<description>The video tutorials on PHP where quite good, the downside was the screen size I found it very hard to focus on the topics being taught, shame, because the author was quite good. I&#039;ve seem some tutorials on PHP / MySQL on the infiniteskills.com website, these also where excellent and the screen size was far larger. Maybe if you could expand the screen a little next time.</description>
		<content:encoded><![CDATA[<p>The video tutorials on PHP where quite good, the downside was the screen size I found it very hard to focus on the topics being taught, shame, because the author was quite good. I&#8217;ve seem some tutorials on PHP / MySQL on the infiniteskills.com website, these also where excellent and the screen size was far larger. Maybe if you could expand the screen a little next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neha</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2319</link>
		<dc:creator>neha</dc:creator>
		<pubDate>Sun, 18 Jul 2010 04:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2319</guid>
		<description>i need a book of php for learning and understanding</description>
		<content:encoded><![CDATA[<p>i need a book of php for learning and understanding</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaclav Koyelka</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2301</link>
		<dc:creator>Vaclav Koyelka</dc:creator>
		<pubDate>Thu, 10 Jun 2010 10:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2301</guid>
		<description>DooPHP is bad framework. Benchmark is good, but look into api. this framework only rewrite clean PHP to objects, e.g.:
PHP: strlen($string)
DooPHP: String::length($string)

and if you look into content of function length in String class you will see: return strlen($string);

if you recommend framework, so you MUST have experience with it

But for my recommend, using framework as beginner is bad practice, because he need to learn language not framework.

if you want to build a house, you must have experience with building :-)</description>
		<content:encoded><![CDATA[<p>DooPHP is bad framework. Benchmark is good, but look into api. this framework only rewrite clean PHP to objects, e.g.:<br />
PHP: strlen($string)<br />
DooPHP: String::length($string)</p>
<p>and if you look into content of function length in String class you will see: return strlen($string);</p>
<p>if you recommend framework, so you MUST have experience with it</p>
<p>But for my recommend, using framework as beginner is bad practice, because he need to learn language not framework.</p>
<p>if you want to build a house, you must have experience with building :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmed</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2269</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Sun, 11 Apr 2010 15:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2269</guid>
		<description>thank you so much
it is so great</description>
		<content:encoded><![CDATA[<p>thank you so much<br />
it is so great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vickie</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2042</link>
		<dc:creator>vickie</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2042</guid>
		<description>In my opinion,  you can start learning PHP by selecting an appropriate framework to make you develop a site easily. I would recommend DooPHP because I saw their benchmark and demo, seems like the performance is much more faster than CakePHP, Yii and others.  I think you can see the benchmark comparison at http://doophp.com/benchmark</description>
		<content:encoded><![CDATA[<p>In my opinion,  you can start learning PHP by selecting an appropriate framework to make you develop a site easily. I would recommend DooPHP because I saw their benchmark and demo, seems like the performance is much more faster than CakePHP, Yii and others.  I think you can see the benchmark comparison at <a href="http://doophp.com/benchmark" rel="nofollow">http://doophp.com/benchmark</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nokadota</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-1994</link>
		<dc:creator>Nokadota</dc:creator>
		<pubDate>Fri, 24 Jul 2009 20:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-1994</guid>
		<description>I am working on enhancing my skillset so I can be more balanced as a designer/developer and I think this post has helped me immensely. CakePHP sounds like a nice framework as well, but being grounded in PHP first looks like the way to go.

Thanks a bunch for this post!</description>
		<content:encoded><![CDATA[<p>I am working on enhancing my skillset so I can be more balanced as a designer/developer and I think this post has helped me immensely. CakePHP sounds like a nice framework as well, but being grounded in PHP first looks like the way to go.</p>
<p>Thanks a bunch for this post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

