<?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: The Good Parts</title>
	<atom:link href="http://push.cx/2009/javascript-the-good-parts/feed" rel="self" type="application/rss+xml" />
	<link>http://push.cx/2009/javascript-the-good-parts</link>
	<description>A traveling geek&#039;s blog on development, games, and the web</description>
	<lastBuildDate>Tue, 17 Jan 2012 16:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Roberto</title>
		<link>http://push.cx/2009/javascript-the-good-parts/comment-page-1#comment-96427</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Tue, 29 Sep 2009 19:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/?p=1112#comment-96427</guid>
		<description>The issue of copying and object (i.e. making a new object that inherits from an old one) is addressed on p. 22 of the chapter on objects. Crockford adds the &#039;create&#039; method to Object. I find it very elegant and useful.</description>
		<content:encoded><![CDATA[<p>The issue of copying and object (i.e. making a new object that inherits from an old one) is addressed on p. 22 of the chapter on objects. Crockford adds the &#8216;create&#8217; method to Object. I find it very elegant and useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Crockford</title>
		<link>http://push.cx/2009/javascript-the-good-parts/comment-page-1#comment-95369</link>
		<dc:creator>Douglas Crockford</dc:creator>
		<pubDate>Mon, 03 Aug 2009 19:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/?p=1112#comment-95369</guid>
		<description>I don&#039;t need to copy an object. Instead, I make a new object that inherits from the old one.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t need to copy an object. Instead, I make a new object that inherits from the old one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Marquez</title>
		<link>http://push.cx/2009/javascript-the-good-parts/comment-page-1#comment-94885</link>
		<dc:creator>Jose Marquez</dc:creator>
		<pubDate>Mon, 29 Jun 2009 19:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/?p=1112#comment-94885</guid>
		<description>This seems like something I should pick up; I&#039;m only a casual JavaScript programmer, hacking on Facebook grinder games/apps using Greasemonkey and JS, and I think this might help me write better JS and enjoy it more when I do.</description>
		<content:encoded><![CDATA[<p>This seems like something I should pick up; I&#8217;m only a casual JavaScript programmer, hacking on Facebook grinder games/apps using Greasemonkey and JS, and I think this might help me write better JS and enjoy it more when I do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ctrlHack</title>
		<link>http://push.cx/2009/javascript-the-good-parts/comment-page-1#comment-94389</link>
		<dc:creator>ctrlHack</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/?p=1112#comment-94389</guid>
		<description>Great job here Harkins, I too have always felt terribly about coding with Java. Most would agree as Douglas puts it, &quot;... the prevailing opinion of JS was that it was an unsightly, incompetent toy.&quot;

I will definitely be picking this book up with your suggestions. Less pain from Javascript equals greater productivity.</description>
		<content:encoded><![CDATA[<p>Great job here Harkins, I too have always felt terribly about coding with Java. Most would agree as Douglas puts it, &#8220;&#8230; the prevailing opinion of JS was that it was an unsightly, incompetent toy.&#8221;</p>
<p>I will definitely be picking this book up with your suggestions. Less pain from Javascript equals greater productivity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Harkins</title>
		<link>http://push.cx/2009/javascript-the-good-parts/comment-page-1#comment-94366</link>
		<dc:creator>Peter Harkins</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/?p=1112#comment-94366</guid>
		<description>Thanks for the link to your Y Combinator -- can you comment on why you didn&#039;t address copying objects? I figured Y was just a little too esoteric to make the cut (as fun as it is) but copying actually felt like something was missing.

And thanks for your wonderful writing on JavaScript, I&#039;ve really appreciated the language and improved my code because of your work.</description>
		<content:encoded><![CDATA[<p>Thanks for the link to your Y Combinator &#8212; can you comment on why you didn&#8217;t address copying objects? I figured Y was just a little too esoteric to make the cut (as fun as it is) but copying actually felt like something was missing.</p>
<p>And thanks for your wonderful writing on JavaScript, I&#8217;ve really appreciated the language and improved my code because of your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makari</title>
		<link>http://push.cx/2009/javascript-the-good-parts/comment-page-1#comment-94362</link>
		<dc:creator>Makari</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/?p=1112#comment-94362</guid>
		<description>Hmm... I might have to track this down because I have absolutely LOATHED JavaScript from the moment I started working with it. I still try everything in my power to avoid working with it! Especially having to tinker with some 3rd party&#039;s badly written piece of slop code!

Maybe after reading this I&#039;ll be inspired to come up with some neat little gizmos for websites without going into convulsive fits first. ;)</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; I might have to track this down because I have absolutely LOATHED JavaScript from the moment I started working with it. I still try everything in my power to avoid working with it! Especially having to tinker with some 3rd party&#8217;s badly written piece of slop code!</p>
<p>Maybe after reading this I&#8217;ll be inspired to come up with some neat little gizmos for websites without going into convulsive fits first. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Crockford</title>
		<link>http://push.cx/2009/javascript-the-good-parts/comment-page-1#comment-94354</link>
		<dc:creator>Douglas Crockford</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://push.cx/?p=1112#comment-94354</guid>
		<description>http://javascript.crockford.com/little.html</description>
		<content:encoded><![CDATA[<p><a href="http://javascript.crockford.com/little.html" rel="nofollow">http://javascript.crockford.com/little.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

