<?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: How to Sort an Associative Array (object) in Javascript</title>
	<atom:link href="http://www.latentmotion.com/how-to-sort-an-associative-array-object-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.latentmotion.com/how-to-sort-an-associative-array-object-in-javascript/</link>
	<description>Usability, Design and Front-Side Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:25:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andy E</title>
		<link>http://www.latentmotion.com/how-to-sort-an-associative-array-object-in-javascript/comment-page-1/#comment-181</link>
		<dc:creator>Andy E</dc:creator>
		<pubDate>Wed, 23 Feb 2011 20:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=551#comment-181</guid>
		<description>Order of object properties is not guaranteed to be consistent across browsers.  While most browsers iterate keys in the order they are declared, this behaviour isn&#039;t defined by the ECMAScript specification and I know of at least 1 major browser that differs; Google Chrome.&lt;br&gt;&lt;br&gt;If order is that important, you should use a proper array.</description>
		<content:encoded><![CDATA[<p>Order of object properties is not guaranteed to be consistent across browsers.  While most browsers iterate keys in the order they are declared, this behaviour isn&#39;t defined by the ECMAScript specification and I know of at least 1 major browser that differs; Google Chrome.</p>
<p>If order is that important, you should use a proper array.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

