<?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>评论：《JavaScript语言精粹》勘误表</title>
	<atom:link href="http://dancewithnet.com/javascript-the-good-parts-errata/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<lastBuildDate>Wed, 18 Jan 2012 05:37:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：第9期HTML5技术分享沙龙&#60;成都场&#62; &#124; 赴会网</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-2/#comment-470724</link>
		<dc:creator>第9期HTML5技术分享沙龙&#60;成都场&#62; &#124; 赴会网</dc:creator>
		<pubDate>Fri, 09 Dec 2011 01:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-470724</guid>
		<description>[...] 技术和业务间的结合。业余时间参入翻译了Douglas Crockford的《JavaScript语言精粹》和Steve Souders的《高性能网站建设进阶指南》，博客是http: [...]</description>
		<content:encoded><![CDATA[<p>[...] 技术和业务间的结合。业余时间参入翻译了Douglas Crockford的《JavaScript语言精粹》和Steve Souders的《高性能网站建设进阶指南》，博客是http: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Gino_wang</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-2/#comment-466310</link>
		<dc:creator>Gino_wang</dc:creator>
		<pubDate>Fri, 02 Dec 2011 08:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-466310</guid>
		<description>再说一处错误：
P81 by函数倒数第五行“ ……sorting by&#039; + name; ”中最后的分号要去掉，同样的错误还出现在P82</description>
		<content:encoded><![CDATA[<p>再说一处错误：<br />
P81 by函数倒数第五行“ ……sorting by&#8217; + name; ”中最后的分号要去掉，同样的错误还出现在P82</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Richard</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-2/#comment-439959</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 19 Oct 2011 03:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-439959</guid>
		<description>请问此书会发行第二版吗，现在网上缺货，我们这个地区已经买不到了</description>
		<content:encoded><![CDATA[<p>请问此书会发行第二版吗，现在网上缺货，我们这个地区已经买不到了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：袁源</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-2/#comment-435824</link>
		<dc:creator>袁源</dc:creator>
		<pubDate>Wed, 12 Oct 2011 10:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-435824</guid>
		<description>终于明白什么样的模板看久了会看什么都是斑马线了。</description>
		<content:encoded><![CDATA[<p>终于明白什么样的模板看久了会看什么都是斑马线了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：muzuiget</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-1/#comment-418253</link>
		<dc:creator>muzuiget</dc:creator>
		<pubDate>Tue, 13 Sep 2011 04:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-418253</guid>
		<description>92页里也有错误，在string.toLocaleLowerCase()那一段
&gt; 因为在土耳其语中‘I’转换为‘1’，而不是‘i’
我考据一下，那个不是数字“1”，而是一个unicode字符“ı”
见 http://zh.wikipedia.org/zh/%E5%B8%A6%E7%82%B9%E4%B8%8E%E4%B8%8D%E5%B8%A6%E7%82%B9I

下面的string.toLocaleUpperCase()，也有类似错误
&gt; 因为在土耳其语中`i&#039;转换为`I&#039;，而不是`I‘。
单引号错误。

当然不知道是不是字体问题了，但我在维基页面在文泉驿正黑和xp自带的宋体都可以明显看出这几个字母是不同的。</description>
		<content:encoded><![CDATA[<p>92页里也有错误，在string.toLocaleLowerCase()那一段<br />
&gt; 因为在土耳其语中‘I’转换为‘1’，而不是‘i’<br />
我考据一下，那个不是数字“1”，而是一个unicode字符“ı”<br />
见 <a href="http://zh.wikipedia.org/zh/%E5%B8%A6%E7%82%B9%E4%B8%8E%E4%B8%8D%E5%B8%A6%E7%82%B9I" rel="nofollow">http://zh.wikipedia.org/zh/%E5%B8%A6%E7%82%B9%E4%B8%8E%E4%B8%8D%E5%B8%A6%E7%82%B9I</a></p>
<p>下面的string.toLocaleUpperCase()，也有类似错误<br />
&gt; 因为在土耳其语中`i&#8217;转换为`I&#8217;，而不是`I‘。<br />
单引号错误。</p>
<p>当然不知道是不是字体问题了，但我在维基页面在文泉驿正黑和xp自带的宋体都可以明显看出这几个字母是不同的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：seasmiles</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-1/#comment-348207</link>
		<dc:creator>seasmiles</dc:creator>
		<pubDate>Mon, 04 Jul 2011 08:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-348207</guid>
		<description>勘误做的不错，可是重新印刷的时候为什么不把这些错误修正了呢。
手里的书是10年5月第二次印刷的，上述错误无一修改。

另外P39页那段 better example 代码跟英文版不同啊，是版本的问题么？英文版是定义了一个helper函数，中文版里是个匿名函数。</description>
		<content:encoded><![CDATA[<p>勘误做的不错，可是重新印刷的时候为什么不把这些错误修正了呢。<br />
手里的书是10年5月第二次印刷的，上述错误无一修改。</p>
<p>另外P39页那段 better example 代码跟英文版不同啊，是版本的问题么？英文版是定义了一个helper函数，中文版里是个匿名函数。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：秦歌</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-1/#comment-247423</link>
		<dc:creator>秦歌</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-247423</guid>
		<description>@weilou：你的理解是对的，第四章的代码是贯穿的，但33页最下面method的定义漏掉了return this，所以导致误解，在勘误表中也说明了这个问题，希望出版社能够在第三版中纠正这个问题。</description>
		<content:encoded><![CDATA[<p>@weilou：你的理解是对的，第四章的代码是贯穿的，但33页最下面method的定义漏掉了return this，所以导致误解，在勘误表中也说明了这个问题，希望出版社能够在第三版中纠正这个问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Wei Lou</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-1/#comment-247057</link>
		<dc:creator>Wei Lou</dc:creator>
		<pubDate>Sun, 23 Jan 2011 09:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-247057</guid>
		<description>在第49页中，“我们的inherits和method方法都返回this”，其中，method方法是在第33页定义的。method方法并没有返回this啊，事实上没有指定return，那就是反馈undefined了。

既然method没有返回this，那么49页就不能有2个级联一起使用了，第二个method应该会出问题的。

请大家指教！谢谢！</description>
		<content:encoded><![CDATA[<p>在第49页中，“我们的inherits和method方法都返回this”，其中，method方法是在第33页定义的。method方法并没有返回this啊，事实上没有指定return，那就是反馈undefined了。</p>
<p>既然method没有返回this，那么49页就不能有2个级联一起使用了，第二个method应该会出问题的。</p>
<p>请大家指教！谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：idamag</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-1/#comment-244706</link>
		<dc:creator>idamag</dc:creator>
		<pubDate>Tue, 23 Nov 2010 04:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-244706</guid>
		<description>收藏了，正在看。这本书貌似没提到隐式__proto__，有些地方让人疑惑。</description>
		<content:encoded><![CDATA[<p>收藏了，正在看。这本书貌似没提到隐式__proto__，有些地方让人疑惑。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：DOPY</title>
		<link>http://dancewithnet.com/javascript-the-good-parts-errata/comment-page-1/#comment-244675</link>
		<dc:creator>DOPY</dc:creator>
		<pubDate>Mon, 22 Nov 2010 02:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?page_id=1467#comment-244675</guid>
		<description>你好，第一版印刷错误比较多，想请问一下什么时候会有修正好的再版？</description>
		<content:encoded><![CDATA[<p>你好，第一版印刷错误比较多，想请问一下什么时候会有修正好的再版？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

