<?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; Tek-Tips</title>
	<atom:link href="https://rathercurious.no3.co.uk/category/tek-tips/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>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>
		<item>
		<title>New WordPress help forum</title>
		<link>https://rathercurious.no3.co.uk/archives/79</link>
		<comments>https://rathercurious.no3.co.uk/archives/79#comments</comments>
		<pubDate>Thu, 28 Aug 2008 09:42:33 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[Tek-Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[overview]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=79</guid>
		<description><![CDATA[We've launched a WordPress forum at Tek-Tips. ]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
