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

<channel>
	<title>Read Ink</title>
	<atom:link href="http://readink.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://readink.net</link>
	<description>Read More...</description>
	<pubDate>Sun, 21 Mar 2010 01:43:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Uncommon Regular Expressions That Should Be</title>
		<link>http://readink.net/?p=106</link>
		<comments>http://readink.net/?p=106#comments</comments>
		<pubDate>Sun, 21 Mar 2010 01:42:14 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

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

		<guid isPermaLink="false">http://readink.net/?p=106</guid>
		<description><![CDATA[For some strange reason I was recently surprised to find that regexes that should be common were no where to be found inside the interweb.  So here they are.
This is a Regex for an IP address:

^(?:(?:25[0-5]&#124;2[0-4]\d&#124;[1]\d\d?&#124;[1-9]\d?&#124;[0])\.){3}(?:25[0-5]&#124;2[0-4]\d&#124;[1]\d\d?&#124;[1-9]\d?&#124;[0])$

Notice that it does use those fancy extensions which have a wonderful description in the python documentation for the regular [...]]]></description>
		<wfw:commentRss>http://readink.net/?feed=rss2&amp;p=106</wfw:commentRss>
		</item>
		<item>
		<title>Slow Push Navigation Button</title>
		<link>http://readink.net/?p=87</link>
		<comments>http://readink.net/?p=87#comments</comments>
		<pubDate>Wed, 13 May 2009 04:54:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://readink.net/?p=87</guid>
		<description><![CDATA[This is as much informative as it is an archive so that I will remember how to create this again. This will make a fancy navigation bar with buttons that will transform slowly when the mouse is hovering over them. It creates a neat effect that button is being pressed and this could be extended [...]]]></description>
		<wfw:commentRss>http://readink.net/?feed=rss2&amp;p=87</wfw:commentRss>
		</item>
		<item>
		<title>Fast &amp; Furious Review</title>
		<link>http://readink.net/?p=58</link>
		<comments>http://readink.net/?p=58#comments</comments>
		<pubDate>Fri, 24 Apr 2009 04:48:43 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Review]]></category>

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

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

		<guid isPermaLink="false">http://readink.net/?p=58</guid>
		<description><![CDATA[For my first movie review I chose something with a very simple plot. Something that is so blatantly laid out that it will be easy for people to understand my review]]></description>
		<wfw:commentRss>http://readink.net/?feed=rss2&amp;p=58</wfw:commentRss>
		</item>
	</channel>
</rss>
