<?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>nick@kavassalis.com&#039;s blog &#187; Blog</title>
	<atom:link href="http://kavassalis.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kavassalis.com</link>
	<description>My rantings about code, carriers, cars, and cameras</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:21:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Updated URL shortening rewrite</title>
		<link>http://kavassalis.com/2010/09/updated-url-shortening-rewrite/</link>
		<comments>http://kavassalis.com/2010/09/updated-url-shortening-rewrite/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 15:31:27 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://kavassalis.com/?p=207</guid>
		<description><![CDATA[Something I&#8217;d meant to do since the day I did it was to add the rewrite rule so that I could exclude the l? from URL shortened links my social bookmarker generated. (I had been repeatedly poked for leaving this out too) The original idea->implementation was 30 minutes, so this takes it up to 35 [...]]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;d meant to do since the day I did it was to add the rewrite rule so that I could exclude the l? from URL shortened links my social bookmarker generated. (I had been repeatedly poked for leaving this out too) The original idea->implementation was 30 minutes, so this takes it up to 35 minutes for the project, and only took a few months to implement. My entire .htaccess including the WordPress business is:<br />
<code><br />
RewriteEngine On<br />
RewriteRule ^([a-zA-Z0-9]{3,3})$ l.php?$1 [L]<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</code><br />
And everything seems to be working as it should. That brings me up to 122 characters for the messages that accompany my URLs!</p>
]]></content:encoded>
			<wfw:commentRss>http://kavassalis.com/2010/09/updated-url-shortening-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://kavassalis.com/2010/02/hello-world/</link>
		<comments>http://kavassalis.com/2010/02/hello-world/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 19:43:38 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kavassalis.com/dotorg/?p=1</guid>
		<description><![CDATA[So I&#8217;ve decided to catalog some of my development projects / experiments as well as make my general rants bigger than the SMS sized text field twitter allows. So for the 800th time, I&#8217;m launching a blog. So far I think I&#8217;m going to approve comments by hand, but once someone has an approved comment [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve decided to catalog some of my development projects / experiments as well as make my general rants bigger than the SMS sized text field twitter allows. So for the 800th time, I&#8217;m launching a blog.</p>
<p>So far I think I&#8217;m going to approve comments by hand, but once someone has an approved comment they can post instantly. That shouldn&#8217;t be too much effort, but we&#8217;ll see how it goes. I&#8217;m feeling too lazy (it is Sunday morning after all) to dig up some captcha plugin and install it. Wordpress is always very enjoyable to install, its quick and painless. The photo I threw uptop was taken last Fall in Mississauga&#8217;s Port Credit. <a href="http://www.flickr.com/photos/nkavassalis/3757915679/in/set-72157620959858174/" target="_blank">Here it is in its entirety.</a> I chose it due to fairly similar colors to the theme I chose. I will likely change it in the near future.</p>
<p>(I did however throw up a Twitter plugin to syndicate all my rants to my various social media outlets. I apologize for any perceived spam in advance!)</p>
<p>Don&#8217;t have too much to say other than that, it is Sunday morning after all. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://kavassalis.com/2010/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
