<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>things.</title>
	<atom:link href="http://sonull.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonull.wordpress.com</link>
	<description></description>
	<pubDate>Mon, 26 May 2008 22:29:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>21 ruby tricks you should be using in your code.</title>
		<link>http://sonull.wordpress.com/2008/05/26/21-ruby-tricks-you-should-be-using-in-your-code/</link>
		<comments>http://sonull.wordpress.com/2008/05/26/21-ruby-tricks-you-should-be-using-in-your-code/#comments</comments>
		<pubDate>Mon, 26 May 2008 22:29:46 +0000</pubDate>
		<dc:creator>sonull</dc:creator>
		
		<category><![CDATA[code]]></category>

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

		<guid isPermaLink="false">http://sonull.wordpress.com/?p=5</guid>
		<description><![CDATA[http://www.rubyinside.com/21-ruby-tricks-902.html
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://www.rubyinside.com/21-ruby-tricks-902.html</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sonull.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sonull.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sonull.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sonull.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sonull.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sonull.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sonull.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sonull.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sonull.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sonull.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sonull.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sonull.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sonull.wordpress.com&blog=3345637&post=5&subd=sonull&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sonull.wordpress.com/2008/05/26/21-ruby-tricks-you-should-be-using-in-your-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Doing a &#8220;like&#8221; against column contents in mysql</title>
		<link>http://sonull.wordpress.com/2008/05/22/doing-a-like-against-column-contents-in-mysql/</link>
		<comments>http://sonull.wordpress.com/2008/05/22/doing-a-like-against-column-contents-in-mysql/#comments</comments>
		<pubDate>Thu, 22 May 2008 16:12:17 +0000</pubDate>
		<dc:creator>sonull</dc:creator>
		
		<category><![CDATA[code]]></category>

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

		<guid isPermaLink="false">http://sonull.wordpress.com/?p=4</guid>
		<description><![CDATA[Do this :
 SELECT
shows.*
FROM
shows, states
WHERE
states.id = shows.state_id AND
shows.location LIKE concat(&#8217;%', states.abbreviation)
via:
http://www.miphp.net/blog/view/mysql_like_query_using_column_contents
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Do this :</p>
<p><code> SELECT<br />
shows.*<br />
FROM<br />
shows, states<br />
WHERE<br />
states.id = shows.state_id AND<br />
shows.location LIKE concat(&#8217;%', states.abbreviation)</code></p>
<p>via:</p>
<p>http://www.miphp.net/blog/view/mysql_like_query_using_column_contents</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sonull.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sonull.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sonull.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sonull.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sonull.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sonull.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sonull.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sonull.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sonull.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sonull.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sonull.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sonull.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sonull.wordpress.com&blog=3345637&post=4&subd=sonull&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sonull.wordpress.com/2008/05/22/doing-a-like-against-column-contents-in-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Things.</title>
		<link>http://sonull.wordpress.com/2008/05/09/things/</link>
		<comments>http://sonull.wordpress.com/2008/05/09/things/#comments</comments>
		<pubDate>Fri, 09 May 2008 20:05:14 +0000</pubDate>
		<dc:creator>sonull</dc:creator>
		
		<category><![CDATA[Babble]]></category>

		<category><![CDATA[This blog]]></category>

		<guid isPermaLink="false">http://sonull.wordpress.com/?p=3</guid>
		<description><![CDATA[Not sure if other people are going to read this yet or not. I&#8217;m just going to put stuff like here, almost like a notepad. Stuff could mean snippets of useful code I need to keep handy, or it could mean a diatribe against the world. We&#8217;ll see.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Not sure if other people are going to read this yet or not. I&#8217;m just going to put stuff like here, almost like a notepad. Stuff could mean snippets of useful code I need to keep handy, or it could mean a diatribe against the world. We&#8217;ll see.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sonull.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sonull.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sonull.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sonull.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sonull.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sonull.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sonull.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sonull.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sonull.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sonull.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sonull.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sonull.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sonull.wordpress.com&blog=3345637&post=3&subd=sonull&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sonull.wordpress.com/2008/05/09/things/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>