<?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; Sample Classes</title>
	<atom:link href="https://rathercurious.no3.co.uk/category/sample-classes/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>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>A quick tutorial on sessions in php</title>
		<link>https://rathercurious.no3.co.uk/archives/200</link>
		<comments>https://rathercurious.no3.co.uk/archives/200#comments</comments>
		<pubDate>Sat, 25 Oct 2008 15:45:54 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sample Classes]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=200</guid>
		<description><![CDATA[I find I get a lot of questions about sessions in php. There is nothing at all that is complex about sessions, and it's a mystery to me why they are somewhat mystical to others!

So here's a very brief tutorial on them.]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing an IP Address against a given range</title>
		<link>https://rathercurious.no3.co.uk/archives/198</link>
		<comments>https://rathercurious.no3.co.uk/archives/198#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:10:58 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sample Classes]]></category>
		<category><![CDATA[Tek-Tips]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=198</guid>
		<description><![CDATA[I was recently asked how one might compare a given IP address against a range of IP addresses (assumedly in an elegant manner).  I can't really see why one would ever really need to do this kind of thing in php, but the chap in question explained that it was for the management of an IP address block-list.

anyway, here's the code I wrote for it.  After having done so, I wonder whether a natural text based comparison would have done the trick just as well (you'd still need the validation of course).  It seems to work ok but i have not thought it through fully...]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/198/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
