<?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>PHPDone</title>
	<atom:link href="http://www.phpdone.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpdone.com/blog</link>
	<description>Teach Yourself PHP</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:13:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>50 Free High Quality Web Templates</title>
		<link>http://www.phpdone.com/blog/2010/03/50-free-high-quality-web-templates/</link>
		<comments>http://www.phpdone.com/blog/2010/03/50-free-high-quality-web-templates/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:13:34 +0000</pubDate>
		<dc:creator>Waqas Hasan</dc:creator>
				<category><![CDATA[CSS & HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=126</guid>
		<description><![CDATA[http://www.noupe.com/css/50-free-high-quality-and-new-xhtmlcss-templates.html
Rating: 0.0/10 (0 votes cast)




		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Post this to MySpace
		
		
			Submit this to DesignFloat
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Email this to a friend?
		
		
			Suggest this article to ToMuse
		
		
			Subscribe [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2010/03/50-free-high-quality-web-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guess Gender ;-)</title>
		<link>http://www.phpdone.com/blog/2009/11/guess-gender/</link>
		<comments>http://www.phpdone.com/blog/2009/11/guess-gender/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 09:26:38 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Variables]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=124</guid>
		<description><![CDATA[Just a simple function to demonstrate the use of a few very simple but useful functions of PHP. This function simply accepts a parameter ($relation) and returns the &#8220;Gender (sex)&#8221; of the relationship.
Here&#8217;s the function:
function guessGender($relation)
{
 $gen = "";
 $relation = ucwords(strtolower($relation));
 $relations = array(
      "Male" =&#62; array("Husband", "Son", "Father", "Brother"),
      "Female" =&#62; array("Wife", "Daughter", [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/guess-gender/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem and Solution!</title>
		<link>http://www.phpdone.com/blog/2009/11/problem-and-solution/</link>
		<comments>http://www.phpdone.com/blog/2009/11/problem-and-solution/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 17:48:10 +0000</pubDate>
		<dc:creator>asim</dc:creator>
				<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=121</guid>
		<description><![CDATA[I found an interesting problem on net and as a noivce decided to solve it all by self with the help of PHP.
Problem:&#8221;If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the sum of [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=5.0" /></div><div>Rating: 5.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/problem-and-solution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple File Browser with Pictures Explorer</title>
		<link>http://www.phpdone.com/blog/2009/11/simple-file-browser-with-pictures-explorer/</link>
		<comments>http://www.phpdone.com/blog/2009/11/simple-file-browser-with-pictures-explorer/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:05:45 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Files Management]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=118</guid>
		<description><![CDATA[This simple file browser, written in PHP, is a very useful library of functions. This library provides basic functionality of file and directory browsing along with many configurable options.
However this is a basic version, and I just wrote it to use at a client&#8217;s website. I will be extending it more to provide other useful [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/simple-file-browser-with-pictures-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript</title>
		<link>http://www.phpdone.com/blog/2009/11/javascript/</link>
		<comments>http://www.phpdone.com/blog/2009/11/javascript/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:36:04 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=113</guid>
		<description><![CDATA[All about JavaScript and related to PHP also.
Rating: 0.0/10 (0 votes cast)




		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Post this to MySpace
		
		
			Submit this to DesignFloat
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Email this [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Designs</title>
		<link>http://www.phpdone.com/blog/2009/11/web-designs/</link>
		<comments>http://www.phpdone.com/blog/2009/11/web-designs/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:32:19 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[Web Designs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=111</guid>
		<description><![CDATA[Ready made designs, contributed from our members and from different volunteer resources. Information on good designs, techniques and many more&#8230;
Rating: 9.0/10 (3 votes cast)




		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=9.0" /></div><div>Rating: 9.0/<strong>10</strong> (3 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/web-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0</title>
		<link>http://www.phpdone.com/blog/2009/11/web-2-0/</link>
		<comments>http://www.phpdone.com/blog/2009/11/web-2-0/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:18:11 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=109</guid>
		<description><![CDATA[All about Web 2.0 &#8211; Standards, Implementation, Uses and etc.
Rating: 0.0/10 (0 votes cast)




		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Post this to MySpace
		
		
			Submit this to DesignFloat
		
		
			Share this on Facebook
		
		
			Tweet [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/web-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &amp; HTML</title>
		<link>http://www.phpdone.com/blog/2009/11/css-html/</link>
		<comments>http://www.phpdone.com/blog/2009/11/css-html/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:11:25 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[CSS & HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=105</guid>
		<description><![CDATA[All about CSS and HTML/XHTML will be posted under this category.
Rating: 10.0/10 (1 vote cast)




		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Post this to MySpace
		
		
			Submit this to DesignFloat
		
		
			Share this on [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/css-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding PHP inside HTML</title>
		<link>http://www.phpdone.com/blog/2009/11/embedding-php-inside-html/</link>
		<comments>http://www.phpdone.com/blog/2009/11/embedding-php-inside-html/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:19:08 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=77</guid>
		<description><![CDATA[Embed PHP code inside HTML to add some dynamic functionality to your pages.

Rating: 6.0/10 (1 vote cast)




		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Post this to MySpace
		
		
			Submit this to DesignFloat
		
		
			Share [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=6.0" /></div><div>Rating: 6.0/<strong>10</strong> (1 vote cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/embedding-php-inside-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Common Errors (Part 3)</title>
		<link>http://www.phpdone.com/blog/2009/11/common-errors-part-3/</link>
		<comments>http://www.phpdone.com/blog/2009/11/common-errors-part-3/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:17:28 +0000</pubDate>
		<dc:creator>Dr. Perl</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.phpdone.com/blog/?p=75</guid>
		<description><![CDATA[Common errors you may come across when programming, and the solutions.

Rating: 0.0/10 (0 votes cast)




		
			Submit this to Script &#38; Style
		
		
			Share this on Blinklist
		
		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Buzz up!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Post this to MySpace
		
		
			Submit this to DesignFloat
		
		
			Share this on [...]<br /><div><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.phpdone.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://www.phpdone.com/blog/2009/11/common-errors-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
