<?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>Laughing Means A Lot To Me &#187; IE</title>
	<atom:link href="http://tkjune.com/index.php/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://tkjune.com</link>
	<description>~~ That&#039;s what I&#039;m doing all the time ~~</description>
	<lastBuildDate>Wed, 21 Dec 2011 16:13:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>God, I still have to take care 48% IE6</title>
		<link>http://tkjune.com/2009/07/29/god-i-still-have-to-take-care-48-percent-ie6/</link>
		<comments>http://tkjune.com/2009/07/29/god-i-still-have-to-take-care-48-percent-ie6/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 14:30:20 +0000</pubDate>
		<dc:creator>Tkjune</dc:creator>
				<category><![CDATA[Freetalk]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://tkjune.com/?p=406</guid>
		<description><![CDATA[The browser war has so many players in it: IE, Firefox, Chrome, Safari, Opera... and some other mobile browsers. After turning to Mac, I have a delusion that most people are using Firefox, or Safari, or Chrome. When I check the website visitor report, the truth kicks me off from the cloud -- There are [...]]]></description>
			<content:encoded><![CDATA[<p>The browser war has so many players in it: IE, Firefox, Chrome, Safari, Opera... and some other mobile browsers. After turning to Mac, I have a delusion that most people are using Firefox, or Safari, or Chrome. When I check the website visitor report, the truth kicks me off from the cloud -- There are still 48% IE6 users visiting the website.<br />
I'm not a super fan of Firefox in Windows, but in Mac, all the fonts looks so nice in any browser (definitely not including IE) and I just don't want to look back to the IE in Windows. Isn't it a nightmare? With the Web Developer and Firebug add-on, Firefox is so powerful a web app development tool. In the meanwhile, the IE develop toolbar looks like a kid. Even in IE8, the improved built-in develop tool bar, has so many limitations. It's killing me.<br />
After complaining so much, I have to face the fact: 48% IE6! The good side is, Firefox and other browsers are stronger than last year. Take Firefox for example, it grows from 7% to 8%.  </p>
]]></content:encoded>
			<wfw:commentRss>http://tkjune.com/2009/07/29/god-i-still-have-to-take-care-48-percent-ie6/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fix the bug of ANCHOR not working in IE</title>
		<link>http://tkjune.com/2009/02/23/fix-the-bug-of-anchor-not-working-in-ie/</link>
		<comments>http://tkjune.com/2009/02/23/fix-the-bug-of-anchor-not-working-in-ie/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 08:17:46 +0000</pubDate>
		<dc:creator>Tkjune</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://tkjune.com/?p=359</guid>
		<description><![CDATA[ANCHOR may not work in IE when it's working fine with Firefox. Check the HTML code to see if the ANCHOR is written in this way: &#60;div&#62;&#60;a name=&#34;anything&#34;&#62;&#60;/a&#62;&#60;/div&#62; Then it can not work in IE. Don't know why. Maybe another bug? Note that there's nothing in the ANCHOR tag. Here's how to fix it: Simply [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tkjune.com/uploads/2009/02/broken-anchor-in-ie.jpg" alt="Broken anchor in IE" title="Broken anchor in IE" width="180" height="135" class="alignnone size-full wp-image-368" /><br />
ANCHOR may not work in IE when it's working fine with Firefox. Check the HTML code to see if the ANCHOR is written in this way:</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Olive;">&lt;</span><span style="color: Green;">div</span><span style="color: Olive;">&gt;&lt;</span><span style="color: Green;">a</span><span style="color: Gray;"> </span><span style="color: #00008b;">name</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">anything</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">div</span><span style="color: Olive;">&gt;</span></li></ol></div>
<p>Then it can not work in IE. Don't know why. Maybe another bug?<br />
Note that there's nothing in the ANCHOR tag. Here's how to fix it: Simply add something even a space in it. For example like this:</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"><span style="color: Olive;">&lt;</span><span style="color: Green;">div</span><span style="color: Olive;">&gt;&lt;</span><span style="color: Green;">a</span><span style="color: Gray;"> </span><span style="color: #00008b;">name</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">anything</span><span style="color: #8b0000;">&quot;</span><span style="color: Olive;">&gt;</span><span style="color: Navy;">&amp;nbsp;</span><span style="color: Olive;">&lt;/</span><span style="color: Green;">a</span><span style="color: Olive;">&gt;&lt;/</span><span style="color: Green;">div</span><span style="color: Olive;">&gt;</span></li></ol></div>
]]></content:encoded>
			<wfw:commentRss>http://tkjune.com/2009/02/23/fix-the-bug-of-anchor-not-working-in-ie/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Google changed favorite icon</title>
		<link>http://tkjune.com/2008/05/30/google-changed-favorite-icon/</link>
		<comments>http://tkjune.com/2008/05/30/google-changed-favorite-icon/#comments</comments>
		<pubDate>Fri, 30 May 2008 15:27:48 +0000</pubDate>
		<dc:creator>Tkjune</dc:creator>
				<category><![CDATA[Freetalk]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://tkjune.com/?p=143</guid>
		<description><![CDATA[See the differences? I just see it today. Interesting.]]></description>
			<content:encoded><![CDATA[<p><a href="http://tkjune.com/uploads/2008/05/googleinie.jpg"><img class="gallery alignnone size-full wp-image-144" title="Google in IE" src="http://tkjune.com/uploads/2008/05/googleinie.jpg" alt="Google in IE" width="500" height="50" /></a></p>
<p><a href="http://tkjune.com/uploads/2008/05/googleinff.jpg"><img class="gallery alignnone size-full wp-image-145" title="Google in Firefox" src="http://tkjune.com/uploads/2008/05/googleinff.jpg" alt="Google in Firefox" width="500" height="145" /></a></p>
<p><a href="http://tkjune.com/uploads/2008/05/googlechangedfavicon.jpg"><img class="gallery alignnone size-full wp-image-146" title="Google changed favorite icon" src="http://tkjune.com/uploads/2008/05/googlechangedfavicon.jpg" alt="Google changed favorite icon" width="500" height="50" /></a></p>
<p>See the differences? I just see it today. Interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://tkjune.com/2008/05/30/google-changed-favorite-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

