<?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>Rusty Razor Blade &#187; shitty code</title>
	<atom:link href="http://www.rustyrazorblade.com/category/shitty-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Found Code: Replacing Runs of Commas</title>
		<link>http://www.rustyrazorblade.com/2009/01/found-code-replacing-runs-of-commas/</link>
		<comments>http://www.rustyrazorblade.com/2009/01/found-code-replacing-runs-of-commas/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 22:47:49 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[shitty code]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=464</guid>
		<description><![CDATA[<p>I found this gem today. </p> <p>$special = str_replace(&#8220;,,,,&#8221;,&#8221;,&#8221;,$special);<br /> $special = str_replace(&#8220;,,,&#8221;,&#8221;,&#8221;,$special);<br /> $special = str_replace(&#8220;,,&#8221;,&#8221;,&#8221;,$special);</p> <p>Pretty sweet. </p>]]></description>
			<content:encoded><![CDATA[<p>I found this gem today. </p>
<blockquote><p>$special = str_replace(&#8220;,,,,&#8221;,&#8221;,&#8221;,$special);<br />
$special = str_replace(&#8220;,,,&#8221;,&#8221;,&#8221;,$special);<br />
$special = str_replace(&#8220;,,&#8221;,&#8221;,&#8221;,$special);</p></blockquote>
<p>Pretty sweet.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2009/01/found-code-replacing-runs-of-commas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

