<?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: Extending Number, Revisited</title>
	<atom:link href="http://mattsnider.com/languages/javascript/extending-number-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattsnider.com/languages/javascript/extending-number-revisited/</link>
	<description>Understanding JavaScript and Frameworks</description>
	<pubDate>Tue, 06 Jan 2009 06:18:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MillsJROSS</title>
		<link>http://mattsnider.com/languages/javascript/extending-number-revisited/comment-page-1/#comment-18736</link>
		<dc:creator>MillsJROSS</dc:creator>
		<pubDate>Wed, 16 Jul 2008 12:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://mattsnider.com/languages/javascript/extending-number-revisited/#comment-18736</guid>
		<description>A while ago I found a neat little method for commafying numbers on Steven Levithan's website "Flagrant Badassery." I haven't tested it for speed, but when my own implementation took 15-20 lines of code, and this one takes about 5 lines of code, it instantly grabbed my attention. 

http://blog.stevenlevithan.com/archives/commafy-numbers

I don't generally like taking code from other people, but I simply couldn't think of a better (more concise) solution myself. I always just make sure I comment where/who the code comes from.</description>
		<content:encoded><![CDATA[<p>A while ago I found a neat little method for commafying numbers on Steven Levithan&#8217;s website &#8220;Flagrant Badassery.&#8221; I haven&#8217;t tested it for speed, but when my own implementation took 15-20 lines of code, and this one takes about 5 lines of code, it instantly grabbed my attention. </p>
<p><a href="http://blog.stevenlevithan.com/archives/commafy-numbers" rel="nofollow">http://blog.stevenlevithan.com/archives/commafy-numbers</a></p>
<p>I don&#8217;t generally like taking code from other people, but I simply couldn&#8217;t think of a better (more concise) solution myself. I always just make sure I comment where/who the code comes from.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
