<?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; W3C</title>
	<atom:link href="http://interjc.net/tags/w3c/feed" rel="self" type="application/rss+xml" />
	<link>http://interjc.net</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 01:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://interjc.net/?pushpress=hub'/>
		<item>
		<title>Google Chrome Frame 来了</title>
		<link>http://interjc.net/archives/2009/09/25/google-chrome-frame-come.html</link>
		<comments>http://interjc.net/archives/2009/09/25/google-chrome-frame-come.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 13:57:13 +0000</pubDate>
		<dc:creator>interjc</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Chrome Frame]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://interjc.net/?p=528</guid>
		<description><![CDATA[刚听说了Google Chrome Frame这个新玩意，确实挺让人兴奋的，它的功效简而言之就是让IE及IE内核（世界之窗、Maxthon等）的浏览器在浏览指定的页面时使用Chrome所用的WebKit内核和他的Javascript引擎，内核的无缝切换使你可以不必因为网银必须使用的IE和更合标准更高效的Chrome/FF而举棋不定或者被迫安装多个浏览器，而作为网页开发/设计者的你，所要做的只不过是加一条如下代码而已 &#60;meta http-equiv=&#34;X-UA-Compatible&#34; content=&#34;chrome=1&#34;&#62; 作为一个对IE6深恶痛绝的人来说，这东东确实比较诱惑人，着实激动了一阵。 不过这个东西也不是无懈可击的，他的缺点也正是他的致命弱点——需要用户下载安装控件，而知道这个控件好处的早就不用IE了，至少也不用IE6了，不知道这个控件用途的压根就不会去下载并安装他，说不定还以为是病毒/流氓软件啥的，挺尴尬。希望Google能想个好办法来好好推广一下吧。 话说能不能让这事不由浏览者来决定，咱自己写网页的时候就把这事给办了呢？答案还是有的，不过估计是提升不了什么浏览器性能了，但至少能让IE系列也almost接近标准一把吧，这玩意儿就叫ie7-js，只要下载那个压缩包放在网站随意的位子，然后引用之，就可以解决很多问题了（经测试PNG的半透明效果依然没法在IE6实现），但至少写CSS的时候就省心多了。 也许想要IE6彻底消失，的等到Win7/8/9 出来并出现极其诱人的游戏或者应用吧，期待那一天的到来。 BTW:新浪围脖邀请，注册请猛击这里.. 评论2009/09/26, Louis Han 说: 微软慌了 哈哈2009/09/26, jc 说: 呵呵，微软绑架了用户，也绑架了自己2009/10/02, 默志 说: 如果真的要搞，说不定又如当年“带有 Google 工具栏的 Firefox ”一样流氓一阵。2009/10/04, interjc 说: 这东西必须大部分人装了才有用，再说捆绑也不现实延展阅读:Chrome 降级我浏览器地址栏之A-Z猎豹你好，猎豹再见Chrome版Firebug你能访问绑定后的Google Apps吗Copyright &#169; interjc.net 2009]]></description>
			<content:encoded><![CDATA[<p>刚听说了<a rel="external" href="http://code.google.com/intl/zh-CN/chrome/chromeframe/faq.html">Google Chrome Frame</a>这个新玩意，确实挺让人兴奋的，它的功效简而言之就是让IE及IE内核（世界之窗、Maxthon等）的浏览器在浏览指定的页面时使用Chrome所用的WebKit内核和他的Javascript引擎，内核的无缝切换使你可以不必因为网银必须使用的IE和更合标准更高效的Chrome/FF而举棋不定或者被迫安装多个浏览器，而作为网页开发/设计者的你，所要做的只不过是加一条如下代码而已</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;chrome=1&quot;&gt;</pre></div></div>

<p>作为一个<a href="http://interjc.net/archives/2009/09/06/anti-ie6.html">对IE6深恶痛绝</a>的人来说，这东东确实比较诱惑人，着实激动了一阵。<br />
不过这个东西也不是无懈可击的，他的缺点也正是他的致命弱点——需要用户下载安装控件，而知道这个控件好处的早就不用IE了，至少也不用IE6了，不知道这个控件用途的压根就不会去下载并安装他，说不定还以为是病毒/流氓软件啥的，挺尴尬。希望Google能想个好办法来好好推广一下吧。<br />
话说能不能让这事不由浏览者来决定，咱自己写网页的时候就把这事给办了呢？答案还是有的，不过估计是提升不了什么浏览器性能了，但至少能让IE系列也almost接近标准一把吧，这玩意儿就叫<a href="http://code.google.com/p/ie7-js/">ie7-js</a>，只要下载那个压缩包放在网站随意的位子，然后引用之，就可以解决很多问题了（经测试PNG的半透明效果依然没法在IE6实现），但至少写CSS的时候就省心多了。<br />
也许想要IE6彻底消失，的等到Win7/8/9 出来并出现极其诱人的游戏或者应用吧，期待那一天的到来。</p>
<p>BTW:新浪围脖邀请，注册请<strong><a href="http://t.sina.com.cn/invite/att_reqback.php?code=5UVjn17">猛击这里</a></strong>..</p>
<hr /><h2>评论</h2><ul><li><a href="http://interjc.net/archives/2009/09/25/google-chrome-frame-come.html">2009/09/26</a>, <a href='http://louishan.com' rel='external nofollow' class='url'>Louis Han</a> 说: 微软慌了 哈哈</li><li><a href="http://interjc.net/archives/2009/09/25/google-chrome-frame-come.html">2009/09/26</a>, <a href='http://interjc.net' rel='external nofollow' class='url'>jc</a> 说: 呵呵，微软绑架了用户，也绑架了自己</li><li><a href="http://interjc.net/archives/2009/09/25/google-chrome-frame-come.html">2009/10/02</a>, <a href='http://www.mozin.org' rel='external nofollow' class='url'>默志</a> 说: 如果真的要搞，说不定又如当年“带有 Google 工具栏的 Firefox ”一样流氓一阵。</li><li><a href="http://interjc.net/archives/2009/09/25/google-chrome-frame-come.html">2009/10/04</a>, <a href='http://interjc.net' rel='external nofollow' class='url'>interjc</a> 说: 这东西必须大部分人装了才有用，再说捆绑也不现实</li></ul><hr /><h2>延展阅读:</h2><ul><li><a href="http://interjc.net/archives/2011/09/28/chrome-downgrade.html" rel="bookmark" title="Permanent Link: Chrome 降级">Chrome 降级</a></li><li><a href="http://interjc.net/archives/2009/11/04/a-to-z-of-my-browser-address-bar.html" rel="bookmark" title="Permanent Link: 我浏览器地址栏之A-Z">我浏览器地址栏之A-Z</a></li><li><a href="http://interjc.net/archives/2012/05/02/hello-liebao-byebye.html" rel="bookmark" title="Permanent Link: 猎豹你好，猎豹再见">猎豹你好，猎豹再见</a></li><li><a href="http://interjc.net/archives/2010/02/08/chrome-firebug.html" rel="bookmark" title="Permanent Link: Chrome版Firebug">Chrome版Firebug</a></li><li><a href="http://interjc.net/archives/2008/03/03/gfw-cnamed-google-apps.html" rel="bookmark" title="Permanent Link: 你能访问绑定后的Google Apps吗">你能访问绑定后的Google Apps吗</a></li></ul><hr /><small>Copyright &copy; interjc.net 2009
<br /> </small>]]></content:encoded>
			<wfw:commentRss>http://interjc.net/archives/2009/09/25/google-chrome-frame-come.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

