<?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>kenclark.me &#187; Building The Blog</title>
	<atom:link href="http://kenclark.me/category/building-the-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenclark.me</link>
	<description>a technology journal</description>
	<lastBuildDate>Sat, 01 Oct 2011 12:46:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='kenclark.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>What&#8217;s in a Name?</title>
		<link>http://kenclark.me/2010/01/whats-in-a-name/</link>
		<comments>http://kenclark.me/2010/01/whats-in-a-name/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 13:30:04 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kenclark.me/?p=1610</guid>
		<description><![CDATA[Over the holiday weekend I found the time to knock out several updates to the site that have been on my someday / maybe list for a while now.  The big one was moving the site to a new domain name, kenclark.me, in place of the old one, kenclarksblog.com]]></description>
			<content:encoded><![CDATA[<p></p><p>Over the holiday weekend I found the time to knock out several updates to the site that have been on my <a title="Someday / Maybe" href="http://kenclark.me/2009/01/11-ways-to-use-delicious-for-getting-things-done-gtd/" target="_blank">someday / maybe list</a> for a while now.  The big one was moving the site to a new domain name, <em>kenclark.me</em>, in place of the old one, <em>kenclarksblog.com</em>.  (I know, I am not going to win any major creative points for that one!)</p>

<p>Why bother, you may ask?  It&#8217;s pretty simple.  <em>Kenclarksblog.com</em> started to feel dated; as if the site was permanently stuck in 2005, and it finally got to the point where it bothered me enough to make the change.</p>

<p>Changing domains on a pre-existing site can be tricky, but I have to say that it really couldn&#8217;t have gone any easier due to both the WordPress platform and great support from <a title="Bluehost" href="http://www.bluehost.com" target="_blank">Bluehost</a>, my hosting company.  On the day I made the switch, I spoke with three different Bluehost support reps, all of whom answered the phone on the first ring and were outstanding.  Additionally, their admin tool made setting up all of the 301 redirects quite simple.</p>

<p>Once I got the domain transfer worked out, I took some additional time to tack on the latest WordPress updates and add the <a title="Disqus" href="http://www.disqus.com" target="_blank">Disqus</a> comment engine as well, so I am feeling good that I&#8217;m entering 2010 with a minor tune-up complete and in the rear view mirror.</p>

<p>I believe everything is redirecting properly, but if you see anything funky going on with the site or the RSS feeds, please let me know.</p>

<p>P.S.  Here are a couple links that I found useful in the event you are considering anything similar:</p>

<ul>
    <li><a title="Configure WordPress for a New Domain or Temporary URL" href="http://helpdesk.bluehost.com/index.php/kb/article/000279" target="_blank">Configure WordPress for a New Domain / Temporary URL</a> &#8211; this is a Bluehost KB document that explains how to configure WordPress for your hosting temporary URL, but the instructions are equally valid for changing from an old domain to a new domain.</li>
    <li><a title="Back Up Your WordPress Database" href="http://codex.wordpress.org/Backing_Up_Your_Database" target="_blank">How to Backup the WordPress Database</a></li>
    <li><a title="How to Backup WordPress" href="http://codex.wordpress.org/WordPress_Backups#Backing_Up_Your_WordPress_Site" target="_blank">How to Backup WordPress Site / Files</a></li>
    <li><a title="How to Backup WordPress" href="http://codex.wordpress.org/WordPress_Backups#Backing_Up_Your_WordPress_Site" target="_blank"></a><a title="W3 Link Checker" href="http://validator.w3.org/checklink" target="_blank">w3 Link Checker</a> &#8211; this is a great tool that recursively checks your site for any broken links.</li>
    <li><a title="301 Redirect Checker" href="http://www.internetofficer.com/seo-tool/redirect-check/" target="_blank">301 Redirect Checker</a> &#8211; enter a URL and it will validate that it has / doesn&#8217;t have a proper 301 redirect</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2010/01/whats-in-a-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting a Fatal Error on WordPress Update</title>
		<link>http://kenclark.me/2009/12/troubleshooting-a-fatal-error-on-wordpress-update/</link>
		<comments>http://kenclark.me/2009/12/troubleshooting-a-fatal-error-on-wordpress-update/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:57:09 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1362</guid>
		<description><![CDATA[When I initially applied the WordPress 2.8.6 update, it failed and returned the following error message: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355240 bytes) in directory_path/public_html/wp-includes/http.php on line 1331 After some unsuccessful troubleshooting, I realized that the only significant changes I had made to WordPress since I had applied [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When I initially applied the WordPress 2.8.6 update, it failed and returned the following error message:</p>

<pre>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 2355240 bytes) in directory_path/public_html/wp-includes/http.php
on line 1331</pre>

<p>After some unsuccessful troubleshooting, I realized that the only significant changes I had made to WordPress since I had applied the prior update was I had added a number of new plugins.  I thought that might the source of the problem, so I went through the most recently installed plugins and deactivated them one-by-one.  After I deactivated each, I then attempted to re-run the 2.8.6 upgrade.</p>

<p>Eventually the upgrade script worked.    I had to deactivate four plugins however before it was successful.  Then, after the upgrade was applied, I reactivated those four plugins and everything was back to normal.</p>

<p>I am not enough of a WordPress guru to know if the problem was related to the total memory used by all four of the plugins, or if it was just an issue with the final plugin that I deactivated (I can test that next time I suppose&#8230;), however if you are seeing a similar error message, hopefully this will work for you as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/12/troubleshooting-a-fatal-error-on-wordpress-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ken Clark&#8217;s Blog on the Mac Power Users Podcast</title>
		<link>http://kenclark.me/2009/09/ken-clarks-blog-on-mac-power-users-podcast/</link>
		<comments>http://kenclark.me/2009/09/ken-clarks-blog-on-mac-power-users-podcast/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:35:11 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[All About Apple]]></category>
		<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[Mac OS X Automation]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[mac power users]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=1048</guid>
		<description><![CDATA[Earlier this week, David Sparks and Katie Floyd of the Mac Power Users podcast released Episode 11: Services and Macworld 2010.  This show featured a discussion about Mac OS X Services and Mac automation and included a mention of my blog post, Using Mac OS X Services to Import Files into Evernote.]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://macpowerusers.com"><img class="alignright" title="Mac Power Users" src="http://www.macpowerusers.com/wp-content/Initial%20logo%201.jpg" alt="" width="166" height="119" /></a>Earlier this week, David Sparks and Katie Floyd of the Mac Power Users podcast released <a title="Mac Power Users 11" href="http://macpowerusers.com/?p=155" target="_blank">Episode 11: Services and Macworld 2010</a>.  This show featured a discussion about Mac OS X Services and Mac automation and included a mention of my blog post, <a title="Using Mac OS X Services with Evernote" href="using-mac-os-x-services-to-import-files-into-evernote/">Using Mac OS X Services to Import Files into Evernote</a>.</p>

<p>Mac Power Users is a really informative show about getting the most out of your Mac, and I always look forward to listening to it every month.  Thanks to David and Katie for the call out.  I encourage you to check it out and <a title="Subscribe to Mac Power Users" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=314134853" target="_blank">subscribe to their podcast via iTunes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/09/ken-clarks-blog-on-mac-power-users-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Supporting rssCloud</title>
		<link>http://kenclark.me/2009/09/now-supporting-rsscloud/</link>
		<comments>http://kenclark.me/2009/09/now-supporting-rsscloud/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 00:55:28 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[In the Cloud]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=458</guid>
		<description><![CDATA[The tech story of last weekend was probably that WordPress installations around the world got hit by a nasty worm, so it was nice to see today that WordPress bounced back with an announcement that wordpress.com now supports rssCloud, a real-time update feature of  RSS developed by Dave Winer.  That was quickly followed by Joseph Scott's release of an rssCloud plug-in for self-hosted Wordpress installations.]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"></p>

<div id="attachment_461" class="wp-caption aligncenter" style="width: 531px">
	<img class="size-full wp-image-461" title="rssCloud in RSS feed" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/rss-cloud-in-rss-feed.png" alt="rssCloud in RSS feed" width="531" height="37" />
	<p class="wp-caption-text">Here&#39;s what the rssCloud element looks like in this blog&#39;s RSS feed.</p>
</div>

<p>The tech story of last weekend was probably that <a title="Wordpress Worm" href="http://wordpress.org/development/2009/09/keep-wordpress-secure/" target="_blank">WordPress installations around the world got hit by a nasty worm</a>, so it was nice to see today that WordPress bounced back with <a title="Wordpress supports rssCloud" href="http://en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/" target="_blank">an announcement that wordpress.com now supports rssCloud</a>, a real-time update feature of  RSS developed by Dave Winer.  That was quickly followed by Joseph Scott&#8217;s release of an <a title="rssCloud Plug-in for WordPress" href="http://josephscott.org/archives/2009/09/rsscloud-for-wordpress/" target="_blank">rssCloud plug-in</a> for self-hosted WordPress installations.</p>

<p>Marshall Kirkpatrick of ReadWriteWeb summarizes today&#8217;s news in <a title="WordPress Supports rssCloud" href="http://www.readwriteweb.com/archives/wordpress_just_made_millions_of_blogs_real-time_wi.php" target="_blank">a recent post</a>, and in the process has a great analogy of why rssCloud matters:</p>

<blockquote>&#8220;This is like the difference between checking your email every once in awhile and using a Blackberry to get new emails pushed to you as soon as they arrive. The subscription method of RSSCloud works more like Instant Messaging than the old method of polling feeds for updates each time you fire up your feed reader.&#8221;</blockquote>

<p>I installed the rssCloud plug-in on the blog tonight, and it couldn&#8217;t have been easier.  I&#8217;m looking forward to see how fast RSS readers adopt this protocol as well as the impact it has on the &#8220;real-time web&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/09/now-supporting-rsscloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going Mobile</title>
		<link>http://kenclark.me/2009/09/going-mobile/</link>
		<comments>http://kenclark.me/2009/09/going-mobile/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 23:37:36 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[All About Apple]]></category>
		<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=362</guid>
		<description><![CDATA[Well as of tonight, I am excited to say there is a mobile version of the blog that uses Apple's web app API for the iPhone and iPod Touch. I used Brave New Code's WPTouch Wordpress Plugin, which is just a great piece of software that is very easy to configure.  The plugin has no effect on how the regular web version of the site is rendered on your desktop or laptop  and allows you to configure a number of options for the mobile version (including a switch to let a viewer see the "desktop" version of the site if needed).]]></description>
			<content:encoded><![CDATA[<p></p><p>Well as of tonight, I am excited to say there is a mobile version of the blog that uses Apple&#8217;s web app API for the iPhone and iPod Touch.  Here&#8217;s a screenshot of how it looks in mobile Safari:</p>

<p style="text-align: center"><img class="aligncenter size-full wp-image-363" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/kenclarksblog-iphone.jpg" alt="kenclarksblog-iphone" width="320" height="480" /></p>

<p>I used <a title="Brave New Code WPtouch Plugin" href="http://www.bravenewcode.com/wptouch/" target="_blank">Brave New Code&#8217;s WPTouch WordPress Plugin</a>, which is just a great piece of software that is very easy to configure.  The plugin has no effect on how the regular web version of the site is rendered on your desktop or laptop  and allows you to configure a number of options for the mobile version (including a switch to let a viewer see the &#8220;desktop&#8221; version of the site if needed).</p>

<p>The next time you are using your iPhone or iPod Touch, please check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/09/going-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge Ahead</title>
		<link>http://kenclark.me/2009/09/merge-ahea/</link>
		<comments>http://kenclark.me/2009/09/merge-ahea/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 22:53:04 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[In the Cloud]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[posterous]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=267</guid>
		<description><![CDATA[You may have noticed that a number of older posts from this summer hit the blog and the RSS feed yesterday. After taking a temporary break from posting on this blog to experiment for the last month or so with Posterous, I decided to merge the majority of the content I had posted there into this site.]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"></p>

<p style="text-align: center;"><img class="aligncenter size-thumbnail wp-image-358" title="merge" src="http://www.kenclarksblog.com/wp-content/uploads/2009/09/merge-150x150.png" alt="merge" width="150" height="150" /></p>

<p>You may have noticed that a number of older posts from this summer hit the blog and the RSS feed yesterday.  After taking a temporary break from posting on this blog to experiment for the last month or so with <a title="Ken Clark on Posterous" href="http://kenclark.posterous.com" target="_blank">Posterous</a>, I decided to merge the majority of the content I had posted there into this site.</p>

<p>Posterous is a very cool service that is only getting better every day, but I&#8217;m still debating how I am going to use it on an ongoing basis.  Moving forward this site will be my primary location for content.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/09/merge-ahea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving Posterous a Test Drive&#8230;</title>
		<link>http://kenclark.me/2009/06/giving-posterous-a-test-drive/</link>
		<comments>http://kenclark.me/2009/06/giving-posterous-a-test-drive/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 19:49:51 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[In the Cloud]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[posterous]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/2009/06/giving-posterous-a-test-drive/</guid>
		<description><![CDATA[I am the process of testing out Posterous as my primary blogging platform. You probably won&#8217;t see much here as I give Posterous a test run. Please visit me on Posterous at http://kenclark.me or subscribe to my Posterous RSS feed: http://kenclark.me/rss.xml. Thanks!]]></description>
			<content:encoded><![CDATA[<p></p><p>I am the process of testing out Posterous as my primary blogging platform.  You probably won&#8217;t see much here as I give Posterous a test run.  Please visit me on Posterous at <a title="Ken Clark on Posterous" href="http://kenclark.me" target="_blank">http://kenclark.me</a> or subscribe to my Posterous RSS feed: <a title="http://kenclark.posterous.com/rss.xml" href="http://kenclark.me/rss.xml" target="_blank">http://kenclark.me/rss.xml</a>.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/06/giving-posterous-a-test-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guess Who&#8217;s Back?</title>
		<link>http://kenclark.me/2009/04/guess-whos-back/</link>
		<comments>http://kenclark.me/2009/04/guess-whos-back/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 00:11:31 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=108</guid>
		<description><![CDATA[Hey everyone!  As you may have noticed, I have been in a mini-hiatus over the last two months.  Personally, I fell short of my expectations for updating the site, and in the process I missed a lot of topics I like to think I could have had some good posts on: iLife '09, the Twitterization of America, some personal productivity forays... wait... scratch that.  We definitely didn't need any additional blog posts talking about Twitter!  Maybe my break was a good thing after all!]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"><img class="aligncenter" title="Rip Van Winkle" src="http://home.att.net/%7Ehemingwayterriers/ripVanWinkle.jpg" alt="" width="364" height="332" /></p>

<p>Hey everyone!  As you may have noticed, I have been in a mini-hiatus over the last two months.  Personally, I fell short of my expectations for updating the site, and in the process I missed a lot of topics I like to think I could have had some good posts on: iLife &#8217;09, the Twitterization of America, some personal productivity forays&#8230; wait&#8230; scratch that.  We definitely didn&#8217;t need any additional blog posts talking about Twitter!  Maybe my break was a good thing after all!</p>

<p>Put simply, I had a really crazy start to 2009 across all fronts and something had to give.  That said, I&#8217;m back &#8212; or at least I think I am. I am not sure that things have slowed down all that much, but over the last several weeks I have been focusing on getting my GTD processes tighter, and while I am far from becoming the next David Allen (I still have a tough time with those Weekly Reviews&#8230;), I have been able to clear the decks enough to get the blog back on the radar.</p>

<p>As a mini-kick-off, I just finished wrapping up some loose ends that were still hanging from my WordPress transition two months ago.  While the changes were nothing that you will notice, it was a relief to get the work out of the way so I can keep my focus on writing some good content as opposed to lingering open loops with the back-end of the blog.</p>

<p>I expect to get back on a regular posting schedule next week; which for me means two to four posts a month.  Thanks again for the patience, and I will see you all very soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/04/guess-whos-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ummm&#8230; Where&#8217;s the Content?</title>
		<link>http://kenclark.me/2009/02/ummm-wheres-the-content/</link>
		<comments>http://kenclark.me/2009/02/ummm-wheres-the-content/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 17:33:52 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=84</guid>
		<description><![CDATA[Despite my best intentions, it has been exactly a month since my last real content-driven post (How to Name a File and Regain Control of your Documents).  That is not too good -- particularly when I set a goal to get a post a week on the blog as one of my New Year's goals!

So, I quickly just wanted to say thanks in advance for the patience and not unsubscribing from the RSS feed ;)  I do have some fairly significant stuff happening right now in my work and personal life (in a good way!), but I still hope to get into a better groove of more regular updates in the upcoming weeks.  I have a good list of topics that I think will be of interest and intend to get some new posts up soon.]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"><img class="size-full wp-image-88 aligncenter" title="Where's the Content?" src="http://www.kenclarksblog.com/wp-content/uploads/2009/02/question_mark.jpg" alt="Where's the Content?" width="240" height="240" /></p>

<p>Despite my best intentions, it has been exactly a month since my last real content-driven post (<a title="How to Name a File and Regain Control of Your Documents" href="http://www.kenclarksblog.com/2009/01/how-to-name-a-file-and-regain-control-of-your-documents/" target="_blank">How to Name a File and Regain Control of your Documents</a>).  That is not too good &#8212; particularly when I had set a New Year&#8217;s goal to get a post a week on the blog!</p>

<p>So I quickly just wanted to say thanks in advance for the patience and not unsubscribing from the RSS feed <img src='http://kenclark.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   I do have some fairly significant stuff happening right now in my work and personal life (in a good way!), but I still hope to get into a better groove of more regular updates in the upcoming weeks.  I have a good list of topics that I think will be of interest and intend to get some new posts up soon.</p>

<p>Thanks again!</p>

<p>Ken</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/02/ummm-wheres-the-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating the Blog from TypePad to WordPress</title>
		<link>http://kenclark.me/2009/02/migrating-the-blog-from-typepad-to-wordpress/</link>
		<comments>http://kenclark.me/2009/02/migrating-the-blog-from-typepad-to-wordpress/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 18:47:55 +0000</pubDate>
		<dc:creator>Ken Clark</dc:creator>
				<category><![CDATA[Building The Blog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[typepad]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=35</guid>
		<description><![CDATA[Over the last week, I took a hiatus from writing my weekly post and have been preparing to migrate the blog platform from TypePad to WordPress.  I am very excited to say that the change went live about 45 minutes ago, and so far it looks like everything went to plan.]]></description>
			<content:encoded><![CDATA[<p></p><p>Over the last week, I took a hiatus from writing my weekly post and have been preparing to migrate the blog platform from TypePad to WordPress.  I am very excited to say that the change went live about 45 minutes ago, and so far it looks like everything went to plan.</p>

<p>Even though this is a pretty small site, there were still a fair number of details to consider to ensure that all of the content got transferred over OK without breaking any links, affecting my search engine rankings, etc.  I still have a couple of minor loose ends to tie up, but all things considered I think it went pretty well.</p>

<p>Why did I make the move?  TypePad is a great platform, but I wanted more flexibility and customization and you really can&#8217;t beat what WordPress offers in that area.  So far I have to say that I think WordPress rocks, and I know I have barely scratched the surface.  I am really excited to see what else it can do.  (And as far as the blog&#8217;s content is concerned, I plan to write in more detail about the transition as well as my ongoing experiences using WordPress.)</p>

<p>So now that the heavy lifting is completed, my focus will get back to producing some new content for ya!  Barring any unforeseen issues, you should see a new post later this week.</p>

<p>Thanks!</p>

<p>Ken</p>
]]></content:encoded>
			<wfw:commentRss>http://kenclark.me/2009/02/migrating-the-blog-from-typepad-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

