<?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>ben-huddleston.com &#187; PHP</title>
	<atom:link href="http://www.ben-huddleston.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ben-huddleston.com</link>
	<description>Website of Ben Huddleston - right now it's mainly a playground for testing Wordpress plugins.</description>
	<lastBuildDate>Thu, 12 Nov 2009 13:08:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RS Category Feeds WordPress Plugin</title>
		<link>http://www.ben-huddleston.com/wordpress/rs-category-feeds-wordpress-plugin/</link>
		<comments>http://www.ben-huddleston.com/wordpress/rs-category-feeds-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 07:04:49 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.redwingstudio.com/2007/10/02/rs-category-feeds-wordpress-plugin/</guid>
		<description><![CDATA[I&#39;ve recently created a WordPress plugin to list feeds by category that I thought I&#39;d share with the world.&#160; Basically, rather than having only one feed url that shows all of your posts, this plugin allows people to subscribe to only the categories they want to receive updates from via RSS. The code is based [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/wordpress/rs-category-feeds-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ad In Content WordPress Plugin (Beta)</title>
		<link>http://www.ben-huddleston.com/wordpress/ad-in-content/</link>
		<comments>http://www.ben-huddleston.com/wordpress/ad-in-content/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 13:29:00 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.redwingstudio.com/2007/08/02/ad-in-content/</guid>
		<description><![CDATA[I&#8217;ve developed a WordPress Plugin that allows an author to insert ads within content of their posts.  You could really use it to insert whatever code you wanted within your posts. NOTE: this is a beta plugin and I have not done extensive testing with it. Use at your own risk. Has been tested [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/wordpress/ad-in-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Contact Form with PHP Fallback</title>
		<link>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/</link>
		<comments>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 04:03:01 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=106</guid>
		<description><![CDATA[First off, the large portion of the code for this little script was written by other folks, so let me give a shout out to them.&#160; I used the FormProcessor.class.php file from Simon Willison&#39;s excellent &#34;Easier form validation with PHP &#34; script which I modified slightly (modified file available here: http://www.minc.info/ajaxcontact/FormProcessor.class.phps ). The javascript pre-validation [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>User only/protected pages in WordPress</title>
		<link>http://www.ben-huddleston.com/coding/user-onlyprotected-pages-in-wordpress-2/</link>
		<comments>http://www.ben-huddleston.com/coding/user-onlyprotected-pages-in-wordpress-2/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 03:53:21 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.redwingstudio.com/2007/04/05/user-onlyprotected-pages-in-wordpress-2/</guid>
		<description><![CDATA[Here is some fairly simple code for restricting pages only to logged in users in WordPress. Just give me the code &#124; 

First, you have to set up a template for the page.  You create templates for pages by adding some code at the top of the page, like so:
&#60; ? php /* Template [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/coding/user-onlyprotected-pages-in-wordpress-2/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>AJAX Contact Form with PHP Fallback</title>
		<link>http://www.ben-huddleston.com/php/ajax-contact-form-with-php-fallback-2/</link>
		<comments>http://www.ben-huddleston.com/php/ajax-contact-form-with-php-fallback-2/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 04:20:41 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.redwingstudio.com/2007/04/05/ajax-contact-form-with-php-fallback/</guid>
		<description><![CDATA[I combined three methods into one overall contact form.  It uses an AJAX contact form if people have javascript enabled, and defaults back to the PHP form if they don&#8217;t.  And it pre-validates the data to warn users about input that will get rejected by the contact form before they submit via javascript.
Note [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/php/ajax-contact-form-with-php-fallback-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Session Based Stylesheet Color Changes in WordPress</title>
		<link>http://www.ben-huddleston.com/wordpress/session-based-stylesheet-color-changes-in-wordpress/</link>
		<comments>http://www.ben-huddleston.com/wordpress/session-based-stylesheet-color-changes-in-wordpress/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 00:27:46 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.redwingstudio.com/2007/03/23/session-based-stylesheet-color-changes-in-wordpress/</guid>
		<description><![CDATA[**NOTE**This site does not use this code so please don&#8217;t expect to see it in action here. If you would like to see an example, please visit http://www.jessicarstrickland.com/photographers/
The basic premise for this is that a client wanted the colors of the site to change at random when people visited her site but not change on [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/wordpress/session-based-stylesheet-color-changes-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
