<?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>The If Works &#187; Reiterate</title>
	<atom:link href="http://blog.jcoglan.com/category/reiterate/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcoglan.com</link>
	<description>This dirt was a building before</description>
	<lastBuildDate>Mon, 19 Jul 2010 07:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1-alpha-15443</generator>
		<item>
		<title>Reiterate 1.3</title>
		<link>http://blog.jcoglan.com/2007/11/14/reiterate-13/</link>
		<comments>http://blog.jcoglan.com/2007/11/14/reiterate-13/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 19:58:07 +0000</pubDate>
		<dc:creator>James Coglan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Reiterate]]></category>

		<guid isPermaLink="false">http://blog.jcoglan.com/2007/11/14/reiterate-13/</guid>
		<description><![CDATA[Tiny update: after adding 16 characters (&#8220;this._object &#124;&#124; &#8220;), Reiterate is now compatible with Prototype 1.6.0&#8242;s revised Hash API. Also, the gzipped copy is now even smaller, thanks to a different compression strategy. Essentially, when using Packer (or PackR for that matter), using &#8216;shrink variables&#8217; plus gzip compression will result in the smallest an fastest-to-execute [...]]]></description>
		<wfw:commentRss>http://blog.jcoglan.com/2007/11/14/reiterate-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reiterate 1.2: operators are (kind of) methods now!</title>
		<link>http://blog.jcoglan.com/2007/09/27/reiterate-12-operators-are-kind-of-methods-now/</link>
		<comments>http://blog.jcoglan.com/2007/09/27/reiterate-12-operators-are-kind-of-methods-now/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 18:10:13 +0000</pubDate>
		<dc:creator>James Coglan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Reiterate]]></category>

		<guid isPermaLink="false">http://blog.jcoglan.com/2007/09/27/reiterate-12-operators-are-kind-of-methods-now/</guid>
		<description><![CDATA[You know how, in Ruby, + is a method? Well guess what: // Count members within a range numbers.findAll({'>': 4, '&#60;=': 27}).length // Remove items of a specific type collection.reject(['instanceof', String]) // Assign default values to a collection [27, 0, 'prototype', '', true, false].map({'&#124;&#124;': 'foo'}) // -> [27, "foo", "prototype", "foo", true, "foo"] How&#8217;s about [...]]]></description>
		<wfw:commentRss>http://blog.jcoglan.com/2007/09/27/reiterate-12-operators-are-kind-of-methods-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Reiterate</title>
		<link>http://blog.jcoglan.com/2007/09/21/announcing-reiterate/</link>
		<comments>http://blog.jcoglan.com/2007/09/21/announcing-reiterate/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 14:38:32 +0000</pubDate>
		<dc:creator>James Coglan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Reiterate]]></category>

		<guid isPermaLink="false">http://blog.jcoglan.com/2007/09/21/announcing-reiterate/</guid>
		<description><![CDATA[Following on from yesterday&#8217;s post, I went a little crazy and expanded the idea of #toFunction to Array and Hash. The end result is Reiterate, which gives you a stack of neat ways to make your JavaScript code more concise and expressive. For example: var strings = array.map('toLowerCase.toArray'); var divs = someDivs.findAll({hasClassName: 'myClass', visible: true}); [...]]]></description>
		<wfw:commentRss>http://blog.jcoglan.com/2007/09/21/announcing-reiterate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
