<?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: Book review: “JavaScript: The Good Parts” by Crockford</title>
	<atom:link href="http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: timklein</title>
		<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/comment-page-1#comment-266546</link>
		<dc:creator>timklein</dc:creator>
		<pubDate>Sat, 09 Aug 2008 00:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3958#comment-266546</guid>
		<description>Agreed, excellent book!  I don&#039;t agree with every word of it, but it was an eye-opener for me in a number of ways, and I&#039;m more of a fan of JavaScript having read it.</description>
		<content:encoded><![CDATA[<p>Agreed, excellent book!  I don&#8217;t agree with every word of it, but it was an eye-opener for me in a number of ways, and I&#8217;m more of a fan of JavaScript having read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobRobRob</title>
		<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/comment-page-1#comment-266259</link>
		<dc:creator>RobRobRob</dc:creator>
		<pubDate>Thu, 31 Jul 2008 02:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3958#comment-266259</guid>
		<description>I can&#039;t really see who it was for, it seemed like an overly complicated book for beginners. It was fun to read, but I don&#039;t think I gained a whole lot from it since I was already familiar with Crockford&#039;s work and opinions.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t really see who it was for, it seemed like an overly complicated book for beginners. It was fun to read, but I don&#8217;t think I gained a whole lot from it since I was already familiar with Crockford&#8217;s work and opinions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shuo Geng</title>
		<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/comment-page-1#comment-266247</link>
		<dc:creator>Shuo Geng</dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3958#comment-266247</guid>
		<description>This is the best JS book I ever read. This is the book that purely focus on the language itself, not cross-browser DOM manipulation. If you want a book to teach you how to deal with DOM, this is not it.</description>
		<content:encoded><![CDATA[<p>This is the best JS book I ever read. This is the book that purely focus on the language itself, not cross-browser DOM manipulation. If you want a book to teach you how to deal with DOM, this is not it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polterguy</title>
		<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/comment-page-1#comment-266223</link>
		<dc:creator>polterguy</dc:creator>
		<pubDate>Tue, 29 Jul 2008 23:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3958#comment-266223</guid>
		<description>Great news, all though the Rhino book is awesome I think that the _language_ of JavaScript REALLY could use its version of &quot;Accelerated C++&quot; which for C++ is THE book to read for learning the language...
.
JS never had such a book, in fact most JS books (I&#039;ve seen) suck BIG time...
I am hoping (and believing) that Crockford&#039;s book will be just this type of book ;)</description>
		<content:encoded><![CDATA[<p>Great news, all though the Rhino book is awesome I think that the _language_ of JavaScript REALLY could use its version of &#8220;Accelerated C++&#8221; which for C++ is THE book to read for learning the language&#8230;<br />
.<br />
JS never had such a book, in fact most JS books (I&#8217;ve seen) suck BIG time&#8230;<br />
I am hoping (and believing) that Crockford&#8217;s book will be just this type of book ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlrobinson</title>
		<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/comment-page-1#comment-266222</link>
		<dc:creator>tlrobinson</dc:creator>
		<pubDate>Tue, 29 Jul 2008 22:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3958#comment-266222</guid>
		<description>It was an ok read. I found that the material was mostly a rehashing of Crockford&#039;s website and a bunch of somewhat silly style guidelines that are more personal preference (don&#039;t use increment or decrement operators? come on).

Out of all the JS books it&#039;s certainly one of the better ones, but the Rhino book is far more useful (Crockford doesn&#039;t even touch on the DOM, which granted isn&#039;t part of the JavaScript language, it&#039;s just as important if you&#039;re doing JS in the browser).

Between the Rhino book, Crockford&#039;s website, and his YUI Theater lectures I think you would be pretty well set.</description>
		<content:encoded><![CDATA[<p>It was an ok read. I found that the material was mostly a rehashing of Crockford&#8217;s website and a bunch of somewhat silly style guidelines that are more personal preference (don&#8217;t use increment or decrement operators? come on).</p>
<p>Out of all the JS books it&#8217;s certainly one of the better ones, but the Rhino book is far more useful (Crockford doesn&#8217;t even touch on the DOM, which granted isn&#8217;t part of the JavaScript language, it&#8217;s just as important if you&#8217;re doing JS in the browser).</p>
<p>Between the Rhino book, Crockford&#8217;s website, and his YUI Theater lectures I think you would be pretty well set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/comment-page-1#comment-266221</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Tue, 29 Jul 2008 21:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3958#comment-266221</guid>
		<description>Crockford&#039;s book is great. Sort of &quot;An Elements of Style&quot; for JavaScript</description>
		<content:encoded><![CDATA[<p>Crockford&#8217;s book is great. Sort of &#8220;An Elements of Style&#8221; for JavaScript</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwlrs</title>
		<link>http://ajaxian.com/archives/book-review-%e2%80%9cjavascript-the-good-parts%e2%80%9d-by-crockford/comment-page-1#comment-266220</link>
		<dc:creator>jwlrs</dc:creator>
		<pubDate>Tue, 29 Jul 2008 21:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3958#comment-266220</guid>
		<description>Javascript: The Definitive Guide _still_ lives on my desk.  I rarely open it anymore but when I need it, it&#039;s there.</description>
		<content:encoded><![CDATA[<p>Javascript: The Definitive Guide _still_ lives on my desk.  I rarely open it anymore but when I need it, it&#8217;s there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

