<?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"
	>
<channel>
	<title>Comments on: Associative Arrays Must Die</title>
	<atom:link href="http://erik.eae.net/archives/2006/05/18/10.31.01/feed/" rel="self" type="application/rss+xml" />
	<link>http://erik.eae.net/archives/2006/05/18/10.31.01/</link>
	<description>The Weblog of Erik Arvidsson</description>
	<pubDate>Sat, 05 Jul 2008 16:31:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: juju</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-103112</link>
		<dc:creator>juju</dc:creator>
		<pubDate>Thu, 29 May 2008 17:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-103112</guid>
		<description>This post is very true. I enjoyed reading it</description>
		<content:encoded><![CDATA[<p>This post is very true. I enjoyed reading it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bafi</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-103111</link>
		<dc:creator>bafi</dc:creator>
		<pubDate>Thu, 29 May 2008 17:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-103111</guid>
		<description>Gread post!</description>
		<content:encoded><![CDATA[<p>Gread post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SanFrancisco</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-103107</link>
		<dc:creator>SanFrancisco</dc:creator>
		<pubDate>Sat, 24 May 2008 12:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-103107</guid>
		<description>It is impossible to walk rapidly and be unhappy.</description>
		<content:encoded><![CDATA[<p>It is impossible to walk rapidly and be unhappy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-102587</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 17 Oct 2007 09:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-102587</guid>
		<description>But what actually makes them "harmful"?  Nothing.</description>
		<content:encoded><![CDATA[<p>But what actually makes them &#8220;harmful&#8221;?  Nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Andujar</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21011</link>
		<dc:creator>Pedro Andujar</dc:creator>
		<pubDate>Wed, 26 Jul 2006 22:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21011</guid>
		<description>You will be able to see complete code here, http://www.andrewdupont.net/2006/05/18/javascript-associative-arrays-considered-harmful/

Good bye.</description>
		<content:encoded><![CDATA[<p>You will be able to see complete code here, <a href="http://www.andrewdupont.net/2006/05/18/javascript-associative-arrays-considered-harmful/" rel="nofollow">http://www.andrewdupont.net/2006/05/18/javascript-associative-arrays-considered-harmful/</a></p>
<p>Good bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Andujar</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21005</link>
		<dc:creator>Pedro Andujar</dc:creator>
		<pubDate>Wed, 26 Jul 2006 21:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21005</guid>
		<description>Error.

I'm sorry. I can't send complete code.</description>
		<content:encoded><![CDATA[<p>Error.</p>
<p>I&#8217;m sorry. I can&#8217;t send complete code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Andujar</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21003</link>
		<dc:creator>Pedro Andujar</dc:creator>
		<pubDate>Wed, 26 Jul 2006 21:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21003</guid>
		<description>Array.prototype.for_each = function(f,obj){

var lg = this.length;
var temp = this;
if(lg </description>
		<content:encoded><![CDATA[<p>Array.prototype.for_each = function(f,obj){</p>
<p>var lg = this.length;<br />
var temp = this;<br />
if(lg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Andujar</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21002</link>
		<dc:creator>Pedro Andujar</dc:creator>
		<pubDate>Wed, 26 Jul 2006 21:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-21002</guid>
		<description>Hello.
I'm Spanish
I speak little English
My code based on forEach.

Array.prototype.for_each= function(f,obj){

	var lg = this.length;
	var temp = this;
	if(lg ");
	if(element.email == "bkn3@columbia.edu") array[index].email = "brad@columbia.edu" ;

}

var contacts = new Array();
contacts["_Jim Jones"] = {name: "Jim Jones", email: "jim@gmail.com"};
contacts["_Brad Neuberg"] = {name: "Brad Neuberg", email: "bkn3@columbia.edu"};

contacts.for_each(write_contacts);
contacts.for_each(write_contacts);

function write_number(element,index, array){
	document.write("[" + index + "] = " + element + "");
}

var number = ["zero","one","two"];
number.for_each(write_number);



Good bye. :)</description>
		<content:encoded><![CDATA[<p>Hello.<br />
I&#8217;m Spanish<br />
I speak little English<br />
My code based on forEach.</p>
<p>Array.prototype.for_each= function(f,obj){</p>
<p>	var lg = this.length;<br />
	var temp = this;<br />
	if(lg &#8220;);<br />
	if(element.email == &#8220;bkn3@columbia.edu&#8221;) array[index].email = &#8220;brad@columbia.edu&#8221; ;</p>
<p>}</p>
<p>var contacts = new Array();<br />
contacts["_Jim Jones"] = {name: &#8220;Jim Jones&#8221;, email: &#8220;jim@gmail.com&#8221;};<br />
contacts["_Brad Neuberg"] = {name: &#8220;Brad Neuberg&#8221;, email: &#8220;bkn3@columbia.edu&#8221;};</p>
<p>contacts.for_each(write_contacts);<br />
contacts.for_each(write_contacts);</p>
<p>function write_number(element,index, array){<br />
	document.write(&#8221;[" + index + "] = &#8221; + element + &#8220;&#8221;);<br />
}</p>
<p>var number = ["zero","one","two"];<br />
number.for_each(write_number);</p>
<p>Good bye. <img src='http://erik.eae.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Arvidsson</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-20369</link>
		<dc:creator>Erik Arvidsson</dc:creator>
		<pubDate>Mon, 17 Jul 2006 18:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-20369</guid>
		<description>Irfan: Using Brad's contacts array:

contact.sort(function(c1, c2) {
  if (c1.email &#60; c2.email) {
    return -1;
  }
  if (c1.email &#62; c2.email) {
    return 1;
  }
  return 0;
});</description>
		<content:encoded><![CDATA[<p>Irfan: Using Brad&#8217;s contacts array:</p>
<p>contact.sort(function(c1, c2) {<br />
  if (c1.email &lt; c2.email) {<br />
    return -1;<br />
  }<br />
  if (c1.email &gt; c2.email) {<br />
    return 1;<br />
  }<br />
  return 0;<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Arvidsson</title>
		<link>http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-20368</link>
		<dc:creator>Erik Arvidsson</dc:creator>
		<pubDate>Mon, 17 Jul 2006 18:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://erik.eae.net/archives/2006/05/18/10.31.01/#comment-20368</guid>
		<description>The ECMAScript standards says that the order is not guaranteed but all implementations do guarantee the order.</description>
		<content:encoded><![CDATA[<p>The ECMAScript standards says that the order is not guaranteed but all implementations do guarantee the order.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
