<?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>Holsee&#039;s Blog &#187; Rambling</title>
	<atom:link href="http://www.blog.holsee.com/tag/rambling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.holsee.com</link>
	<description>Adventures in Entrepreneurship, Code, Coffee and Photography..</description>
	<lastBuildDate>Fri, 02 Jul 2010 10:48:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Shiny New Blog</title>
		<link>http://www.blog.holsee.com/2009/10/test/</link>
		<comments>http://www.blog.holsee.com/2009/10/test/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 23:52:05 +0000</pubDate>
		<dc:creator>holsee</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Rambling]]></category>

		<guid isPermaLink="false">http://www.blog.holsee.com/?p=93</guid>
		<description><![CDATA[Hello World!
I’ve moved my blog now from http://holsee.blogspot.com to my newly purchase hosting from Dreamhost.
Blogger was fine, a vast improvement over Microsoft offering Live Spaces, but so far I have to say I’m very impressed with Wordpress.
I decided I would link to my old blog rather than importing all my old posts.. I don&#8217;t know.. [...]]]></description>
			<content:encoded><![CDATA[<p>Hello World!</p>
<p>I’ve moved my blog now from <a href="http://holsee.blogspot.com">http://holsee.blogspot.com</a> to my newly purchase hosting from Dreamhost.</p>
<p>Blogger was fine, a vast improvement over Microsoft offering Live Spaces, but so far I have to say I’m very impressed with Wordpress.</p>
<p>I decided I would link to my old blog rather than importing all my old posts.. I don&#8217;t know.. I guess I just want a fresh start and my old posts wont be going anywhere so its all good.</p>
<p><strong>Syntax Highlighting</strong></p>
<p>I love changing my themes so I needed to make sure whatever I used for syntactical highlighting had to work with both dark and light themes. I am using the <strong>WP-Syntax</strong> Wordpress plug-in. I’ll no doubt play with a few others before I settle.  <strong>Syntax Highlighter 2.x</strong> is another option but I was getting some <em>funky behaviour</em> when I used a Dark them.</p>
<p>For the mean time my code is going to look like this:</p>
<p><strong>C#</strong></p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #0600FF;">public</span> <span style="color: #0600FF;">static</span> <span style="color: #0600FF;">void</span> Main<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> args<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
	Console.<span style="color: #0000FF;">WriteLine</span><span style="color: #000000;">&#40;</span><span style="color: #666666;">&quot;Hi Whirld!&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p><strong>Ruby</strong></p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'rubygems'</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'sinatra'</span>
&nbsp;
get <span style="color:#996600;">'/hi'</span> <span style="color:#9966CC; font-weight:bold;">do</span>
  <span style="color:#996600;">&quot;Hello World!&quot;</span>
<span style="color:#9966CC; font-weight:bold;">end</span>
&nbsp;
get <span style="color:#996600;">'/hello/:name'</span> <span style="color:#9966CC; font-weight:bold;">do</span>
    <span style="color:#008000; font-style:italic;"># matches &quot;GET /hello/foo&quot; and &quot;GET /hello/bar&quot;</span>
    <span style="color:#008000; font-style:italic;"># params[:name] is 'foo' or 'bar'</span>
    <span style="color:#996600;">&quot;Hello #{params[:name]}!&quot;</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></div></div>

<p>I plan to blog mostly surrounding my two languages for choice C# &amp; Ruby.. but I’m a bit of a language nerd so there will no doubt be allsorts.</p>
<p>Oh.. I’m looking to look into the space of DSLs and Code Generation so I’ll most likely be rambling about my experiences.</p>
<p>Time to sleep, meeting the bank manager tomorrow to open a business account.. fun never ends.</p>
<p>Goodbye World!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.holsee.com/2009/10/test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
