<?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>crimulus-dot-com &#187; blog</title>
	<atom:link href="http://www.crimulus.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crimulus.com</link>
	<description>A blog; ineptly autobiographical</description>
	<lastBuildDate>Sun, 29 Jan 2012 10:20:00 +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>WordPress 3.0, multi-sites, and migrating only some of your posts</title>
		<link>http://www.crimulus.com/2010/07/13/wordpress-3-0-multi-sites-and-migrating-only-some-of-your-posts/</link>
		<comments>http://www.crimulus.com/2010/07/13/wordpress-3-0-multi-sites-and-migrating-only-some-of-your-posts/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 17:23:45 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[coffeecuphalfmoons.com]]></category>
		<category><![CDATA[jeremytharp.com]]></category>
		<category><![CDATA[migrating a few blog posts from one domain to another]]></category>
		<category><![CDATA[multi-sites in wordpress]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Search engine optimization]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 3.0]]></category>
		<category><![CDATA[wordpress migration]]></category>
		<category><![CDATA[wordpress partial migration]]></category>

		<guid isPermaLink="false">http://www.crimulus.com/?p=1195</guid>
		<description><![CDATA[I started my original blog a little over a year ago now simply as a way to have a place to post thoughts online. As it progressed and I started to flesh out my music site, I realized that I actually have at least 3 distinct types of thoughts I want to post: music-related, general [...]]]></description>
			<content:encoded><![CDATA[<p>I started my original blog a little over a year ago now simply as a way to have a place to post thoughts online.  As it progressed and I started to flesh out my music site, I realized that I actually have at least 3 distinct types of thoughts I want to post: music-related, general commentary on my life, hobbies, and interests, and philosophical topics.</p>
<p>WordPress is extremely powerful, and I quickly began using its RSS functionality to feed my music related posts to my music website, but, as it turns out, this is kind of bad from a search engine perspective.  I ended up using cross-domain canonical URLs to make Google happy.  Additionally, it was kind of confusing.  While I don&#8217;t really have much traffic to any of my sites, I like to pretend that I do, and it just wasn&#8217;t adding up.</p>
<p>Then comes WordPress 3.0 which allows you to host multiple blogs (even, unofficially, on multiple domains), so it gave me the opportunity to allocate content correctly to my domains.</p>
<p>There are drawbacks, of course.  It&#8217;s not like you get to just make posts and decide which domain you want it on.  You still have separate sites with separate management profiles, etc., it&#8217;s just that anytime you upgrade core components (such as themes, plugins, and even WordPress itself) you don&#8217;t have to do it for every blog.</p>
<p>Plus, all your content is in a centralized, easily accessible place.  Perhaps in the future more fine-tuned enhancements will evolve, but for the time being all I had to do was some MySQL footwork (in moving the right posts to the right blogs, which was simple enough as I already had &#8220;Music&#8221; and &#8220;Philosphy&#8221; categories).</p>
<p>I have had <a href="http://www.crimulus.com/">crimulus.com</a> reserved for some time as my &#8220;personal&#8221; site &#8212; projects I&#8217;m working on, hobby showcases, etc., but I never really fleshed it out.  My music site, <a href="http://jeremytharp.com/">jeremytharp.com</a>, is about 5 years old now, but it relayed podcast data, music news, etc. for anyone visiting that site, but, for a search engine, it treated it as if it were hosted on my actual blog which is at <a href="http://www.coffeecuphalfmoons.com/">coffeecuphalfmoons.com</a>.</p>
<p>To summarize, I just wanted to express how pleased I am with the feature as well as inform any readers (if you exist) of the changes.</p>
<p>Finally, for the technological grit, if anyone else intends to do this, I had to make a modification to my coffeecuphalfmoons.com theme.</p>
<p>I had plenty of indexed content, so now most of those are on crimulus.com or <a href="http://blog.jeremytharp.com/">blog.jeremytharp.com</a>, so links from search engines would generate a 404.  I simply modified my theme&#8217;s index.php send a GET request for the $_SERVER['REQUEST_URI'] on each of the domains (crimulus.com and blog.jeremytharp.com) in the event that have_posts() returned false.  If either of those requests returns a header code other than 404, I send a 301 redirect for that.</p>
<p>So, a search engine refers a user to http://www.coffeecuphalfmoons.com/a/post/that/i/moved/</p>
<p>I check (using cURL) to see if http://www.crimulus.com/a/post/that/i/moved/ or http://blog.jeremytharp.com/a/post/that/i/moved/ returns a 200, 301, etc.  If so, then it&#8217;s probably the post that was originally referred to.</p>
<p>This is how you help keep pagerank value and link-juice when you&#8217;re migrating only a few posts from a blog on one domain to a blog on another.  At least, that&#8217;s how I did it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crimulus.com/2010/07/13/wordpress-3-0-multi-sites-and-migrating-only-some-of-your-posts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CCHM launched!</title>
		<link>http://www.crimulus.com/2009/01/28/cchm-launched/</link>
		<comments>http://www.crimulus.com/2009/01/28/cchm-launched/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 03:21:13 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cchms]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[coffee cup]]></category>
		<category><![CDATA[cool image]]></category>
		<category><![CDATA[half moon]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image slide show]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[Jeremy Tharp]]></category>
		<category><![CDATA[moon shape]]></category>
		<category><![CDATA[Mr. Fix-it]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[origins]]></category>
		<category><![CDATA[reality]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.coffeecuphalfmoons.com/?p=3</guid>
		<description><![CDATA[My name is Jeremy Tharp, just a plain old web developer, musician, philosopher, Mr. Fix-it type, and this is my blog.  It might seem obvious enough that I have philosophical tendencies, but this is my outlet for that.  Turns out I&#8217;ll probably even blog about non-philosophical things.  Go figure. Anyway, this first post is just [...]]]></description>
			<content:encoded><![CDATA[<p>My name is Jeremy Tharp, just a plain old web developer, musician, philosopher, Mr. Fix-it type, and this is my blog.  It might seem obvious enough that I have philosophical tendencies, but this is my outlet for that.  Turns out I&#8217;ll probably even blog about non-philosophical things.  Go figure.</p>
<p>Anyway, this first post is just an introduction, and I&#8217;ll keep the philosophizing to a minimum.  I will, however, explain the origin of the site.</p>
<p>This is coffeecuphalfmoons.com, and it comes from my looking at the bottom of my coffee cup every day and seeing a half moon shape of dried coffee that I&#8217;m betting can be read like tea leaves.  <img src='http://www.crimulus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   My hope is to post an image of that each time I make a new blog.  I&#8217;m already off to a bad start, I know, but I&#8217;ll get there.</p>
<p>And after some time, maybe I&#8217;ll have a cool image slide show that demonstrates trends in reality eclipsing the pseudo-randomness that we consider reality.</p>
<p>Anyway, stay tuned!</p>
<p>PS:  Feel free to add your own CCHMs in your comments.  It&#8217;d be great to see them!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crimulus.com/2009/01/28/cchm-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

