<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>O l i v e r &#160; D o w l i n g</title>
	<atom:link href="http://oliverdowling.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oliverdowling.wordpress.com</link>
	<description>Software Developer &#124; Web Developer &#124; Tutor &#124; Human</description>
	<lastBuildDate>Thu, 30 Apr 2009 22:24:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='oliverdowling.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/19637c909329ff988bb75b55e6f8d6e8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>O l i v e r &#160; D o w l i n g</title>
		<link>http://oliverdowling.wordpress.com</link>
	</image>
			<item>
		<title>Installing Thrift on Mac OS X</title>
		<link>http://oliverdowling.wordpress.com/2009/05/01/installing-thrift-on-mac-os-x/</link>
		<comments>http://oliverdowling.wordpress.com/2009/05/01/installing-thrift-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 21:40:08 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=149</guid>
		<description><![CDATA[First, Thrift requires Boost, which is not included in OS X by default. Go to the Boost site and download the latest version. Unzip and open Terminal for that folder. The configure script doesn&#8217;t seem to work, so we need to work around this. Follow these steps in terminal to install it:
cd ./tools/jam/src/
./build.sh
cp bin.macosxx86/bjam ../../../
cd [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=149&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First, <a title="Apache Thrift" href="http://incubator.apache.org/thrift/">Thrift</a> requires <a title="Boost C++ Libraries" href="http://www.boost.org/">Boost</a>, which is not included in OS X by default. Go to the <a title="Boost C++ Libraries" href="http://www.boost.org/">Boost</a> site and download the latest version. Unzip and open Terminal for that folder. The configure script doesn&#8217;t seem to work, so we need to work around this. Follow these steps in terminal to install it:</p>
<pre style="border:1px dashed;overflow:auto;margin-right:25px;margin-bottom:1.5em;padding:1em;">cd ./tools/jam/src/
./build.sh
cp bin.macosxx86/bjam ../../../
cd ../../../
./bjam --prefix=/usr/local
./bjam install</pre>
<p>Next we need to also get <a title="pkg-config Wiki" href="http://en.wikipedia.org/wiki/Pkg-config">pkgconfig</a>, which also isn&#8217;t on OS X by default. This assumes <a title="The MacPorts Project" href="http://www.macports.org/">MacPorts</a> is already installed:</p>
<pre style="border:1px dashed;overflow:auto;margin-right:25px;margin-bottom:1.5em;padding:1em;">port install pkgconfig</pre>
<p>I&#8217;m using this for <a title="Facebook Engineering Puzzles" href="http://www.facebook.com/careers/puzzles.php">Facebook Puzzles</a>, so I downloaded the recommended archived version of <a title="Apache Thrift" href="http://incubator.apache.org/thrift/">Thrift</a> from <a title="Thrift direct download link" href="http://developers.facebook.com/thrift/download_thrift.php">here (direct link)</a> but you can get the latest version from the <a title="Apache Thrift Download page" href="http://incubator.apache.org/thrift/download/">Thrift download page</a>.</p>
<p>Unzip the archive and open a Terminal window in this folder and do the following commands:</p>
<pre style="border:1px dashed;overflow:auto;margin-right:25px;margin-bottom:1.5em;padding:1em;">cp /opt/local/share/aclocal/pkg.m4 aclocal
./bootstrap.sh
./configure
make
make install</pre>
<p>Now that thrift is installed, we can make the Thrift scripts for our chosen language. I started by using this for the <a title="Simon Says - Facebook Engineering Puzzles" href="http://www.facebook.com/careers/puzzles.php?puzzle_id=13">Simon Says Facebook Puzzle</a>, and I wanted to do it in python, so my Terminal commands looked like:</p>
<pre style="border:1px dashed;overflow:auto;margin-right:25px;margin-bottom:1.5em;padding:1em;">thrift --gen py simonsays.thrift</pre>
<p>Also note that to get my python program to run, I needed to also copy the Thrift python folder to my working directory.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=149&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2009/05/01/installing-thrift-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>Triple boot Mac OS X, Windows XP and Ubuntu 9.04, on a Mac Pro</title>
		<link>http://oliverdowling.wordpress.com/2009/04/26/triple-boot-mac-os-x-windows-xp-and-ubuntu-904-on-a-mac-pro/</link>
		<comments>http://oliverdowling.wordpress.com/2009/04/26/triple-boot-mac-os-x-windows-xp-and-ubuntu-904-on-a-mac-pro/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 20:10:26 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=145</guid>
		<description><![CDATA[My goal was to triple boot Mac OS X, Ubuntu 9.04 (Jaunty), and Windows XP on a single HDD. I started with a well used Mac OS X 10.5 install, totally up to date. I then had an also well used Windows XP install that I already had working with Bootcamp, Parallels and VMWare. Using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=145&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My goal was to triple boot Mac OS X, Ubuntu 9.04 (Jaunty), and Windows XP on a single HDD. I started with a well used Mac OS X 10.5 install, totally up to date. I then had an also well used Windows XP install that I already had working with Bootcamp, Parallels and VMWare. Using Mac Disk Utility (Applications&gt;Utilities&gt;Disk Utility) I tried to  make the current partition smaller by roughly 50GB as well as making a new partition in that space. Clicking apply produced a never-ending progress bar that I left &#8220;working&#8221; for more than half an hour. I became suspicios and google&#8217;d to find that Disk Utility does that sometimes, so I quit and tried these operations one at a time. Making the Macintosh HD partition smaller took a few minutes to apply, and then I added the other partition. Each of these gave an actual progress bar as opposed to the previous &#8220;working&#8221; bar.</p>
<p>I then downloaded the 64 bit version of Ubuntu 9.04, that was labelled as amd64, even though it is compatible with the Intel 64 bit chipsets. I was confused by this because I had previously seen 64 bit downloads listed as either x64 or x86_64, but apparently amd64 now refers to all of these, just because AMD were the first to release 64 bit chips. After burning the image using Toast, I restarted and held &#8216;c&#8217; when my Mac Pro was booting so that it would boot from the CD. When the CD booted, I found that my &#8220;Apple keyboard with Numeric Keypad&#8221; (version at time of writing) didn&#8217;t seem to be recognised, so the keys were not working. Very strangely, when I connected an older keyboard in a front USB port, the newer one&#8217;s keys were now working. I would, as such, advise anyone trying this to have another keyboard close by, just in case, and good luck to anyone that this happens to and that doesn&#8217;t have a spare USB keyboard handy&#8230;</p>
<p>I then followed the simple installation wizard, except for two parts; the drive to install to, and the final option before clicking &#8220;Install&#8221;. The default in the installation when selecting a drive is to use the whole HDD. This would be a very bad idea! That would delete your OS X installation, which, I assume, you would not want to do. Choose &#8220;manual&#8221; and click next, which should then give you a window to choose which drive to install to. Given the same circumstances as my attempt, it would be safe to assume that you should be choosing &#8220;sda3&#8243; which should be &#8220;HFS+&#8221; and using a minimal amount of HDD space already. You then want to format this as ext4. There is an ext2/3 driver for OS X (ext2fsx), but I was not able to mount the drive on a fully up to date Intel Mac Pro(1,1). I spent a lot of time on this, reformatting quite a number of times, but couldn&#8217;t get it to work. I read that it&#8217;s incompatible with Leopard on Intel, whihc is a shame, and I don&#8217;t see it being updated since the program hasn&#8217;t had a revision since 2006. I did not create a swap partition at this point and ignored the warning, but other users may want to do this (Keep in mind that it is possible to create a swap file on the partition later). You will also want to tick the box to format, and then choose the mount point as &#8220;/&#8221;. Follow the instructions up until the final &#8220;Install&#8221; button, which you should then click the &#8220;Advanced&#8221; button just above it, and choose to install GRUB on the same partition on which you are installing Ubuntu (for me, and I would assume most people, if any following this guide, was sda3).</p>
<p>At this point, I was not able to boot into Windows and neither Parallels/VMWare were working. If you don&#8217;t have it already, you should get MacFuse and ntfs-3g which will allow you to read/write your NTFS partition for Windows. Open boot.ini in TextEdit from the root directory of this drive, and change &#8220;partition(3)&#8221; to &#8220;partition(4)&#8221; wherever it appears. You then need to download rEFIt and burn a CD to boot from. Hold &#8216;c&#8217; on boot to bring up rEFIt&#8217;s menu, and then choose to check the partition tables when it boots, and confirm if asked to fix it. If you like this rEFIt menu, then you can install that to the MBR from within OS X, but I prefer not having &#8220;rEFIt&#8221; written across the top whenever I wanted to change what OS I was booting to.</p>
<p>Remove the rEFIt CD and reboot the computer holding &#8216;alt&#8217; and choose &#8220;Windows&#8221; from the two options that come up. This will either boot to Windows XP or Ubuntu&#8217;s boot-loader, GRUB. The first time I did this, it went to Windows XP, but the second time it went to GRUB (which I would prefer). You can then add Ubuntu to Windows XP&#8217;s boot-loader using bootpart, or you can add Windows XP to GRUB. This is a little annoying to have to choose &#8220;Windows&#8221; from OS X boot-loader and then being prompted again for Windows XP or Ubuntu, but I prefer that to rEFIt&#8217;s boot menu.</p>
<p>After booting into Ubuntu, it almost all worked straight away except for the wireless drivers, which I had to activate by logging in and then going to System&gt;Administration&gt;Hardware Drivers, click on &#8220;activate&#8221; for the wireless driver and then restart to be able to connect to my wireless network.</p>
<p>First impressions: &#8220;Wow, this is fast&#8230;&#8221;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=145&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2009/04/26/triple-boot-mac-os-x-windows-xp-and-ubuntu-904-on-a-mac-pro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>Morgan Page &#8211; The Longest Road (Deadmau5 Remix)</title>
		<link>http://oliverdowling.wordpress.com/2008/09/14/morgan-page-the-longest-road-deadmau5-remix/</link>
		<comments>http://oliverdowling.wordpress.com/2008/09/14/morgan-page-the-longest-road-deadmau5-remix/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 01:29:33 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=127</guid>
		<description><![CDATA[Once again I have found another awesome song through Birago Jones&#8216; Podcast (Syndicated Beats); The Longest Road by Morgan Page (the Deadmau5 Remix is my favourite). Finding this has once again reinforced my feeling of how intertwined this genre of music is, because I recently became aware of (and a fan of) Deadmau5 (MySpace) through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=127&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Once again I have found another awesome song through <a title="Birago Jones .com" href="http://biragojones.com/">Birago Jones</a>&#8216; Podcast (<a title="Syndicated Beats Podcast" href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=252579224">Syndicated Beats</a>); The Longest Road by <a title="Morgan Page @ MySpace" href="http://www.myspace.com/morganpage">Morgan Page</a> (the <a title="Deadmau5 .com" href="http://www.deadmau5.com/">Deadmau5</a> Remix is my favourite). Finding this has once again reinforced my feeling of how intertwined this genre of music is, because I recently became aware of (and a fan of) Deadmau5 (<a title="Deadmau5 @ MySpace" href="http://www.myspace.com/deadmau5">MySpace</a>) through other means.</p>
<p>I think that even though this is only the second song that I have posted about so far, that there is a bit of a trend for electronic music with an deep beat, cool tune, beautiful female voice with awesome lyrics. I wonder if the next song that I&#8217;m infatuated enough about to post on my blog about will conform.</p>
<p><span id="more-127"></span>The video clip is pretty cool too (from <a title="YouTube .com" href="http://www.youtube.com">YouTube</a>):<span style="text-align:center; display: block;"><a href="http://oliverdowling.wordpress.com/2008/09/14/morgan-page-the-longest-road-deadmau5-remix/"><img src="http://img.youtube.com/vi/s5n7QvM6yVE/2.jpg" alt="" /></a></span></p>
<p>Here are the lyrics (according to <a title="Lyrics for Morgan Page - The Longest Road (Deadmau5 Remix) @ Just Some Lyrics .com" href="http://www.justsomelyrics.com/1655588/Morgan-Page-Longest-Road-(Deadmau5-Remix)-Lyrics">JustSomeLyrics.com</a>):</p>
<blockquote><p>Giddy up and go<br />
We&#8217;ll go so far as we please</p>
<p>Giddy up and gold mine<br />
Different place, different time<br />
All the stars are in their prime<br />
Pastel trailer park, stars so bright to hide the dark<br />
All is quiet in the yard</p>
<p>Giddy up and gold dust, all the cars turn to rust<br />
You&#8217;ve got no means for wanderlust<br />
Pastel trailer park, stars so bright to hide the dark<br />
All is quiet in the yard</p>
<p>If you are so frequently in love<br />
If you prefer it all to me then my love<br />
You go down the longest road to nowhere<br />
You pull it apart and you&#8217;re just left there</p>
<p>Giddy up and gold mine, horse dust down time<br />
Its my life, its my time, we&#8217;ve been gettin&#8217; nowhere<br />
Gold mine, different place, different time<br />
Hold me down, Hold me down<br />
Hope will be found, Follow me</p>
<p>If you are so frequently in love<br />
If you prefer it all to me then my love<br />
You go down the longest road to nowhere<br />
You pull it apart and your just left there</p>
<p>They&#8217;re waiting for it, you&#8217;re waiting for it<br />
And you&#8217;re waving in it, and you&#8217;re craving in it<br />
If you fill my cup with all you must<br />
To speak from something</p>
<p>If you are so frequently in love<br />
If you prefer it all to me then my love<br />
You go down the longest road to nowhere<br />
You pull it apart and your just left there<br />
You go down the longest road to nowhere<br />
You pull it apart and your just left there</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/127/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/127/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=127&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/09/14/morgan-page-the-longest-road-deadmau5-remix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/s5n7QvM6yVE/2.jpg" medium="image" />
	</item>
		<item>
		<title>ABN</title>
		<link>http://oliverdowling.wordpress.com/2008/09/04/abn/</link>
		<comments>http://oliverdowling.wordpress.com/2008/09/04/abn/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 09:10:34 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=122</guid>
		<description><![CDATA[I had a meeting with a Tax Agent (Ami Criticos) this-afternoon, embarrassingly, for the last 5 years of tax, and to set up an ABN. I have to admit, the reason for not doing my tax for the first 3 years, was that combined, they were still less than $250. I don&#8217;t have an excuse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=122&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had a meeting with a <a title="Ami Criticos Tax Agent" href="http://www.yellowpages.com.au/bi/ami-criticos--geoff-vaughan-broadmeadow-nsw-5516866.html">Tax Agent (Ami Criticos)</a> this-afternoon, embarrassingly, for the last 5 years of tax, and to set up an <a title="Australian Business Number" href="http://en.wikipedia.org/wiki/Australian_Business_Number">ABN</a>. I have to admit, the reason for not doing my tax for the first 3 years, was that combined, they were still less than $250. I don&#8217;t have an excuse for the last two years, as each they were easily more than the 3 years prior combined.</p>
<p>The next step was to set up the ABN, which I had looked at doing by myself a few months ago, but didn&#8217;t want to do the wrong thing, seeing as, if I remember correctly, there were a whole bunch of different types, each with numerous different options. This only took a couple of minutes for the Tax Agent to set up, obviously, because she knew exactly what type and options I needed. She then recommended a nice free Software Application from the <a title="Australian Tax Office" href="http://www.ato.gov.au/">Australian Tax Office</a>, <a title="e-Record" href="http://www.ato.gov.au/businesses/content.asp?doc=/Content/39649.htm">eRecord</a>, which is available for both <a title="Apple Mac OS X" href="http://www.apple.com/au/macosx/">Apple Mac OS X</a> and <a title="Microsoft Windows" href="http://www.microsoft.com/windows/default.aspx?icid=winvan">Microsoft Windows</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/122/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/122/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=122&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/09/04/abn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet Explorer 8</title>
		<link>http://oliverdowling.wordpress.com/2008/08/28/internet-explorer-8/</link>
		<comments>http://oliverdowling.wordpress.com/2008/08/28/internet-explorer-8/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 11:02:00 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=93</guid>
		<description><![CDATA[While looking up links for my previous post, I noticed that Beta 2 of Internet Explorer 8 was available. I hadn&#8217;t bothered to look at Beta 1, and I had a quick look at some information about Beta 2, and it appears that, unless I am mistaken, it was only released yesterday.
One of it&#8217;s &#8220;Top [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=93&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While looking up links for my previous post, I noticed that <a title="Microsoft internet Explorer 8" href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx">Beta 2 of Internet Explorer 8</a> was available. I hadn&#8217;t bothered to look at Beta 1, and I had a quick look at some information about Beta 2, and it appears that, unless I am mistaken, it was only released yesterday.</p>
<p>One of it&#8217;s &#8220;Top Features&#8221; (strangely enough) is it&#8217;s &#8220;Compatibility View&#8221; that has the sole purpose of making it display web pages &#8220;designed for older browsers&#8221; (build with hacks to make it display properly in IE7). I tested this feature, and have found that IE8b2 in Compatibility Mode still does not display exactly the same as IE7. Isn&#8217;t it fantastic that it installs over the top of IE7! That was sarcasm, by the way.</p>
<p>Being a web developer, this is extremely annoying that apparently, I not only have to test IE6 and IE7, and now IE8, but also IE8 in Compatibility Mode&#8230; After quick searching, I was not able to find a standalone version of IE7 like I was for previous versions (<a title="TredoSoft Multiple IE" href="http://tredosoft.com/Multiple_IE">Multiple IEs</a>). I can only hope that by the time IE8 goes live, that there will be a standalone version of IE7 available (or, ideally, a forced upgrade to IE8, but that&#8217;s never going to happen).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/93/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/93/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=93&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/08/28/internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Browser Detection</title>
		<link>http://oliverdowling.wordpress.com/2008/08/26/php-browser-detection/</link>
		<comments>http://oliverdowling.wordpress.com/2008/08/26/php-browser-detection/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 13:08:17 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=90</guid>
		<description><![CDATA[I was looking at ways to make web sites look the same in all browsers, and I came across a handy CSS hacks page at Web Devout. Some of this I already knew and had used, unfortunately including those that aren&#8217;t recommended. Since I am a big fan of valid CSS and Strict XHTML, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=90&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was looking at ways to make web sites look the same in all browsers, and I came across a handy <a title="WebDevout.net CSS Hacks" href="http://www.webdevout.net/css-hacks">CSS hacks</a> page at <a title="WebDevout.net" href="http://www.webdevout.net/">Web Devout</a>. Some of this I already knew and had used, unfortunately including those that aren&#8217;t recommended. Since I am a big fan of valid CSS and Strict XHTML, I wanted a way that I could easily apply different CSS to specific browsers. After finding no simple JavaScript options, I searched for PHP options and came across a <a title="Drupal.org" href="http://drupal.org/">Drupal</a> page that offered a <a title="Drupal Detect Browser and Display PHP Snippet" href="http://drupal.org/node/65903">&#8220;PHP Snippet&#8221;</a> that I thought I could work with. As I posted on the site, I tested what the contents of the $_SERVER['HTTP_USER_AGENT'] variable were in the browsers that I would want to look the same, <a title="Apple Safari Web Browser" href="http://www.apple.com/safari/">Safari</a>, <a title="Mozilla Firefox Web Browser" href="http://www.mozilla.com/firefox/">Firefox</a>, <a title="Internet Explorer Web Browser" href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx">Internet Explorer</a> (6 and 7) and <a title="Opera Web Browser" href="http://www.opera.com/">Opera</a>.</p>
<p><span id="more-90"></span>I then did checks on the server variable and added a different stylesheet to the page for each browser. This could easily be adapted to redirect to different pages, include other php pages, etc. This is what I came up with:</p>
<pre style="border:1px dashed;overflow:auto;margin-right:25px;padding:1em;"><span style="color:#ff0000;">&lt;?php</span>
<span style="color:#3366ff;">if</span> (strpos(<span style="color:#800000;">$_SERVER</span>[<span style="color:#008000;">'HTTP_USER_AGENT'</span>], <span style="color:#008000;">'Safari'</span>))
{
    <span style="color:#999999;">//Browser is Safari</span>
    <span style="color:#3366ff;">echo</span> <span style="color:#008000;">'&lt;link href="Safari_only.css" rel="stylesheet" type="text/css" /&gt;'</span>;
}
<span style="color:#3366ff;">else if</span> (strpos(<span style="color:#800000;">$_SERVER</span>[<span style="color:#008000;">'HTTP_USER_AGENT'</span>], <span style="color:#008000;">'Firefox'</span>))
{
    <span style="color:#999999;">//Browser is Firefox</span>
    <span style="color:#3366ff;">echo</span> <span style="color:#008000;">'&lt;link href="FF_only.css" rel="stylesheet" type="text/css" /&gt;'</span>;
}
<span style="color:#3366ff;">else if</span> (strpos(<span style="color:#800000;">$_SERVER</span>[<span style="color:#008000;">'HTTP_USER_AGENT'</span>], <span style="color:#008000;">'Opera'</span>) === true)
{
    <span style="color:#999999;">//Browser is Opera</span>
    <span style="color:#3366ff;">echo</span> <span style="color:#008000;">'&lt;link href="Opera_only.css" rel="stylesheet" type="text/css" /&gt;'</span>;
}
<span style="color:#3366ff;">else</span>
{
    <span style="color:#800000;">$msie_pos</span> = strpos(<span style="color:#800000;">$_SERVER</span>[<span style="color:#008000;">'HTTP_USER_AGENT'</span>], <span style="color:#339966;">'MSIE'</span>);
    <span style="color:#3366ff;">if</span> (<span style="color:#800000;">$msie_pos</span> === true)
    {
        <span style="color:#999999;">//Browser is Internet Explorer</span>
        <span style="color:#800000;">$msie_version</span> = substr(<span style="color:#800000;">$_SERVER</span>[<span style="color:#008000;">'HTTP_USER_AGENT'</span>], (<span style="color:#800000;">$msie_pos</span> + <span style="color:#ff0000;">5</span>), <span style="color:#ff0000;">1</span>);
        <span style="color:#3366ff;">if</span> (<span style="color:#800000;">$msie_version</span> &lt; <span style="color:#008000;">'7'</span>)
        {
            <span style="color:#999999;">//Browser is Internet Explorer 6 (or below)</span>
            <span style="color:#3366ff;">echo</span> <span style="color:#008000;">'&lt;link href="IE6_only.css" rel="stylesheet" type="text/css" /&gt;'</span>;
        }
        <span style="color:#3366ff;">else</span>
        {
            <span style="color:#999999;">//Browser is Internet Explorer 7 (or above)</span>
            <span style="color:#3366ff;">echo</span> <span style="color:#008000;">'&lt;link href="IE7_only.css" rel="stylesheet" type="text/css" /&gt;'</span>;
        }
    }
    <span style="color:#3366ff;">else</span>
    {
        <span style="color:#999999;">//Other browser.</span>
    }
}
<span style="color:#ff0000;">?&gt;</span></pre>
<p> <br />
I have since successfully used this in a personal site of mine and a site for work. If you have any questions/suggestions or even a better way of doing this, feel free to let me know.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/90/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/90/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=90&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/08/26/php-browser-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>town last night</title>
		<link>http://oliverdowling.wordpress.com/2008/08/24/town-last-night/</link>
		<comments>http://oliverdowling.wordpress.com/2008/08/24/town-last-night/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 07:05:21 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=88</guid>
		<description><![CDATA[I went out into town last night, not drinking because of my antibiotics. I saw Chelsea and Caitlin again and had a good time, apart from AJ being an absolute dick&#8230; AJ and I were going to stay at a friends place, but we went to McDonald&#8217;s first and then walked the girls back to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=88&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I went out into town last night, not drinking because of my antibiotics. I saw Chelsea and Caitlin again and had a good time, apart from AJ being an absolute dick&#8230; AJ and I were going to stay at a friends place, but we went to McDonald&#8217;s first and then walked the girls back to their car, but we ended up chatting to them for ages and then falling asleep in their car.</p>
<p>We went to McDonald&#8217;s again in the morning with the purpose to use the toilets, which I misunderstood Chelsea, thinking she wanted to go through the drive-through, coining the term &#8220;drive-through-toilet&#8221;. This McDonald&#8217;s trip was at about 7am, and after refuelling with hashbrowns, AJ and I were dropped off at out friends place to get our cars. After getting home, I then slept until 5pm.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=88&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/08/24/town-last-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>Ear infection</title>
		<link>http://oliverdowling.wordpress.com/2008/08/23/ear-infection/</link>
		<comments>http://oliverdowling.wordpress.com/2008/08/23/ear-infection/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 07:00:43 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=86</guid>
		<description><![CDATA[I woke up this morning feeling like a knitting needle had been shoved about 2 inches into my left ear. I had a couple of Panadol, but it was still hurting a couple of hours later, but it was too late for normal GP, so I went to GP Access at Belmont Hospital. It was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=86&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I woke up this morning feeling like a knitting needle had been shoved about 2 inches into my left ear. I had a couple of Panadol, but it was still hurting a couple of hours later, but it was too late for normal GP, so I went to GP Access at Belmont Hospital. It was as I assumed, I had an ear infection. He gave me a prescription for Amoxycillin 500g capsules, 3 per day for 2 weeks. Unfortunately I missed out on a friendly soccer game with another valentine team, which my team apparently won 7-1. Don&#8217;t think I will be able to go to Taekwondo this week either&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/86/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/86/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=86&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/08/23/ear-infection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>Broken leg</title>
		<link>http://oliverdowling.wordpress.com/2008/08/17/broken-leg/</link>
		<comments>http://oliverdowling.wordpress.com/2008/08/17/broken-leg/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 07:50:56 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Broken Bones]]></category>
		<category><![CDATA[Injuries]]></category>
		<category><![CDATA[Soccer]]></category>
		<category><![CDATA[Sport]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=77</guid>
		<description><![CDATA[I get home from soccer and I am about to have a nap before heading out last night, and I get a call from Josh, a friend of mine that I went to school with, that is also on my brother, Iain&#8217;s, soccer team. I start the call with &#8220;Josh! How are you man? Haven&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=77&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I get home from soccer and I am about to have a nap before heading out last night, and I get a call from Josh, a friend of mine that I went to school with, that is also on my brother, Iain&#8217;s, soccer team. I start the call with &#8220;Josh! How are you man? Haven&#8217;t heard from you in a while, what&#8217;s been happening?&#8221; to which I get a &#8220;uhh&#8230; you&#8217;re brother&#8217;s actually just broken his leg at soccer, we&#8217;re trying to call an ambulance now&#8230;&#8221;</p>
<p><span id="more-77"></span>I told my Dad, but there wasn&#8217;t really anything we could do except wait until the ambulance arrived, and see where they were taking him. Dad then drove me out to Stockton, where they had obviously played, where Josh was waiting for me to give me Iain&#8217;s stuff and his car keys for me to drive his car home. We arrived not long after the ambulance left, seeing it going the opposite way.</p>
<p>It turns out, what happened, was Iain and an opposing player both went in hard for the ball and clashed legs, Iain coming out for the worse. The opposing player was very apologetic, and apparently was in shock over what had happened. Rumours that Iain&#8217;s shin-pad had snapped were debunked, even though that would have been an amazing addition to the story.</p>
<p>I managed to drive Iain&#8217;s car home without issue, even though it had been a while since I last drove a manual. When visiting him later in hospital (RNC Room 26, Urology and Rheumatology Ward), I find that he has posted some pictures on <a title="Wotev" href="http://wotev.com/">Wotev.com</a> detailing his experience. You can also find a couple of these pictures below.
<a href='http://oliverdowling.wordpress.com/2008/08/17/broken-leg/in000008_small/' title='2008-08-16 - broken leg 1'><img width="123" height="150" src="http://oliverdowling.files.wordpress.com/2008/08/in000008_small.png?w=123&#038;h=150" class="attachment-thumbnail" alt="Iain&#039;s Right Leg X-Ray Pre-Op" title="2008-08-16 - broken leg 1" /></a>
<a href='http://oliverdowling.wordpress.com/2008/08/17/broken-leg/in000005_small/' title='2008-08-16 - broken leg 2'><img width="150" height="150" src="http://oliverdowling.files.wordpress.com/2008/08/in000005_small.png?w=150&#038;h=150" class="attachment-thumbnail" alt="Iain&#039;s Right Leg X-Ray Post-Op" title="2008-08-16 - broken leg 2" /></a>
</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/77/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/77/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=77&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/08/17/broken-leg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
		<item>
		<title>Soccer vs Dudley</title>
		<link>http://oliverdowling.wordpress.com/2008/08/16/soccer-vs-dudley/</link>
		<comments>http://oliverdowling.wordpress.com/2008/08/16/soccer-vs-dudley/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 06:46:25 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Soccer]]></category>
		<category><![CDATA[Sport]]></category>

		<guid isPermaLink="false">http://oliverdowling.wordpress.com/?p=72</guid>
		<description><![CDATA[It started off pretty dodgy, they got a player from their club that was going to play in the game after ours to referee, which seemed alright until he called half time 6 minutes early, not to mention he had to swap with some other guy half way through the second half to go and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=72&subd=oliverdowling&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It started off pretty dodgy, they got a player from their club that was going to play in the game after ours to referee, which seemed alright until he called half time 6 minutes early, not to mention he had to swap with some other guy half way through the second half to go and get changed for his game&#8230;</p>
<p><span id="more-72"></span>The first half was really tight, they were playing pretty well, but it went 0-0 into the break. About 10 minutes into the second half Billy did an awesome run down the left, around a bunch of guys, kicked it between a couple of players and scored. We got a bit excited and thought that we might be able to pull through with a win, but not long later, they manages to get a lucky header in. We got fired up and managed to get another goal, but they got an equalizer when Trent twisted his ankle and went down to the ground, I tried to cover a bit for him, but it left a hole and they were able to score from the other side of the goals.</p>
<p>The next time they came in for a goal, Bob did a good save and stopped the ball from going in, but wasn&#8217;t able to get a good hold of it, fumbled it and went to jump on the ball, but it rolled out from under him and went in. If the referee was a good, neutral ref, then, in my opinion, he would have called that as a penalty when there was contact from their players with our keeper. We were a little bit disheartened, still desperately trying to get another goal, but somehow they managed to get another only a few minutes later.</p>
<p>There were 6 goals in the space of about 20 minutes, which we were hoping meant that we would still be able to get another 2 goals, but they started to waste time by kicking it as far out as they can when they got the ball. We &#8220;got another goal&#8221; in the last couple of minutes of the game, but it was called offside because one of our players was in the offside position, but he didn&#8217;t interfere with play, so I think that was just the ref being biased, but I could be wrong, but it still wouldn&#8217;t have made a difference to the outcome; Dudley won, 4-2, which I can live with, because they were the team at the top of the table for almost the whole season (I think for all but 3 of 14 rounds, or something like that).</p>
<p>Most of the team went across the road to Dudley pub for a couple of drinks, but, for the second week in a row, I forgot to bring my wallet, but this time they asked for ID, so I just had a coke&#8230; Which was probably for the best, because last week I wasn&#8217;t able to drive home&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oliverdowling.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oliverdowling.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oliverdowling.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oliverdowling.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oliverdowling.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oliverdowling.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oliverdowling.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oliverdowling.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oliverdowling.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oliverdowling.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oliverdowling.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oliverdowling.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oliverdowling.wordpress.com&blog=4317335&post=72&subd=oliverdowling&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oliverdowling.wordpress.com/2008/08/16/soccer-vs-dudley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b3722b9d3f0771b0455f952a11d3973?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sol</media:title>
		</media:content>
	</item>
	</channel>
</rss>