<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns="http://purl.org/rss/1.0/"
>
	<channel rdf:about="http://www.iamcal.com/">
		<title>iamcal.com</title>
		<link>http://www.iamcal.com/</link>
		<description>All the links rom iamcal.com</description>
		<dc:date>2013-03-25T17:02:00Z</dc:date>
		<admin:generatorAgent rdf:resource="http://www.flickr.com/" />

		<image rdf:about="http://www.iamcal.com/images/logo.gif">
			<url>http://www.iamcal.com/images/logo.gif</url>
			<title>iamcal.com</title>
			<link>http://www.iamcal.com/</link>
		</image>

		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://www.iamcal.com/2013-03/github-march-wrapup/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2012-07/javelin-js/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2009-03/2083/" />
			</rdf:Seq>
		</items>

	</channel>

	<item rdf:about="http://www.iamcal.com/2013-03/github-march-wrapup/">
		<title>Github March Wrapup</title>
		<link>http://www.iamcal.com/2013-03/github-march-wrapup/</link>
		<description>&lt;p&gt;I&#039;ve posted a bunch of projects to Github in the last few months and haven&#039;t linked to them anywhere, so here&#039;s a quick roundup of recently notable projects:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[lib_timezones](https://github.com/iamcal/lib_timezones) - A PHP and JS library to handle user-specified timezones properly, with reasonable client-side auto detection.&lt;/li&gt;
&lt;li&gt;[lib_classsify](https://github.com/iamcal/lib_classify) - A partial PHP port of Github&#039;s own [linguist](https://github.com/github/linguist) which can automatically detect the programming language, given a code fragment.&lt;/li&gt;
&lt;li&gt;[js-emoji](https://github.com/iamcal/js-emoji) - A JavaScript library to allow display of Emoji in then browser for OSs without native support (anything that&#039;s not OSX 10.8 or iOS 6)&lt;/li&gt;
&lt;li&gt;[lib_autolink](https://github.com/iamcal/lib_autolink) - My old PHP URL-detection and linking library, updated to handle multiple protocols.&lt;/li&gt;
&lt;li&gt;[lib_solr_query](https://github.com/iamcal/lib_solr_query) - A PHP library to turn user-entered complex search queries into valid SOLR query syntax. Supports phrases, booleans, nesting, assertions and more.&lt;/li&gt;
&lt;/ul&gt;
</description>
		<dc:date>2013-03-25T17:02:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2012-07/javelin-js/">
		<title>Javelin JS</title>
		<link>http://www.iamcal.com/2012-07/javelin-js/</link>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.javelinjs.com/&quot;&gt;Javelin JS&lt;/a&gt; is full of interesting little things - always fun to find out what compormises other teams make to allow their particular development model to scale. The css classes vs sigils part makes a lot of sense.&lt;/p&gt;
</description>
		<dc:date>2012-07-10T20:13:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2009-03/2083/">
		<title>1st March, 3:17 am</title>
		<link>http://www.iamcal.com/2009-03/2083/</link>
		<description>&lt;p&gt;i&#039;ve been going back and forth with dominic sayers for the last couple of weeks on RFC-based email validation. we both have php functions (&lt;a href=&quot;http://code.iamcal.com/php/rfc822/&quot;&gt;mine&lt;/a&gt;, &lt;a href=&quot;http://www.dominicsayers.com/isemail/&quot;&gt;his&lt;/a&gt;) that pass a huge (and esoteric) test suite. who says RFCs are dull? (hint: they are)&lt;/p&gt;
</description>
		<dc:date>2009-03-01T03:17:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>

</rdf:RDF>