<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sat, 11 Oct 2008 13:16:44 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>JavaScript N-Dimentional sort 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/583/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/583/comments/</comments>
		<pubDate>Sun, 28 Jan 2007 13:18:02 +0000</pubDate>
		<dc:creator>Fordiman</dc:creator>
		<category>JavaScript, json, sort</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/583/</guid>
		<description>
			<![CDATA[
				<p>Flexible sorting algorithm based on Quicksort with extra functionality, such as:<br />- Direction (ie: ascending or descending)<br />- Sort-by-path (eg: item.name, item.name.firstName or item[5])<br />- Sorting function (returns true if two items are already sorted)<br />- Type checking<br />- All constants and support functions are members of the Sort() function<br />- Testsuite with hooks for cscript and in-browser javascript, so you can tweak and optimize, and make sure it still works<br />- Environment agnostic (can use with, say, SpiderMonkey or .Net's jsc)</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>