<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Andrew Goodricke</title>
	<link>http://www.andrewgoodricke.com</link>
	<description>More than meets the eye...</description>
	<lastBuildDate>Wed, 30 Sep 2009 17:41:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>3 Peaks, 3 Days&#8230;</title>
		<description>Three Peaks

On Friday 9th October 2009, I will be attempting the Three Peaks Challenge with three friends.  The aim is to climb the highest peaks in Scotland, England and Wales (Ben Nevis, Scafell Pike &#38; Snowdon) over a three day period.  We'll be climbing Ben Nevis on the Friday, Scafell on the ...</description>
		<link>http://www.andrewgoodricke.com/2009/09/3-peaks-3-days/</link>
			</item>
	<item>
		<title>php date add alternative to date_add</title>
		<description>Here's one for you Sukie...

The php function date_add ( DateTime $object , DateInterval $interval ) is an experimental function and shouldn't really be used in a production site.  The way to get around this is to use strtotime ( string $time [, int $now ] ).

If you're trying to add a week to today's date you can simply do the following:
$new_date = strtotime("+1 week");

but if need ...</description>
		<link>http://www.andrewgoodricke.com/2008/12/php-date-add-alternative-to-date_add/</link>
			</item>
	<item>
		<title>Photography at Wembury</title>
		<description>Over the weekend I took some friends to Wembury as they were down visiting, I'd not been before but I'd heard it was a nice spot so gave me a great oportunity to head over there to have a look around.  Here's a selection of the pictures I took using ...</description>
		<link>http://www.andrewgoodricke.com/2008/09/photography-at-wembury/</link>
			</item>
	<item>
		<title>Ajax Loading Animated gif</title>
		<description>I've been working with Ajax recently, I've been particularly impressed with how potentially powerful Ajax is.  Having a good knowledge of PHP and HTML myself has helped when it came to learning this amalgamation of technologies.  If you're not aware what Ajax is, It stands for Asynchronous JavaScript And XML ...</description>
		<link>http://www.andrewgoodricke.com/2008/08/ajax-loading-animated-gif/</link>
			</item>
	<item>
		<title>Code Igniter mod_rewrite on Heart Internet</title>
		<description>I've used mod_rewrite quite a lot with Code Igniter and I've experienced issues getting it working to remove the index.php from the url on different servers before but this was another issue again.  Here's my resolution and some of my previous resolutions:

Here's the contents of the .htaccess for Heart ...</description>
		<link>http://www.andrewgoodricke.com/2008/07/code-igniter-mod_rewrite-on-heart-internet/</link>
			</item>
</channel>
</rss>
