<?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>Rob Golding &#187; university</title>
	<atom:link href="http://www.robgolding.com/blog/tag/university/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robgolding.com</link>
	<description>Technology Consultant</description>
	<lastBuildDate>Mon, 07 Jun 2010 22:04:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Backtrac Implementation &#8211; The Major Decisions</title>
		<link>http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/</link>
		<comments>http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 09:09:50 +0000</pubDate>
		<dc:creator>Rob Golding</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[amqp]]></category>
		<category><![CDATA[backtrac]]></category>
		<category><![CDATA[piston]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.robgolding.com/?p=393</guid>
		<description><![CDATA[Thinking a lot about my 3rd year project, I've been considering how to implement a backup system based around a Django server. So far, I have reached the conclusion that the system will consist of three main parts: The Django server (yet to be named) The client daemon (backtracd) The backup library itself (backuplib) As [...]]]></description>
			<content:encoded><![CDATA[<p>Thinking a lot about my <a title="3rd Year Project: Back to Backtrac" href="http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/">3rd year project</a>, I've been considering how to implement a backup system based around a Django server. So far, I have reached the conclusion that the system will consist of three main parts:</p>
<ul>
<li>The Django server (yet to be named)</li>
<li>The client daemon (<em>backtracd</em>)</li>
<li>The backup library itself (<em>backuplib</em>)</li>
</ul>
<p><span id="more-393"></span>As I mentioned in the previous post, the Django server will be based around <a title="Celery Project" href="http://celeryproject.org/" target="_blank">Celery</a>. This will offer me the ability to schedule a task for a certain date and time in the future, which is a huge part of the implementation taken care of.</p>
<p>One thing I am yet to figure out, however, is how the server will communicate with the client daemons. At the moment I'm thinking <a title="XML-RPC" href="http://www.xmlrpc.com/" target="_blank">XML-RPC</a>, but it seems to me that it will end up a sort of mish-mash of different technologies - as the Django server will be exposing a JSON API (probably via <a title="django-piston" href="http://bitbucket.org/jespern/django-piston/" target="_blank">Piston</a>). I have also considered running Django on the clients too, so everything can use JSON/Piston, but this seems at the moment like an unnecessary burden.</p>
<p>Another thing to consider is the <em>data</em> that is to be transmitted between the nodes. Should I use a bunch of fields in a JSON object to represent the success/failure of a job, and how much data was backed up, etc.? Another option is to pickle a Result object of some sort - representing a result as a Python instance to be interpreted by the server. These are the things I love to think about when designing a system, and I'll certainly have plenty to write about in the inevitable report.</p>
<p>Something I <em>can</em> work on in the meantime, however, is <strong><a title="backuplib" href="http://github.com/robgolding63/backuplib" target="_blank">backuplib</a></strong> - the client library that will actually copy the data. At the moment, it's just a wrapper around rsync/tar. That probably won't change, but it will need to get a bit smarter in the way it handles failures (and restores, of course) if it's going to make for the basis a decent backup system.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/&amp;title=Backtrac+Implementation+-+The+Major+Decisions" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/&amp;title=Backtrac+Implementation+-+The+Major+Decisions" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/&amp;title=Backtrac+Implementation+-+The+Major+Decisions" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/&amp;title=Backtrac+Implementation+-+The+Major+Decisions" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/&amp;t=Backtrac+Implementation+-+The+Major+Decisions" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Backtrac+Implementation+-+The+Major+Decisions+-+http://tinyurl.com/3xlchle+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/&amp;n=Backtrac+Implementation+-+The+Major+Decisions&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.robgolding.com/?ak_action=api_record_view&id=393&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.robgolding.com/blog/2010/06/03/backtrac-implementation-the-major-decisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3rd Year Project: Back to Backtrac</title>
		<link>http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/</link>
		<comments>http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/#comments</comments>
		<pubDate>Tue, 25 May 2010 09:49:00 +0000</pubDate>
		<dc:creator>Rob Golding</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[backtrac]]></category>

		<guid isPermaLink="false">http://www.robgolding.com/?p=381</guid>
		<description><![CDATA[After contacting the university regarding my 3rd year project/dissertation, my ideal choice has been confirmed. I'll be making a distributed backup system, based around a Django web interface and AMQP. Backtrac is a pretty old project, and one whose name I am likely to change once I'm working on it. It was started in my [...]]]></description>
			<content:encoded><![CDATA[<p>After contacting the university regarding my 3rd year project/dissertation, my ideal choice has been confirmed. I'll be making a distributed backup system, based around a <a title="Django Project" href="http://djangoproject.com" target="_blank">Django</a> web interface and <a title="Advanced Message Queueing Protocol" href="http://www.amqp.org/confluence/display/AMQP/About+AMQP" target="_blank">AMQP</a>.</p>
<p><span id="more-381"></span>Backtrac is a pretty old project, and one whose name I am likely to change once I'm working on it. It was started in my first semester of university last year, when I didn't have enough work to keep me busy. I didn't know enough about Django back then, though, so it was left unfinished and only half-working.</p>
<p>Now I think I know enough to pull this off, and it's a chance to do something I really enjoy - while getting marks for it in the process! If everything goes to plan I'll be supervised by <a title="Dr. Julie Greensmith" href="http://www.cs.nott.ac.uk/~jqg/" target="_blank">Dr. Julie Greensmith</a>, which I'm really looking forward to.</p>
<p>I'll be using an app called <a title="Celery Distributed Task Queue" href="http://celeryproject.org/" target="_blank">Celery</a> to handle the background tasks, which will be simple "pings" to the client machines, telling them to start a backup. Celery uses AMQP, provided by a broker such as <a title="RabbitMQ Enterprise Messaging System" href="http://www.rabbitmq.com/" target="_blank">RabbitMQ</a> (which is written in Erlang). It's usually used for processing intensive computational tasks, but can also be put to use for jobs that need executing on a periodic basis, like backups.</p>
<p>I can tell you're getting too excited, so I'll stop. Rest assured, though, I will be writing about the discoveries I make along the way to finishing this ambitious project.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/&amp;title=3rd+Year+Project%3A+Back+to+Backtrac" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/&amp;title=3rd+Year+Project%3A+Back+to+Backtrac" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/&amp;title=3rd+Year+Project%3A+Back+to+Backtrac" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/&amp;title=3rd+Year+Project%3A+Back+to+Backtrac" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/&amp;t=3rd+Year+Project%3A+Back+to+Backtrac" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=3rd+Year+Project%3A+Back+to+Backtrac+-+http://tinyurl.com/2w63be4+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/&amp;n=3rd+Year+Project%3A+Back+to+Backtrac&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.robgolding.com/?ak_action=api_record_view&id=381&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.robgolding.com/blog/2010/05/25/3rd-year-project-back-to-backtrac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom Section Numbering in LaTeX</title>
		<link>http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/</link>
		<comments>http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:54:16 +0000</pubDate>
		<dc:creator>Rob Golding</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.robgolding.com/?p=183</guid>
		<description><![CDATA[For our last coursework (which was for a really interesting compilers module), I chose to present my answers in LaTeX. It's been a very steep learning curve, but I'm extremely happy with the results. I don't even mind the slight drop in productivity that's caused by my uncontrollable urge to stop and admire my document [...]]]></description>
			<content:encoded><![CDATA[<p>For our last coursework (which was for a really interesting <a title="G52CMP" href="http://www.cs.nott.ac.uk/~nhn/G52CMP/" target="_blank">compilers</a> module), I chose to present my answers in <a title="LaTeX" href="http://www.latex-project.org/" target="_blank">LaTeX</a>. It's been a very steep learning curve, but I'm extremely happy with the results. I don't even mind the slight drop in productivity that's caused by my uncontrollable urge to stop and admire my document every so often! One thing that had me stuck for a while, however, was the automatic section numbering system.</p>
<p>To answer the questions for the compilers coursework, I wanted my <em>section</em>s to be numbered (1, 2, 3), my <em>subsection</em>s to be numbered (a, b, c), and my <em>subsubsection</em>s to be numbered (i, ii, iii). This numbering pattern matches that which is given in the question paper, whereby a number of nested <em>enumerate</em>s were used. The default LaTeX section numbering however is (1, 1.1, 1.1.1). I finally found a way to alter this default behaviour by using the following code in the preamble:</p>
<pre class="latex"> <span style="color: #800000; font-weight: normal;">\renewcommand</span>{<span style="color: #2222D0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\thesubsection</span>}{(<span style="color: #800000; font-weight: normal;">\alph</span>{subsection})</span>}
&nbsp;
<span style="color: #800000; font-weight: normal;">\renewcommand</span>{<span style="color: #2222D0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\thesubsubsection</span>}{<span style="color: #800000; font-weight: normal;">\roman</span>{subsection}.</span>}</pre>
<p>This code modifies the way that the counters for subsections and subsubsections are printed (section counters are correct when left at the default).</p>
<p>I hope this saves someone even the few minutes it took me to work this out, once I'd applied some logic! It's very useful to know that LaTeX has a counter for <strong>everything</strong>. <a title="Counters in LaTeX" href="http://texblog.wordpress.com/2007/07/25/counters-in-latex/">This particular post</a> was very helpful in working out which ones to alter, and how.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/&amp;title=Custom+Section+Numbering+in+LaTeX" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/&amp;title=Custom+Section+Numbering+in+LaTeX" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/&amp;title=Custom+Section+Numbering+in+LaTeX" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/&amp;title=Custom+Section+Numbering+in+LaTeX" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/&amp;t=Custom+Section+Numbering+in+LaTeX" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Custom+Section+Numbering+in+LaTeX+-+http://tinyurl.com/yc26pbq+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/&amp;n=Custom+Section+Numbering+in+LaTeX&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.robgolding.com/?ak_action=api_record_view&id=183&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.robgolding.com/blog/2010/02/28/custom-section-numbering-in-latex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It Begins&#8230;</title>
		<link>http://www.robgolding.com/blog/2009/09/22/it-begins/</link>
		<comments>http://www.robgolding.com/blog/2009/09/22/it-begins/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 17:55:45 +0000</pubDate>
		<dc:creator>Rob Golding</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.robgolding.com/?p=162</guid>
		<description><![CDATA[The country has just undergone a mass-exodus of university students from their parents' houses back into halls. I played by own small part in blocking up the roads moving back into university accommodation this weekend, and it's all gearing up for the new school year. I've been working with Django more and more lately, and [...]]]></description>
			<content:encoded><![CDATA[<p>The country has just undergone a mass-exodus of university students from their parents' houses back into halls. I played by own small part in blocking up the roads moving back into university accommodation this weekend, and it's all gearing up for the new school year.</p>
<p>I've been working with Django more and more lately, and I've written my first "commercial" application using my new favourite framework - a booking system for taught causes at the City Council. I'm really enjoying writing web applications with Django, and I'm sure this blog will start to resemble a web-developer's in the near future.</p>
<p>Also, I'm really looking forward to this year at university. As I understand it, there's a lot more work to be done, but the software engineering group project should be fun - as long as my "randomly chosen" team are happy with us using Python!</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.robgolding.com/blog/2009/09/22/it-begins/&amp;title=It+Begins..." rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.robgolding.com/blog/2009/09/22/it-begins/&amp;title=It+Begins..." rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.robgolding.com/blog/2009/09/22/it-begins/&amp;title=It+Begins..." rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.robgolding.com/blog/2009/09/22/it-begins/&amp;title=It+Begins..." rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.robgolding.com/blog/2009/09/22/it-begins/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.robgolding.com/blog/2009/09/22/it-begins/&amp;t=It+Begins..." rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=It+Begins...+-+http://tinyurl.com/yeexepf+&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.robgolding.com/blog/2009/09/22/it-begins/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.robgolding.com/blog/2009/09/22/it-begins/&amp;n=It+Begins...&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<img src="http://www.robgolding.com/?ak_action=api_record_view&id=162&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.robgolding.com/blog/2009/09/22/it-begins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
