<?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>The Code Cave &#187; WordPress</title>
	<atom:link href="http://thecodecave.com/category/tips-techniques-and-technologies/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodecave.com</link>
	<description>Cold storage before my best ideas melt away...</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:26:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>WordPress Security &#8211; a plugin done right.</title>
		<link>http://thecodecave.com/2010/06/22/wordpress-security-a-plugin-done-right/</link>
		<comments>http://thecodecave.com/2010/06/22/wordpress-security-a-plugin-done-right/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:49:24 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thecodecave.com/?p=769</guid>
		<description><![CDATA[It&#8217;s rare that I open the source code for a random plugin and see every recommended security measure taken. When looking at Chris Boyd&#8216;s plugin GeoLocation Plugin, I kept digging deeper and deeper and found he&#8217;d consistently covered everything. This plugin is a text book example of how to write a secure plugin. Since he [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2010/06/22/wordpress-security-a-plugin-done-right/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress DB Hacks: Determining the ID of a category parents</title>
		<link>http://thecodecave.com/2010/06/03/wordpress-db-hacks-determining-the-id-of-a-category-parents/</link>
		<comments>http://thecodecave.com/2010/06/03/wordpress-db-hacks-determining-the-id-of-a-category-parents/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 18:52:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thecodecave.com/?p=741</guid>
		<description><![CDATA[When manipulating WordPress databases for exports and merges, sometimes it is helpful to get a list of all of the parents for the categories your posts are in. For the import I am working on right now.  The category list is being flattened from 30 categories down to 5 categories. The blog has just over [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2010/06/03/wordpress-db-hacks-determining-the-id-of-a-category-parents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Beta 1 Released</title>
		<link>http://thecodecave.com/2009/05/17/now-on-wordpress-2-8-beta-1/</link>
		<comments>http://thecodecave.com/2009/05/17/now-on-wordpress-2-8-beta-1/#comments</comments>
		<pubDate>Sun, 17 May 2009 16:38:09 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/?p=617</guid>
		<description><![CDATA[While I was rolling around near comatose yesterday WordPress 2.8 beta 1 hit the streets. We plan to do a thorough review of this project on Thursday at the Ohio WordPress meetup here in Akron, Ohio. So, I figured it would would be a good time to run it officially here in The Code Cave. [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2009/05/17/now-on-wordpress-2-8-beta-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Quick Tip: Fixing the number of comments per post</title>
		<link>http://thecodecave.com/2009/01/07/fixing-wp-comments-per-post/</link>
		<comments>http://thecodecave.com/2009/01/07/fixing-wp-comments-per-post/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:01:05 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress PHP MySQL]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/wordpress-quick-tip-fixing-the-number-of-comments-per-post/</guid>
		<description><![CDATA[For various reasons, sometimes the number of comments shown under the title of the post may not match the number of actual comments displayed under the post. Here is a simple SQL statement that will resolve the issue: update `wp_posts` set comment_count = (select count(*) from wp_comments WHERE `comment_post_ID` = `ID` and comment_approved = '1') [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2009/01/07/fixing-wp-comments-per-post/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 &#8211; Causing waves on Mars: The XMLRPC controversy</title>
		<link>http://thecodecave.com/2008/06/26/wordpress-26-causing-waves-on-mars-the-xmlrpc-controversy/</link>
		<comments>http://thecodecave.com/2008/06/26/wordpress-26-causing-waves-on-mars-the-xmlrpc-controversy/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:31:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 2.6]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article505</guid>
		<description><![CDATA[WordPress 2.6 has been been trouble.&#160; There’s been confusion about whether it would be out in July or August.&#160; There was one date in the road map, and one in Trac.&#160; On Sunday night, Charles Stricklin and I recorded episode 43 of The WordPress Podcast and I stuck with the August date that was in [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2008/06/26/wordpress-26-causing-waves-on-mars-the-xmlrpc-controversy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tip Tuesday: Manipulating Graphics files for your blog</title>
		<link>http://thecodecave.com/2008/01/22/tip-tuesday-manipulating-graphics-files-for-your-blog/</link>
		<comments>http://thecodecave.com/2008/01/22/tip-tuesday-manipulating-graphics-files-for-your-blog/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 05:53:19 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Tips, Techniques and Technologies]]></category>
		<category><![CDATA[WINDOWS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article477</guid>
		<description><![CDATA[When working with graphics files on your blog, it is always smart to optimize their size for their targetted use. A simple corner picture does not need an original size of 8.1 mega pixels. On a windows machine, MS Paint can handle that sort of transformations, with a little pain and bloodshed. I&#8217;ve also written [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2008/01/22/tip-tuesday-manipulating-graphics-files-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminating duplicate WordPress content in Google</title>
		<link>http://thecodecave.com/2007/11/07/eliminating-duplicate-wordpress-content-in-google/</link>
		<comments>http://thecodecave.com/2007/11/07/eliminating-duplicate-wordpress-content-in-google/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 19:44:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[b5media]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article464</guid>
		<description><![CDATA[If you are at WordCamp 2007, one of the best sessions was Google&#8217;s own Matt Cutts discussion on optimizing your WordPress blog. You can see the whole presentation over on John Pozadzides site&#8217;s One Man&#8217;s Blog. Here is the link. You can see in Matt&#8217;s Whitehat SEO tips for bloggers slide show that one of [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/11/07/eliminating-duplicate-wordpress-content-in-google/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.2 or have your Admin PW stolen</title>
		<link>http://thecodecave.com/2007/05/24/upgrade-to-wordpress-22-or-have-your-admin-pw-stolen/</link>
		<comments>http://thecodecave.com/2007/05/24/upgrade-to-wordpress-22-or-have-your-admin-pw-stolen/#comments</comments>
		<pubDate>Fri, 25 May 2007 02:06:32 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[b5media]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article427</guid>
		<description><![CDATA[OK It&#8217;s been a couple days now and this news is only spreading. If you haven&#8217;t heard already, there is an attack out there that allows the Admin PW to be compromised for any WordPress 2.1 and 2.0 blog. Only 2.2 and the yet unreleased version of 2.0 are safe and it will stay that [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/05/24/upgrade-to-wordpress-22-or-have-your-admin-pw-stolen/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Feeling good on a Monday</title>
		<link>http://thecodecave.com/2007/05/14/feeling-good-on-a-monday/</link>
		<comments>http://thecodecave.com/2007/05/14/feeling-good-on-a-monday/#comments</comments>
		<pubDate>Mon, 14 May 2007 13:27:24 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Brian Layman]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[b5media]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article413</guid>
		<description><![CDATA[Starting week number three at b5media and things are really starting to click. I feel like I&#8217;ve settled in just a bit and I&#8217;m ready to get some real traction.  b5 is really growing and it&#8217;s great.  Over the last two weeks I&#8217;vehelped add a bunch of new sites to the network and we&#8217;ve got a [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/05/14/feeling-good-on-a-monday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.acaza.com/mediaplayer/1/wm_high.asx" length="207" type="video/x-ms-asf" />
		</item>
		<item>
		<title>Another good day</title>
		<link>http://thecodecave.com/2007/05/01/another-good-day/</link>
		<comments>http://thecodecave.com/2007/05/01/another-good-day/#comments</comments>
		<pubDate>Wed, 02 May 2007 03:00:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[b5media]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article377</guid>
		<description><![CDATA[Well, things went well today.   I added blogs to the  b5network, came to the rescue of some sites that were having trouble and got further into the infrastructure of b5. I also got added to the b5 team blog listing.  That instantly takes me up to over 135 blogs linking into me.  So that&#8217;s a nice [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/05/01/another-good-day/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sweet Linus Benedict Turvalds, I&#8217;m working from home!</title>
		<link>http://thecodecave.com/2007/04/30/sweet-linus-benedict-turvalds-im-working-from-home/</link>
		<comments>http://thecodecave.com/2007/04/30/sweet-linus-benedict-turvalds-im-working-from-home/#comments</comments>
		<pubDate>Tue, 01 May 2007 03:50:49 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Borland]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article376</guid>
		<description><![CDATA[Long time readers of mine my might have had a suspicion.  You see when I have something big that I can&#8217;t talk about, I get severe writers block.  I can&#8217;t talk about what I want to talk about so I go from a one to two quality post a day period down to NOTHIN&#8217; for three [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/04/30/sweet-linus-benedict-turvalds-im-working-from-home/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Techno-sailing through WordPress FAQs</title>
		<link>http://thecodecave.com/2007/04/05/techno-sailing-through-wordpress-faqa/</link>
		<comments>http://thecodecave.com/2007/04/05/techno-sailing-through-wordpress-faqa/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 00:59:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article371</guid>
		<description><![CDATA[Aaron Brazell is in the middle of a GREAT series on how to enhance WordPress.  He&#8217;s been going through several of the questions that have been presented to b5media&#8216;s support forum.  I&#8217;ve found his solution for Category Based Themes very interesting because I expect the Google Summer of Code 2007 WordPress Project I am mentoring may build upon [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/04/05/techno-sailing-through-wordpress-faqa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TheCodeCave.Com prepares for the D4PHP.COM launch!</title>
		<link>http://thecodecave.com/2007/03/28/thecodecavecom-prepares-for-launch-the-d4phpcom/</link>
		<comments>http://thecodecave.com/2007/03/28/thecodecavecom-prepares-for-launch-the-d4phpcom/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 03:04:52 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Borland]]></category>
		<category><![CDATA[Brian Layman]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article354</guid>
		<description><![CDATA[Well, it&#8217;s been a Busy,  three weeks here.  Things are finally falling into place. Sometimes that just happens.  You swing into these intense periods where things go 90 mph.   It all started when my wife&#8217;s latest commissions check on her book buys her a sweet tablet PC, gets me a motorcycle and now (if it ever stops raining and snowing) [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/28/thecodecavecom-prepares-for-launch-the-d4phpcom/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Blogs.CodeGear.com to convert to WordPress MU</title>
		<link>http://thecodecave.com/2007/03/28/blogscodegearcom-to-convert-to-wordpress-mu/</link>
		<comments>http://thecodecave.com/2007/03/28/blogscodegearcom-to-convert-to-wordpress-mu/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 05:29:10 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Borland]]></category>
		<category><![CDATA[Brian Layman]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[My Career]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article355</guid>
		<description><![CDATA[   A WordPress Explosion That&#8217;s right folks there are gonna be about 90 new WordPress blogs out there. Blogs.CodeGear.com, Borland&#8217;s home for Employee Blogs, and Blogs.TeamB.com, home for a sqad of volunteers who support the CodeGear community,  are leaving the open source .Text  solution behind forever.  And they are moving to WordPress MU, baby!  What the heck are .Text and [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/28/blogscodegearcom-to-convert-to-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Delphi for PHP Beta Bloggers are on their way!</title>
		<link>http://thecodecave.com/2007/03/17/the-delphi-for-php-beta-bloggers-are-on-their-way/</link>
		<comments>http://thecodecave.com/2007/03/17/the-delphi-for-php-beta-bloggers-are-on-their-way/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 10:00:22 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Astro]]></category>
		<category><![CDATA[Borland]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article345</guid>
		<description><![CDATA[I was granted my Delphi for PHP BetaBlogger priveledges back on March 1.  I was the first to have that priveledge, but it was done specificaly so that I could have discussions with the WordPress folks at Automattic regarding a possible joint CodeGear/WordPress project for the 2007 Google Summer of Code™.  Unfortunately, with everyone crunching for possible product [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/03/17/the-delphi-for-php-beta-bloggers-are-on-their-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Welcome to the World of WordPress 2.1</title>
		<link>http://thecodecave.com/2007/01/22/welcome-to-the-world-of-wordpress-21/</link>
		<comments>http://thecodecave.com/2007/01/22/welcome-to-the-world-of-wordpress-21/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 00:14:20 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article331</guid>
		<description><![CDATA[I&#8217;m fully testing my final release of the upgrade script with 2.1 and will have it all posted shortly!]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/22/welcome-to-the-world-of-wordpress-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moral Combat: Video Games in our Culture vs. Anarchy Media&#8217;s WP Plugin</title>
		<link>http://thecodecave.com/2007/01/16/moral-combat-video-games-in-our-culture-vs-anarchy-medias-wp-plugin/</link>
		<comments>http://thecodecave.com/2007/01/16/moral-combat-video-games-in-our-culture-vs-anarchy-medias-wp-plugin/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 22:04:45 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article319</guid>
		<description><![CDATA[IE six has an incompatiblity with this post. If you get an error, go to the next page or try Maxthon2 or FireFox. Doug Stewart had a good post about an upcoming video game documentary about the affect of video games in our culture. In this post, I show you that movie while demonstrating the [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/16/moral-combat-video-games-in-our-culture-vs-anarchy-medias-wp-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPres 2.0.7 is Out the Door!  Now you can use the upgrade tool!</title>
		<link>http://thecodecave.com/2007/01/15/wordpres-207-is-out-the-door-now-you-can-use-the-upgrade-tool/</link>
		<comments>http://thecodecave.com/2007/01/15/wordpres-207-is-out-the-door-now-you-can-use-the-upgrade-tool/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 23:20:01 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article326</guid>
		<description><![CDATA[This is when it pays off. All those who downloaded and tested the EasyWPUpgrade tool can now get their monies worth! All you need to do to upgrade is log in via tellnet and type the name of the upgrade script, and in seconds you&#8217;ll have your site upgraded. Of course, you can read all [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/15/wordpres-207-is-out-the-door-now-you-can-use-the-upgrade-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve updated to 2.0.7rc2.  More testers are needed</title>
		<link>http://thecodecave.com/2007/01/15/ive-updated-to-207rc2-more-testers-are-needed/</link>
		<comments>http://thecodecave.com/2007/01/15/ive-updated-to-207rc2-more-testers-are-needed/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 15:59:57 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article325</guid>
		<description><![CDATA[Mark Jarquith has asked for help with testing RC2. He&#8217;s looking for specific testers. To see if you are one of the ones he is looking for, save this text as something.php: [php] [/php] then open it up. If the header shows &#8220;PHP Version 4.3&#8243; or anything less, and Server API shows CGI or FastCGI, [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/15/ive-updated-to-207rc2-more-testers-are-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to answer: I upgraded to 2.1 and my plugins don&#8217;t work&#8230;</title>
		<link>http://thecodecave.com/2007/01/14/how-to-answer-i-upgraded-to-21-and-my-plugins-dont-work/</link>
		<comments>http://thecodecave.com/2007/01/14/how-to-answer-i-upgraded-to-21-and-my-plugins-dont-work/#comments</comments>
		<pubDate>Sun, 14 Jan 2007 19:56:40 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article324</guid>
		<description><![CDATA[I&#8217;m in the process of gathering a list of things to check in your plugins directory to see if your site will survive the 2.1 upgrade without blowing up. I might turn this into a &#8220;Ready to Upgrade Plugin&#8221; I&#8217;m sure it won&#8217;t ever be able to catch everything, but it just might make things [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/14/how-to-answer-i-upgraded-to-21-and-my-plugins-dont-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EasyWPUpdate ver 2.0 RC 1  &#8211; Just in time for WordPress 2.0.7</title>
		<link>http://thecodecave.com/2007/01/12/easywpupdate-ver-20-rc-1/</link>
		<comments>http://thecodecave.com/2007/01/12/easywpupdate-ver-20-rc-1/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 17:18:40 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article323</guid>
		<description><![CDATA[Well I can&#8217;t call it the 5 second upgrade script any more&#8230; Since adding full file backups, and compressed database backups, from Windows desktop, through manual log in and launch of the update script, it took me ~15 seconds to update an active blog with a couple dozen posts and log all of the results [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/12/easywpupdate-ver-20-rc-1/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>WordPress Database Backup Script for Testing</title>
		<link>http://thecodecave.com/2007/01/11/wordpress-database-backup-script-for-testing/</link>
		<comments>http://thecodecave.com/2007/01/11/wordpress-database-backup-script-for-testing/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 23:24:51 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article322</guid>
		<description><![CDATA[Before I release the next version of the easy WordPress upgrade script, I would like to have some solid testing done specifically on the Database backup section. Anyone familiar with backup up with MySQLDump and restoring from that backup is invited to try this script. I suggest you have a known good backup of the [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/11/wordpress-database-backup-script-for-testing/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>5 Second WordPress Upgrade Script &#8211; Status &amp; Question</title>
		<link>http://thecodecave.com/2007/01/09/5-second-wordpress-upgrade-script-status-question/</link>
		<comments>http://thecodecave.com/2007/01/09/5-second-wordpress-upgrade-script-status-question/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 19:49:15 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article321</guid>
		<description><![CDATA[THIS ARTICLE IS OUT DATED. Please see: http://www.TheCodeCave.com/EasyWPUpdate for the current release. Well I&#8217;ve gotten some good feed back from all of you. And I want to say Thanks! I do have a new version of the script that has some improvements. Fixed extra directory levels in the backup Improved use of quotes Local file [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/09/5-second-wordpress-upgrade-script-status-question/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Movers and Shakers</title>
		<link>http://thecodecave.com/2007/01/06/wordpress-movers-and-shakers/</link>
		<comments>http://thecodecave.com/2007/01/06/wordpress-movers-and-shakers/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 18:28:59 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article318</guid>
		<description><![CDATA[I&#8217;ve taken an idea from Lloyd D Budd&#8216;s email to me &#8220;Well Met Cave Coder&#8221; and created a &#8220;People of WordPress&#8221; link category. Never mind the fact that during his rearrange, I seem to have dropped off the end of his list&#8230; But we won&#8217;t go there ;P (I&#8217;ll still put you on my list [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/06/wordpress-movers-and-shakers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrade your WordPress sites in 5 Seconds</title>
		<link>http://thecodecave.com/2007/01/05/upgrade-your-wordpress-sites-in-5-seconds/</link>
		<comments>http://thecodecave.com/2007/01/05/upgrade-your-wordpress-sites-in-5-seconds/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 16:41:26 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article315</guid>
		<description><![CDATA[THIS ARTICLE IS OUT DATED. Please see: http://www.TheCodeCave.com/EasyWPUpdate for the current release. Well I&#8217;ve upgraded the 35 Second upgrade script significantly for this release. Here&#8217;s a summary of the new features: Customizable options at the top of the script Works for unlimited numbers of blogs with just updating the header Optionally performs Web update steps [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/01/05/upgrade-your-wordpress-sites-in-5-seconds/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
