<?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>Winn &#187; IE</title>
	<atom:link href="http://winn.ws/archives/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://winn.ws</link>
	<description>Standards-based design &#38; development</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:30:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IE 9 platform preview</title>
		<link>http://winn.ws/archives/354</link>
		<comments>http://winn.ws/archives/354#comments</comments>
		<pubDate>Wed, 28 Apr 2010 20:27:06 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=354</guid>
		<description><![CDATA[Microsoft announced further details of their forthcoming Internet Explorer 9 browser, along with the first platform preview for developers, at their MIX Conference 2010. Amongst the announcements comes increased support for CSS3, with support promised for CSS3 Selectors, Namespaces, Colors, Values, Backgrounds &#038; Borders and Fonts, along with increased support for HTML5 and improvements in [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced further details of their forthcoming Internet Explorer 9 browser, along with the first platform preview for developers, at their MIX Conference 2010.<br />
<span id="more-354"></span><br />
Amongst the announcements comes increased support for CSS3, with support promised for CSS3 Selectors, Namespaces, Colors, Values, Backgrounds &#038; Borders and Fonts, along with increased support for HTML5 and improvements in JavaScript performance.</p>
<p>The platform preview, downloadable from the Internet Explorer website, comes with a number of demonstrations including those for CSS3 border-radius and selectors. The preview also scores an impressive 578/578 on our CSS3 Selectors Test and an improved 55/100 on the Acid 3 test, with further improvements promised before the final release.</p>
<p>You can read more on the Internet Explorer blog, or download the platform preview <a href="http://blogs.msdn.com/ie/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/354/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the future</title>
		<link>http://winn.ws/archives/250</link>
		<comments>http://winn.ws/archives/250#comments</comments>
		<pubDate>Wed, 23 Sep 2009 20:35:37 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Design & Layout]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=250</guid>
		<description><![CDATA[A thorn in the side of many web developers is Internet Explorer 6. It&#8217;s an old browser that has many annoyances that cause those creating websites to have to add additional code just to have things render as they should. Google, being a company that develops a web browser, has taken it upon themselves to [...]]]></description>
			<content:encoded><![CDATA[<p>A thorn in the side of many web developers is Internet Explorer 6. It&#8217;s an old browser that has many annoyances that cause those creating websites to have to add additional code just to have things render as they should. Google, being a company that develops a web browser, has taken it upon themselves to solve this problem somewhat. It has just released an early version of a project called Google Chrome Frame, which, when used, will cause Internet Explorers 6 through 8 to use Chrome&#8217;s rendering engine, not their default one. This allows stubborn users (or those in a workplace environment) to continue using the browser they want to, and no longer aggravate web developers.</p>
<p><a href="http://blog.chromium.org/2009/09/introducing-google-chrome-frame.html">Read more about Google&#8217;s Chrome Frame</a></p>
<p>Thanks Google!</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Ghost text bug</title>
		<link>http://winn.ws/archives/184</link>
		<comments>http://winn.ws/archives/184#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:07:33 +0000</pubDate>
		<dc:creator>Greg Winn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.winn.ws/?p=184</guid>
		<description><![CDATA[This bug is also known as &#8220;IE 6 Duplicate characters bug&#8221;, &#8220;IE 6 Ghost bug&#8221;,&#8230; Note: this bug does apear in IE 7 and 8 beta. (This is only an IE bug no other browsers are affected) &#8220;IE 6 Ghost text&#8221; bug is usually triggered when two or more standard HTML comments () are placed [...]]]></description>
			<content:encoded><![CDATA[<p>This bug is also known as &#8220;IE 6 Duplicate characters bug&#8221;, &#8220;IE 6 Ghost bug&#8221;,&#8230;</p>
<blockquote><p>Note: this bug does apear in IE 7 and 8 beta. (This is only an IE bug no other browsers are affected)</p></blockquote>
<p>&#8220;IE 6 Ghost text&#8221; bug is usually triggered when two or more standard HTML comments (<!-- some comment -->) are placed between floated elements (such as DIV, UL,&#8230;).<br />
It is beeing called &#8220;Ghost text&#8221; because this bug outputs characters duplicated from the last floated element, and the thing is that if you look at the source code, they are not there.</p>
<p><strong>CSS usually used for two floated elements:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">.floated_element_1<span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.floated_element_2</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">200px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* this is just for float to actualy work correctly */</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><strong>HTML code usually used for two floated elements (for this example I used DIVs):</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!-- SOME COMMENT 1 / start --&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;floated_element_1&quot;</span>&gt;</span>
Some content in this fancy div no.1
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;!-- SOME COMMENT 1 / end --&gt;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">&lt;!-- SOME COMMENT 2 / start --&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;floated_element_2&quot;</span>&gt;</span>
Some content in this fancy div no.2
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;!-- SOME COMMENT 2 / start --&gt;</span></pre></td></tr></table></div>

<p>You could remove the comments between the floated elements and solve the problem, but you want to keep them because you want your code to be organized and understandable to other people&#8230;</p>
<p><strong>So, let&#8217;s keep those comments and fix the problem by adding the following CSS fix:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*</span> html .floated_element_1<span style="color: #00AA00;">,</span>
<span style="color: #00AA00;">*</span> html <span style="color: #6666ff;">.floated_element_2</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/* IE 6 fix */</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>This fix may not resolve your problem as there are also other situations and actions reported that may create this IE 6 error.<br />
For more information use Google.com and search for the therm &#8220;IE 6 Ghost text bug&#8221; or something similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://winn.ws/archives/184/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 1/15 queries in 0.003 seconds using disk: basic
Object Caching 335/355 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d45jz936mo8n8.cloudfront.net

Served from: winn.ws @ 2012-02-05 05:27:50 -->
