<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Porting Prototype Enumerable functions to Mootools Array objects</title>
	<atom:link href="http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/</link>
	<description>Publicing platform</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:33:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: dateson</title>
		<link>http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/comment-page-1/#comment-9315</link>
		<dc:creator>dateson</dc:creator>
		<pubDate>Mon, 22 Oct 2007 08:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/#comment-9315</guid>
		<description>Thank you for sharing. You are right, we don’t need all the Enumerable functions so I make it smaller for my own needs.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing. You are right, we don’t need all the Enumerable functions so I make it smaller for my own needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adamw</title>
		<link>http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/comment-page-1/#comment-4240</link>
		<dc:creator>adamw</dc:creator>
		<pubDate>Fri, 15 Jun 2007 00:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/#comment-4240</guid>
		<description>Helo !
I have a question that isn&#039;t related to this post :
Could i know if this colored code block is an free script, or your own and where can i find it ?

It would be great if you write me a mail with the answear

Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Helo !<br />
I have a question that isn&#8217;t related to this post :<br />
Could i know if this colored code block is an free script, or your own and where can i find it ?</p>
<p>It would be great if you write me a mail with the answear</p>
<p>Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plotr (Javascript Graphing) for Mootools &#187; eightpence - Phil Crosby</title>
		<link>http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/comment-page-1/#comment-3951</link>
		<dc:creator>Plotr (Javascript Graphing) for Mootools &#187; eightpence - Phil Crosby</dc:creator>
		<pubDate>Sun, 10 Jun 2007 07:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/#comment-3951</guid>
		<description>[...] because the biggest Prototype-only feature (its extensive functionality for enumerable objects) has already been ported to Mootools by Bas Wenneker, the same author who wrote Plotr. [...]</description>
		<content:encoded><![CDATA[<p>[...] because the biggest Prototype-only feature (its extensive functionality for enumerable objects) has already been ported to Mootools by Bas Wenneker, the same author who wrote Plotr. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porting Prototype Enumerable functions to Mootools Array objects</title>
		<link>http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/comment-page-1/#comment-197</link>
		<dc:creator>Porting Prototype Enumerable functions to Mootools Array objects</dc:creator>
		<pubDate>Tue, 09 Jan 2007 07:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/#comment-197</guid>
		<description>[...] Bas Wenneker has ported the functions over, and has written up the experience.  I really like the Prototype Framework and the functionality that comes with it, but I like Mootools even more because it’s so damn small and lightweight. Sometimes the minimalistic framework is just too light. Recently I needed some of Prototypes’ Enumerable functions for an Array but the app was implemented using Mootools. So I decided to take a look at the Array.each functions provided by the two frameworks. They’re implemented in different ways but by changing the Mootools Array.each I was able to treat a Mootools Array like a Prototype Enumerable. In this article I’ll describe how to ‘hack’ the Enumerable functionality into Mootools. If you just want the code you should take a look at my EnumArray.js. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bas Wenneker has ported the functions over, and has written up the experience.  I really like the Prototype Framework and the functionality that comes with it, but I like Mootools even more because it’s so damn small and lightweight. Sometimes the minimalistic framework is just too light. Recently I needed some of Prototypes’ Enumerable functions for an Array but the app was implemented using Mootools. So I decided to take a look at the Array.each functions provided by the two frameworks. They’re implemented in different ways but by changing the Mootools Array.each I was able to treat a Mootools Array like a Prototype Enumerable. In this article I’ll describe how to ‘hack’ the Enumerable functionality into Mootools. If you just want the code you should take a look at my EnumArray.js. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HJBM</title>
		<link>http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/comment-page-1/#comment-127</link>
		<dc:creator>HJBM</dc:creator>
		<pubDate>Mon, 01 Jan 2007 00:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/#comment-127</guid>
		<description>Interesting theory.</description>
		<content:encoded><![CDATA[<p>Interesting theory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Porting Prototype Enumerable functions to Mootools Array objects</title>
		<link>http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/comment-page-1/#comment-78</link>
		<dc:creator>Ajaxian &#187; Porting Prototype Enumerable functions to Mootools Array objects</dc:creator>
		<pubDate>Mon, 25 Dec 2006 14:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2006/12/25/porting-prototype-enumerable-functions-to-mootools-array-objects/#comment-78</guid>
		<description>[...] Bas Wenneker has ported the functions over, and has written up the experience.  I really like the Prototype Framework and the functionality that comes with it, but I like Mootools even more because it’s so damn small and lightweight. Sometimes the minimalistic framework is just too light. Recently I needed some of Prototypes’ Enumerable functions for an Array but the app was implemented using Mootools. So I decided to take a look at the Array.each functions provided by the two frameworks. They’re implemented in different ways but by changing the Mootools Array.each I was able to treat a Mootools Array like a Prototype Enumerable. In this article I’ll describe how to ‘hack’ the Enumerable functionality into Mootools. If you just want the code you should take a look at my EnumArray.js. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bas Wenneker has ported the functions over, and has written up the experience.  I really like the Prototype Framework and the functionality that comes with it, but I like Mootools even more because it’s so damn small and lightweight. Sometimes the minimalistic framework is just too light. Recently I needed some of Prototypes’ Enumerable functions for an Array but the app was implemented using Mootools. So I decided to take a look at the Array.each functions provided by the two frameworks. They’re implemented in different ways but by changing the Mootools Array.each I was able to treat a Mootools Array like a Prototype Enumerable. In this article I’ll describe how to ‘hack’ the Enumerable functionality into Mootools. If you just want the code you should take a look at my EnumArray.js. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

