<?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>The Css Bug &#187; Internet Explorer</title>
	<atom:link href="http://thecssbug.com/category/internet-explorer/feed" rel="self" type="application/rss+xml" />
	<link>http://thecssbug.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 29 Jul 2009 15:52:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>onChange Internet Explorer bug</title>
		<link>http://thecssbug.com/onchange-internet-explorer-bug</link>
		<comments>http://thecssbug.com/onchange-internet-explorer-bug#comments</comments>
		<pubDate>Wed, 22 Jul 2009 21:08:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[IE 6]]></category>
		<category><![CDATA[radio button group]]></category>

		<guid isPermaLink="false">http://thecssbug.com/?p=115</guid>
		<description><![CDATA[Ever tried to use the onChange event to catch a change of state in a radio button group? The following code works alright in Firefox, but not in Internet Explorer:


&#60;input type=&#34;radio&#34; name=&#34;options&#34; id=&#34;option1&#34; onChange=&#34;alert(&#039;option1&#039;)&#34;&#62;
&#60;input type=&#34;radio&#34; name=&#34;options&#34; id=&#34;option2&#34; onChange=&#34;alert(&#039;option2&#039;)&#34;&#62;

IE treats the onChange event in a different manner: it recognizes something changed just after you lose focus [...]]]></description>
			<content:encoded><![CDATA[<p>Ever tried to use the onChange event to catch a change of state in a radio button group? The following code works alright in Firefox, but not in <strong>Internet Explorer</strong>:</p>
<pre class="brush: javascript">

&lt;input type=&quot;radio&quot; name=&quot;options&quot; id=&quot;option1&quot; onChange=&quot;alert(&#039;option1&#039;)&quot;&gt;
&lt;input type=&quot;radio&quot; name=&quot;options&quot; id=&quot;option2&quot; onChange=&quot;alert(&#039;option2&#039;)&quot;&gt;
</pre>
<p>IE treats the onChange event in a different manner: it recognizes something changed just after you lose focus on that element. The solution for this problem is to use the <strong>onClick javascript event</strong> instead of <strong>onChange</strong>.</p>
<pre class="brush: javascript">

&lt;input type=&quot;radio&quot; name=&quot;options&quot; id=&quot;option1&quot; onClick=&quot;alert(&#039;option1&#039;)&quot;&gt;
&lt;input type=&quot;radio&quot; name=&quot;options&quot; id=&quot;option2&quot; onClick=&quot;alert(&#039;option2&#039;)&quot;&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://thecssbug.com/onchange-internet-explorer-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave responsible for IE 6 support drop</title>
		<link>http://thecssbug.com/google-wave-responsible-for-ie-6-support-drop</link>
		<comments>http://thecssbug.com/google-wave-responsible-for-ie-6-support-drop#comments</comments>
		<pubDate>Wed, 22 Jul 2009 20:36:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://thecssbug.com/?p=113</guid>
		<description><![CDATA[As I&#8217;ve wrote earlier this week, Google is leading a silent battle against Internet Explorer 6, the 7 year-old browser that is still causing tons of problems to web developers. A first major step, was the announcement that YouTube is no longer supporting IE6, which was more of a statement then a strategic decision &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve wrote earlier this week, Google is leading a silent battle against Internet Explorer 6, the 7 year-old browser that is still causing tons of problems to web developers. A first major step, was the announcement that<a href="http://thecssbug.com/youtube-drops-support-for-ie6"> YouTube is no longer supporting IE6</a>, which was more of a statement then a strategic decision &#8211; since most of YouTube features will probably still work for time to come.</p>
<p>More likely the stake, must be the recently announced Google Wave, the most anticipated web application of the year which is packed with state-of-the-art HTML 5 technologies &#8211; some of them not fully supported even by the latest version of browsers (like drag-and-drop), and which Google is trying to sqeeze into the HTML 5 specifications. It is clear that  Google Wave is not likely to work with the age-old Internet Explorer 6, so Google is doing his best to determine users to upgrade to Chrome or some other latest generation browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecssbug.com/google-wave-responsible-for-ie-6-support-drop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube drops Support for IE6</title>
		<link>http://thecssbug.com/youtube-drops-support-for-ie6</link>
		<comments>http://thecssbug.com/youtube-drops-support-for-ie6#comments</comments>
		<pubDate>Tue, 21 Jul 2009 09:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://thecssbug.com/?p=109</guid>
		<description><![CDATA[It looks like the end is finally ariving for our least favorite browser IE6 as SitePoint announces. It’s survived longer than any of us could have expected and it still has a larger market share than Chrome, Safari, and Opera combined. Whilst some smaller web sites have dropped support for the 8 year-old browser, none [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like the end is finally ariving for our least favorite browser IE6 as <a href="http://www.sitepoint.com/blogs/2009/07/20/youtube-drop-ie6/">SitePoint announces</a>. It’s survived longer than any of us could have expected and it still has a larger market share than Chrome, Safari, and Opera combined. Whilst some smaller web sites have dropped support for the 8 year-old browser, none of the bigger companies dared cut off a fifth of their users. Until now.</p>
<p>YouTube, the Google-owned video sharing web site, is phasing out IE6 support. YouTube is one of the largest and most popular web sites on the net, so this action could have a massive impact on user numbers.</p>
<p>IE5.5 and IE6 visitors to YouTube are now confronted with a message and helpful IE8, Firefox and Chrome download links.</p>
<p>There is some evidence that IE usage has dropped within the past month, although the new releases of Firefox and Safari are partially responsible for that shift. However, the YouTube announcement could certainly persuade many private IE6 users to upgrade their browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecssbug.com/youtube-drops-support-for-ie6/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
