<?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://blog.linym.net/archives/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.linym.net</link>
	<description>我的學習心得、筆記</description>
	<lastBuildDate>Thu, 10 Sep 2009 07:50:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>讓 IE7 與舊版 IE 共存</title>
		<link>http://blog.linym.net/archives/128</link>
		<comments>http://blog.linym.net/archives/128#comments</comments>
		<pubDate>Sun, 06 May 2007 15:31:04 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[系統筆記]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/128</guid>
		<description><![CDATA[越來越多的人使用 Web 標準來製作網頁，這時就需要測試在各瀏覽器的相容性，至少在 Firefox、IE7、IE6 要正常顯示吧！但要同時用多個版本的 IE 就是一大問題了，不過現在有 MultipleIE 就可以實現囉！
先在電腦裝好 IE7，再下載 Multiple_IE 安裝即可。
※安裝後介面會是英文，只要到 Multiple IE 目錄下的各版本資料夾，將 BROWSELC.DLL 刪除或更名即可。
]]></description>
			<content:encoded><![CDATA[<p>越來越多的人使用 Web 標準來製作網頁，這時就需要測試在各瀏覽器的相容性，至少在 Firefox、IE7、IE6 要正常顯示吧！但要同時用多個版本的 IE 就是一大問題了，不過現在有 <a href="http://tredosoft.com/Multiple_IE">MultipleIE</a> 就可以實現囉！<br />
先在電腦裝好 IE7，再下載 <a href="http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe">Multiple_IE</a> 安裝即可。</p>
<p>※安裝後介面會是英文，只要到 Multiple IE 目錄下的各版本資料夾，將 BROWSELC.DLL 刪除或更名即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/128/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE 網頁編碼判斷錯誤</title>
		<link>http://blog.linym.net/archives/59</link>
		<comments>http://blog.linym.net/archives/59#comments</comments>
		<pubDate>Sat, 14 Jan 2006 12:43:35 +0000</pubDate>
		<dc:creator>lym520</dc:creator>
				<category><![CDATA[網頁設計]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[亂碼]]></category>
		<category><![CDATA[編碼]]></category>

		<guid isPermaLink="false">http://lym.fyman.idv.tw/blog/archives/59</guid>
		<description><![CDATA[當網頁寫出來用 IE 瀏覽時，卻發現網頁沒辦法自動選擇正確的編碼，都要重新整理或手動選擇編碼才會正常。
請檢查您的 HTML 原始碼，看 TITLE 是否在指定編碼的 MATA 之上，如果是的話，請把 MATA 移到 TITLE 之前，這樣就可以解決 IE 誤判的情形了，正確應該如下：


&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;
&#60;title&#62;網站標題&#60;/title&#62;

]]></description>
			<content:encoded><![CDATA[<p>當網頁寫出來用 IE 瀏覽時，卻發現網頁沒辦法自動選擇正確的編碼，都要重新整理或手動選擇編碼才會正常。<br />
請檢查您的 HTML 原始碼，看 TITLE 是否在指定編碼的 MATA 之上，如果是的話，請把 MATA 移到 TITLE 之前，這樣就可以解決 IE 誤判的情形了，正確應該如下：</p>
<pre title="code" class="html">

&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;title&gt;網站標題&lt;/title&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.linym.net/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
