<?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: JavaScript Associative Arrays Demystified</title>
	<atom:link href="http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/</link>
	<description>therez light!</description>
	<lastBuildDate>Fri, 03 Sep 2010 22:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Nick</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-13347</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-13347</guid>
		<description>Just what I need. Thanks.</description>
		<content:encoded><![CDATA[<p>Just what I need. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xk0der</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-9705</link>
		<dc:creator>xk0der</dc:creator>
		<pubDate>Fri, 08 Jan 2010 10:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-9705</guid>
		<description>@Ulrich wrote &quot;there are no real associative _arrays_ in JS&quot;

That&#039;s the whole point of this blog post :), to clarify and put forth the point that &quot;there are no associative arrays in JavaScript&quot; instead they are properties of an Object.

Use of Array() in the initial examples is make it easier for the reader to understand the concept.

If you read the two paragraph above sub heading &quot;Tip-4&quot; it mentions what you state in your comment. :)</description>
		<content:encoded><![CDATA[<p>@Ulrich wrote &#8220;there are no real associative _arrays_ in JS&#8221;</p>
<p>That&#8217;s the whole point of this blog post <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , to clarify and put forth the point that &#8220;there are no associative arrays in JavaScript&#8221; instead they are properties of an Object.</p>
<p>Use of Array() in the initial examples is make it easier for the reader to understand the concept.</p>
<p>If you read the two paragraph above sub heading &#8220;Tip-4&#8243; it mentions what you state in your comment. <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrich</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-9588</link>
		<dc:creator>Ulrich</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-9588</guid>
		<description>I would use new Object() instead of new Array() for creation, because there are no real associative _arrays_ in JS.</description>
		<content:encoded><![CDATA[<p>I would use new Object() instead of new Array() for creation, because there are no real associative _arrays_ in JS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seedogiag</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-9222</link>
		<dc:creator>seedogiag</dc:creator>
		<pubDate>Sat, 12 Dec 2009 10:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-9222</guid>
		<description>Great, I didn&#039;t heard about that until now. Thx!!</description>
		<content:encoded><![CDATA[<p>Great, I didn&#8217;t heard about that until now. Thx!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Bradshaw</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-8438</link>
		<dc:creator>Joel Bradshaw</dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-8438</guid>
		<description>Awesome post!  I&#039;ve never quite understood how all this works, and this post cleared it right up.  Thanks much!</description>
		<content:encoded><![CDATA[<p>Awesome post!  I&#8217;ve never quite understood how all this works, and this post cleared it right up.  Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schou</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-7005</link>
		<dc:creator>Hans Schou</dc:creator>
		<pubDate>Thu, 24 Sep 2009 12:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-7005</guid>
		<description>As Steve, I was also looking for that curly bracket colon notation.

Thanks.</description>
		<content:encoded><![CDATA[<p>As Steve, I was also looking for that curly bracket colon notation.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xk0der</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-4363</link>
		<dc:creator>xk0der</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-4363</guid>
		<description>@Nelson:
You have a valid point, I just didn&#039;t think about it, while writing. :)

I&#039;ll correct the post.

Thanks for pointing out this issue :)</description>
		<content:encoded><![CDATA[<p>@Nelson:<br />
You have a valid point, I just didn&#8217;t think about it, while writing. <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll correct the post.</p>
<p>Thanks for pointing out this issue <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-4264</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Mon, 03 Aug 2009 18:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-4264</guid>
		<description>This is a great explanation and I&#039;m seeing it pointed to a lot (like on StackOverflow). Thanks!

I&#039;m new to Javascript, but I have opinions :-) I think &quot;I suggest you use the Array class (for simulating the associative array behavior)&quot; may be bad advice. The problem is that your associative array thingie will have a bunch of properties like .length and functions like push() and sort() that don&#039;t work on the data you&#039;re actually storing there. A lot of the Javascript code I&#039;m reading uses a plain Object instead, it seems clearer that way.</description>
		<content:encoded><![CDATA[<p>This is a great explanation and I&#8217;m seeing it pointed to a lot (like on StackOverflow). Thanks!</p>
<p>I&#8217;m new to Javascript, but I have opinions <img src='http://blog.xkoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I think &#8220;I suggest you use the Array class (for simulating the associative array behavior)&#8221; may be bad advice. The problem is that your associative array thingie will have a bunch of properties like .length and functions like push() and sort() that don&#8217;t work on the data you&#8217;re actually storing there. A lot of the Javascript code I&#8217;m reading uses a plain Object instead, it seems clearer that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alek Davis</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-4056</link>
		<dc:creator>Alek Davis</dc:creator>
		<pubDate>Fri, 31 Jul 2009 05:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-4056</guid>
		<description>Good explanation. Thank you.</description>
		<content:encoded><![CDATA[<p>Good explanation. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah</title>
		<link>http://blog.xkoder.com/2008/07/10/javascript-associative-arrays-demystified/comment-page-1/#comment-4019</link>
		<dc:creator>Noah</dc:creator>
		<pubDate>Thu, 30 Jul 2009 18:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xkoder.com/?p=4#comment-4019</guid>
		<description>Nice article.  Thanks!</description>
		<content:encoded><![CDATA[<p>Nice article.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
