<?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>Rather Curious &#187; PHP</title>
	<atom:link href="https://rathercurious.no3.co.uk/category/php/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Thu, 04 Mar 2010 12:18:12 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>Easy abstraction layer for PDO</title>
		<link>https://rathercurious.no3.co.uk/archives/292</link>
		<comments>https://rathercurious.no3.co.uk/archives/292#comments</comments>
		<pubDate>Thu, 04 Mar 2010 12:18:12 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=292</guid>
		<description><![CDATA[Sometimes it's nice to have easier access to the PDO abstraction layer than PHP provides by default.  This extension to PDO should do the trick.
]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/292/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin to change the WP Email sender details and fix html entities</title>
		<link>https://rathercurious.no3.co.uk/archives/287</link>
		<comments>https://rathercurious.no3.co.uk/archives/287#comments</comments>
		<pubDate>Wed, 08 Jul 2009 10:54:34 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Sample Classes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=287</guid>
		<description><![CDATA[if you want to change the default sender in the WP core this can be easily plugged.
Equally it’s easy to fix html entitites being transmitted as their encoded literals in the email subjects.

This code shows you how]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/287/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Timer class</title>
		<link>https://rathercurious.no3.co.uk/archives/283</link>
		<comments>https://rathercurious.no3.co.uk/archives/283#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:20:25 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sample Classes]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=283</guid>
		<description><![CDATA[here is some simple code to time the execution of your scripts.]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/283/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Currency Exchange Class &#8211; multiple currencies and historic dates</title>
		<link>https://rathercurious.no3.co.uk/archives/281</link>
		<comments>https://rathercurious.no3.co.uk/archives/281#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:15:33 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sample Classes]]></category>
		<category><![CDATA[Sqlite]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=281</guid>
		<description><![CDATA[I have been trying, for some time, to find a published API from a reputable source to retrieve currency pairs for a given date.  i have found some that are chargeable, but none that are freeware.
Here is some code that does the necessary.]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/281/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin to fix 10px addition in WP image captions</title>
		<link>https://rathercurious.no3.co.uk/archives/268</link>
		<comments>https://rathercurious.no3.co.uk/archives/268#comments</comments>
		<pubDate>Sat, 06 Jun 2009 15:28:58 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=268</guid>
		<description><![CDATA[WP Core Devs made a design choice a while ago to impose an arbitrary 10px &#8216;padding&#8217; on the div that holds images and their captions. This plugin fixes that and the code for the plugin is here (as well as hosted on wp.org) &#60;?php /** * @package FixImageMargins * @author Justin Adie * @version 0.1.0 [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/268/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
