<?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>Robbie Coleman</title>
	<atom:link href="http://robbie.robnrob.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://robbie.robnrob.com</link>
	<description>Geeky yet palatable...</description>
	<lastBuildDate>Sat, 18 Jun 2011 16:34:21 +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>Thing Two drew this for me this morning. I love her vivid imagination!</title>
		<link>http://robbie.robnrob.com/2011/06/thing-two-drew-this-for-me-this-morning-i-love-her-vivid-imagination/</link>
		<comments>http://robbie.robnrob.com/2011/06/thing-two-drew-this-for-me-this-morning-i-love-her-vivid-imagination/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 16:34:21 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/2011/06/thing-two-drew-this-for-me-this-morning-i-love-her-vivid-imagination/</guid>
		<description><![CDATA[Thing Two drew this for me this morning. I love her vivid imagination!]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item" align="center"><img src="http://static.pixelpipe.com/3dee3251-a4ab-498a-85d9-69e150d0ea68_b.jpg" />
<p>Thing Two drew this for me this morning. I love her vivid imagination!</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/06/thing-two-drew-this-for-me-this-morning-i-love-her-vivid-imagination/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goose Wins 2nd Place in Text Extraction</title>
		<link>http://robbie.robnrob.com/2011/06/goose-wins-2nd-place-in-text-extraction/</link>
		<comments>http://robbie.robnrob.com/2011/06/goose-wins-2nd-place-in-text-extraction/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 18:39:33 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[goose]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[text extraction]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/?p=136</guid>
		<description><![CDATA[In a recent comparison of different text extraction algorithms, Gravity&#8217;s open source project: Goose tied for second place and was even written up over at Read Write Web! I find this very exciting because our project is still quite young and actively in development whereas the algorithms in close standing are mostly well established and <a href='http://robbie.robnrob.com/2011/06/goose-wins-2nd-place-in-text-extraction/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://bit.ly/kYne0P">recent comparison</a> of different text extraction algorithms, <a href="http://www.gravity.com/">Gravity&#8217;s</a> open source project: <a href="http://github.com/jiminoc/goose/wiki">Goose</a> tied for second place and was even written up over at <a href="http://rww.to/lPCcYi">Read Write Web</a>! I find this very exciting because our project is still quite young and actively in development whereas the algorithms in close standing are mostly well established and semi-finalized. Another interesting point is that most of the competition was built by teams of researchers, you know&#8230; Doctors in their fields!</p>
<p>The graph below from <a href="http://twitter.com/tomaz">Tomaž Kovačič</a>&#8216;s <a href="http://tomazkovacic.com/blog/122/evaluating-text-extraction-algorithms/trackback/">study</a> shows only a small amount of the data he collected in his analysis. If you are curious of how he compared these algorithms, I highly recommend you head over to his <a href="http://bit.ly/kYne0P">post</a>. He does a great job exposing the details behind his analysis.</p>
<div id="attachment_138" class="wp-caption aligncenter" style="width: 667px"><a href="http://bit.ly/kYne0P" target="_blank"><img class="size-full wp-image-138 " src="http://robbie.robnrob.com/wp-content/uploads/2011/06/google-news-dataset_stat_closeup1.png" alt="graph" width="657" height="285" /></a><p class="wp-caption-text">Goose&#039;s standing among other algorithms tested</p></div>
<h3>So what is <a href="http://github.com/jiminoc/goose/wiki">Goose</a> used for at <a href="http://www.gravity.com/">Gravity</a> and why have we open sourced it?</h3>
<p>Goose&#8217;s <a href="http://github.com/jiminoc/goose/wiki">wiki</a> provides a very detailed explanation about what Goose is and how it works, and also touches on the original need we had at Gravity behind its creation. <a href="http://jimplush.com/">Jim Plush</a> wrote the first version from the ground up on his own and only recently gave me commit access to the repository. By the time I got into the project, it had all the bells and whistles required to compete in the analysis completed by Kovačič. My contributions to Goose have been to extend it to allow for more specific extractions of additional meta data outside of the primary content and have no effect on its standings above.</p>
<p>Such a utility can be applied to a wide variety of web content analysis problems, and I&#8217;m really glad Plush decided to share it with the rest of the open source community. At Gravity, we have been building a lot of exciting (to me at least) technology and most of it is held dearly by us and needs to remain a company secret as they make up a large part of our company&#8217;s overall value. When it comes to analyzing the content out here on the web, Goose can be looked at as our trusty messenger delivering our system plenty of content to analyze without a lot of the noise that comes along with it on the web pages the content is sourced from.</p>
<p>If you are looking to mine some of the golden nuggets of information that is buried under a ton of ads, peripheral links, site menu structures, and other distracting noise, then why not take a look at what Goose has to offer? If you find anything you think Goose may be lacking or have some ideas on anything else that may be improved, let us know on our Github repository: <a href="https://github.com/jiminoc/goose">https://github.com/jiminoc/goose</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/06/goose-wins-2nd-place-in-text-extraction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sneaky Little Thing Two</title>
		<link>http://robbie.robnrob.com/2011/06/sneaky-little-thing-two/</link>
		<comments>http://robbie.robnrob.com/2011/06/sneaky-little-thing-two/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:29:57 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/?p=133</guid>
		<description><![CDATA[So last night while I was traveling home via public transit, I was also trying to keep in contact with my wife via instant messaging. This is a common practice for my wife and I so that I can enjoy my trip more and she can know that I am safe and getting closer to <a href='http://robbie.robnrob.com/2011/06/sneaky-little-thing-two/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.flickr.com/photos/32654996@N00/4046266263/"><img class="alignright" style="margin-top: -5px; margin-left: 20px;" src="http://farm4.static.flickr.com/3182/4046266263_bf1b48a1f0_m.jpg" alt="Text Junkie" width="240" height="160" /></a>So last night while I was traveling home via public transit, I was also trying to keep in contact with my wife via instant messaging. This is a common practice for my wife and I so that I can enjoy my trip more and she can know that I am safe and getting closer to home.</p>
<p style="text-align: left;">Well things seemed fairly normal in the conversations I was having except it did seem that she was having a harder time than usual understanding what I was saying. I had a long wait between buses and I was getting pretty hungry, so I started instant messaging questions about my dinner options for home. In come responses from my wife that they had &#8220;GoodStuff&#8221; for dinner and when I asked if there was any left for me, a resounding &#8220;Yes!&#8221; with smileys came back. I knew that they must have finished eating hours ago, so I made a request for her to start reheating it so that I could eat quickly and then move on to doing bedtime for our two daughters. I was so happy when a quick IM response came back saying: &#8220;Sure! OK!&#8221; and again a long line of various smileys.</p>
<p>More small chat continued until I arrived home to find an empty table and empty stove. Although it was nice to see that everything was so neat and clean, I was a little disappointed that there was no hot dinner for me after the IM conversation we just had. I then noticed that my wife was busy with our laundry and my 7 year old daughter (aka: Thing Two) was next to her holding my wife&#8217;s phone (we use our phones for instant messaging). Not only was Thing Two happy to see me, she was also laughing a lot more than usual. I asked my wife about the IM conversation we had moments ago, and she looked a little confused. This is when Thing Two jumps up and says: &#8220;I fooled you Daddy! You thought I was Mommy!&#8221; We all had quite a laugh.</p>
<p>It was just shocking at how I was not able to notice the difference. My wife tends to be very terse in her IM communication, so it did not seem odd for me to ask a long question and then receive a small &#8220;ok&#8221; response. Boy has Thing Two come a long way in her pranks. I&#8217;m both proud of her and a little scared for what we&#8217;re in for as well.</p>
<p>LOL O_o</p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/06/sneaky-little-thing-two/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>My Klout drops when I work hard</title>
		<link>http://robbie.robnrob.com/2011/05/my-klout-drops-when-i-work-hard/</link>
		<comments>http://robbie.robnrob.com/2011/05/my-klout-drops-when-i-work-hard/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 05:31:02 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[klout]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/?p=128</guid>
		<description><![CDATA[I tend to focus less on my social networks when I have my head down coding. This time however, its effect on my klout score is pretty dramatic. LOL I guess this is just a consequence of the typical life:work balance, but I wonder how other tech professionals maintain such a high score while also <a href='http://robbie.robnrob.com/2011/05/my-klout-drops-when-i-work-hard/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_129" class="wp-caption aligncenter" style="width: 663px"><a href="http://klout.com/erraggy"><img class="size-full wp-image-129 " title="Not a good chart..." src="http://robbie.robnrob.com/wp-content/uploads/2011/05/KloutDropsWhenIworkHARD.png" alt="the plight of my klout score" width="653" height="339" /></a><p class="wp-caption-text">the plight of my klout score</p></div>
<p>I tend to focus less on my social networks when I have my head down coding. This time however, its effect on my klout score is pretty dramatic. LOL</p>
<p>I guess this is just a consequence of the typical life:work balance, but I wonder how other tech professionals maintain such a high score while also paving new roads in their field.</p>
<p>A couple of examples of the type of tech peeps I&#8217;m talking about:</p>
<ol>
<li>Jeff Atwood &#8211; 73: <a href="http://klout.com/codinghorror" target="_blank">klout.com/codinghorror</a></li>
<li>Matt Cutts &#8211; 73: <a href="http://klout.com/mattcutts" target="_blank">klout.com/mattcutts</a></li>
</ol>
<p>Anyway, I&#8217;m not complaining here people. I am just confused about how others manage to keep up their tweeting/blogging while &#8220;deep in the cut&#8221; of some tech project.</p>
<p>Do any of you have any tips? Please speak up here and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/05/my-klout-drops-when-i-work-hard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Time To Relax</title>
		<link>http://robbie.robnrob.com/2011/05/time-to-relax/</link>
		<comments>http://robbie.robnrob.com/2011/05/time-to-relax/#comments</comments>
		<pubDate>Mon, 30 May 2011 02:32:12 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/?p=126</guid>
		<description><![CDATA[Things have been so exciting working @gravity this year and I am amazed at how much we have accomplished in the last few months. All of this excitement and hard work has worn my not-twenty-something body out just a tad and my family has become quite used to my MacBook on my lap during weekend <a href='http://robbie.robnrob.com/2011/05/time-to-relax/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 510px"><a href="http://www.flickr.com/photos/audiinsperation/518551748/in/photostream/"><img title="Relax" src="http://farm1.static.flickr.com/233/518551748_faa2110894.jpg" alt="Relax" width="500" height="332" /></a><p class="wp-caption-text">Image credit: audi_insperation</p></div>
<p>Things have been so exciting working <a href="http://www.gravity.com/" target="_blank">@gravity</a> this year and I am amazed at how much we have accomplished in the last few months. All of this excitement and hard work has worn my not-twenty-something body out just a tad and my family has become quite used to my MacBook on my lap during weekend afternoons.</p>
<p>So&#8230;. How nice it is that we all get a 3-day weekend to relax and spend some quality time with those people (and/or cats) in our lives that do not work at Gravity? I have also been able to work on this blog once again. After a nice day out with the family on this beautiful spring day, I found myself curious about what I needed to do next&#8230; NOTHING!</p>
<p>How great is that? I was really dumbfounded for a while until my brain chimed in with a wonderful suggestion: Relax! Well that is just what I am doing right now.</p>
<p>Here&#8217;s to having a moment to relax and accepting it! Hope you get a moment or to yourself.</p>
<p>peace.</p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/05/time-to-relax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Music Beta</title>
		<link>http://robbie.robnrob.com/2011/05/google-music-beta/</link>
		<comments>http://robbie.robnrob.com/2011/05/google-music-beta/#comments</comments>
		<pubDate>Fri, 27 May 2011 08:39:26 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/?p=124</guid>
		<description><![CDATA[I just gained access to Google&#8217;s Music Beta and for the first time, I think my personal music library may be smaller than the amout of cloud storage available for free! It is truly amazing just how far we have come from the the early days of cramming mp3&#8242;s into a JPEG image to store <a href='http://robbie.robnrob.com/2011/05/google-music-beta/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_125" class="wp-caption alignleft" style="width: 223px"><img class="size-full wp-image-125" title="1,317 of 4,947 songs added..." src="http://robbie.robnrob.com/wp-content/uploads/2011/05/Screen-shot-2011-05-27-at-1.26.22-AM.png" alt="Upload progress showing 1,317 of 4,947 songs added..." width="213" height="339" /><p class="wp-caption-text">1,317 of 4,947 songs added... OH HELL YEAH!</p></div>
<p>I just gained access to Google&#8217;s Music Beta and for the first time, I think my personal music library may be smaller than the amout of cloud storage available for free!</p>
<p>It is truly amazing just how far we have come from the the early days of cramming mp3&#8242;s into a JPEG image to store on a free image hosting site back in the 90&#8242;s. Napster not only broadened what was possible for music online, but also inadvertently set us all back a decade of fighting to truly OWN the music we legally purchase from the big music labels.</p>
<p>Yes, I know there are a lot of you that have second thoughts about giving so much to the Google Collective, and I have no beef with you and your own convictions.</p>
<p>I for one welcome our new online music overlords!</p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/05/google-music-beta/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Not a pair in the bunch!</title>
		<link>http://robbie.robnrob.com/2011/05/not-a-pair-in-the-bunch/</link>
		<comments>http://robbie.robnrob.com/2011/05/not-a-pair-in-the-bunch/#comments</comments>
		<pubDate>Thu, 26 May 2011 15:25:15 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/2011/05/not-a-pair-in-the-bunch/</guid>
		<description><![CDATA[Sometimes you just can&#8217;t find a single pair out of the entire bunch.]]></description>
			<content:encoded><![CDATA[<p><a href="http://robbie.robnrob.com/wp-content/uploads/2011/05/wpid-IMG_20110526_0822431.jpg"><img style="margin-right:auto;margin-left:auto" alt="image" src="http://robbie.robnrob.com/wp-content/uploads/2011/05/wpid-IMG_20110526_082243.jpg" /></a></p>
<p>Sometimes you just can&#8217;t find a single pair out of the entire bunch.</p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/05/not-a-pair-in-the-bunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating Community Server to WordPress</title>
		<link>http://robbie.robnrob.com/2011/05/migrating-community-server-to-wordpress/</link>
		<comments>http://robbie.robnrob.com/2011/05/migrating-community-server-to-wordpress/#comments</comments>
		<pubDate>Thu, 26 May 2011 07:50:07 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CommunityServer]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[migrating]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/?p=119</guid>
		<description><![CDATA[This was not an easy task! For one thing, my Community Server (CS) site was not functional, so using RSS / MetaWeblog endpoints were not available options for me. Secondly, I no longer have a Windows development machine. Since CS is built on all Microsoft technologies, I needed to fire up a virtual instance of <a href='http://robbie.robnrob.com/2011/05/migrating-community-server-to-wordpress/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This was not an easy task! For one thing, my Community Server (CS)  site was not functional, so using RSS / MetaWeblog endpoints were not  available options for me. Secondly, I no longer have a Windows  development machine. Since CS is built on all Microsoft technologies, I  needed to fire up a virtual instance of Windows in order to extract any  of the data. If my previous hosting service was able to keep my database  online for longer than minutes at a time, I could have run things  remotely, but&#8230; not the case.</p>
<p id="simplequery">The actual SQL code for extracting all of my blog posts looks surprisingly simple:</p>
<div id="gist-992639" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="k">SELECT</span>  <span class="p">[</span><span class="n">Subject</span><span class="p">],</span> <span class="n">PostDate</span><span class="p">,</span> <span class="n">FormattedBody</span><span class="p">,</span> </div><div class='line' id='LC2'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="n">dbo</span><span class="p">.</span><span class="n">old_url</span><span class="p">(</span><span class="n">PostDate</span><span class="p">,</span> <span class="p">[</span><span class="n">Subject</span><span class="p">])</span> <span class="k">AS</span> <span class="n">old_url</span><span class="p">,</span> </div><div class='line' id='LC3'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="n">dbo</span><span class="p">.</span><span class="n">make_slug</span><span class="p">([</span><span class="n">Subject</span><span class="p">])</span> <span class="k">AS</span> <span class="n">slug</span></div><div class='line' id='LC4'><span class="k">FROM</span>  <span class="n">dbo</span><span class="p">.</span><span class="n">cs_Posts</span></div><div class='line' id='LC5'><span class="k">WHERE</span>   <span class="n">UserID</span> <span class="o">=</span> <span class="mi">2102</span> </div><div class='line' id='LC6'>&nbsp;&nbsp;<span class="k">AND</span>   <span class="n">SectionID</span> <span class="o">=</span> <span class="mi">4</span> </div><div class='line' id='LC7'>&nbsp;&nbsp;<span class="k">AND</span>   <span class="n">PostLevel</span> <span class="o">=</span> <span class="mi">1</span> </div><div class='line' id='LC8'>&nbsp;&nbsp;<span class="k">AND</span>   <span class="n">IsApproved</span> <span class="o">=</span> <span class="mi">1</span> </div><div class='line' id='LC9'>&nbsp;&nbsp;<span class="k">AND</span>   <span class="n">IsLocked</span> <span class="o">=</span> <span class="mi">0</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/992639/50771303abc3ca16226823858449c0b87630f5f2/export_cs_Posts.sql" style="float:right;">view raw</a>
            <a href="https://gist.github.com/992639#file_export_cs_posts.sql" style="float:right;margin-right:10px;color:#666">export_cs_Posts.sql</a>
            <a href="https://gist.github.com/992639">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>

<p>But if you look closely at it, you&#8217;ll see that there are to scalar functions in there: &#8216;<a href="https://gist.github.com/992654" target="_blank">dbo.old_url</a>&#8216; &amp; &#8216;<a href="https://gist.github.com/992647" target="_blank">dbo.make_slug</a>&#8216;. I was surprised to <del>find</del> <em>not</em> find any slugs in the CS DB tables. I assume that all of that logic is being handled from the compiled ASP.NET application itself because there was nothing in the tables, stored procedures, or even functions that did anything related to calculating/parsing URL slugs from post titles. To make matters worse, since my site was not in a running state (due to hosting shenanigans), I had basically just my memory along with the 404 logs on the new WordPress site to help me reverse engineer the rules for converting titles to slugs. This is best represented in my &#8216;dbo.make_slug&#8217; snippet below:<br />
<div id="gist-992647" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="k">CREATE</span> <span class="k">FUNCTION</span> <span class="p">[</span><span class="n">dbo</span><span class="p">].[</span><span class="n">make_slug</span><span class="p">]</span></div><div class='line' id='LC2'><span class="p">(</span></div><div class='line' id='LC3'>	<span class="o">@</span><span class="n">post_title</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">256</span><span class="p">)</span></div><div class='line' id='LC4'><span class="p">)</span></div><div class='line' id='LC5'><span class="k">RETURNS</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC6'><span class="k">AS</span></div><div class='line' id='LC7'><span class="k">BEGIN</span></div><div class='line' id='LC8'>	<span class="c1">-- Declare the return variable here</span></div><div class='line' id='LC9'>	<span class="k">DECLARE</span> <span class="o">@</span><span class="n">slug</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC10'>	<span class="k">DECLARE</span> <span class="o">@</span><span class="n">clean_title</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC11'><br/></div><div class='line' id='LC12'><br/></div><div class='line' id='LC13'>	<span class="k">SET</span> <span class="o">@</span><span class="n">clean_title</span> <span class="o">=</span> <span class="k">LOWER</span><span class="p">(</span><span class="n">dbo</span><span class="p">.</span><span class="n">deDupeSpaces</span><span class="p">(</span><span class="n">dbo</span><span class="p">.</span><span class="n">removePunctuation</span><span class="p">(</span><span class="o">@</span><span class="n">post_title</span><span class="p">)))</span></div><div class='line' id='LC14'>	<span class="k">SET</span> <span class="o">@</span><span class="n">slug</span> <span class="o">=</span> <span class="k">REPLACE</span><span class="p">(</span><span class="o">@</span><span class="n">clean_title</span><span class="p">,</span> <span class="s1">&#39; &#39;</span><span class="p">,</span> <span class="s1">&#39;-&#39;</span><span class="p">)</span></div><div class='line' id='LC15'><br/></div><div class='line' id='LC16'>	<span class="k">RETURN</span> <span class="o">@</span><span class="n">slug</span></div><div class='line' id='LC17'><br/></div><div class='line' id='LC18'><span class="k">END</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/992647/40f5a779a4e7e2570ad7fe7d1552a5d86a943021/dbo.make_slug.sql" style="float:right;">view raw</a>
            <a href="https://gist.github.com/992647#file_dbo.make_slug.sql" style="float:right;margin-right:10px;color:#666">dbo.make_slug.sql</a>
            <a href="https://gist.github.com/992647">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>
</p>
<p>And that is used by &#8216;<a href="https://gist.github.com/992654" target="_blank">dbo.old_url</a>&#8216; here:<br />
<div id="gist-992654" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="k">CREATE</span> <span class="k">FUNCTION</span> <span class="p">[</span><span class="n">dbo</span><span class="p">].[</span><span class="n">old_url</span><span class="p">]</span></div><div class='line' id='LC2'><span class="p">(</span></div><div class='line' id='LC3'>	<span class="o">@</span><span class="n">post_date</span> <span class="n">datetime</span><span class="p">,</span></div><div class='line' id='LC4'>	<span class="o">@</span><span class="n">post_title</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">256</span><span class="p">)</span></div><div class='line' id='LC5'><span class="p">)</span></div><div class='line' id='LC6'><span class="k">RETURNS</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC7'><span class="k">AS</span></div><div class='line' id='LC8'><span class="k">BEGIN</span></div><div class='line' id='LC9'>	<span class="c1">-- Declare the return variable here</span></div><div class='line' id='LC10'>	<span class="k">DECLARE</span> <span class="o">@</span><span class="n">url</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC11'>	<span class="k">DECLARE</span> <span class="o">@</span><span class="n">y_m_d</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span></div><div class='line' id='LC12'>	<span class="k">DECLARE</span> <span class="o">@</span><span class="n">clean_title</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC13'><br/></div><div class='line' id='LC14'>	<span class="k">SET</span> <span class="o">@</span><span class="n">y_m_d</span> <span class="o">=</span> <span class="k">CONVERT</span><span class="p">(</span><span class="n">nvarchar</span><span class="p">,</span> <span class="o">@</span><span class="n">post_date</span><span class="p">,</span> <span class="mi">111</span><span class="p">)</span></div><div class='line' id='LC15'>	<span class="k">SET</span> <span class="o">@</span><span class="n">url</span> <span class="o">=</span> <span class="s1">&#39;/archive/&#39;</span> <span class="o">+</span> <span class="o">@</span><span class="n">y_m_d</span> <span class="o">+</span> <span class="s1">&#39;/&#39;</span> <span class="o">+</span>  <span class="o">+</span> <span class="n">dbo</span><span class="p">.</span><span class="n">make_slug</span><span class="p">(</span><span class="o">@</span><span class="n">post_title</span><span class="p">)</span> <span class="o">+</span> <span class="s1">&#39;.aspx&#39;</span></div><div class='line' id='LC16'><br/></div><div class='line' id='LC17'>	<span class="k">RETURN</span> <span class="o">@</span><span class="n">url</span></div><div class='line' id='LC18'><br/></div><div class='line' id='LC19'><span class="k">END</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/992654/5d909228f4c798507f643819b6d9e5c54005b7e1/dbo.old_url.sql" style="float:right;">view raw</a>
            <a href="https://gist.github.com/992654#file_dbo.old_url.sql" style="float:right;margin-right:10px;color:#666">dbo.old_url.sql</a>
            <a href="https://gist.github.com/992654">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>
</p>
<p>There are still two more functions remaining (if you have been paying attention) that are used by &#8216;<a href="https://gist.github.com/992647" target="_blank">dbo.make_slug</a>&#8216; and that is where the real fun comes in. First of these is the simpler &#8216;<a href="https://gist.github.com/992677" target="_blank">dbo.deDupeSpaces</a>&#8216; which cuts all repeating space characters down to a single space:<br />
<div id="gist-992677" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="k">CREATE</span> <span class="k">FUNCTION</span> <span class="p">[</span><span class="n">dbo</span><span class="p">].[</span><span class="n">deDupeSpaces</span><span class="p">]</span> </div><div class='line' id='LC2'><span class="p">(</span></div><div class='line' id='LC3'>	<span class="o">@</span><span class="k">input</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC4'><span class="p">)</span></div><div class='line' id='LC5'><span class="k">RETURNS</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC6'><span class="k">AS</span></div><div class='line' id='LC7'><span class="k">BEGIN</span></div><div class='line' id='LC8'>&nbsp;&nbsp;&nbsp;&nbsp;<span class="cm">/**</span></div><div class='line' id='LC9'><span class="cm">    *  Based on Nigel Rivett&#39;s SQL script found: </span></div><div class='line' id='LC10'><span class="cm">    *    http://www.nigelrivett.net/SQLTsql/RemoveNonNumericCharacters.html </span></div><div class='line' id='LC11'><span class="cm">    */</span></div><div class='line' id='LC12'>	<span class="k">DECLARE</span> <span class="o">@</span><span class="n">i</span> <span class="nb">int</span></div><div class='line' id='LC13'><br/></div><div class='line' id='LC14'>	<span class="k">set</span> <span class="o">@</span><span class="n">i</span> <span class="o">=</span> <span class="n">patindex</span><span class="p">(</span><span class="s1">&#39;%[ ][ ]%&#39;</span><span class="p">,</span> <span class="o">@</span><span class="k">input</span><span class="p">)</span></div><div class='line' id='LC15'>	<span class="n">while</span> <span class="o">@</span><span class="n">i</span> <span class="o">&gt;</span> <span class="mi">0</span></div><div class='line' id='LC16'>	<span class="k">begin</span></div><div class='line' id='LC17'>		<span class="k">set</span> <span class="o">@</span><span class="k">input</span> <span class="o">=</span> <span class="k">replace</span><span class="p">(</span><span class="o">@</span><span class="k">input</span><span class="p">,</span> <span class="s1">&#39;  &#39;</span><span class="p">,</span> <span class="s1">&#39; &#39;</span><span class="p">)</span></div><div class='line' id='LC18'>		<span class="k">set</span> <span class="o">@</span><span class="n">i</span> <span class="o">=</span> <span class="n">patindex</span><span class="p">(</span><span class="s1">&#39;%[ ][ ]%&#39;</span><span class="p">,</span> <span class="o">@</span><span class="k">input</span><span class="p">)</span></div><div class='line' id='LC19'>	<span class="k">end</span></div><div class='line' id='LC20'><br/></div><div class='line' id='LC21'>	<span class="k">RETURN</span> <span class="o">@</span><span class="k">input</span></div><div class='line' id='LC22'><br/></div><div class='line' id='LC23'><span class="k">END</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/992677/fdddfa2e5b522c67727bead6a800ea2ffe3ac32f/dbo.deDupeSpaces.sql" style="float:right;">view raw</a>
            <a href="https://gist.github.com/992677#file_dbo.de_dupe_spaces.sql" style="float:right;margin-right:10px;color:#666">dbo.deDupeSpaces.sql</a>
            <a href="https://gist.github.com/992677">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>
</p>
<p>And the more impressive and pretty much identical to the script I found originally written by <a href="http://www.nigelrivett.net/SQLTsql/RemoveNonNumericCharacters.html" target="_blank">Nigel Rivett</a>:<br />
<div id="gist-992661" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="k">CREATE</span> <span class="k">FUNCTION</span> <span class="p">[</span><span class="n">dbo</span><span class="p">].[</span><span class="n">removePunctuation</span><span class="p">]</span> </div><div class='line' id='LC2'><span class="p">(</span></div><div class='line' id='LC3'>	<span class="o">@</span><span class="k">input</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC4'><span class="p">)</span></div><div class='line' id='LC5'><span class="k">RETURNS</span> <span class="n">nvarchar</span><span class="p">(</span><span class="mi">500</span><span class="p">)</span></div><div class='line' id='LC6'><span class="k">AS</span></div><div class='line' id='LC7'><span class="k">BEGIN</span></div><div class='line' id='LC8'>	<span class="cm">/**</span></div><div class='line' id='LC9'><span class="cm">	 *  Based on Nigel Rivett&#39;s SQL script found: </span></div><div class='line' id='LC10'><span class="cm">	 *    http://www.nigelrivett.net/SQLTsql/RemoveNonNumericCharacters.html </span></div><div class='line' id='LC11'><span class="cm">	 */</span></div><div class='line' id='LC12'>	<span class="k">DECLARE</span> <span class="o">@</span><span class="n">i</span> <span class="nb">int</span></div><div class='line' id='LC13'><br/></div><div class='line' id='LC14'>	<span class="k">set</span> <span class="o">@</span><span class="n">i</span> <span class="o">=</span> <span class="n">patindex</span><span class="p">(</span><span class="s1">&#39;%[^a-zA-Z0-9 ]%&#39;</span><span class="p">,</span> <span class="o">@</span><span class="k">input</span><span class="p">)</span></div><div class='line' id='LC15'>	<span class="n">while</span> <span class="o">@</span><span class="n">i</span> <span class="o">&gt;</span> <span class="mi">0</span></div><div class='line' id='LC16'>	<span class="k">begin</span></div><div class='line' id='LC17'>		<span class="k">set</span> <span class="o">@</span><span class="k">input</span> <span class="o">=</span> <span class="k">replace</span><span class="p">(</span><span class="o">@</span><span class="k">input</span><span class="p">,</span> <span class="k">substring</span><span class="p">(</span><span class="o">@</span><span class="k">input</span><span class="p">,</span> <span class="o">@</span><span class="n">i</span><span class="p">,</span> <span class="mi">1</span><span class="p">),</span> <span class="s1">&#39;&#39;</span><span class="p">)</span></div><div class='line' id='LC18'>		<span class="k">set</span> <span class="o">@</span><span class="n">i</span> <span class="o">=</span> <span class="n">patindex</span><span class="p">(</span><span class="s1">&#39;%[^a-zA-Z0-9 ]%&#39;</span><span class="p">,</span> <span class="o">@</span><span class="k">input</span><span class="p">)</span></div><div class='line' id='LC19'>	<span class="k">end</span></div><div class='line' id='LC20'><br/></div><div class='line' id='LC21'>	<span class="c1">-- Return the result of the function</span></div><div class='line' id='LC22'>	<span class="k">RETURN</span> <span class="o">@</span><span class="k">input</span></div><div class='line' id='LC23'><br/></div><div class='line' id='LC24'><span class="k">END</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/992661/c2b0107fce45e997396c841b804ab394ee0264a1/dbo.removePunctuation.sql" style="float:right;">view raw</a>
            <a href="https://gist.github.com/992661#file_dbo.remove_punctuation.sql" style="float:right;margin-right:10px;color:#666">dbo.removePunctuation.sql</a>
            <a href="https://gist.github.com/992661">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>
</p>
<p>So all of this so far is just to get my posts out of the CS DB in a format close enough to what I&#8217;ll need to stuff into my WordPress DB. In order to continue, I just ran the <a href="https://gist.github.com/992639" target="_blank">simple query</a> (<a href="#simplequery">snippet at the top</a>) and exported the results to an XML file. Now I could finally shutdown the virtual instance of Windows 7 that was eating up my MacBook&#8217;s resources and burning my lap from the CPU pegging. <img src='http://robbie.robnrob.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The rest is pretty straight forward. I was unable to find any WordPress Plugins so to assist me in this completely custom hackery, so I thought a brute force insert directly into my WordPress mySQL DB was a great idea. I first imported the XML file into a new table that I called cs_posts. This table&#8217;s structure is identical to the original query used to export it. Once this was done, I built a basic INSERT INTO &#8230;  SELECT query to import these CS posts directly into my WordPress posts table:<br />
<div id="gist-992718" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="k">INSERT</span> <span class="k">INTO</span> <span class="n">wp_xxxxx_posts</span> </div><div class='line' id='LC2'>	<span class="p">(</span><span class="n">post_author</span><span class="p">,</span> </div><div class='line' id='LC3'>	<span class="n">post_date</span><span class="p">,</span> </div><div class='line' id='LC4'>	<span class="n">post_date_gmt</span><span class="p">,</span> </div><div class='line' id='LC5'>	<span class="n">post_content</span><span class="p">,</span> </div><div class='line' id='LC6'>	<span class="n">post_title</span><span class="p">,</span> </div><div class='line' id='LC7'>	<span class="n">post_status</span><span class="p">,</span> </div><div class='line' id='LC8'>	<span class="n">post_name</span><span class="p">,</span> </div><div class='line' id='LC9'>	<span class="n">post_modified</span><span class="p">,</span> </div><div class='line' id='LC10'>	<span class="n">post_modified_gmt</span><span class="p">,</span> </div><div class='line' id='LC11'>	<span class="n">guid</span><span class="p">)</span> </div><div class='line' id='LC12'><span class="k">SELECT</span> <span class="mi">2</span> <span class="k">AS</span> <span class="n">post_author</span><span class="p">,</span> </div><div class='line' id='LC13'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">PostDate</span> <span class="k">AS</span> <span class="n">post_date</span><span class="p">,</span> </div><div class='line' id='LC14'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">PostDate</span> <span class="k">AS</span> <span class="n">post_date_gmt</span><span class="p">,</span> </div><div class='line' id='LC15'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">FormattedBody</span> <span class="k">AS</span> <span class="n">post_content</span><span class="p">,</span> </div><div class='line' id='LC16'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">Subject</span> <span class="k">AS</span> <span class="n">post_title</span><span class="p">,</span> </div><div class='line' id='LC17'>	<span class="s1">&#39;draft&#39;</span> <span class="k">AS</span> <span class="n">post_status</span><span class="p">,</span> </div><div class='line' id='LC18'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">slug</span> <span class="k">AS</span> <span class="n">post_name</span><span class="p">,</span> </div><div class='line' id='LC19'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">PostDate</span> <span class="k">AS</span> <span class="n">post_modified</span><span class="p">,</span> </div><div class='line' id='LC20'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">PostDate</span> <span class="k">AS</span> <span class="n">post_modified_gmt</span><span class="p">,</span> </div><div class='line' id='LC21'>	<span class="n">cs_posts</span><span class="p">.</span><span class="n">old_url</span> <span class="k">AS</span> <span class="n">guid</span></div><div class='line' id='LC22'><span class="k">FROM</span> <span class="n">cs_posts</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/992718/ab53be72c30d5a2bb3e4e7ba65b102617fe16ee7/insert_cs_posts.sql" style="float:right;">view raw</a>
            <a href="https://gist.github.com/992718#file_insert_cs_posts.sql" style="float:right;margin-right:10px;color:#666">insert_cs_posts.sql</a>
            <a href="https://gist.github.com/992718">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>
</p>
<p>From this point, all that was required was for me to correct any permalinks that did not match up to the slug I had calculated. But I also wanted to get 301 redirects in place for all incoming requests looking for /archive/YYYY/MM/DD/some-post-title-slug.aspx to find their way to the new URL /YYYY/MM/some-post-title-slug. This was much easier than I anticipated due to the luxury of <a href="http://urbangiraffe.com/">John Godley</a>&#8216;s <a href="http://wordpress.org/extend/plugins/redirection/" target="_blank">Redirection</a> plugin. This gem of a plugin makes my introduction to the WordPress ecosystem a dream come true. In fact, after I set it up on both this site and my root: <a href="http://www.robnrob.com/">robnrob.com</a> site, I was able to populate the redirection item table his plugin uses to skip the need to enter in each post&#8217;s specific redirection. The plugin also has an option for regex-ish pattern matching, but a lot of the permalinks I ended up with on WordPress would not directly transpose from the basic:</p>
<p style="padding-left: 30px;">url pattern: /archive/(d+)/(d+)/(d+)/([a-zA-Z0-9_-]+).aspx<br />
redirect to: http://robbie.robnrob.com/$1/$2/$4</p>
<p>In the end, I lost out on previous comments, categories, and tags, but what I gained was a much more reliable hosting environment and a much more enjoyable platform to hack on. Also, to be honest, I had only a handful of comments anyway. <img src='http://robbie.robnrob.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/05/migrating-community-server-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Most Exciting Email In My Nerd History</title>
		<link>http://robbie.robnrob.com/2011/05/the-most-exciting-email-in-my-nerd-history/</link>
		<comments>http://robbie.robnrob.com/2011/05/the-most-exciting-email-in-my-nerd-history/#comments</comments>
		<pubDate>Thu, 19 May 2011 19:17:56 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Odersky]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/2011/05/the-most-exciting-email-in-my-nerd-history/</guid>
		<description><![CDATA[&#160; This is the first time that the creator of my programming language of choice sends me an email. Scala 2.9 was just released this week and the development team at Gravity are working to migrate our code base onto it. Just after our first attempt to run our unit tests, we hit a bug <a href='http://robbie.robnrob.com/2011/05/the-most-exciting-email-in-my-nerd-history/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item"><a href="http://bit.ly/ka9HkF" target="_blank"><img class="aligncenter" title="Email from Martin Odersky" src="http://static.pixelpipe.com/4282cf84-80fc-4fa0-864a-0992e6c42bc4_b.jpg" alt="" width="496" height="213" /></a>&nbsp;</p>
<p style="text-align: left;">This is the first time that the creator of my programming language of choice sends me an email.</p>
<p style="text-align: left;">Scala 2.9 was just released this week and the development team at Gravity are working to migrate our code base onto it. Just after our first attempt to run our unit tests, we hit a bug that we could not code around and hit the <a href="http://bit.ly/kqplp0" target="_blank">forums</a> for answers. I found an already reported <a href="http://bit.ly/mai6r1" target="_blank">bug</a> that matched our case as well and jumped on the ticket to receive updates. Later that day I saw a comment on it from Martin Odersky (the original author of Scala) himself. That was exciting enough for me, but the email&#8230;. WOW.</p>
<p style="text-align: left;">&#8230;okay, I can go back to my day now.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/05/the-most-exciting-email-in-my-nerd-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Google Result in One Day!</title>
		<link>http://robbie.robnrob.com/2011/05/top-google-result-in-one-day/</link>
		<comments>http://robbie.robnrob.com/2011/05/top-google-result-in-one-day/#comments</comments>
		<pubDate>Wed, 18 May 2011 08:01:05 +0000</pubDate>
		<dc:creator>Robbie Coleman</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://robbie.robnrob.com/?p=24</guid>
		<description><![CDATA[&#160; &#160; Amazingly, just after one day of me installing/configuring this new WordPress blog, a search on Google for my name: Robbie Coleman returns this site as the very first result!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center">&nbsp;</p>
<p style="text-align: center">&nbsp;</p>
<div id="attachment_26" class="wp-caption aligncenter" style="width: 310px"><a href="http://robbie.robnrob.com/wp-content/uploads/2011/05/Google-Top-Search-Result-for-Robbie-Coleman.png" target="_blank"><img class="size-medium wp-image-26 " src="http://robbie.robnrob.com/wp-content/uploads/2011/05/Google-Top-Search-Result-for-Robbie-Coleman-300x156.png" alt="Google Top Search Result for Robbie Coleman" width="300" height="156" /></a><p class="wp-caption-text">Google Top Search Result for Robbie Coleman</p></div>
<p>Amazingly, just after one day of me installing/configuring this new WordPress blog, a search on Google for my name: <a title="search Google for: Robbie Coleman" href="http://www.google.com/search?q=robbie+coleman" target="_blank">Robbie Coleman</a> returns this site as the very first result!</p>
]]></content:encoded>
			<wfw:commentRss>http://robbie.robnrob.com/2011/05/top-google-result-in-one-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.075 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 07:24:12 -->
<!-- Compression = gzip -->
