<?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"
	>

<channel>
	<title>Nathan Whitworth</title>
	<atom:link href="http://blog.nathanwhitworth.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://jesus-blog.com</link>
	<description>Internet Consultant</description>
	<pubDate>Tue, 16 Mar 2010 17:58:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Buddypress: Preventing private message spam</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/buddypress-preventing-private-message-spam.html</link>
		<comments>http://jesus-blog.com/coding-tips-and-tutorials/buddypress-preventing-private-message-spam.html#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:58:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=122</guid>
		<description><![CDATA[A guide to preventing private message spam within BuddyPress]]></description>
		<wfw:commentRss>http://jesus-blog.com/coding-tips-and-tutorials/buddypress-preventing-private-message-spam.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL Slow Query Log with WAMP</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/mysql-slow-query-log-with-wamp.html</link>
		<comments>http://jesus-blog.com/coding-tips-and-tutorials/mysql-slow-query-log-with-wamp.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:03:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding Tips and Tutorials]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=120</guid>
		<description><![CDATA[Although in hindsight this is DEAD easy, I&#8217;ve just had a bit of a hard time finding out how to do it, so I thought I&#8217;d make a quick post which will hopefully get indexed by Google and save some other folk the hard time I had. Thoughtful, eh.
So, to enable the slow query log [...]]]></description>
		<wfw:commentRss>http://jesus-blog.com/coding-tips-and-tutorials/mysql-slow-query-log-with-wamp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bad Code</title>
		<link>http://jesus-blog.com/opinions/bad-code.html</link>
		<comments>http://jesus-blog.com/opinions/bad-code.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 11:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bad Code]]></category>

		<category><![CDATA[Opinions]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=112</guid>
		<description><![CDATA[Further to my last post about the quality of code in certain well known PHP projects, I just stumbled across this fantastically pointless finger spew.

function the_title($before = '', $after = '', $echo = true) {
$title = get_the_title();
if ( strlen($title) == 0 )
return;
$title = $before . $title . $after;
if ( $echo )
echo $title;
else
return $title;
}
How entirely pointless [...]]]></description>
		<wfw:commentRss>http://jesus-blog.com/opinions/bad-code.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress is shit</title>
		<link>http://jesus-blog.com/opinions/wordpress-is.html</link>
		<comments>http://jesus-blog.com/opinions/wordpress-is.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 17:20:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding Tips and Tutorials]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[bad php code]]></category>

		<category><![CDATA[coding standards]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=106</guid>
		<description><![CDATA[This post goes beyond my opinion of Wordpress though, I want it to highlight a more fundimental problem with PHP development. People just don't seem to be very good at it, and it's giving PHP a bad name.]]></description>
		<wfw:commentRss>http://jesus-blog.com/opinions/wordpress-is.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Zend framework on 1and1 hosting.</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-on-1and1-hosting.html</link>
		<comments>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-on-1and1-hosting.html#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:38:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding Tips and Tutorials]]></category>

		<category><![CDATA[1and1 hosting]]></category>

		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=103</guid>
		<description><![CDATA[How to get Zend Framework running on 1and1 hosting.]]></description>
		<wfw:commentRss>http://jesus-blog.com/coding-tips-and-tutorials/zend-framework-on-1and1-hosting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>TinyMCE not loading in Zend Framework</title>
		<link>http://jesus-blog.com/coding-tips-and-tutorials/tinymce-not-loading-in-zend-framework.html</link>
		<comments>http://jesus-blog.com/coding-tips-and-tutorials/tinymce-not-loading-in-zend-framework.html#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:32:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding Tips and Tutorials]]></category>

		<category><![CDATA[htaccess]]></category>

		<category><![CDATA[tinyMCE]]></category>

		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=101</guid>
		<description><![CDATA[I was having a bit of a problem with TinyMCE not loading in Zend Framework (ZF). It turns out the .htaccess file was not configured correctly. It was redirecting .js to the index bootstrap and causing the page to fail to load.
The solution was the htaccess file as so&#8230;

Options -MultiViews
RewriteEngine On
RewriteBase /website
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} [...]]]></description>
		<wfw:commentRss>http://jesus-blog.com/coding-tips-and-tutorials/tinymce-not-loading-in-zend-framework.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Super blogging - My Corribee</title>
		<link>http://jesus-blog.com/opinions/super-blogging-my-corribee.html</link>
		<comments>http://jesus-blog.com/opinions/super-blogging-my-corribee.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:55:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Nathan Whitworth]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Parminder Matharu]]></category>

		<category><![CDATA[Search &amp; PPC]]></category>

		<category><![CDATA[Corribee]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=93</guid>
		<description><![CDATA[I awoke in the morning to find I was no longer 7th, but 1st. I was shocked. I had THE fastest growing blog on all of wordpress...]]></description>
		<wfw:commentRss>http://jesus-blog.com/opinions/super-blogging-my-corribee.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Nathan whitworth.co.uk site rebuild</title>
		<link>http://jesus-blog.com/opinions/nathan-whitworthcouk-site-rebuild.html</link>
		<comments>http://jesus-blog.com/opinions/nathan-whitworthcouk-site-rebuild.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:42:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Daniele Sangalli]]></category>

		<category><![CDATA[Nathan Whitworth]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=91</guid>
		<description><![CDATA[I decided to rebuild my home page with Zend Framework since it was originally done as little more than static pages.]]></description>
		<wfw:commentRss>http://jesus-blog.com/opinions/nathan-whitworthcouk-site-rebuild.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Card Smart</title>
		<link>http://jesus-blog.com/opinions/card-smart.html</link>
		<comments>http://jesus-blog.com/opinions/card-smart.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:05:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[card smart]]></category>

		<category><![CDATA[cardsmart]]></category>

		<category><![CDATA[credit cards]]></category>

		<category><![CDATA[moneysupermarket]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=88</guid>
		<description><![CDATA[I&#8217;m just giving some link love here since a friend of mine has just launched a new project.
Cardsmart.co.uk is a credit card comparison service and it went live about 3 minutes ago at the time of writing. It&#8217;s quite exciting to see the birth of a brand new company, it&#8217;s quite a refreshing change given [...]]]></description>
		<wfw:commentRss>http://jesus-blog.com/opinions/card-smart.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Out Ego Surfing Olaf Spinkel, Parminder Matharu and Daniele Sangalli</title>
		<link>http://jesus-blog.com/olaf-spinkel/out-ego-surfing-olaf-spinkel-parminder-matharu-and-daniele-sangalli.html</link>
		<comments>http://jesus-blog.com/olaf-spinkel/out-ego-surfing-olaf-spinkel-parminder-matharu-and-daniele-sangalli.html#comments</comments>
		<pubDate>Wed, 03 Dec 2008 16:28:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Daniele Sangalli]]></category>

		<category><![CDATA[Olaf Spinkel]]></category>

		<category><![CDATA[Parminder Matharu]]></category>

		<guid isPermaLink="false">http://blog.nathanwhitworth.co.uk/?p=70</guid>
		<description><![CDATA[Out ego surfing your colleagues, featuring Olaf Spinkel, Parminder Matharu and Daniele Sangalli.]]></description>
		<wfw:commentRss>http://jesus-blog.com/olaf-spinkel/out-ego-surfing-olaf-spinkel-parminder-matharu-and-daniele-sangalli.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

