<?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: Even Faster Web Sites: 读书笔记(一)</title>
	<atom:link href="http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html</link>
	<description>网络 ● 生活 ● 技术</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:10:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jelqing secrets</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-3058</link>
		<dc:creator>jelqing secrets</dc:creator>
		<pubDate>Sat, 16 Apr 2011 11:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-3058</guid>
		<description>&lt;strong&gt;Very nice!...&lt;/strong&gt;

Wow you are very very talented!! keep up the awesome work. You are very talented &amp; I only wish I could write as good as you do :)...</description>
		<content:encoded><![CDATA[<p><strong>Very nice!&#8230;</strong></p>
<p>Wow you are very very talented!! keep up the awesome work. You are very talented &amp; I only wish I could write as good as you do <img src='http://jsfox.cn/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lcb</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-379</link>
		<dc:creator>lcb</dc:creator>
		<pubDate>Sun, 21 Feb 2010 08:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-379</guid>
		<description>哦,明白了</description>
		<content:encoded><![CDATA[<p>哦,明白了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yongbin</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-253</link>
		<dc:creator>yongbin</dc:creator>
		<pubDate>Wed, 30 Dec 2009 02:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-253</guid>
		<description>不冲突啊，行内js会阻塞后面的内容，但它本身不会被阻塞，除非前面有css文件啊。</description>
		<content:encoded><![CDATA[<p>不冲突啊，行内js会阻塞后面的内容，但它本身不会被阻塞，除非前面有css文件啊。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lcb</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-210</link>
		<dc:creator>lcb</dc:creator>
		<pubDate>Fri, 18 Dec 2009 08:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-210</guid>
		<description>文章中提到&quot;行内js在执行时，会阻塞其后内容的并行加载、页面渲染。&quot;
紧接着又提到&quot;行内js一般不会被阻塞，除非代码前面有css。&quot;
这不是冲突了吗?</description>
		<content:encoded><![CDATA[<p>文章中提到&#8221;行内js在执行时，会阻塞其后内容的并行加载、页面渲染。&#8221;<br />
紧接着又提到&#8221;行内js一般不会被阻塞，除非代码前面有css。&#8221;<br />
这不是冲突了吗?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天堂左我往右</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-26</link>
		<dc:creator>天堂左我往右</dc:creator>
		<pubDate>Mon, 31 Aug 2009 09:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-26</guid>
		<description>拜读大作,ie8 默认貌似支持6个并发了</description>
		<content:encoded><![CDATA[<p>拜读大作,ie8 默认貌似支持6个并发了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clone168</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-25</link>
		<dc:creator>clone168</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-25</guid>
		<description>谢谢您的回答！</description>
		<content:encoded><![CDATA[<p>谢谢您的回答！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yongbin</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-24</link>
		<dc:creator>yongbin</dc:creator>
		<pubDate>Sun, 23 Aug 2009 10:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-24</guid>
		<description>@clone168
基本上是这几个要点：
1. 对于外部资源css, image, iframe，浏览器可以并行下载，但有同域最大连接数限制（IE为2，FF默认为6）。
2. JavaScript不管是行内的还是外部的，下载和执行，都会阻塞浏览器下载后续资源。因此对于行内js，提倡放到底部，或者用异步调用的方式来执行。
3. 用document.write来生成script标签，可以实现多个js文件的并行下载（仅IE），但仍会阻塞其他资源。
你可以用Cuzillion去做测试，用Firebug自己去看。</description>
		<content:encoded><![CDATA[<p>@clone168<br />
基本上是这几个要点：<br />
1. 对于外部资源css, image, iframe，浏览器可以并行下载，但有同域最大连接数限制（IE为2，FF默认为6）。<br />
2. JavaScript不管是行内的还是外部的，下载和执行，都会阻塞浏览器下载后续资源。因此对于行内js，提倡放到底部，或者用异步调用的方式来执行。<br />
3. 用document.write来生成script标签，可以实现多个js文件的并行下载（仅IE），但仍会阻塞其他资源。<br />
你可以用Cuzillion去做测试，用Firebug自己去看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clone168</title>
		<link>http://jsfox.cn/blog/javascript/even-faster-websites-notes1.html/comment-page-1#comment-23</link>
		<dc:creator>clone168</dc:creator>
		<pubDate>Sat, 22 Aug 2009 08:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://jsfox.cn/blog/?p=156#comment-23</guid>
		<description>您好，我是一个对web前端非常感兴趣的大学生，我最近看到射雕（lifesinger）的文章里面也谈到了页面渲染与文件加载，可是我现在有一个很疑惑的问题，希望您能帮我解答;Js、css放在页面内部和从外部引入到底对页面的加载和渲染有什么不同？而且放在页面内部的话，因为位置不同又会产生什么影响？js的外部引入用dom或者是“document.write()”与html标签“”引入为什么就不一样？</description>
		<content:encoded><![CDATA[<p>您好，我是一个对web前端非常感兴趣的大学生，我最近看到射雕（lifesinger）的文章里面也谈到了页面渲染与文件加载，可是我现在有一个很疑惑的问题，希望您能帮我解答;Js、css放在页面内部和从外部引入到底对页面的加载和渲染有什么不同？而且放在页面内部的话，因为位置不同又会产生什么影响？js的外部引入用dom或者是“document.write()”与html标签“”引入为什么就不一样？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

