<?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; wordpress</title>
	<atom:link href="http://www.tobyandjoann.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tobyandjoann.com</link>
	<description>The Pea Pod: About Us and Our Lives</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:08:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using TortoiseGit and Dreamweaver</title>
		<link>http://www.tobyandjoann.com/2011/01/29/using-tortoisegit-and-dreamweaver/</link>
		<comments>http://www.tobyandjoann.com/2011/01/29/using-tortoisegit-and-dreamweaver/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 20:25:27 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tech related]]></category>
		<category><![CDATA[Toby]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=999</guid>
		<description><![CDATA[We have bee using Git to some extent at work (Mannix Marketing, Inc.) for a while, and I though that it was high time that I start to do the same at home on personal projects. Git is a FREE an open source, distributed version control system that is designed to handle everything from small to extremely [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2011/01/29/using-tortoisegit-and-dreamweaver/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>TEAM Charlotte: New Guestbook</title>
		<link>http://www.tobyandjoann.com/2009/03/12/team-charlotte-guestbook/</link>
		<comments>http://www.tobyandjoann.com/2009/03/12/team-charlotte-guestbook/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 05:22:27 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Charlotte]]></category>
		<category><![CDATA[hepatoblastoma]]></category>
		<category><![CDATA[general blog]]></category>
		<category><![CDATA[guestbook]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=377</guid>
		<description><![CDATA[We have added a guestbook to the blog which will allow visitors to the website leave messages for both&#160;Charlotte or Mommy and Daddy (or all of us!) You can reach this new page at http://www.tobyandjoann.com/charlotte/guestbook/ or through the main navigation for the TEAM&#160;Charlotte website on http://www.tobyandjoann.com/charlotte/ Please stop by and let us know that you [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2009/03/12/team-charlotte-guestbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting into it&#8230;</title>
		<link>http://www.tobyandjoann.com/2008/12/23/getting-into-it/</link>
		<comments>http://www.tobyandjoann.com/2008/12/23/getting-into-it/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 04:10:50 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tobyandjoann.com/?p=55</guid>
		<description><![CDATA[...with this WordPress stuff.  I've added some new plugins that will allow some cooler stuff on the front end of the site.  And I'm moving the main domain to point to the blog.  I'm dumping the old site, and we're going to go with this one only! Let us know what you think.  I'm trying [...]]]></description>
		<wfw:commentRss>http://www.tobyandjoann.com/2008/12/23/getting-into-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

