<?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://jiahu.net/tag/%e8%ae%be%e8%ae%a1/feed" rel="self" type="application/rss+xml" />
	<link>http://jiahu.net</link>
	<description>我在路上, 你不在身旁. 想你的时候, 温暖依然.</description>
	<lastBuildDate>Sat, 06 Mar 2010 07:33:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE8不兼容你的网页 怎么办? &#8211; 简单开启兼容模式</title>
		<link>http://jiahu.net/ie8%e4%b8%8d%e5%85%bc%e5%ae%b9%e4%bd%a0%e7%9a%84%e7%bd%91%e9%a1%b5-%e6%80%8e%e4%b9%88%e5%8a%9e-%e7%ae%80%e5%8d%95%e5%bc%80%e5%90%af%e5%85%bc%e5%ae%b9%e6%a8%a1%e5%bc%8f.htm</link>
		<comments>http://jiahu.net/ie8%e4%b8%8d%e5%85%bc%e5%ae%b9%e4%bd%a0%e7%9a%84%e7%bd%91%e9%a1%b5-%e6%80%8e%e4%b9%88%e5%8a%9e-%e7%ae%80%e5%8d%95%e5%bc%80%e5%90%af%e5%85%bc%e5%ae%b9%e6%a8%a1%e5%bc%8f.htm#comments</comments>
		<pubDate>Fri, 29 Aug 2008 06:14:10 +0000</pubDate>
		<dc:creator>o2ho</dc:creator>
				<category><![CDATA[工作]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[兼容性]]></category>
		<category><![CDATA[网页]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=644</guid>
		<description><![CDATA[只需要在页面中加入如下HTTP meta-tag:
&#60;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&#62;
只要IE8一读到这个标签,它就会自动启动IE7兼容模式,保证页面完整展示.
还有一种方法是针对整个网站的,在IIS中加入如下描述符就可以有相同的效果,当然这么做范围更广.
&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62;
&#60;configuration&#62;
&#60;system.webServer&#62;
&#60;httpProtocol&#62;
&#60;customHeaders&#62;
&#60;add name=&#8221;X-UA-Compatible&#8221; value=&#8221;IE=EmulateIE7&#8243;&#62;
&#60;/customHeaders&#62;
&#60;/httpProtocol&#62;
&#60;/system.webServer&#62;
&#60;/configuration&#62;

或者你还可以使用IIS admin tool来定义,更为简单.
PS: 只是权宜之计, 还是尽快符合W3C标准为好.
来源: http://www.cnbeta.com/articles/63391.htm
]]></description>
			<content:encoded><![CDATA[<p>只需要在页面中加入如下HTTP meta-tag:</p>
<p><strong>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&gt;</strong></p>
<p>只要IE8一读到这个标签,它就会自动启动IE7兼容模式,保证页面完整展示.</p>
<p>还有一种方法是针对整个网站的,在IIS中加入如下描述符就可以有相同的效果,当然这么做范围更广.</p>
<p><strong>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;configuration&gt;<br />
&lt;system.webServer&gt;<br />
&lt;httpProtocol&gt;<br />
&lt;customHeaders&gt;<br />
&lt;add name=&#8221;X-UA-Compatible&#8221; value=&#8221;IE=EmulateIE7&#8243;&gt;<br />
&lt;/customHeaders&gt;<br />
&lt;/httpProtocol&gt;<br />
&lt;/system.webServer&gt;<br />
&lt;/configuration&gt;<br />
</strong><br />
或者你还可以使用IIS admin tool来定义,更为简单.</p>
<div class="wp-caption alignnone" style="width: 235px"><img src="http://blogs.msdn.com/blogfiles/chkoenig/WindowsLiveWriter/ConfiguringApacheforIE8Beta2sIE7Compatib_7BEC/image_thumb.png" alt="IIS, IE8, 兼容" width="225" height="242" /><p class="wp-caption-text">IIS, IE8, 兼容</p></div>
<p>PS: 只是权宜之计, 还是尽快符合W3C标准为好.<br />
来源: <a href="http://www.cnbeta.com/articles/63391.htm" target="_blank">http://www.cnbeta.com/articles/63391.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/ie8%e4%b8%8d%e5%85%bc%e5%ae%b9%e4%bd%a0%e7%9a%84%e7%bd%91%e9%a1%b5-%e6%80%8e%e4%b9%88%e5%8a%9e-%e7%ae%80%e5%8d%95%e5%bc%80%e5%90%af%e5%85%bc%e5%ae%b9%e6%a8%a1%e5%bc%8f.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一张名片</title>
		<link>http://jiahu.net/%e4%b8%80%e5%bc%a0%e5%90%8d%e7%89%87.htm</link>
		<comments>http://jiahu.net/%e4%b8%80%e5%bc%a0%e5%90%8d%e7%89%87.htm#comments</comments>
		<pubDate>Fri, 11 Jul 2008 03:54:41 +0000</pubDate>
		<dc:creator>o2ho</dc:creator>
				<category><![CDATA[八卦]]></category>
		<category><![CDATA[生活]]></category>
		<category><![CDATA[名片]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=57</guid>
		<description><![CDATA[
来源: http://www.bullog.cn/blogs/zhangfacai/archives/156276.aspx
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-58" title="名片" src="http://cngator.net/wp-content/uploads/2008/07/card.jpg" alt="" width="472" height="284" /></p>
<p>来源: <a title="教日本人说话" href="http://www.bullog.cn/blogs/zhangfacai/archives/156276.aspx" target="_blank">http://www.bullog.cn/blogs/zhangfacai/archives/156276.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/%e4%b8%80%e5%bc%a0%e5%90%8d%e7%89%87.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
