<?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; IE</title>
	<atom:link href="http://zhangwenjie.net/archives/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://zhangwenjie.net</link>
	<description>技术、生活博客</description>
	<lastBuildDate>Mon, 24 Oct 2011 14:23:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>WordPress嫌IE 8版本太低？</title>
		<link>http://zhangwenjie.net/archives/472</link>
		<comments>http://zhangwenjie.net/archives/472#comments</comments>
		<pubDate>Sat, 30 Jul 2011 15:28:13 +0000</pubDate>
		<dc:creator>zhangwenjie</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://zhangwenjie.net/?p=472</guid>
		<description><![CDATA[  今天使用IE8打开本博客后，出现如下的画面： &#160; 难道WordPress真的嫌IE8版本太低？那么说只有IE9、Firefox 4等最新版本的浏览器了！ 有多少朋友遇到这种情况呀！！]]></description>
			<content:encoded><![CDATA[<p>  今天使用IE8打开本博客后，出现如下的画面：</p>
<div id="attachment_473" class="wp-caption aligncenter" style="width: 310px"><a href="http://zhangwenjie.net/wp-content/uploads/2011/07/w-ie8.jpg"><img class="size-medium wp-image-473" title="WordPress嫌IE8版本低？" src="http://zhangwenjie.net/wp-content/uploads/2011/07/w-ie8-300x135.jpg" alt="WordPress嫌IE8版本低？" width="300" height="135" /></a><p class="wp-caption-text">WordPress嫌IE8版本低？</p></div>
<p>&nbsp;</p>
<p>难道WordPress真的嫌IE8版本太低？那么说只有IE9、Firefox 4等最新版本的浏览器了！</p>
<p>有多少朋友遇到这种情况呀！！</p>
]]></content:encoded>
			<wfw:commentRss>http://zhangwenjie.net/archives/472/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>关于Google网站被baidu&quot;劫持&quot;的问题</title>
		<link>http://zhangwenjie.net/archives/174</link>
		<comments>http://zhangwenjie.net/archives/174#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:31:04 +0000</pubDate>
		<dc:creator>zhangwenjie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[baidu]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[百度]]></category>
		<category><![CDATA[谷歌]]></category>

		<guid isPermaLink="false">http://zhangwenjie.net/?p=174</guid>
		<description><![CDATA[这几天发现在公用机的IE浏览器上输入Google的主页时，打开的页面却是baidu的页面，但在同一机器上的Google Chrome浏览器却没有出现同样的问题。这时大家都认为Google网站被"baidu"劫持了。]]></description>
			<content:encoded><![CDATA[<p>　　由于公司的电脑不能直接上网，要想查资料需要去专门上网的公用机上才行。</p>
<p>　　这几天发现在公用机的IE浏览器上输入<a class="wp-caption" title="Google主主页" href="http://www.google.cn" target="_blank">Google</a>的主页时，打开的页面却是<a class="wp-caption" title="百度主页" href="http://www.baidu.com" target="_blank">baidu</a>的页面，但在同一机器上的Google Chrome浏览器却没有出现同样的问题。这时大家都认为Google网站被”baidu”劫持了。</p>
<p>　　出现这种输入一个网址却出现另一个网址网页的现象的原因一般来说只有一个，那就是修改了C:\windows\system32\drivers\etc\hosts文件。修改成了类似如下的记录:</p>
<p> </p>
<table border="1" cellspacing="0" cellpadding="5" width="*">
<tbody>
<tr>
<td>
<pre>xxx.xxx.xxx.xxx  <a href="http://www.google.com">www.google.com</a></pre>
<pre>
<pre>xxx.xxx.xxx.xxx  <a href="http://www.google.cn">www.google.cn</a></pre>
</pre>
</td>
</tr>
</tbody>
</table>
<p>　　这样IE浏览器在发送网址请求时，会先去检查这个hosts文件，如果发现了相应的网址被指定到一个具体IP地址，那么它不再去解析DNS来获取真正的地址，而是直接使用hosts中指定的IP地址，于是就会出现了”劫持”现象，即输入一个网址却出现另一个网址网页的现象。</p>
<p>　　那么为什么Google Chrome浏览器为什么不会出现”劫持”的现象呢？应该是Chrome浏览器根本不会去检查什么hosts文件，而是直接请求DNS解析，这样一定不会错的。</p>
<p>　　这样现象在Linux系统上的Firefox浏览器也会出现。Linux系统上的hosts文件位于/etc/hosts。不管在Windows上还是在Linux上遇到这样的现象，大家还是先去看一下hosts文件是否被修改，说不好还真能解决问题。</p>
]]></content:encoded>
			<wfw:commentRss>http://zhangwenjie.net/archives/174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE9可能快于Chrome???</title>
		<link>http://zhangwenjie.net/archives/137</link>
		<comments>http://zhangwenjie.net/archives/137#comments</comments>
		<pubDate>Sat, 05 Dec 2009 14:34:54 +0000</pubDate>
		<dc:creator>zhangwenjie</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[微软]]></category>
		<category><![CDATA[谷歌]]></category>

		<guid isPermaLink="false">http://zhangwenjie.net/?p=137</guid>
		<description><![CDATA[微软必须让其下一代浏览器IE9的速度赶上甚至超过谷歌Chrome，才能保住不断下滑的市场份额。
　　一般来说，谷歌Chrome的开发速度比IE浏览器更快。毕竟，搜索巨头谷歌已经在一年多的时间发布了3个重要版本的Chrome（从 Chrome 1.0到Chrome 4.0）。微软从2006年年底开始开发IE8，一直到2009年3月份IE8正式版才最终发布。由于基于其他IE浏览器开发，与其他浏览器展开竞争 时，IE8的性能和功能性一直处于下风...]]></description>
			<content:encoded><![CDATA[<p>　　微软必须让其下一代浏览器IE9的速度赶上甚至超过谷歌Chrome，才能保住不断下滑的市场份额。<br />
　　一般来说，谷歌Chrome的开发速度比IE浏览器更快。毕竟，搜索巨头谷歌已经在一年多的时间发布了3个重要版本的Chrome（从 Chrome 1.0到Chrome 4.0）。微软从2006年年底开始开发IE8，一直到2009年3月份IE8正式版才最终发布。由于基于其他IE浏览器开发，与其他浏览器展开竞争 时，IE8的性能和功能性一直处于下风。</p>
<p>　　实际上，IE8对浏览器JavaScript性能的开发非常少。微软一直认为，JS仅仅是浏览器性能的一方面，在某些情况下这甚至是微不足道的。微软还证明IE浏览器的网页加载速度与Chrome和Firefox处于同一水准。</p>
<p>　　然而，IE8已经让微软意识到浏览器用户对速度的要求已经高于浏览器性能。在上个月的PDC2009大会上，微软展示了IE9浏览器，这就暗示着它将与Firefox 3.6展开新一轮的竞争。</p>
<p>　　微软指出，IE9在SunSpider测试中的成绩为986毫秒，Firefox 3.6为840毫秒，Chrome 4.0则为437毫秒。很显然，微软只有先提升IE浏览器的JavaScript引擎的性能，才有机会赶超Chrome浏览器。但与此同时，考虑到一年的时间内谷歌将发布升级数版Chrome，因此IE9的开发速度也需要快于Chrome。</p>
<p>　　据悉，微软IE浏览器团队总经理迪安-哈查莫维奇(Dean Hachamovitch)此前在接受采访时表示：“PC硬件具备巨大利用价值的原因之一就是GPU。因此，我们将在现代Windows图形引擎DirectX上开发IE。”</p>
<p>　　IE9将抛弃Windows系统的早期图像渲染引擎GDI（图形设备接口），继而使用Direct2D和DirectWrite APIs（应用程序接口）分别渲染二维图像和文字。</p>
]]></content:encoded>
			<wfw:commentRss>http://zhangwenjie.net/archives/137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

