<?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>Sun, 07 Dec 2008 16:13:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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>
	<item>
		<title>TinyMCE CMS WYSIWYG JavaScript Plugin</title>
		<description>This is a great (and powerful) JavaScript that you can plug in to your site for CMS purposes to make HTML or BBCode easily edited - well that's what I use it for.  TinyMCE is a super customisable WYSIWYG (What You See Is What You Get) that ranges from ...</description>
		<link>http://www.andrewgoodricke.com/2008/07/tinymce-cms-wysiwyg-javascript-plugin/</link>
			</item>
</channel>
</rss>
