<?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>Two Peas in a Pod &#187; php</title>
	<atom:link href="http://www.tobyandjoann.com/category/programming/php-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tobyandjoann.com</link>
	<description>The Pea Pod: About Us and Our Lives</description>
	<lastBuildDate>Sat, 05 May 2012 01:38:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Encode Email Address in WordPress Posts with a Shortcode</title>
		<link>http://www.tobyandjoann.com/2012/05/04/encode-email-address-in-wordpress-posts-with-a-shortcode/</link>
		<comments>http://www.tobyandjoann.com/2012/05/04/encode-email-address-in-wordpress-posts-with-a-shortcode/#comments</comments>
		<pubDate>Sat, 05 May 2012 01:07:45 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[pastebin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=1268</guid>
		<description><![CDATA[Placing an email address into a page is not a good idea in this day and age - actually for a number of years now - where harvest bots are trolling the Interwebs looking for nice juicy bits of data that can be passed onto those that like to send you SPAM messages. Fortunately, if [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2012/05/04/encode-email-address-in-wordpress-posts-with-a-shortcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion 9 running on Apache using WampServer</title>
		<link>http://www.tobyandjoann.com/2010/07/31/coldfusion-9-running-on-apache-using-wampserver/</link>
		<comments>http://www.tobyandjoann.com/2010/07/31/coldfusion-9-running-on-apache-using-wampserver/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 02:45:45 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tech related]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=841</guid>
		<description><![CDATA[I have created a detailed step-by-step to help you setup Adobe ColdFusion on a Windows machine using WampServer with Apache as the web server. This is what I use for a development environment, and I completely recommend this to you if you are a ColdFusion Developer in need of a development environment and want to [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2010/07/31/coldfusion-9-running-on-apache-using-wampserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force WordPress to use the Latest Version of jQuery</title>
		<link>http://www.tobyandjoann.com/2010/04/06/force-wordpress-to-use-the-latest-version-of-jquery/</link>
		<comments>http://www.tobyandjoann.com/2010/04/06/force-wordpress-to-use-the-latest-version-of-jquery/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 03:04:27 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=734</guid>
		<description><![CDATA[I was looking for a way to override the default version of jQuery that is being used in WordPress 2.9x and I came across this article that explains how to do this. It doesn't say in the article where you place this function, but I figured that I'd slide it into the functions.php in my [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2010/04/06/force-wordpress-to-use-the-latest-version-of-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Behavior with WordPress Pagination, Fix</title>
		<link>http://www.tobyandjoann.com/2009/08/09/strange-behavior-with-wordpress-pagination-fix/</link>
		<comments>http://www.tobyandjoann.com/2009/08/09/strange-behavior-with-wordpress-pagination-fix/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:16:52 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=493</guid>
		<description><![CDATA[I was creating a custom theme for a website that I work on - www.f1weekly.com - and I was getting some strange behavior with the default WordPress pagination. Using the standard code, as found in the &#34;default&#34; theme included with WordPress, I used the following code to create my pagination links in my templates: &#160; [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2009/08/09/strange-behavior-with-wordpress-pagination-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: PEAR Library and Plesk</title>
		<link>http://www.tobyandjoann.com/2009/05/31/php-pear-library-and-plesk/</link>
		<comments>http://www.tobyandjoann.com/2009/05/31/php-pear-library-and-plesk/#comments</comments>
		<pubDate>Sun, 31 May 2009 13:31:05 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=472</guid>
		<description><![CDATA[I was having an issue with setting up PEAR Library with PHP on my Linux box that runs Plesk, so after some research and a little help from the support team at HostMySite.com I came up with the following. To run PEAR you obviously have to have it installed, so once you have done that, [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2009/05/31/php-pear-library-and-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

