<?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://www.lifangjin.com/archives/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lifangjin.com</link>
	<description>李方进的个人BLOG</description>
	<lastBuildDate>Tue, 27 Jul 2010 08:50:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>我只能说IE6是万恶的</title>
		<link>http://www.lifangjin.com/archives/755</link>
		<comments>http://www.lifangjin.com/archives/755#comments</comments>
		<pubDate>Mon, 30 Nov 2009 10:42:05 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=755</guid>
		<description><![CDATA[下午有代理反应广告不显示，必须刷新一下才能显示。 so，开始排查问题 1.客户机DNS缓存问题——排除 2.锁定浏览器类型，无一例外均为IE6。于是乎想到，IE6 JS中如果包含iframe，在某些情况下必须刷新才能执行——但是最后排除了这个可能。最后让我想到了另外一个可能性——IE6不支持GZIP。so， 禁用服务器nginx上的GZIP配置，重启通知代理测试，结果能正常显示了。 我还能怎么说呢，只能说IE6是万恶的&#8230;&#8230; 相关文章 恼人的UTF-8 BOM (0) LAMP架构的搭建 (2) IE的cookie限制 (0)]]></description>
			<content:encoded><![CDATA[<p>下午有代理反应广告不显示，必须刷新一下才能显示。</p>
<p>so，开始排查问题</p>
<p>1.客户机DNS缓存问题——排除</p>
<p>2.锁定浏览器类型，无一例外均为IE6。于是乎想到，IE6 JS中如果包含iframe，在某些情况下必须刷新才能执行——但是最后排除了这个可能。最后让我想到了另外一个可能性——IE6不支持<a href="http://www.lifangjin.com/archives/tag/gzip" class="st_tag internal_tag" rel="tag" title="Posts tagged with gzip">GZIP</a>。so， 禁用服务器<a href="http://www.lifangjin.com/archives/tag/nginx" class="st_tag internal_tag" rel="tag" title="Posts tagged with nginx">nginx</a>上的<a href="http://www.lifangjin.com/archives/tag/gzip" class="st_tag internal_tag" rel="tag" title="Posts tagged with gzip">GZIP</a>配置，重启通知代理测试，结果能正常显示了。</p>
<p>我还能怎么说呢，只能说IE6是万恶的&#8230;&#8230;</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.lifangjin.com/archives/498" title="恼人的UTF-8 BOM (July 31, 2008)">恼人的UTF-8 BOM</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/506" title="LAMP架构的搭建 (August 26, 2008)">LAMP架构的搭建</a> (2)</li>
	<li><a href="http://www.lifangjin.com/archives/296" title="IE的cookie限制 (March 12, 2007)">IE的cookie限制</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.lifangjin.com/archives/755/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>恼人的UTF-8 BOM</title>
		<link>http://www.lifangjin.com/archives/498</link>
		<comments>http://www.lifangjin.com/archives/498#comments</comments>
		<pubDate>Thu, 31 Jul 2008 01:29:57 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[开发编程]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[bom]]></category>
		<category><![CDATA[EditPlus]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[UTF]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=498</guid>
		<description><![CDATA[猫猫举报说奥运竞猜的页面样式有问题，昨天下午开始仔细的检查检查再检查： 1.样式表的问题排除 2.页面编码方式可能导致的问题排除 百思不得其解，这种莫名的问题老实说第一次碰到。 快下班的时候无意中发现我新装的EditPlus3的保存选项中UTF-8标识选的“总是加入签名”，印象中这个选项是“总是删除签名”，于是尝试着把这个选项改掉，然后把奥运竞猜的程序全部重新另存一遍上传到服务器——OK，页面样式对了。 问题是解决了，但是为何这个“签名”会导致这种问题？万能的Google告诉我： utf-8 是一种在web应用中经常使用的一种 unicode  字符的编码方式，使用 utf-8  的好处在于它是一种变长的编码方式，对于 ANSII 码编码长度为1个字节，这样的话在传输大量 ASCII 字符集的网页时，可以大量节约网络带宽。使用 utf-8 编码来编写网页的时候， 往往会因为 bom (Byte Order Mark)  的问题，导致网页中经常出现一些不明的空行或者乱码字符。 这些都是因为 utf-8 编码方式对于 bom 不是强制的。因此 utf-8 编码在保存文件的时候，会出现不同的处理方式。比如有的浏览器(FireFox)可以自动过滤掉所有 utf-8 bom ， 有的 (IE) 只能过滤掉一次 bom （为什么是一次？ 当你出现 Include 多次文件时就会碰上这个问题了）。   对此 w3.org 标准 FAQ 中对此问题有一个专门的描述： http://www.w3.org/International/questions/qa-utf8-bom 相关文章 介绍两款网页设计相关的firefox插件 (0) 我只能说IE6是万恶的 (2) 强烈谴责菜刀厂，建议相关执法部门依法处罚 (0) 发送google [...]]]></description>
			<content:encoded><![CDATA[<div>猫猫举报说奥运竞猜的页面样式有问题，昨天下午开始仔细的检查检查再检查：</div>
<div>1.样式表的问题排除</div>
<div>2.页面编码方式可能导致的问题排除</div>
<div>百思不得其解，这种莫名的问题老实说第一次碰到。</div>
<div>快下班的时候无意中发现我新装的EditPlus3的保存选项中<a href="http://www.lifangjin.com/archives/tag/utf" class="st_tag internal_tag" rel="tag" title="Posts tagged with UTF">UTF</a>-8标识选的“总是加入签名”，印象中这个选项是“总是删除签名”，于是尝试着把这个选项改掉，然后把奥运竞猜的程序全部重新另存一遍上传到服务器——OK，页面样式对了。</div>
<div><img id="uchomelocalimg[]" src="http://my.chinacars.com/attachment/200807/31/7_1217466975CTT4.jpg" alt="" /></div>
<div>问题是解决了，但是为何这个“签名”会导致这种问题？万能的<a href="http://www.lifangjin.com/archives/tag/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with google">Google</a>告诉我：</div>
<div><a href="http://www.lifangjin.com/archives/tag/utf" class="st_tag internal_tag" rel="tag" title="Posts tagged with UTF">utf</a>-8 是一种在web应用中经常使用的一种 unicode  字符的编码方式，使用 <a href="http://www.lifangjin.com/archives/tag/utf" class="st_tag internal_tag" rel="tag" title="Posts tagged with UTF">utf</a>-8  的好处在于它是一种变长的编码方式，对于 ANSII 码编码长度为1个字节，这样的话在传输大量 <a href="http://www.lifangjin.com/archives/tag/ascii" class="st_tag internal_tag" rel="tag" title="Posts tagged with ascii">ASCII</a> 字符集的网页时，可以大量节约网络带宽。使用 <a href="http://www.lifangjin.com/archives/tag/utf" class="st_tag internal_tag" rel="tag" title="Posts tagged with UTF">utf</a>-8 编码来编写网页的时候， 往往会因为 <a href="http://www.lifangjin.com/archives/tag/bom" class="st_tag internal_tag" rel="tag" title="Posts tagged with bom">bom</a> (Byte Order Mark)  的问题，导致网页中经常出现一些不明的空行或者乱码字符。 这些都是因为 <a href="http://www.lifangjin.com/archives/tag/utf" class="st_tag internal_tag" rel="tag" title="Posts tagged with UTF">utf</a>-8 编码方式对于 <a href="http://www.lifangjin.com/archives/tag/bom" class="st_tag internal_tag" rel="tag" title="Posts tagged with bom">bom</a> 不是强制的。因此 <a href="http://www.lifangjin.com/archives/tag/utf" class="st_tag internal_tag" rel="tag" title="Posts tagged with UTF">utf</a>-8 编码在保存文件的时候，会出现不同的处理方式。比如有的浏览器(<a href="http://www.lifangjin.com/archives/tag/firefox" class="st_tag internal_tag" rel="tag" title="Posts tagged with firefox">FireFox</a>)可以自动过滤掉所有 <a href="http://www.lifangjin.com/archives/tag/utf" class="st_tag internal_tag" rel="tag" title="Posts tagged with UTF">utf</a>-8 <a href="http://www.lifangjin.com/archives/tag/bom" class="st_tag internal_tag" rel="tag" title="Posts tagged with bom">bom</a> ， 有的 (<a href="http://www.lifangjin.com/archives/tag/ie" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>) 只能过滤掉一次 <a href="http://www.lifangjin.com/archives/tag/bom" class="st_tag internal_tag" rel="tag" title="Posts tagged with bom">bom</a> （为什么是一次？ 当你出现 Include 多次文件时就会碰上这个问题了）。</div>
<div> </div>
<div>对此 w3.org 标准 FAQ 中对此问题有一个专门的描述： <a href="http://www.w3.org/International/questions/qa-utf8-bom">http://www.w3.org/International/questions/qa-utf8-bom</a></div>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.lifangjin.com/archives/443" title="介绍两款网页设计相关的firefox插件 (February 29, 2008)">介绍两款网页设计相关的firefox插件</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/755" title="我只能说IE6是万恶的 (November 30, 2009)">我只能说IE6是万恶的</a> (2)</li>
	<li><a href="http://www.lifangjin.com/archives/680" title="强烈谴责菜刀厂，建议相关执法部门依法处罚 (June 19, 2009)">强烈谴责菜刀厂，建议相关执法部门依法处罚</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/742" title="发送google wave邀请 (November 26, 2009)">发送google wave邀请</a> (25)</li>
	<li><a href="http://www.lifangjin.com/archives/296" title="IE的cookie限制 (March 12, 2007)">IE的cookie限制</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.lifangjin.com/archives/498/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE的cookie限制</title>
		<link>http://www.lifangjin.com/archives/296</link>
		<comments>http://www.lifangjin.com/archives/296#comments</comments>
		<pubDate>Mon, 12 Mar 2007 12:18:04 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[开发编程]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=296</guid>
		<description><![CDATA[今天在使用php进行cookie开发的时候发现,只能用最多10个数组元素,之后cookie值就乱了,查了查原因,原来是IE对cookie有限制. 名称 &#8211; 值对每个 Cookie 开头。 此对由零或详细属性 &#8211; 值对由分号分隔的后面。 对于一个域名, 每个 Cookie 仅限于 4,096 字节。 这个总数可存在作为一个名称 &#8211; 值对的 4 千字节 (KB) 或作为最多 20 名值 pairs 总该 4KB。 如果计算机没有足够空间来存储 Cookie, 丢弃该 Cookie。 则将不被截断。 Cookie 应用程序应使用尽可能少 Cookie 尽可能和作为小型作为尽可能。 此外, 应用程序应该能够处理一个 cookie 丢失。 如果 Web 应用程序使用多 19 自定义 Cookie, ASP 会话状态可能丢失。 Internet Explorer 4.0 和更高版本允许总共 20 Cookie 对于每个域。 [...]]]></description>
			<content:encoded><![CDATA[<p>今天在使用php进行<a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">cookie</a>开发的时候发现,只能用最多10个数组元素,之后<a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">cookie</a>值就乱了,查了查原因,原来是<a href="http://www.lifangjin.com/archives/tag/ie" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>对<a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">cookie</a>有限制.</p>
<blockquote><p>名称 &#8211; 值对每个 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 开头。 此对由零或详细属性 &#8211; 值对由分号分隔的后面。 对于一个域名, 每个 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 仅限于 4,096 字节。 这个总数可存在作为一个名称 &#8211; 值对的 4 千字节 (KB) 或作为最多 20 名值 pairs 总该 4KB。 如果计算机没有足够空间来存储 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a>, 丢弃该 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a>。 则将不被截断。 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 应用程序应使用尽可能少 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 尽可能和作为小型作为尽可能。 此外, 应用程序应该能够处理一个 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">cookie</a> 丢失。</p>
<p>如果 Web 应用程序使用多 19 自定义 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a>, ASP 会话状态可能丢失。 Internet Explorer 4.0 和更高版本允许总共 20 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 对于每个域。 浏览器因为如果使用 20 或更自定义 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a>, ASPSessionID 是 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a>, 将强制删除 ASPSessionID <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 和会话丢失。</p>
<p>来存储对于域, 20 多名称 &#8211; 值对由串联几对各个 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 到 4,096 字节限制为该 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 名称 &#8211; 值对创建一个 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">cookie</a> 词典。 当前, 来检索这些值来自客户端脚本, 您必须分析 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 手动。 但是, ActiveServerPages 请求 和 响应 对象包括内置功能使用 <a href="http://www.lifangjin.com/archives/tag/cookie" class="st_tag internal_tag" rel="tag" title="Posts tagged with cookie">Cookie</a> 词典作为词典对象。</p></blockquote>
<p>在<a href="http://www.lifangjin.com/archives/tag/firefox" class="st_tag internal_tag" rel="tag" title="Posts tagged with firefox">firefox</a>下不存在这个问题.</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.lifangjin.com/archives/755" title="我只能说IE6是万恶的 (November 30, 2009)">我只能说IE6是万恶的</a> (2)</li>
	<li><a href="http://www.lifangjin.com/archives/498" title="恼人的UTF-8 BOM (July 31, 2008)">恼人的UTF-8 BOM</a> (0)</li>
</ul>

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