<?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>Bertie Baggio&#039;s Wonderland &#187; all posts</title>
	<atom:link href="http://blog.roberthallam.org/category/all-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roberthallam.org</link>
	<description>armchair rebel and cheerful raconteur</description>
	<lastBuildDate>Thu, 01 Sep 2011 13:15:12 +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>[Solved] Could not create java implementation loader / No JRE Found</title>
		<link>http://blog.roberthallam.org/2011/09/solved-could-not-create-java-implementation-loader-no-jre-found/</link>
		<comments>http://blog.roberthallam.org/2011/09/solved-could-not-create-java-implementation-loader-no-jre-found/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 13:15:12 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[wisdom]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[libreoffice]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=435</guid>
		<description><![CDATA[After installing LibreOffice Portable (from here), I tried to install the Google Docs Sync extension, ooo2gd. However, installation failed with the error message &#8220;Could not create java implementation loader&#8221;. There are many posts about this, most of which suggest either disabling, then re-enabling &#8220;Use a Java runtime environment&#8221; on the Tools > Options > LibreOffice [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2011/09/solved-could-not-create-java-implementation-loader-no-jre-found/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TF2 Connection Problems Persist</title>
		<link>http://blog.roberthallam.org/2011/06/tf2-connection-problems-persist/</link>
		<comments>http://blog.roberthallam.org/2011/06/tf2-connection-problems-persist/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 15:07:11 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[pc games]]></category>
		<category><![CDATA[valve games]]></category>
		<category><![CDATA[bebox]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[tf2]]></category>
		<category><![CDATA[timeout]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=424</guid>
		<description><![CDATA[Team Fortress 2 has recently gone free to play, which I am guessing has resulted in a big spike in players (it is currently the most played game on Steam, with a peak of nearly 100 000 players today &#8211; no doubt it was busier at the weekend). As a result, my old post on [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2011/06/tf2-connection-problems-persist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sort a List By Length and Alphabetically Using jQuery</title>
		<link>http://blog.roberthallam.org/2011/06/sort-a-list-using-query/</link>
		<comments>http://blog.roberthallam.org/2011/06/sort-a-list-using-query/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 16:28:06 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[jquery sort]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=409</guid>
		<description><![CDATA[A fairly common problem in jQuery is to sort a set of elements eg a list of &#60;li&#62;, and most examples I came across seemed to offer pretty decent solutions &#8211; provided you want to sort alphabetically. If you want to do this in a number of ways, then tinysort is a great way of [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2011/06/sort-a-list-using-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show Progress Bar During dd Copy</title>
		<link>http://blog.roberthallam.org/2011/01/show-progress-bar-during-dd-copy/</link>
		<comments>http://blog.roberthallam.org/2011/01/show-progress-bar-during-dd-copy/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 18:17:19 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[nslu2]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[pv]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=388</guid>
		<description><![CDATA[There are a number of ways of showing the progress of a dd copy. The easiest is sending the USER1 signal to the dd process, like: dd if=FILE1 of=FILE2 pkill -USER1 dd But that only gives a current status &#8211; eg 12345678 bytes transferred (11.77MB) &#8230; [8.56MB/s]. Not that helpful if you want an ongoing [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2011/01/show-progress-bar-during-dd-copy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Polish Demotivational Posters</title>
		<link>http://blog.roberthallam.org/2011/01/polish-demotivational-posters/</link>
		<comments>http://blog.roberthallam.org/2011/01/polish-demotivational-posters/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 05:13:02 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[mosaics]]></category>
		<category><![CDATA[oddness]]></category>
		<category><![CDATA[polish]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=379</guid>
		<description><![CDATA[I have some images up on this blog, images that are sometimes linked to. I occasionally check out who is checking out what, and found out that one of the mosaics I generated a few years ago is being used in what appears to be a demotivational poster. You can see it at http://demotywatory.pl/2483873/Jestesmy-tym-wszystkim. Google [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2011/01/polish-demotivational-posters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nostalgia is Playing Wipeout 2097 Again</title>
		<link>http://blog.roberthallam.org/2010/09/nostalgia-is-playing-wipeout-2097-again/</link>
		<comments>http://blog.roberthallam.org/2010/09/nostalgia-is-playing-wipeout-2097-again/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 00:08:51 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=358</guid>
		<description><![CDATA[Let me paint a picture for you. It&#8217;s 1996. Clinton is in power in the US and can do no wrong, while on this side of the pond John Major&#8217;s grip on power is weakening. One bright grey afternoon at my sister and brother-in-law&#8217;s flat my sister pointed out a new device on the floor [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/09/nostalgia-is-playing-wipeout-2097-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Project Euler Problem 17</title>
		<link>http://blog.roberthallam.org/2010/09/project-euler-problem-17/</link>
		<comments>http://blog.roberthallam.org/2010/09/project-euler-problem-17/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:26:43 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[project euler]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=355</guid>
		<description><![CDATA[Check your spelling / letter counts. Seriously. Sixty is 5 letters long, not 6; a false friend numeral. Also, from the forums: look at the use of the word and. The examples are your friend.]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/09/project-euler-problem-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plain Sight Dedicated Server Crash Fix</title>
		<link>http://blog.roberthallam.org/2010/08/plain-sight-dedicated-server-crash-fix/</link>
		<comments>http://blog.roberthallam.org/2010/08/plain-sight-dedicated-server-crash-fix/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 12:51:34 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[crashes]]></category>
		<category><![CDATA[plain sight]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=346</guid>
		<description><![CDATA[Plain Sight was on sale for the staggeringly low Â£1.60 / Â£1.20, so I decided to get a copy. It is a very fun, fast-paced game, with lots of great moments &#8211; where you pull off an attack a split second before an opponent does the same, or when you detonate just as three people [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/08/plain-sight-dedicated-server-crash-fix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fix for &#8220;Current Password No Longer Matches Keyring&#8221;</title>
		<link>http://blog.roberthallam.org/2010/07/current-password-does-not-match-keyring-fix/</link>
		<comments>http://blog.roberthallam.org/2010/07/current-password-does-not-match-keyring-fix/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 10:29:37 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[keyring]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=343</guid>
		<description><![CDATA[A I may have mentioned, I recently reinstalled Ubuntu (had been using Windows 7 for a few months). Since the reinstall I had changed my common login password for the other computers on the network so of course I updated my user password for the new install. The slight problem came when I used any [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/07/current-password-does-not-match-keyring-fix/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>An Old Video (FEAR &#8211; Stolen Kills)</title>
		<link>http://blog.roberthallam.org/2010/07/an-old-video-fear-stolen-kills/</link>
		<comments>http://blog.roberthallam.org/2010/07/an-old-video-fear-stolen-kills/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 02:13:13 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[fear]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=339</guid>
		<description><![CDATA[I&#8217;ve been posting a fair number of videos to another blog for the folk I play games with (including the other MIA author of posts on this blog Kenny). It&#8217;s a good way to relive some moments and also a way for me to practice my cutting and splicing skills. Long story short, I encoded [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/07/an-old-video-fear-stolen-kills/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

