<?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>Blueberryware &#187; PHP</title>
	<atom:link href="http://blueberryware.net/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://blueberryware.net</link>
	<description>Adam Hunter's PHP Playground</description>
	<lastBuildDate>Wed, 18 Mar 2009 12:51:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Array of States</title>
		<link>http://blueberryware.net/2009/01/28/php-array-of-states</link>
		<comments>http://blueberryware.net/2009/01/28/php-array-of-states#comments</comments>
		<pubDate>Wed, 28 Jan 2009 20:15:17 +0000</pubDate>
		<dc:creator>Adam Hunter</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blueberryware.net/?p=298</guid>
		<description><![CDATA[This site has a preprinted PHP array of US states.  Its very handy when you need to add a state selector to your application.  Just thought I&#8217;d share that tidbit.
]]></description>
		<wfw:commentRss>http://blueberryware.net/2009/01/28/php-array-of-states/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Spam Protection</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection</link>
		<comments>http://blueberryware.net/2008/09/14/email-spam-protection#comments</comments>
		<pubDate>Sun, 14 Sep 2008 19:06:44 +0000</pubDate>
		<dc:creator>Adam Hunter</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://blueberryware.net/?p=120</guid>
		<description><![CDATA[The email spam protection will convert the shortcode [ escapeemail email="email@address.com" ] to 
&#60;script type="text/javascript"&#62;
eval(unescape('%64%6f%63%75%6d%65%6e%74%
2e%77%72%69%74%65%28%27%3c%61%20%68%
72%65%66%3d%22%6d%61%69%6c%74%6f%3a%
65%6d%61%69%6c%40%61%64%64%72%65%73
%73%2e%63%6f%6d%22%3e%65%6d%61%69%6c
%20%61%74%20%61%64%64%72%65%73%73%
20%64%6f%74%20%63%6f%6d%3c%2f%61%3e%27%29'))
&#60;/script&#62;
which writes email at address dot com into your post.
Based on the email obfuscation found at http://twitter.com/help/contact
You can download this plugin here.
If you don&#8217;t want the plugin (or don&#8217;t have WordPress) you can generate the code for yourself: Email Spam Protection
]]></description>
		<wfw:commentRss>http://blueberryware.net/2008/09/14/email-spam-protection/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>PHP Output Buffering</title>
		<link>http://blueberryware.net/2008/09/04/php-output-buffering</link>
		<comments>http://blueberryware.net/2008/09/04/php-output-buffering#comments</comments>
		<pubDate>Fri, 05 Sep 2008 03:26:49 +0000</pubDate>
		<dc:creator>Adam Hunter</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blueberryware.net/?p=13</guid>
		<description><![CDATA[Some of the coolest functions available in PHP are the output buffering functions.  If you are reading this, you probably have some idea of how web php pages are delivered from the server to the client, but if you don&#8217;t, here is a quick recap:

User requests any web page
The web server receives and interprets the request
The [...]]]></description>
		<wfw:commentRss>http://blueberryware.net/2008/09/04/php-output-buffering/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
