<?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 for 岁月如歌</title>
	<atom:link href="http://lifesinger.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:50:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on TBCompressor 2.4.2 by lifesinger</title>
		<link>http://lifesinger.org/blog/2009/02/tbcompressor-242/comment-page-1/#comment-4829</link>
		<dc:creator>lifesinger</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1253#comment-4829</guid>
		<description>请到这里下载：http://code.google.com/p/ourtools/downloads/list</description>
		<content:encoded><![CDATA[<p>请到这里下载：http://code.google.com/p/ourtools/downloads/list</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TBCompressor 2.4.2 by ankyliu</title>
		<link>http://lifesinger.org/blog/2009/02/tbcompressor-242/comment-page-1/#comment-4813</link>
		<dc:creator>ankyliu</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1253#comment-4813</guid>
		<description>下不了喔</description>
		<content:encoded><![CDATA[<p>下不了喔</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script 元素的异步加载属性 by Kevin Yang</title>
		<link>http://lifesinger.org/blog/2010/03/script-async-attribute/comment-page-1/#comment-4810</link>
		<dc:creator>Kevin Yang</dc:creator>
		<pubDate>Thu, 11 Mar 2010 03:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2446#comment-4810</guid>
		<description>Opera下还没有找到好的方案，setTimeout不管用，async不管用，appendChild也不管用。我用的是10.0版本的</description>
		<content:encoded><![CDATA[<p>Opera下还没有找到好的方案，setTimeout不管用，async不管用，appendChild也不管用。我用的是10.0版本的</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 浏览器加载、渲染和解析过程的黑箱分析 by 永远的阿哲</title>
		<link>http://lifesinger.org/blog/2009/08/browser-load-render-parse-process/comment-page-1/#comment-4802</link>
		<dc:creator>永远的阿哲</dc:creator>
		<pubDate>Wed, 10 Mar 2010 08:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2121#comment-4802</guid>
		<description>我还有个疑问,就是CSS与JS如果是交叉并存,如何下载,如何解析.
比如两线程 下载,一个css,一个JS,如果这时CSS下载完了,空出的一个线程是等JS下载完了再去下载别的,还是立刻下载别的?这里所说的阻塞,体现在哪方面 ?
还有,经过我的实验,感觉是所有的CSS会在任意JS前执行完毕</description>
		<content:encoded><![CDATA[<p>我还有个疑问,就是CSS与JS如果是交叉并存,如何下载,如何解析.<br />
比如两线程 下载,一个css,一个JS,如果这时CSS下载完了,空出的一个线程是等JS下载完了再去下载别的,还是立刻下载别的?这里所说的阻塞,体现在哪方面 ?<br />
还有,经过我的实验,感觉是所有的CSS会在任意JS前执行完毕</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 如何做一个好的技术型领导 by rainman</title>
		<link>http://lifesinger.org/blog/2009/11/how-to-be-a-good-tech-leader/comment-page-1/#comment-4792</link>
		<dc:creator>rainman</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2306#comment-4792</guid>
		<description>仍旧踯躅在成长路线的选择上</description>
		<content:encoded><![CDATA[<p>仍旧踯躅在成长路线的选择上</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reset CSS 研究（技术篇） by Rayhorse</title>
		<link>http://lifesinger.org/blog/2009/07/reset-css-tech/comment-page-1/#comment-4791</link>
		<dc:creator>Rayhorse</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1565#comment-4791</guid>
		<description>关于字体的reset，我在实际做的过程中发现了很多问题。
body,button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, &quot;宋体&quot;, sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, &quot;\5b8b\4f53&quot;, sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */}
这条CSS在IE7下，某些情况下，会造成兼容bug，也可能造成块挤压等bug
比如一种最常见的情况，文字前加上icon，就会造成一定icon下垂</description>
		<content:encoded><![CDATA[<p>关于字体的reset，我在实际做的过程中发现了很多问题。<br />
body,button, input, select, textarea { /* for ie */<br />
    /*font: 12px/1 Tahoma, Helvetica, Arial, &#8220;宋体&#8221;, sans-serif;*/<br />
    font: 12px/1 Tahoma, Helvetica, Arial, &#8220;\5b8b\4f53&#8243;, sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */}<br />
这条CSS在IE7下，某些情况下，会造成兼容bug，也可能造成块挤压等bug<br />
比如一种最常见的情况，文字前加上icon，就会造成一定icon下垂</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script 元素的异步加载属性 by simaopig</title>
		<link>http://lifesinger.org/blog/2010/03/script-async-attribute/comment-page-1/#comment-4789</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2446#comment-4789</guid>
		<description>为什么： createElement(’script’) 和 document.write(‘&lt;script…’) 等方式创建的 script 元素，应该是默认异步的呢？这个不太理解。</description>
		<content:encoded><![CDATA[<p>为什么： createElement(’script’) 和 document.write(‘&lt;script…’) 等方式创建的 script 元素，应该是默认异步的呢？这个不太理解。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script 元素的异步加载属性 by 李牧</title>
		<link>http://lifesinger.org/blog/2010/03/script-async-attribute/comment-page-1/#comment-4788</link>
		<dc:creator>李牧</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2446#comment-4788</guid>
		<description>createElement(&quot;script&quot;)异步加载阻塞脚本执行的问题再Opera10.10中也存在.
Opera不支持aysnc?那还是得通过setTimeout来解决问题
window.setTimeout((function(){
//create script element and append to dom
}),0)</description>
		<content:encoded><![CDATA[<p>createElement(&#8220;script&#8221;)异步加载阻塞脚本执行的问题再Opera10.10中也存在.<br />
Opera不支持aysnc?那还是得通过setTimeout来解决问题<br />
window.setTimeout((function(){<br />
//create script element and append to dom<br />
}),0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script 元素的异步加载属性 by Ray</title>
		<link>http://lifesinger.org/blog/2010/03/script-async-attribute/comment-page-1/#comment-4786</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sun, 07 Mar 2010 17:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2446#comment-4786</guid>
		<description>那岂不是async不管设置什么值都是一个结果了？</description>
		<content:encoded><![CDATA[<p>那岂不是async不管设置什么值都是一个结果了？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript 快速组合算法 by aolu11</title>
		<link>http://lifesinger.org/blog/2009/09/javascript-quick-combine/comment-page-1/#comment-4784</link>
		<dc:creator>aolu11</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2210#comment-4784</guid>
		<description>这种算法有个BUG
比如 comb(10,5)
只要遇到形如 0010xxxx 的组合，此时 p1=p2，因此((1 &lt;&lt; p1) - (1 &lt;&lt; p2)).toString(2)
是 0 而不是我们所期望的 00，因此会少一位，然后后面会越算越少
实际上我们似乎应该为构造 111000 形式的函数 ((1 &lt;&lt; p1) - (1 &lt;&lt; p2)).toString(2) 加一个边界条件，当 p1==p2，即全为 0 时，直接返回 (1 &lt;&lt; p1).toString(2).slice(1)</description>
		<content:encoded><![CDATA[<p>这种算法有个BUG<br />
比如 comb(10,5)<br />
只要遇到形如 0010xxxx 的组合，此时 p1=p2，因此((1 &lt;&lt; p1) &#8211; (1 &lt;&lt; p2)).toString(2)<br />
是 0 而不是我们所期望的 00，因此会少一位，然后后面会越算越少<br />
实际上我们似乎应该为构造 111000 形式的函数 ((1 &lt;&lt; p1) &#8211; (1 &lt;&lt; p2)).toString(2) 加一个边界条件，当 p1==p2，即全为 0 时，直接返回 (1 &lt;&lt; p1).toString(2).slice(1)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
