<?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>Aaron's Blog</title>
	<atom:link href="http://www.aaronreynolds.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronreynolds.co.uk</link>
	<description>Aaron Reynolds - The ramblings of a tek 'ed</description>
	<lastBuildDate>Tue, 19 Jan 2010 23:22:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Desert Island Discs</title>
		<link>http://www.aaronreynolds.co.uk/desert-island-discs/</link>
		<comments>http://www.aaronreynolds.co.uk/desert-island-discs/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:47:53 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[desert island discs]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=173</guid>
		<description><![CDATA[As per the Radio 4 programme &#8211; which I don&#8217;t actually listen to because well I don&#8217;t own cordoroy and I loath Coldplay (post 2007-ish anyway).
In no particular order and currently incomplete:

Nina Simone &#8211; Sinnerman
Israel Kamakawiwo&#8217;ole &#8211; Somewhere over the Rainbow
Otis Reading &#8211; Sittin&#8217; on the Dock of the Bay
Johnny Cash &#8211; When the Man ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/desert-island-discs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Transitions using Scriptaculous</title>
		<link>http://www.aaronreynolds.co.uk/image-transitions-using-scriptaculous/</link>
		<comments>http://www.aaronreynolds.co.uk/image-transitions-using-scriptaculous/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:30:38 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[image transitions]]></category>
		<category><![CDATA[image transitions in your website header]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=133</guid>
		<description><![CDATA[Although I&#8217;m not a fan of creating a javascript library for all the little simple tasks &#8211; you know the really simple things &#8211; I have created a simple library for this.
It&#8217;s purely because I quite often have to put this effect into a website and I wanted a nice re-useable method t going on ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/image-transitions-using-scriptaculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Recovery of Owen Hargreaves</title>
		<link>http://www.aaronreynolds.co.uk/the-recovery-of-owen-hargreaves/</link>
		<comments>http://www.aaronreynolds.co.uk/the-recovery-of-owen-hargreaves/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 17:23:59 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Manchester United]]></category>
		<category><![CDATA[Owen Hargreaves]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=129</guid>
		<description><![CDATA[I sometimes forget that we have Hargreaves in the physio room &#8211; it&#8217;s been so long since I saw him don a United shirt.
According to the papers his recovery is now a psychological one rather than a one physical one: Man Utd &#8211; What the Paper&#8217;s say.
I remember my time in Sport Studies and how ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/the-recovery-of-owen-hargreaves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Email with attachments in PHP</title>
		<link>http://www.aaronreynolds.co.uk/send-email-with-attachments-in-php/</link>
		<comments>http://www.aaronreynolds.co.uk/send-email-with-attachments-in-php/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:18:33 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email attachments]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=118</guid>
		<description><![CDATA[Although there are ways to send email in PHP using PEAR and other libraries, sometimes you&#8217;ll get stuck in a situation where that either isn&#8217;t possible or just too much of a faff.
The other day I decided to create a function for this purpose that I can use in my own library of code.
It can ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/send-email-with-attachments-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PageRank tool walkthrough</title>
		<link>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/</link>
		<comments>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:24:15 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO/SEM/SEP]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=114</guid>
		<description><![CDATA[I&#8217;ve added a video on YouTube to walkthrough using the PageRank checking DLL you can download from my website.
 (by the way, there is no audio).
 

]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Maps, UK Postcodes and GeoCoding</title>
		<link>http://www.aaronreynolds.co.uk/google-maps-uk-postcodes-and-geocoding/</link>
		<comments>http://www.aaronreynolds.co.uk/google-maps-uk-postcodes-and-geocoding/#comments</comments>
		<pubDate>Fri, 01 May 2009 01:55:12 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=107</guid>
		<description><![CDATA[Going back a few years I downloaded a UK postcode database that mapped Outcodes (the first part of the postcode) to approximate Lat/Long co-ordinates.  When used correctly you could use the data to find which postcodes were closest (distance matching) or simply the distance between two places by comparing the Lat/Long co-ordinates with a bit ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/google-maps-uk-postcodes-and-geocoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the PageRank DLL in your applications (VB.NET)</title>
		<link>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/</link>
		<comments>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 19:58:03 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=103</guid>
		<description><![CDATA[To complete this walkthrough you&#8217;ll need to download the PageRank DLL.  This is included in the PageRank Checker download on the downloads page.
Extract the ZIP file.  The DLL file is in the path: GetPageRank.zip\PageRank\bin\Debug
Make a note of the path as you&#8217;ll need it later.
 
Start by opening up Visual Studio (or Developer Express etc) and creating ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Project Location is Not Trusted</title>
		<link>http://www.aaronreynolds.co.uk/the-project-location-is-not-trusted/</link>
		<comments>http://www.aaronreynolds.co.uk/the-project-location-is-not-trusted/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 12:13:55 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=15</guid>
		<description><![CDATA[Ever got this dialog box: &#34;the project location is not trusted&#34; ??
Yeah me too. A recent change in network infrastructure and folder-redirection caused this issue to surface.
The way around it is well documented but sometimes there are other factors to consider.
First, take a look at Microsoft&#8217;s fix for this: The Project Location is Not Trusted ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/the-project-location-is-not-trusted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRPStackSize Registry Fix for &#8220;Not enough server storage space available to process this command&#8221;</title>
		<link>http://www.aaronreynolds.co.uk/irpstacksize-registry-fix-for-not-enough-server-storage-space-available-to-process-this-command/</link>
		<comments>http://www.aaronreynolds.co.uk/irpstacksize-registry-fix-for-not-enough-server-storage-space-available-to-process-this-command/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 15:58:33 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[I Have Learnt]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[IRPStackSize]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=91</guid>
		<description><![CDATA[Fix for: Not enough server storage space available to process this command]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/irpstacksize-registry-fix-for-not-enough-server-storage-space-available-to-process-this-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effect of HTTP 403-6 Error on Google</title>
		<link>http://www.aaronreynolds.co.uk/http-403-6-error-google/</link>
		<comments>http://www.aaronreynolds.co.uk/http-403-6-error-google/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 11:10:11 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=1</guid>
		<description><![CDATA[A few days ago I discovered through Google Webmaster Tools that some of my sites were unreachable by Google. In particular Google reported my homepage as unreachable and many of my sub-pages returned the same 403-6 error.
After checking my website both with various browsers and response grabbers located around the world I determined that the ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/http-403-6-error-google/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
