<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>张经纬的博客 &#187; 浏览器</title>
	<atom:link href="http://www.zhangjingwei.com/archives/category/internet/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhangjingwei.com</link>
	<description>中隐留司官</description>
	<lastBuildDate>Fri, 10 Sep 2010 14:41:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Firefox 3.5 新增加的支持（整理）</title>
		<link>http://www.zhangjingwei.com/archives/firefox-3-5/</link>
		<comments>http://www.zhangjingwei.com/archives/firefox-3-5/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 02:49:48 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=1054</guid>
		<description><![CDATA[ol.ffol li { margin-left:30px; list-style:decimal; } ul.fful { margin-bottom:20px; } ul.fful li { list-style:disc; margin-left:30px; padding:0; } 在Firefox推出3.5后，他增加了许多新的支持，今天抽空将他们整理一下。 属性 image-rendering text-rendering ime-mode text-shadow word-wrap 选择器 :nth-child :nth-last-child :nth-of-type :nth-last-of-type :first-of-type :last-of-type nly-of-type :indeterminate :default 其他 @font-face 属性说明： image-rendering： 这个属性不属于CSS里，他属性图形渲染里的一个属性（SVG），他主要应用在缩放图片上，通过他放大的图片边缘是平滑的。个人觉得他的作用非常有限，放大镜效果还是离不开前期图片处理。 text-rendering： 他的作用和image-rendering作用应该一样，个人没有接触过。 ime-mode： 这是一个非常有意思的功能，一般应用在密码输入框内，早期的时候人们在密码输入框内可能因为输入法的问题而输入中文，ime-mode属性可以避免这个问题，开启它后，在输入框内你只能使用英文输入法。它可以作用在，中文，日本，韩文三种windows版本上。例如：&#60;input type=&#34;text&#34; name=&#34;name&#34; value=&#34;initial value&#34; style=&#34;ime-mode: disabled&#34;&#62; text-shadow： 这个功能可以实现文字的阴影，早期的IE有文字阴影的滤镜，记得02年时候的论坛UBB功能里还带有这样一个东东，不过现在还是切图吧，IE6以后都不支持了。 word-wrap： 检查当前文档宽度是否超出容器的宽度，如果超出则就按照设定方式折行。以前在FF3.5钱不支持这个属性，现在好了，终于支持了，呵呵，这下QA不用再来找麻烦了。 加入书签:]]></description>
			<content:encoded><![CDATA[<style>
ol.ffol li {
	margin-left:30px;
	list-style:decimal;
}
ul.fful {
	margin-bottom:20px;
}
ul.fful li {
	list-style:disc;
	margin-left:30px;
	padding:0;
}
</style>
<p>在Firefox推出3.5后，他增加了许多新的支持，今天抽空将他们整理一下。</p>
<ol class="ffol">
<li>
<h2>属性</h2>
<ul class="fful">
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/image-rendering" target="_blank">image-rendering</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/text-rendering" target="_blank">text-rendering</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/ime-mode" target="_blank">ime-mode</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/text-shadow" target="_blank">text-shadow</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/word-wrap" target="_blank">word-wrap</a></li>
</ul>
</li>
<li>
<h2>选择器</h2>
<ul class="fful">
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3anth-child" target="_blank">:nth-child</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3anth-last-child" target="_blank">:nth-last-child</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3anth-of-type" target="_blank">:nth-of-type</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3anth-last-of-type" target="_blank">:nth-last-of-type</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3afirst-of-type" target="_blank">:first-of-type</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3alast-of-type" target="_blank">:last-of-type</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3aonly-of-type" target="_blank"> <img src='http://www.zhangjingwei.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> nly-of-type</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3aindeterminate" target="_blank">:indeterminate</a></li>
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/%3adefault" target="_blank">:default</a></li>
</ul>
</li>
<li>
<h2>其他</h2>
<ul class="fful">
<li><a rel="internal" href="https://developer.mozilla.org/en/CSS/@font-face" target="_blank">@font-face</a></li>
</ul>
</li>
</ol>
<h2>属性说明：</h2>
<ul>
<li><strong>image-rendering：</strong>
<p>这个属性不属于CSS里，他属性图形渲染里的一个属性（SVG），他主要应用在缩放图片上，通过他放大的图片边缘是平滑的。个人觉得他的作用非常有限，放大镜效果还是离不开前期图片处理。</p>
</li>
<li><strong>text-rendering：</strong>
<p>他的作用和image-rendering作用应该一样，个人没有接触过。</p>
</li>
<li><strong>ime-mode：</strong>
<p>这是一个非常有意思的功能，一般应用在密码输入框内，早期的时候人们在密码输入框内可能因为输入法的问题而输入中文，ime-mode属性可以避免这个问题，开启它后，在输入框内你只能使用英文输入法。它可以作用在，中文，日本，韩文三种windows版本上。<br />例如：&lt;input type=&quot;text&quot; name=&quot;name&quot; value=&quot;initial value&quot; style=&quot;ime-mode: disabled&quot;&gt;</p>
</li>
<li><strong>text-shadow：</strong>
<p>这个功能可以实现文字的阴影，早期的IE有文字阴影的滤镜，记得02年时候的论坛UBB功能里还带有这样一个东东，不过现在还是切图吧，IE6以后都不支持了。</p>
</li>
<li><strong>word-wrap：</strong>
<p>检查当前文档宽度是否超出容器的宽度，如果超出则就按照设定方式折行。以前在FF3.5钱不支持这个属性，现在好了，终于支持了，呵呵，这下QA不用再来找麻烦了。</p>
</li>
</ul>



加入书签:


	<a rel="nofollow" class="thickbox" href="http://shuqian.qq.com/post?jumpback=1&title=Firefox%203.5%20%E6%96%B0%E5%A2%9E%E5%8A%A0%E7%9A%84%E6%94%AF%E6%8C%81%EF%BC%88%E6%95%B4%E7%90%86%EF%BC%89&uri=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-3-5%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/qq.png" title="QQ书签" alt="QQ书签" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-3-5%2F&title=Firefox%203.5%20%E6%96%B0%E5%A2%9E%E5%8A%A0%E7%9A%84%E6%94%AF%E6%8C%81%EF%BC%88%E6%95%B4%E7%90%86%EF%BC%89?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban.png" title="豆瓣" alt="豆瓣" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-3-5%2F&title=Firefox%203.5%20%E6%96%B0%E5%A2%9E%E5%8A%A0%E7%9A%84%E6%94%AF%E6%8C%81%EF%BC%88%E6%95%B4%E7%90%86%EF%BC%89&n=1?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban9.png" title="豆瓣九点" alt="豆瓣九点" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-3-5%2F&amp;title=Firefox%203.5%20%E6%96%B0%E5%A2%9E%E5%8A%A0%E7%9A%84%E6%94%AF%E6%8C%81%EF%BC%88%E6%95%B4%E7%90%86%EF%BC%89?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.zhangjingwei.com/feed/?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Firefox%203.5%20%E6%96%B0%E5%A2%9E%E5%8A%A0%E7%9A%84%E6%94%AF%E6%8C%81%EF%BC%88%E6%95%B4%E7%90%86%EF%BC%89&amp;body=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-3-5%2F" title="email"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.zhangjingwei.com/archives/firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube 就要抛弃IE6了，什么时候我们才可以呢？</title>
		<link>http://www.zhangjingwei.com/archives/youtube-ie6/</link>
		<comments>http://www.zhangjingwei.com/archives/youtube-ie6/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 07:50:51 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=1017</guid>
		<description><![CDATA[YouTube 已经停止对IE6的支持了。因为众所周知的缘故，下面的截图是外国网友的IE6截屏。 你可以看见，在导航的下方有明显的更新第你浏览器提示，分别为Firefox3.5、IE8、Chrome Digg用户体验分析师Mark Trammell，说，虽然有用户总量的5%在使用IE，但只有1%的在diggs, buries, and comments. 反观中国IE6的使用量&#8230; 我有个建议，建议大家做页面的时候，加上这样一句“您正在使用不安全的浏览器浏览网页，为了避免您的QQ号，淘宝号被盗，请您更新至IE8” 这样必然有点用。哈哈 加入书签:]]></description>
			<content:encoded><![CDATA[<p>YouTube 已经停止对IE6的支持了。因为众所周知的缘故，下面的截图是外国网友的IE6截屏。</p>
<p><a href="http://www.zhangjingwei.com/wp-content/uploads/2009/07/youtube.png"><img class="alignnone size-full wp-image-1018" title="youtube" src="http://www.zhangjingwei.com/wp-content/uploads/2009/07/youtube.png" alt="youtube" width="768" height="576" /></a></p>
<p>你可以看见，在导航的下方有明显的更新第你浏览器提示，分别为Firefox3.5、IE8、Chrome</p>
<p>Digg用户体验分析师Mark Trammell，说，虽然有用户总量的5%在使用IE，但只有1%的在diggs, buries, and comments.</p>
<p>反观中国IE6的使用量&#8230;</p>
<p>我有个建议，建议大家做页面的时候，加上这样一句“您正在使用不安全的浏览器浏览网页，为了避免您的QQ号，淘宝号被盗，请您更新至IE8”</p>
<p>这样必然有点用。哈哈</p>



加入书签:


	<a rel="nofollow" class="thickbox" href="http://shuqian.qq.com/post?jumpback=1&title=YouTube%20%E5%B0%B1%E8%A6%81%E6%8A%9B%E5%BC%83IE6%E4%BA%86%EF%BC%8C%E4%BB%80%E4%B9%88%E6%97%B6%E5%80%99%E6%88%91%E4%BB%AC%E6%89%8D%E5%8F%AF%E4%BB%A5%E5%91%A2%EF%BC%9F&uri=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fyoutube-ie6%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/qq.png" title="QQ书签" alt="QQ书签" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fyoutube-ie6%2F&title=YouTube%20%E5%B0%B1%E8%A6%81%E6%8A%9B%E5%BC%83IE6%E4%BA%86%EF%BC%8C%E4%BB%80%E4%B9%88%E6%97%B6%E5%80%99%E6%88%91%E4%BB%AC%E6%89%8D%E5%8F%AF%E4%BB%A5%E5%91%A2%EF%BC%9F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban.png" title="豆瓣" alt="豆瓣" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fyoutube-ie6%2F&title=YouTube%20%E5%B0%B1%E8%A6%81%E6%8A%9B%E5%BC%83IE6%E4%BA%86%EF%BC%8C%E4%BB%80%E4%B9%88%E6%97%B6%E5%80%99%E6%88%91%E4%BB%AC%E6%89%8D%E5%8F%AF%E4%BB%A5%E5%91%A2%EF%BC%9F&n=1?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban9.png" title="豆瓣九点" alt="豆瓣九点" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fyoutube-ie6%2F&amp;title=YouTube%20%E5%B0%B1%E8%A6%81%E6%8A%9B%E5%BC%83IE6%E4%BA%86%EF%BC%8C%E4%BB%80%E4%B9%88%E6%97%B6%E5%80%99%E6%88%91%E4%BB%AC%E6%89%8D%E5%8F%AF%E4%BB%A5%E5%91%A2%EF%BC%9F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.zhangjingwei.com/feed/?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=YouTube%20%E5%B0%B1%E8%A6%81%E6%8A%9B%E5%BC%83IE6%E4%BA%86%EF%BC%8C%E4%BB%80%E4%B9%88%E6%97%B6%E5%80%99%E6%88%91%E4%BB%AC%E6%89%8D%E5%8F%AF%E4%BB%A5%E5%91%A2%EF%BC%9F&amp;body=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fyoutube-ie6%2F" title="email"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.zhangjingwei.com/archives/youtube-ie6/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Firefox 更新至 3.0.8</title>
		<link>http://www.zhangjingwei.com/archives/firefox-update-308/</link>
		<comments>http://www.zhangjingwei.com/archives/firefox-update-308/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 15:44:27 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=811</guid>
		<description><![CDATA[Firefox 更新至3.0.8 本次更新修复了两个安全问题。 其中包括3月25日对外发布的XSL缓冲区溢出。 这是一个高危的BUG，涉及3.0至3.7的所有版本，通俗的说，可以挂马。 这个漏洞最早被报告日期是2008-07-31 https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/253641 随后在被报告至mozilla的bugzilla里，日期是2008-10-15 https://bugzilla.mozilla.org/show_bug.cgi?id=460090#c13 可能由于疏忽或者是其他的原因，这个问题被拖到2009年3月25日网上发布了攻击代码后才被fix 建议所有用户升级。 有兴趣的用户可以用低于3.0.8的Firefox来感受一个下这个漏洞。（只是让他崩溃，没有挂载恶意程序） http://www.zhangjingwei.com/bug/xsl/xmlcrash.html 另外，因为这个BUG可能已经潜伏了很长时间，根据市面上提供的带有攻击性的恶意程序，一位外国朋友建议各位使用下面提供的工具扫一下自己的电脑，看看有无Rootkit。 下载：gmer 加入书签:]]></description>
			<content:encoded><![CDATA[<p><a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0.8/win32/zh-CN/" target="_blank">Firefox 更新至3.0.8</a><br />
本次更新修复了两个安全问题。</p>
<p>其中包括3月25日对外发布的XSL缓冲区溢出。</p>
<p>这是一个高危的BUG，涉及3.0至3.7的所有版本，通俗的说，可以挂马。</p>
<p><strong>这个漏洞最早被报告日期是2008-07-31 </strong><br />
<a href="https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/253641">https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/253641</a></p>
<p><strong>随后在被报告至mozilla的bugzilla里，日期是2008-10-15 </strong><br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=460090#c13">https://bugzilla.mozilla.org/show_bug.cgi?id=460090#c13</a></p>
<p>可能由于疏忽或者是其他的原因，这个问题被拖到2009年3月25日网上发布了攻击代码后才被fix</p>
<p>建议所有用户升级。</p>
<p>有兴趣的用户可以用低于3.0.8的Firefox来感受一个下这个漏洞。（只是让他崩溃，没有挂载恶意程序）<br />
<a href="http://www.zhangjingwei.com/bug/xsl/xmlcrash.html">http://www.zhangjingwei.com/bug/xsl/xmlcrash.html</a></p>
<p>另外，因为这个BUG可能已经潜伏了很长时间，根据市面上提供的带有攻击性的恶意程序，一位外国朋友建议各位使用下面提供的工具扫一下自己的电脑，看看有无Rootkit。</p>
<p>下载：<a href='http://www.zhangjingwei.com/wp-content/uploads/2009/03/gmer.zip'>gmer</a></p>



加入书签:


	<a rel="nofollow" class="thickbox" href="http://shuqian.qq.com/post?jumpback=1&title=Firefox%20%E6%9B%B4%E6%96%B0%E8%87%B3%203.0.8&uri=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-update-308%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/qq.png" title="QQ书签" alt="QQ书签" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-update-308%2F&title=Firefox%20%E6%9B%B4%E6%96%B0%E8%87%B3%203.0.8?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban.png" title="豆瓣" alt="豆瓣" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-update-308%2F&title=Firefox%20%E6%9B%B4%E6%96%B0%E8%87%B3%203.0.8&n=1?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban9.png" title="豆瓣九点" alt="豆瓣九点" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-update-308%2F&amp;title=Firefox%20%E6%9B%B4%E6%96%B0%E8%87%B3%203.0.8?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.zhangjingwei.com/feed/?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Firefox%20%E6%9B%B4%E6%96%B0%E8%87%B3%203.0.8&amp;body=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Ffirefox-update-308%2F" title="email"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.zhangjingwei.com/archives/firefox-update-308/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>别对IE有偏见</title>
		<link>http://www.zhangjingwei.com/archives/about-ie-do-not-have-bias/</link>
		<comments>http://www.zhangjingwei.com/archives/about-ie-do-not-have-bias/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 03:35:52 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=778</guid>
		<description><![CDATA[随着IE8发布，最近大家的眼光都转向了IE浏览器，在我那篇关于IE8发布的文章里，我就肯定的说，只要IE发布，就会引发口水战，现在看来果然不假。 貌似现在很多很多用户都对IE存在着偏见，总能见到诸如“慎用IE”、“IE很烂”或者“Firefox”、“Opera”非常棒，速度非常快，这类充满偏见的话。 可问题的原因不是这样，众所周知，无论哪个浏览器，都有需要引擎（内核）来支持，渲染引擎里有IE的Trident，火狐的Gecko，谷歌的WebKit、Opera的Presto、还有那些我们很少使用到的Tasman、WebCore、KHTML等等。除此之外，浏览器还有Javascript引擎来控制处理JS，比如tracemonkey，Carakan，V8等等。 我理解，很多用户抱怨IE很烂，无非就是说他不支持W3C标准，容易中病毒，那让我们来看看IE8对对CSS的支持。 可以看到，IE新发布的浏览器IE8已经和其他浏览器一致了，虽然他曾经是那么的恶心，但至少IE8已经修正了，您非要充满偏见的不去升级，并使用着IE曾经那些很烂的浏览器去浏览网页，您觉得这能怪IE吗？ 再来说说安全问题，实际上IE也好，火狐也好，他们都有漏洞，根据Secuia2008的统计报告，火狐的BUG是最多的，而IE是倒数第二，并且这里的IE指（IE 5.x, 6.x, and 7），并且恕我眼神不好，我没找到哪里提到Firefox修复漏洞的速度比IE要快。 下载：secunia2008report 也许有些朋友会说，那为什么我的IE老是中病毒等等，其实，那并不是IE的问题，而是滥用“ActiveX”造成的，如果你喜欢，把它禁用就可以了，就像Firefox,Opera,Chrome本身都不支持ActiveX一样。( 这里不说Plus) 当然IE现在还有很多很多不足，比如他薄弱的JS效率，除了在正则运算方面比别的浏览器快出那么一点点。 点击这里看IE8的SunSpider ，点击这里看Firfox的SunSpider。 但，不应该对它有偏见，我相信它会越来越好的。 至少，我喜欢它。   欢迎转载：http://www.zhangjingwei.com/archives/about-ie-do-not-have-bias/ 转载请保留版权，谢谢您的帮助。 加入书签:]]></description>
			<content:encoded><![CDATA[<p>随着IE8发布，最近大家的眼光都转向了IE浏览器，在我那篇关于<a href="http://www.zhangjingwei.com/archives/ie8/">IE8发布</a>的文章里，我就肯定的说，只要IE发布，就会引发口水战，现在看来果然不假。</p>
<p>貌似现在很多很多用户都对IE存在着偏见，总能见到诸如“慎用IE”、“IE很烂”或者“Firefox”、“Opera”非常棒，速度非常快，这类充满偏见的话。</p>
<p>可问题的原因不是这样，众所周知，无论哪个浏览器，都有需要引擎（内核）来支持，渲染引擎里有IE的Trident，火狐的Gecko，谷歌的WebKit、Opera的Presto、还有那些我们很少使用到的Tasman、WebCore、KHTML等等。除此之外，浏览器还有Javascript引擎来控制处理JS，比如tracemonkey，Carakan，V8等等。</p>
<p>我理解，很多用户抱怨IE很烂，无非就是说他不支持W3C标准，容易中病毒，那让我们来看看IE8对对CSS的支持。</p>
<p><img class="alignnone size-full wp-image-779" title="acid2" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/acid2.png" alt="acid2" width="700" height="293" /></p>
<p>可以看到，IE新发布的浏览器IE8已经和其他浏览器一致了，虽然他曾经是那么的恶心，但至少IE8已经修正了，您非要充满偏见的不去升级，并使用着IE曾经那些很烂的浏览器去浏览网页，您觉得这能怪IE吗？</p>
<p>再来说说安全问题，实际上IE也好，火狐也好，他们都有漏洞，根据Secuia2008的统计报告，火狐的BUG是最多的，而IE是倒数第二，并且这里的IE指（IE 5.x, 6.x, and 7），并且恕我眼神不好，我没找到哪里提到Firefox修复漏洞的速度比IE要快。</p>
<p>下载：<a href="http://secunia.com/gfx/Secunia2008Report.pdf" target="_blank">secunia2008report</a></p>
<p><img class="alignnone size-full wp-image-780" title="bugreport" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/bugreport.png" alt="bugreport" width="489" height="440" /></p>
<p>也许有些朋友会说，那为什么我的IE老是中病毒等等，其实，那并不是IE的问题，而是滥用“ActiveX”造成的，如果你喜欢，把它禁用就可以了，就像Firefox,Opera,Chrome本身都不支持ActiveX一样。( 这里不说Plus)</p>
<p>当然IE现在还有很多很多不足，比如他薄弱的JS效率，除了在正则运算方面比别的浏览器快出那么一点点。</p>
<p>点击<a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider-results.html?%7B%223d-cube%22:%5B204,203,187,203,203%5D,%223d-morph%22:%5B172,172,172,172,188%5D,%223d-raytrace%22:%5B235,250,250,266,250%5D,%22access-binary-trees%22:%5B172,172,187,188,172%5D,%22access-fannkuch%22:%5B391,390,374,391,390%5D,%22access-nbody%22:%5B219,235,219,234,234%5D,%22access-nsieve%22:%5B125,125,125,125,125%5D,%22bitops-3bit-bits-in-byte%22:%5B109,109,110,109,109%5D,%22bitops-bits-in-byte%22:%5B109,110,109,109,110%5D,%22bitops-bitwise-and%22:%5B312,313,312,312,297%5D,%22bitops-nsieve-bits%22:%5B172,172,171,187,172%5D,%22controlflow-recursive%22:%5B125,125,125,140,140%5D,%22crypto-aes%22:%5B156,156,172,172,172%5D,%22crypto-md5%22:%5B94,94,94,109,110%5D,%22crypto-sha1%22:%5B109,109,109,109,109%5D,%22date-format-tofte%22:%5B218,219,219,235,234%5D,%22date-format-xparb%22:%5B203,187,203,203,203%5D,%22math-cordic%22:%5B234,218,218,219,234%5D,%22math-partial-sums%22:%5B172,172,171,172,172%5D,%22math-spectral-norm%22:%5B141,140,140,156,141%5D,%22regexp-dna%22:%5B203,203,188,187,203%5D,%22string-base64%22:%5B187,188,187,188,188%5D,%22string-fasta%22:%5B250,250,250,250,250%5D,%22string-tagcloud%22:%5B187,203,188,188,203%5D,%22string-unpack-code%22:%5B156,156,156,172,172%5D,%22string-validate-input%22:%5B187,188,187,203,188%5D%7D" target="_blank">这里看IE8的SunSpider</a> ，点击<a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider-results.html?%7B%223d-cube%22:%5B124,119,113,114,114%5D,%223d-morph%22:%5B86,88,87,90,84%5D,%223d-raytrace%22:%5B108,99,97,120,96%5D,%22access-binary-trees%22:%5B39,42,36,40,37%5D,%22access-fannkuch%22:%5B196,206,196,203,201%5D,%22access-nbody%22:%5B146,164,112,118,113%5D,%22access-nsieve%22:%5B55,56,57,57,57%5D,%22bitops-3bit-bits-in-byte%22:%5B50,52,51,51,51%5D,%22bitops-bits-in-byte%22:%5B71,70,72,71,71%5D,%22bitops-bitwise-and%22:%5B66,66,67,69,67%5D,%22bitops-nsieve-bits%22:%5B88,85,87,86,85%5D,%22controlflow-recursive%22:%5B34,33,34,35,34%5D,%22crypto-aes%22:%5B70,69,75,70,70%5D,%22crypto-md5%22:%5B51,51,51,51,51%5D,%22crypto-sha1%22:%5B53,53,53,52,54%5D,%22date-format-tofte%22:%5B140,141,136,138,135%5D,%22date-format-xparb%22:%5B102,80,80,80,80%5D,%22math-cordic%22:%5B138,145,140,139,139%5D,%22math-partial-sums%22:%5B107,98,105,95,99%5D,%22math-spectral-norm%22:%5B59,59,59,58,60%5D,%22regexp-dna%22:%5B198,214,225,226,227%5D,%22string-base64%22:%5B73,69,72,73,71%5D,%22string-fasta%22:%5B144,139,140,141,138%5D,%22string-tagcloud%22:%5B116,115,120,124,121%5D,%22string-unpack-code%22:%5B251,224,255,234,230%5D,%22string-validate-input%22:%5B94,91,96,95,97%5D%7D" target="_blank">这里看Firfox的SunSpider</a>。</p>
<p>但，不应该对它有偏见，我相信它会越来越好的。</p>
<p>至少，我喜欢它。   <img src='http://www.zhangjingwei.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>欢迎转载：<span id="sample-permalink"><a href="http://www.zhangjingwei.com/archives/about-ie-do-not-have-bias/">http://www.zhangjingwei.com/archives/<span id="editable-post-name" title="点击编辑这部分固定链接">about-ie-do-not-have-bias</span>/</a><br />
转载请保留版权，谢谢您的帮助。</span></p>



加入书签:


	<a rel="nofollow" class="thickbox" href="http://shuqian.qq.com/post?jumpback=1&title=%E5%88%AB%E5%AF%B9IE%E6%9C%89%E5%81%8F%E8%A7%81&uri=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fabout-ie-do-not-have-bias%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/qq.png" title="QQ书签" alt="QQ书签" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fabout-ie-do-not-have-bias%2F&title=%E5%88%AB%E5%AF%B9IE%E6%9C%89%E5%81%8F%E8%A7%81?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban.png" title="豆瓣" alt="豆瓣" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fabout-ie-do-not-have-bias%2F&title=%E5%88%AB%E5%AF%B9IE%E6%9C%89%E5%81%8F%E8%A7%81&n=1?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban9.png" title="豆瓣九点" alt="豆瓣九点" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fabout-ie-do-not-have-bias%2F&amp;title=%E5%88%AB%E5%AF%B9IE%E6%9C%89%E5%81%8F%E8%A7%81?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.zhangjingwei.com/feed/?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=%E5%88%AB%E5%AF%B9IE%E6%9C%89%E5%81%8F%E8%A7%81&amp;body=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fabout-ie-do-not-have-bias%2F" title="email"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.zhangjingwei.com/archives/about-ie-do-not-have-bias/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>IE8 发布 （Making your web even better?faster,easier,safer??!!）</title>
		<link>http://www.zhangjingwei.com/archives/ie8/</link>
		<comments>http://www.zhangjingwei.com/archives/ie8/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 02:57:01 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=728</guid>
		<description><![CDATA[先囧三下，囧囧囧。 看看新版的IE给我们带来了什么？ 下载这个PDF可以看 点击这里下载 唉，可怜的我们，还要先行一步，去当小白。 安装过程很短，速度很快，比IE7强无数倍。 先让我们看看IE8安装完毕后的设置界面 这个功能将我经常访问的网站，做出组合并反馈给我作为参考。 常见的快速设置 浏览器中自带的搜索，可是俺不用live，还是用Google。 加速器，我给他关闭了，对我来说，没用。 仿冒网站，防止钓鱼的，我打开了，可提示无法连接到SmartScreen服务器？搞的我很囧。 兼容性试图。可怜的我们。 不是Beta不是RC,看来是final version了。 通过了Acid2标准测试。对CSS和HTML的支持很好。 但是Acid3测试就差强人意了。 兼容模式更是惨不忍睹 看看火狐的，看来IE8对ECMAScript和DOM 的支持，还是一如即让的让人费解。 插一句：不过，浏览速度确实提高了，也许是我心里作用？ 至于标榜的安全为题，在19日，新的IE就被标注为“vulnerability”了。（脆弱的） http://www.itworld.com/security/64693/researcher-hacks-just-launched-ie8 我们只好再囧一下了。 最后，在国外的网站上看到大家对这个消息的回复，不由得感到，世界真好。 “Awesome. New interface, host of new features, and the ability to download viruses, malware, and spyware even faster!! WOOHOO!” “Ahh…. I think I will pass. I’m good with Firefox, works [...]]]></description>
			<content:encoded><![CDATA[<p>先囧三下，囧囧囧。</p>
<p>看看新版的IE给我们带来了什么？</p>
<p>下载这个PDF可以看<br />
<a href="http://download.microsoft.com/download/A/6/7/A67974CC-84E7-4F62-B09E-5C575E1E7A3C/Improving%20Consumer%20Use%20of%20the%20Web_Final%20_2_.pdf">点击这里下载</a></p>
<p><img class="alignnone size-full wp-image-754" title="2009-03-20_110606" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110606.png" alt="2009-03-20_110606" width="721" height="181" /></p>
<p>唉，可怜的我们，还要先行一步，去当小白。</p>
<p>安装过程很短，速度很快，比IE7强无数倍。</p>
<p>先让我们看看IE8安装完毕后的设置界面</p>
<p><img class="alignnone size-full wp-image-733" title="2009-03-20_110400" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110400.png" alt="2009-03-20_110400" width="611" height="450" /></p>
<p><span id="more-728"></span></p>
<p><img class="alignnone size-full wp-image-735" title="2009-03-20_110413" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110413.png" alt="2009-03-20_110413" width="611" height="450" /></p>
<p>这个功能将我经常访问的网站，做出组合并反馈给我作为参考。</p>
<p><img class="alignnone size-full wp-image-736" title="2009-03-20_110444" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110444.png" alt="2009-03-20_110444" width="611" height="450" /></p>
<p>常见的快速设置</p>
<p><img class="alignnone size-full wp-image-738" title="2009-03-20_110457" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110457.png" alt="2009-03-20_110457" width="611" height="450" /></p>
<p>浏览器中自带的搜索，可是俺不用live，还是用Google。</p>
<p><img class="alignnone size-full wp-image-739" title="2009-03-20_110515" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110515.png" alt="2009-03-20_110515" width="611" height="450" /></p>
<p>加速器，我给他关闭了，对我来说，没用。</p>
<p><img class="alignnone size-full wp-image-740" title="2009-03-20_110522" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110522.png" alt="2009-03-20_110522" width="611" height="450" /></p>
<p>仿冒网站，防止钓鱼的，我打开了，可提示无法连接到SmartScreen服务器？搞的我很囧。</p>
<p><img class="alignnone size-full wp-image-741" title="2009-03-20_110528" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110528.png" alt="2009-03-20_110528" width="611" height="450" /></p>
<p>兼容性试图。可怜的我们。</p>
<p><img class="alignnone size-full wp-image-742" title="2009-03-20_111229" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_111229.png" alt="2009-03-20_111229" width="406" height="345" /></p>
<p>不是Beta不是RC,看来是final version了。</p>
<p><img class="alignnone size-full wp-image-743" title="2009-03-20_110907" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_110907.png" alt="2009-03-20_110907" width="662" height="398" /></p>
<p>通过了Acid2标准测试。对CSS和HTML的支持很好。</p>
<p><img class="alignnone size-full wp-image-747" title="2009-03-20_112659" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_112659.png" alt="2009-03-20_112659" width="616" height="330" /></p>
<p>但是Acid3测试就差强人意了。</p>
<p><img class="alignnone size-full wp-image-749" title="2009-03-20_112849" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_112849.png" alt="2009-03-20_112849" width="578" height="760" /></p>
<p>兼容模式更是惨不忍睹</p>
<p><img class="alignnone size-full wp-image-748" title="2009-03-20_112804" src="http://www.zhangjingwei.com/wp-content/uploads/2009/03/2009-03-20_112804.png" alt="2009-03-20_112804" width="669" height="498" /></p>
<p>看看火狐的，看来IE8对ECMAScript和DOM 的支持，还是一如即让的让人费解。</p>
<p>插一句：不过，浏览速度确实提高了，也许是我心里作用？</p>
<p>至于标榜的安全为题，在19日，新的IE就被标注为“vulnerability”了。（脆弱的）</p>
<p><a href="http://www.itworld.com/security/64693/researcher-hacks-just-launched-ie8">http://www.itworld.com/security/64693/researcher-hacks-just-launched-ie8</a></p>
<p>我们只好再囧一下了。</p>
<p>最后，在<a href="http://www.boygeniusreport.com/2009/03/19/microsoft-to-release-internet-explorer-8-today/">国外的网站上看到大家对这个消息的回复</a>，不由得感到，世界真好。</p>
<p>“Awesome. New interface, host of new features, and the ability to<strong> download viruses, malware, and spyware even faster</strong>!! WOOHOO!”</p>
<p>“Ahh…. I think I will pass.<br />
<strong>I’m good with Firefox, works on my Linux, Mac, and Windows boxes.</strong><br />
No need to go back to something that only works in Windows when I’m trying to get away from that platform anyway.”</p>
<p>“Very true。Firefox and opera for me”</p>
<p>当然，也有反对其他的声音</p>
<p>“you forgot to write about <strong>mac hacked in 10 secs</strong>”（Mac不幸也加入了口水战）</p>
<p>呵呵，看来IE还是老大，发布一个浏览器，就可以引发一场口水战。</p>
<p>MS IE新首页：<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">http://www.microsoft.com/windows/internet-explorer/default.aspx</a></p>



加入书签:


	<a rel="nofollow" class="thickbox" href="http://shuqian.qq.com/post?jumpback=1&title=IE8%20%E5%8F%91%E5%B8%83%20%EF%BC%88Making%20your%20web%20even%20better%3Ffaster%2Ceasier%2Csafer%3F%3F%21%21%EF%BC%89&uri=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fie8%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/qq.png" title="QQ书签" alt="QQ书签" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fie8%2F&title=IE8%20%E5%8F%91%E5%B8%83%20%EF%BC%88Making%20your%20web%20even%20better%3Ffaster%2Ceasier%2Csafer%3F%3F%21%21%EF%BC%89?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban.png" title="豆瓣" alt="豆瓣" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fie8%2F&title=IE8%20%E5%8F%91%E5%B8%83%20%EF%BC%88Making%20your%20web%20even%20better%3Ffaster%2Ceasier%2Csafer%3F%3F%21%21%EF%BC%89&n=1?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban9.png" title="豆瓣九点" alt="豆瓣九点" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fie8%2F&amp;title=IE8%20%E5%8F%91%E5%B8%83%20%EF%BC%88Making%20your%20web%20even%20better%3Ffaster%2Ceasier%2Csafer%3F%3F%21%21%EF%BC%89?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.zhangjingwei.com/feed/?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=IE8%20%E5%8F%91%E5%B8%83%20%EF%BC%88Making%20your%20web%20even%20better%3Ffaster%2Ceasier%2Csafer%3F%3F%21%21%EF%BC%89&amp;body=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fie8%2F" title="email"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.zhangjingwei.com/archives/ie8/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>简介 Google chrome 多进程的浏览器</title>
		<link>http://www.zhangjingwei.com/archives/chrome/</link>
		<comments>http://www.zhangjingwei.com/archives/chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 03:56:13 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[多进程]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=271</guid>
		<description><![CDATA[随着浏览器市场的激烈战争，在Firefox退出3.0后，微软也推出了IE8 Beta2。Google公司也不甘寂寞，即将推出开源浏览器Chrome。 Google认为，随着网络的普及，人们在网上听歌，Play Web-Base Games越来越依赖浏览器，它们认为这样的浏览器较之以往的浏览器必须更稳定、更快速、更安全、更绿色、更简单、更高效。要做到这些就必须使用开源的浏览器，此时Chrome横空出世。 Chrome与传统浏览器不同的是,传统浏览器无论采用选项卡或是其他方式，都只有一个进程，而Chrome，每一个选项卡(Tabs)，都具备一个独立的进程，因此，他可以防止javascript存在的一些弊端（等待响应），以及传统浏览器的弊端（一个选项卡挂掉，整个浏览器挂掉）。更通俗的说，Chrome是一个“多进程”浏览器。 传统来说，多线程都存在内存占用过大的弊端。Chrome在每一个进程结束的时候，采用了新的方法，回收并可再利用内存空间，在一定程度上解决了这个问题。 下载地址：http://www.google.com/chrome 加入书签:]]></description>
			<content:encoded><![CDATA[<p>随着浏览器市场的激烈战争，在Firefox退出3.0后，微软也推出了IE8 Beta2。Google公司也不甘寂寞，即将推出开源浏览器Chrome。</p>
<p>Google认为，随着网络的普及，人们在网上听歌，Play Web-Base Games越来越依赖浏览器，它们认为这样的浏览器较之以往的浏览器必须更稳定、更快速、更安全、更绿色、更简单、更高效。要做到这些就必须使用开源的浏览器，此时Chrome横空出世。</p>
<p>Chrome与传统浏览器不同的是,传统浏览器无论采用选项卡或是其他方式，都只有一个进程，而Chrome，每一个选项卡(Tabs)，都具备一个独立的进程，因此，他可以防止javascript存在的一些弊端（等待响应），以及传统浏览器的弊端（一个选项卡挂掉，整个浏览器挂掉）。更通俗的说，Chrome是一个“多进程”浏览器。</p>
<p>传统来说，多线程都存在内存占用过大的弊端。Chrome在每一个进程结束的时候，采用了新的方法，回收并可再利用内存空间，在一定程度上解决了这个问题。</p>
<p>下载地址：<a href="http://www.google.com/chrome">http://www.google.com/chrome</a></p>



加入书签:


	<a rel="nofollow" class="thickbox" href="http://shuqian.qq.com/post?jumpback=1&title=%E7%AE%80%E4%BB%8B%20Google%20chrome%20%E5%A4%9A%E8%BF%9B%E7%A8%8B%E7%9A%84%E6%B5%8F%E8%A7%88%E5%99%A8&uri=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fchrome%2F?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/qq.png" title="QQ书签" alt="QQ书签" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fchrome%2F&title=%E7%AE%80%E4%BB%8B%20Google%20chrome%20%E5%A4%9A%E8%BF%9B%E7%A8%8B%E7%9A%84%E6%B5%8F%E8%A7%88%E5%99%A8?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban.png" title="豆瓣" alt="豆瓣" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.douban.com/recommend/?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fchrome%2F&title=%E7%AE%80%E4%BB%8B%20Google%20chrome%20%E5%A4%9A%E8%BF%9B%E7%A8%8B%E7%9A%84%E6%B5%8F%E8%A7%88%E5%99%A8&n=1?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/douban9.png" title="豆瓣九点" alt="豆瓣九点" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fchrome%2F&amp;title=%E7%AE%80%E4%BB%8B%20Google%20chrome%20%E5%A4%9A%E8%BF%9B%E7%A8%8B%E7%9A%84%E6%B5%8F%E8%A7%88%E5%99%A8?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow" class="thickbox" href="http://www.zhangjingwei.com/feed/?TB_iframe=true&amp;height=500&amp;width=900"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=%E7%AE%80%E4%BB%8B%20Google%20chrome%20%E5%A4%9A%E8%BF%9B%E7%A8%8B%E7%9A%84%E6%B5%8F%E8%A7%88%E5%99%A8&amp;body=http%3A%2F%2Fwww.zhangjingwei.com%2Farchives%2Fchrome%2F" title="email"><img src="http://www.zhangjingwei.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.zhangjingwei.com/archives/chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
