<?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: Natural-order sort in JavaScript</title>
	<atom:link href="http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/</link>
	<description>This dirt was a building before</description>
	<pubDate>Tue, 06 Jan 2009 10:32:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: num</title>
		<link>http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/#comment-3289</link>
		<dc:creator>num</dc:creator>
		<pubDate>Mon, 01 Sep 2008 20:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/#comment-3289</guid>
		<description>I whipped up another version of a natural sort function in Javascript that works well and is possibly shorter/faster that doesn't use the charIndex comparisons:

http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm/</description>
		<content:encoded><![CDATA[<p>I whipped up another version of a natural sort function in Javascript that works well and is possibly shorter/faster that doesn&#8217;t use the charIndex comparisons:</p>
<p><a href="http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm/" rel="nofollow">http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/#comment-2783</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 06 Feb 2008 13:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/#comment-2783</guid>
		<description>@timb: I've fixed it, it seemed to be a problem with loss of precision when sorting numbers. Thanks for the alert!</description>
		<content:encoded><![CDATA[<p>@timb: I&#8217;ve fixed it, it seemed to be a problem with loss of precision when sorting numbers. Thanks for the alert!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timb</title>
		<link>http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/#comment-2777</link>
		<dc:creator>timb</dc:creator>
		<pubDate>Tue, 05 Feb 2008 23:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/2008/01/04/natural-order-sort-in-javascript/#comment-2777</guid>
		<description>[1,2,3,4,5,111,2,4,5,6,1].naturalSort()
&#62; 3,2,4,5,111,2,4,5,6,1,1</description>
		<content:encoded><![CDATA[<p>[1,2,3,4,5,111,2,4,5,6,1].naturalSort()<br />
&gt; 3,2,4,5,111,2,4,5,6,1,1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
