<?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>Bit salad &#187; php</title>
	<atom:link href="http://ezbitz.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezbitz.com</link>
	<description>Practical stuff</description>
	<lastBuildDate>Sun, 30 Oct 2011 11:22:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to make an WordPress plugin from scratch</title>
		<link>http://ezbitz.com/2009/07/03/how-to-make-an-wordpress-plugin-from-scratch/</link>
		<comments>http://ezbitz.com/2009/07/03/how-to-make-an-wordpress-plugin-from-scratch/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 18:55:38 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=146</guid>
		<description><![CDATA[Create an empty php file. First of all we need to fill some plugin details that will appear on the plugins page: plugin name, description, author, version etc. For this example I&#8217;ve decided to make a small plugin that removes the links from comments. For this, we need to hook the wordpress function that displays [...]]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/07/03/how-to-make-an-wordpress-plugin-from-scratch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 tools a C/C++/C#/PHP programmer should never miss</title>
		<link>http://ezbitz.com/2009/05/13/10-tools-a-cccphp-programmer-should-never-miss/</link>
		<comments>http://ezbitz.com/2009/05/13/10-tools-a-cccphp-programmer-should-never-miss/#comments</comments>
		<pubDate>Wed, 13 May 2009 10:59:22 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=75</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/05/13/10-tools-a-cccphp-programmer-should-never-miss/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP: Simple upload image url to ImageShack</title>
		<link>http://ezbitz.com/2009/04/26/php-simple-upload-image-url-to-imageshack/</link>
		<comments>http://ezbitz.com/2009/04/26/php-simple-upload-image-url-to-imageshack/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 08:13:34 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[ImageShack]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=10</guid>
		<description><![CDATA[Here is a function you can use to directly upload url images to ImageShack. The function returns an associative array with 2 elements representing the ImageShack url of the image and of the thumbnail]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/04/26/php-simple-upload-image-url-to-imageshack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to format the XML document created using php</title>
		<link>http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/</link>
		<comments>http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 12:38:00 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[formatted xml]]></category>

		<guid isPermaLink="false">http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/</guid>
		<description><![CDATA[When using php DOMdocument to generate xml files, the output is sometimes messy and difficult to read by a human. To tell php to output a nicely formatted xml file use this code: $dom = new DOMDocument( &#8217;1.0&#8242;, &#8216;iso-8859-1&#8242; );$dom->formatOutput = true;&#8230;..&#8230;.. That&#8217;s all. Now when you are looking at the page source you&#8217;ll have [...]]]></description>
		<wfw:commentRss>http://ezbitz.com/2007/06/22/how-to-format-the-xml-document-created-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

