<?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>XO in My Life &#187; png</title>
	<atom:link href="http://www.xoboy.net/wpblog/tag/png/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xoboy.net/wpblog</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 04:51:15 +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>IE6 must DIE</title>
		<link>http://www.xoboy.net/wpblog/ie6-must-die/</link>
		<comments>http://www.xoboy.net/wpblog/ie6-must-die/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:07:15 +0000</pubDate>
		<dc:creator>xoboy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.xoboy.net/wpblog/?p=67</guid>
		<description><![CDATA[Internet Explorer 6 is outdated and insecure, it looked terrible, but many users still using it.
Adding the NOTIFICATION on your site to help phase out Internet Explorer 6 forever. They tells visitors using Internet Explorer 6 that they need to upgrade to the current version or switch to another browser right now.


Internet Explorer 6 曾经是浏览器的霸主，击垮]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 6 is outdated and insecure, it looked terrible, but many users still using it.</p>
<p>Adding the NOTIFICATION on your site to help phase out Internet Explorer 6 forever. They tells visitors using Internet Explorer 6 that they need to upgrade to the current version or switch to another browser right now.</p>
<p><img src="http://farm3.static.flickr.com/2454/3765906168_da58f4b9f1_o.gif" alt="Let's Kill IE6" width="340" height="154" /></p>
<p><span id="more-67"></span></p>
<p><strong>Internet Explorer 6</strong> 曾经是浏览器的霸主，击垮 Netscape 并最终占据 95% 的浏览器市场。但如今已经功能性能落后，还需要特殊照顾，被称为”阻碍网络技术向前发展的障碍“。在我为其他企业设计网站页面时，为了迎合IE6的需要，往往花费了大量时间和精力。</p>
<p><strong>为什么IE6要死</strong>？从一个页面设计师的角度看，有如下致命的两点：</p>
<p>1. PNG 是一种支持半透明通道的图片，可以方便的用于设计网页，制作叠层和其他复杂的页面效果，但是 IE6 不支持，用滤镜强行应付会导致浏览器占用超高资源，并且得不到预想效果！</p>
<p>2. IE6 有自己一套标准的 CSS 样式，必须写更多的代码去照顾它。</p>
<p>为了响应“IE6 must DIE”的活动，我在网站上加入了一个widget，有兴趣的朋友只需要在&lt;body&gt;标签内加入如下代码，便能为杀死IE6出一份力了！</p>
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.zh_CN.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
<p><strong>其他语言版本：</strong></p>
<p>Let&#8217;s kill Internet Explorer 6, copy and paste this code before your closing <code>&lt;/body&gt;</code> tag.</p>
<p><strong>English</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.html">Demo</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>简体中文</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.zh_CN.html">Demo</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.zh_CN.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>繁體中文</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.zh_TW.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.cracky.atbhost.net/">Cracky冰</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.zh_TW.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Arabic</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.ar.html">Demo</a> | Translated by <a rel="external nofollow" href="http://abdullah-kh.com/b/">Abdullah</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.ar.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Brazillian Portuguese</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.br_BR.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.franklimsp.com.br/">Franklim Pagung</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.br_BR.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Dutch</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.nl_NL.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.ghengeveld.nl/">Gert Hengeveld</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.nl_NL.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Finnish</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.fi.html">Demo</a> | Translated by Legacy</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.fi.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>French/Français</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.fr_FR.html">Demo</a> | Translated by Simon Pireyn</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.fr_FR.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>German</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.de_DE.html">Demo</a> | Translated by Andre</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.de_DE.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Greek</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.gr.html">Demo</a> | Translated by Konstantinos Rousis</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.gr.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Hindi</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.hi_IN.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.gtricks.com/">Abhishek Mandloi</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.hi_IN.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Hungarian</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.hu_HU.html">Demo</a> | Translated by Muzsi János</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.hu_HU.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Italian</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.it_IT.html">Demo</a> | Translated by Rui</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.it_IT.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Indonesia</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.id_ID.html">Demo</a> | Translated by <a rel="external nofollow" href="http://arifn.web.id/">Arif N</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.id_ID.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Japanese/日本語</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.ja.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.loveehome.org/">lovee</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.ja.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Javanese</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.javanese.html">Demo</a> | Translated by <a rel="external nofollow" href="http://sagung.wordpress.com/">Sagung Aditya</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.javanese.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Norwegian</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.nb_NO.html">Demo</a> | Translated by Ingebjørg</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.nb_NO.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Polish</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.pl_PL.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.pikor.net/">Cezar</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.pl_PL.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Portuguese</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.pt_PT.html">Demo</a> | Translated by João José</small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.pt_PT.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Romanian</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.ro_RO.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.tridentdesign.com/">Adrian Sandu</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.ro_RO.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Russian</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.ru_RU.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.siniy.ws/">Alexandr Sinitsin</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.ru_RU.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Spanish</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.es_ES.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.fdsign.com/">Coco</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.es_ES.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Swedish</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.sv_SE.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.edgefive.com/">J. Nyman</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.sv_SE.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Thai</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.th.html">Demo</a> | Translated by <a rel="external nofollow" href="http://www.thaianime.net/">ThaiAnime</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.th.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
<p><strong>Bilingual (English &amp; 简体中文)</strong><br />
<small><a rel="external nofollow" href="http://letskillie6.googlecode.com/svn/trunk/sample.bilingual.html">Demo</a></small></p>
<div class="wp_syntax">
<div class="code">
<pre class="html" style="font-family: monospace;">&lt;!--[if lte IE 6]&gt;
&lt;script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.bilingual.pack.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.xoboy.net/wpblog/ie6-must-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
