<?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>nimraynn.net</title>
	<atom:link href="http://www.nimraynn.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nimraynn.net</link>
	<description>life would be pointless if it wasn&#039;t random</description>
	<lastBuildDate>Thu, 18 Aug 2011 09:54:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>&#8220;In order to continue the installation, please close the following application: iTunes&#8221;</title>
		<link>http://www.nimraynn.net/in-order-to-continue-the-installation-please-close-the-following-application-itunes</link>
		<comments>http://www.nimraynn.net/in-order-to-continue-the-installation-please-close-the-following-application-itunes#comments</comments>
		<pubDate>Sat, 23 Jul 2011 12:51:37 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=794</guid>
		<description><![CDATA[Mac OS X 10.7 Lion]]></description>
			<content:encoded><![CDATA[<p>Mac OS X 10.7 Lion is finally out and so far, it seems pretty cool. There are a lot of nice new features that make a great OS even greater and it is will worth the £21 price tag!</p>
<p>I&#8217;ve always liked tinkering around with some basic development and creating some small apps for myself that help me do what I want to do. Usually no use to anyone else, but they help me  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The one thing that put me off trying to develop anything for Mac OS X though was that by the time I came to actually be interested in tinkering with Mac development, Apple had started charging for their Xcode aplication. It was only a small price, but considering how often I&#8217;d use it, I wasn&#8217;t prepared to purchase it unless I was serious about development. I did notice though, that since upgrading to Lion, Xcode is now free in the Apple App Store, so I jumped on the opportunity before they start charging for it again.</p>
<p>When you download Xcode from the App Store, it downloads an installer to run when you like, rather than installing itself straight away, and it uses the operating system&#8217;s Installer program. I did however, come across an interesting problem trying to install it, and it appears I&#8217;m not alone in this one&#8230;</p>
<p>Before upgrading to Lion, I did a clean install of Snow Leopard to make sure taht nothing would break, so this is a completely fresh system. I&#8217;ve never used iTunes since I did the clean install, however while doing the installer, I came across an error that said the following:</p>
<p style="padding-left: 30px;"><em>In order to continue the installation, please close the following applications:</em></p>
<p style="padding-left: 30px;"><em>iTunes</em></p>
<p>I checked the dock bar, and iTunes wasn&#8217;t running at all. I also have an app called QuitsAppsMBI which is a handy tool for quitting applications, nothing on there to say iTunes was running. Lastly, I checked Force Quit to see if there was anything, and there was nothing in there at all.</p>
<p>Not wanting to potentially ruin the installation, I wasn&#8217;t sure I wanted to just kill the Installer, so I seeked the help of Google to see if there were any suggestions on what to do. I came across the following post on James Greenhalgh&#8217;s blog: <a  href="http://james.greenhalgh.eu/2011/in-order-to-continue-the-installation-please-close-the-following-application-itunes" target="_blank">http://james.greenhalgh.eu/2011/in-order-to-continue-the-installation-please-close-the-following-application-itunes</a></p>
<p>This post detals exactly the problem I was having, and a really simple fix! Open up Terminal (found in Applications\Utilities) and type in the following command:</p>
<p style="text-align: left; padding-left: 30px;"><em>ps x | grep iTunes</em></p>
<p style="text-align: left;">This will list all the processes running on your computer with iTunes in the path. This returned the following for me:</p>
<p style="text-align: left; padding-left: 30px;"><em>174   ??  S     0:00.04 /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app/Contents/MacOS/iTunesHelper -psn_0_57358<br />
2613 s001  S+     0:00.00 grep iTunes</em></p>
<p style="text-align: left;">So this shows that the iTunes Helper is still running in the background. To kill this off, you then enter the following command:</p>
<p style="text-align: left; padding-left: 30px;"><em>kill 174</em></p>
<p>The first number from the first command is a process ID, so you&#8217;re telling it to kill the process with ID 174. Change the 174 to whatever the ID shows as from the first command, and it&#8217;ll end the iTunes Helper. After a few seconds, the Xcode installer will clock onto this and continue the installation!</p>
<p>Thanks again to James Greenhalgh for that tip!  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_thumbs.gif' alt='(Y)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/in-order-to-continue-the-installation-please-close-the-following-application-itunes/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Had a bit of an accident&#8230;</title>
		<link>http://www.nimraynn.net/had-a-bit-of-an-accident</link>
		<comments>http://www.nimraynn.net/had-a-bit-of-an-accident#comments</comments>
		<pubDate>Tue, 12 Apr 2011 13:44:54 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Astra]]></category>
		<category><![CDATA[1.9 cdti]]></category>
		<category><![CDATA[accident]]></category>
		<category><![CDATA[astra]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[exterior]]></category>
		<category><![CDATA[vauxhall]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=760</guid>
		<description><![CDATA[Had a little bit of]]></description>
			<content:encoded><![CDATA[<p> <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_sadwave.gif' alt=':sadwave:' class='wp-smiley' />  Had a little bit of an accident this evening on the way home from work&#8230; Not sure where I stand, but luckily, 99%, if not 100% of the damage, was taken by my front bumper&#8230; I say luckily, it&#8217;s pretty shit, but due to age and limited funds, that potentially means I can get out of having to pay anything to the insurance company&#8230;</p>
<p>So what happened? Basically, here&#8217;s where it happened&#8230; The Google StreetView of the junction ain&#8217;t great so this is the best I could do:</p>
<p><img src="http://www.nimraynn.net/stuff/chisle1.png" alt="" width="638" height="336" /></p>
<p>I am where the blue BMW is&#8230; Van driver is where the black Punto is. I&#8217;ve stopped for the box junction as my exit straight across wasn&#8217;t clear, plus the fact that there was someone trying to turn right into Old Hill&#8230; so I let that person across, and by the time they&#8217;d finished going across, my exit was clear. One person from where the Punto is had pulled out, so I accelerated forwards. As I started to pull away, a van driver pulled out from the left where the Punto is, with only the narrowest gap to pull out. He then immediately broke. Now when I saw him start to pull down, firstly I had a bit of horn usage, and I didn&#8217;t brake, but I let off the accelerator as I could see he would <strong>JUST</strong> and I mean, <strong>JUST</strong> make it if I stopped accelerating, but I wasn&#8217;t expecting him to suddenly brake. The front left corner of my car then hits the metal foot plate on the back right corner of his van, making a big crack in my bumper and pushing the lower grille clean out.</p>
<p>After a bit of arguing, we pulled into the next side road and exchanged details&#8230; The van driver behind me also stopped and gave his details as a witness&#8230; but his claim was that I carried on accelerating while the guy pulled out on me, which I definitely did not do, plus with the brake lights being so low down, I don&#8217;t think he saw him braking. I barely saw it they were that low down.</p>
<p>So from what I could see, there wasn&#8217;t even a scratch on his, but I didn&#8217;t think to take any photos at the time as I was still so pissed off&#8230; but he&#8217;s gonna get it checked out. It was basically a solid bit of metal as a step up into the fan. It jutted out about 2ft from the rear of the van. I swear stuff like that should be illegal when the vehicle is moving&#8230;.</p>
<p>Damage to mine:</p>
<p><img src="http://www.nimraynn.net/stuff/damage1.jpg" alt="" width="512" height="342" /></p>
<p><img src="http://www.nimraynn.net/stuff/damage2.jpg" alt="" width="512" height="342" /></p>
<p><img src="http://www.nimraynn.net/stuff/damage3.jpg" alt="" width="512" height="342" /></p>
<p><img src="http://www.nimraynn.net/stuff/damage4.jpg" alt="" width="512" height="342" /></p>
<p><img src="http://www.nimraynn.net/stuff/damage5.jpg" alt="" width="512" height="342" /></p>
<p>So I guess it&#8217;s an excuse to get a VXR bumper finally, but I don&#8217;t have that sort of money at the moment&#8230;. so what do you guys reckon? Firstly, is it repairable, and secondly, how much do you reckon I&#8217;d be looking at if I paid it out of my own pocket?</p>
<p>If I have to go insurance, I&#8217;ll go insurance, but as it stands, going through the insurance will more than likely sting me for a lot more money than if I just paid for the repairs&#8230;</p>
<p>I&#8217;m still going to call the insurance company and inform them it happened so it doesn&#8217;t come back to bite me, but I&#8217;m going to inform them that under no circumstances am I making a claim until further notice&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/had-a-bit-of-an-accident/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two new mods at The Fast Show 2011</title>
		<link>http://www.nimraynn.net/two-new-mods-at-the-fast-show-2011</link>
		<comments>http://www.nimraynn.net/two-new-mods-at-the-fast-show-2011#comments</comments>
		<pubDate>Sun, 27 Mar 2011 23:02:04 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Astra]]></category>
		<category><![CDATA[1.9 cdti]]></category>
		<category><![CDATA[astra]]></category>
		<category><![CDATA[astra owners network]]></category>
		<category><![CDATA[car show]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[exterior]]></category>
		<category><![CDATA[fast show 2011]]></category>
		<category><![CDATA[modifying]]></category>
		<category><![CDATA[santa pod]]></category>
		<category><![CDATA[vauxhall]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=673</guid>
		<description><![CDATA[So some of you saw]]></description>
			<content:encoded><![CDATA[<p> <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_wave.gif' alt=':wave:' class='wp-smiley' />  So some of you saw these being done and have already seen it, but for those of you who left early, or didn&#8217;t go to TFS&#8230;</p>
<p>First up, a new sticker on the boot lid  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/5bhp.jpg" border="0" alt="" width="448" height="299" /></p>
<p>There&#8217;s a reason for choosing that one too  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' />  My car is a standard 1.9 CDTi 150&#8230; and on the rollers, it produced 155BHP&#8230; So that extra 5 has to come from somewhere  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The next one, and the bigger one&#8230; I blame Kev for this one. Had I not seen his in under that tent, I probably wouldn&#8217;t have bothered looking or thinking about it  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>But here&#8217;s a before shot:</p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/bstrip1.jpg" border="0" alt="" width="448" height="299" /></p>
<p>Some magic being worked:</p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/bstrip2.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/bstrip3.jpg" border="0" alt="" width="448" height="299" /></p>
<p>And the finished result  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/bstrip4.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/bstrip5.jpg" border="0" alt="" width="448" height="299" /></p>
<p>Big thanks to the guys from Coastline Graphics with their &#8220;Wrap What Ya Brung&#8221; tent  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_thumbs.gif' alt='(Y)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/two-new-mods-at-the-fast-show-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fast Show 2011</title>
		<link>http://www.nimraynn.net/the-fast-show-2011</link>
		<comments>http://www.nimraynn.net/the-fast-show-2011#comments</comments>
		<pubDate>Sun, 27 Mar 2011 23:01:17 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[astra owners network]]></category>
		<category><![CDATA[car show]]></category>
		<category><![CDATA[fast show 2011]]></category>
		<category><![CDATA[modifying]]></category>
		<category><![CDATA[vauxhall]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=689</guid>
		<description><![CDATA[Well today was The Fast]]></description>
			<content:encoded><![CDATA[<p>Well today was The Fast Show 2011, and I attended with Astra Owners Network. Very early start, on the road at 3am, but it was a brilliant day, albeit a bit cold! Getting out was a bit of a nightmare though. Apparently there was an accident on the main gate, and it took 2 hours to clear&#8230; 5,000 cars trying to get out that same gate at once, the whole of Santa Pod was gridlocked for about 3 hours!!</p>
<p>Here are my pics though  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' /><br />
<img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1101.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1102.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1103.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1104.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1105.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1106.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1107.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1108.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1109.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1110.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1111.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1112.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1113.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1114.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1115.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1116.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1117.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1118.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1119.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1120.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1121.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1122.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1123.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1124.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1125.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1126.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1127.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1128.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1129.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1130.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1131.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1132.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1133.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1134.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1135.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1136.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1137.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1138.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1139.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1140.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1141.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1142.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1143.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1144.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1145.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1146.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1147.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1148.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1149.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1150.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1151.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1152.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img id="ncode_imageresizer_container_1" style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1153.jpg" border="0" alt="" width="280" height="420" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1154.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1155.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1156.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1157.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1158.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfs1159.jpg" border="0" alt="" width="448" height="299" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/the-fast-show-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean for The Fast Show 2011</title>
		<link>http://www.nimraynn.net/clean-for-the-fast-show-2011</link>
		<comments>http://www.nimraynn.net/clean-for-the-fast-show-2011#comments</comments>
		<pubDate>Fri, 25 Mar 2011 21:45:16 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Astra]]></category>
		<category><![CDATA[1.9 cdti]]></category>
		<category><![CDATA[astra]]></category>
		<category><![CDATA[astra owners network]]></category>
		<category><![CDATA[autoglym]]></category>
		<category><![CDATA[car show]]></category>
		<category><![CDATA[cleaning]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[exterior]]></category>
		<category><![CDATA[interior]]></category>
		<category><![CDATA[meguiars]]></category>
		<category><![CDATA[vauxhall]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=669</guid>
		<description><![CDATA[Well, with TFS on Sunday,]]></description>
			<content:encoded><![CDATA[<p>Well, with TFS on Sunday, I thought it was about time I gave the car a clean&#8230; so I popped over to Halfords to get some supplies&#8230;</p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean1.jpg" border="0" alt="" width="559" height="382" /></p>
<p>So this was the state of the car at 11am this morning:</p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean3.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean4.jpg" border="0" alt="" width="559" height="382" /></p>
<p>Hoovered the interior and cleaned all the dash and plastics with some Autoglym Vinyl &amp; Rubber Care:</p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean6.jpg" border="0" alt="" width="559" height="382" /></p>
<p>I then stopped taking photos and got to work. I also did my Mum&#8217;s car at the same time&#8230;</p>
<p>First up, rinsed it all down with a pressure washer.<br />
Then cleaned the wheels with some Wonder Wheels (It&#8217;s all I had, and couldn&#8217;t justify buying some new wheel cleaner when I already had some  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> )<br />
Washed the car with some Autoglym Bodywork Shampoo Conditioner, two bucket method.<br />
Dried using a waffle weave towel and some Demon Shine as a drying agent.<br />
Cleaned the glass using some generic supermarket glass cleaner.<br />
Polished the glass with some Autoglym Car Glass Polish.<br />
Sealed the wheels using some Autoglym Alloy Wheel Seal.<br />
Dressed the tyres with some Meguiars Gold Class Endurance Tyre Gel.<br />
Dressed the plastics and vinyl B-pillars with Autoglym Vinyl &amp; Rubber Care.<br />
Polished using a machine buffer and Autoglym Ultra Deep Shine.</p>
<p>That got me to this stage, where I got the wax out  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean7.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean8.jpg" border="0" alt="" width="559" height="382" /></p>
<p>Once I waxed everything, I re-dressed the plastics and vinyl B-pillars as I got some polish/wax on them which wouldn&#8217;t come off&#8230; But here&#8217;s the file results  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean9.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean10.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tfsclean11.jpg" border="0" alt="" width="559" height="382" /></p>
<p>So 7 and a half hours work, and the results speak for themselves  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' />  My first time using that Autoglym HD wax&#8230; and first time using a non-liquid based wax as well&#8230; and I&#8217;ve got to say I was impressed. Smelt quite nice, spread really nicely once I got used to it. And the pot looks barely touched after I&#8217;d done the whole car, and I think I used it too thickly&#8230; so it&#8217;ll definitely last a long time  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I was getting put off by the £45 price tag, but I would say that&#8217;s well worth it now I&#8217;ve actually used it  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/clean-for-the-fast-show-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I got bored and took a drill to the car&#8230;</title>
		<link>http://www.nimraynn.net/i-got-bored-and-took-a-drill-to-the-car</link>
		<comments>http://www.nimraynn.net/i-got-bored-and-took-a-drill-to-the-car#comments</comments>
		<pubDate>Wed, 23 Mar 2011 19:56:45 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Astra]]></category>
		<category><![CDATA[1.9 cdti]]></category>
		<category><![CDATA[astra]]></category>
		<category><![CDATA[eonon]]></category>
		<category><![CDATA[interior]]></category>
		<category><![CDATA[modifying]]></category>
		<category><![CDATA[vauxhall]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=662</guid>
		<description><![CDATA[:shifty: It just fell apart]]></description>
			<content:encoded><![CDATA[<p>:shifty:</p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/aux1.jpg" border="0" alt="" width="398" height="531" /></p>
<p>It just fell apart on it&#8217;s own. Honest :couch:</p>
<p>Not the neatest job I&#8217;ve done, but I&#8217;m happy with it. A nice home-made aux-in port for my Eonon head unit. Rather than having a cable trailing into the glovebox, I thought I&#8217;d have a port like the higher spec facelift models by the handbrake, so I made this  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/aux3.jpg" border="0" alt="" width="398" height="531" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/aux2.jpg" border="0" alt="" width="398" height="531" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/i-got-bored-and-took-a-drill-to-the-car/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photos along the Medway</title>
		<link>http://www.nimraynn.net/photos-along-the-medway</link>
		<comments>http://www.nimraynn.net/photos-along-the-medway#comments</comments>
		<pubDate>Sun, 20 Mar 2011 18:41:53 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[maidstone]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[river medway]]></category>
		<category><![CDATA[teston]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=656</guid>
		<description><![CDATA[Seeing as it was a]]></description>
			<content:encoded><![CDATA[<p> <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_wave.gif' alt=':wave:' class='wp-smiley' /> </p>
<p>Seeing as it was a nice day yesterday and I didn&#8217;t have much today, I went out on my bike (Well, I say my bike&#8230; more my Dad&#8217;s. I&#8217;m too lazy to buy my own and he never uses it  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> ) and cycled down to Teston, then back into Maidstone following the river&#8230;</p>
<p>I thought I&#8217;d share some photos I took while I was out  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tlock1.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tlock2.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tlock3.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tlock4.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tlock5.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tlock6.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tbridge1.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tbridge2.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tbridge3.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tbridge4.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/tbridge5.jpg" border="0" alt="" width="559" height="382" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/rmed1.jpg" border="0" alt="" width="559" height="382" /></p>
<p>Cheers,<br />
Mike :salute:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/photos-along-the-medway/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some new Eonon pics</title>
		<link>http://www.nimraynn.net/some-new-eonon-pics</link>
		<comments>http://www.nimraynn.net/some-new-eonon-pics#comments</comments>
		<pubDate>Sat, 05 Mar 2011 13:15:39 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Astra]]></category>
		<category><![CDATA[1.9 cdti]]></category>
		<category><![CDATA[astra]]></category>
		<category><![CDATA[astra owners network]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[eonon]]></category>
		<category><![CDATA[interior]]></category>
		<category><![CDATA[modifying]]></category>
		<category><![CDATA[piano black]]></category>
		<category><![CDATA[vauxhall]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=650</guid>
		<description><![CDATA[Well here are some daylight]]></description>
			<content:encoded><![CDATA[<p>Well here are some daylight pictures and a little video I took&#8230; and yes, in the video, I did try to demonstrate the AUX-IN feature, forgetting that I don&#8217;t have anything plugged into the AUX-IN  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon12.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon13.jpg" border="0" alt="" width="299" height="448" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon14.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon15.jpg" border="0" alt="" width="448" height="299" /></p>
<table cellspacing="1" cellpadding="6" width="425">
<thead>
<tr>
<td colspan="2"></td>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><object width="425" height="350"></object></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/some-new-eonon-pics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fitted by Eonon D5108E headunit</title>
		<link>http://www.nimraynn.net/fitted-by-eonon-d5108e-headunit</link>
		<comments>http://www.nimraynn.net/fitted-by-eonon-d5108e-headunit#comments</comments>
		<pubDate>Tue, 01 Mar 2011 23:01:13 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Astra]]></category>
		<category><![CDATA[1.9 cdti]]></category>
		<category><![CDATA[astra]]></category>
		<category><![CDATA[astra owners network]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[eonon]]></category>
		<category><![CDATA[interior]]></category>
		<category><![CDATA[modifying]]></category>
		<category><![CDATA[piano black]]></category>
		<category><![CDATA[vauxhall]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=644</guid>
		<description><![CDATA[Thanks very much Eonon I]]></description>
			<content:encoded><![CDATA[<p>Thanks very much Eonon  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_wave.gif' alt=':wave:' class='wp-smiley' /> </p>
<p>I bought myself a D5108E in the group buy from Eonon on Friday and it got delivered today <img title="Hyper" src="http://www.astraownersnetwork.co.uk/images/smilies/as/hyper.gif" border="0" alt="" /> I was so excited that I tried to fit it on my lunch break, so rushed to Halfords and bought some radio removal keys, then went about slicing my finger open on the packaging for the removal keys, getting blood everywhere, breaking what used to be the antenna socket on my CD30 (plug is still OK which is the main thing) and forgetting to take a screwdriver with me to take off the delivery plates&#8230;  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  So that lunch break was very productive&#8230; took the CD30 out, broke it, and put it back in  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>At the end of the day, I remembered to pick up the screwdriver off my desk and went straight out to the car to fit it. A colleague timed me as taking onto 28 minutes to fit it completely  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' />  I just need to drill in my new aux-in port  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' /> </p>
<p>Had a play with it on the way home, and the sat nav isn&#8217;t bad, but it could do with a lot of improvement&#8230; so I&#8217;ve been spending the evening trying to change the sat nav software&#8230; TomTom was in Brazilian, so I didn&#8217;t know what I was pressing and it closed itself&#8230; and iGo gives me a memory error  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  So I&#8217;m about to put Sygic back on it for now and I&#8217;ll have another play tomorrow&#8230;</p>
<p>So, here are some pics  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' />  I&#8217;d heard the colour match on the piano black wasn&#8217;t perfect&#8230; and I&#8217;ll be honest, you can really tell in these pictures&#8230; but I only noticed it when I took these pictures, I couldn&#8217;t really tell when I fitted it or when I was playing with it. It looks fine to my eyes, and I&#8217;ve got pretty good eyes  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' /> </p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon2.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon3.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon4.jpg" border="0" alt="" width="299" height="448" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon5.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon6.jpg" border="0" alt="" width="448" height="299" /></p>
<p><img style="border: 0px initial initial;" src="http://www.nimraynn.net/stuff/eonon7.jpg" border="0" alt="" width="448" height="299" /></p>
<p>I&#8217;m quite happy with it so far  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':D' class='wp-smiley' />  I might make a little video of it in action at the weekend  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Mike :salute:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/fitted-by-eonon-d5108e-headunit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astra Owners Network SE Rolling Road Day</title>
		<link>http://www.nimraynn.net/astra-owners-network-se-rolling-road-day</link>
		<comments>http://www.nimraynn.net/astra-owners-network-se-rolling-road-day#comments</comments>
		<pubDate>Wed, 23 Feb 2011 15:31:38 +0000</pubDate>
		<dc:creator>Mike Oldfield</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amd essex]]></category>
		<category><![CDATA[astra owners network]]></category>
		<category><![CDATA[rolling road]]></category>

		<guid isPermaLink="false">http://www.nimraynn.net/?p=635</guid>
		<description><![CDATA[For those who may be]]></description>
			<content:encoded><![CDATA[<p>For those who may be interested, I&#8217;m currently trying to organise a rolling road day with Astra Owners Network in the South East. This isn&#8217;t restricted to just Astras, so you are more than welcome to bring any car you like to the day.  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_wave.gif' alt=':wave:' class='wp-smiley' /> </p>
<p>It&#8217;ll be held on Sunday 24th April 2011 (starting about 9am, probably) and it&#8217;s being hosted by the great guys at AmD in Essex  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_thumbs.gif' alt='(Y)' class='wp-smiley' />  The price for the day will be £35 for two runs and a print out, with access to free tea, coffee and biscuits. If we have 20+ attendees, then there will be a free BBQ as well!  <img src='http://www.nimraynn.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>If you&#8217;re interested, or would like more information, please take a look at our thread on the Astra Owners Network forum: http://www.astraownersnetwork.co.uk/showthread.php?t=113898</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nimraynn.net/astra-owners-network-se-rolling-road-day/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

