<?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>That Norwegian Guy &#187; IE</title>
	<atom:link href="http://thatnorwegianguy.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://thatnorwegianguy.com</link>
	<description>Eystein Mack Alnæs</description>
	<lastBuildDate>Fri, 13 Aug 2010 04:23:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IEtester makes debugging a little easier</title>
		<link>http://thatnorwegianguy.com/2008/06/ietester-saves-developers-sanity/</link>
		<comments>http://thatnorwegianguy.com/2008/06/ietester-saves-developers-sanity/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 14:00:19 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[IEtester]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.com/ietester-saves-developers-sanity/</guid>
		<description><![CDATA[I&#8217;ve been testing in &#8220;multiple IEs&#8221;:http://thatnorwegianguy.com/how-to-install-multiple-versions-of-ie/ for a while, but recently I ran into a huge problem. Huge to me because I rely on conditional comments rather than CSS hacks/filters. As it turns out multiple IE doesn&#8217;t read conditional comments, probably because Windows and/or the Internet Explorers get confused about which browser itself is. I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been testing in &#8220;multiple IEs&#8221;:http://thatnorwegianguy.com/how-to-install-multiple-versions-of-ie/ for a while, but recently I ran into a huge problem. Huge to me because I rely on conditional comments rather than CSS hacks/filters. As it turns out multiple <abbr title="Internet Explorer">IE</abbr> doesn&#8217;t read conditional comments, probably because Windows and/or the Internet Explorers get confused about which browser itself is. I know, how hard can it be? Specially when other browsers have no problems emulating any browser you want it to be.</p>
<p>h3. The new solution</p>
<p>&#8220;DebugBar&#8221;:http://www.my-debugbar.com/ launched &#8220;IEtester&#8221;:http://www.my-debugbar.com/wiki/IETester/HomePage last -week- month, enabling us to have *one* browser, one interface, with tabs that renders four flavors of <abbr title="Internet Explorer">IE</abbr>. That&#8217;s versions 5.5, 6, 7 and beta 8 for the time being.</p>
<p><span id="more-82"></span></p>
<p>Using &#8220;conditional comments&#8221;:http://en.wikipedia.org/wiki/Conditional_comments I&#8217;ve targeted the various browsers with a simple test. As you can see, IEtester even lets you open the various versions in tabs within the same window. A very nice touch.</p>
<p>!http://img.skitch.com/20080630-mynb2i9a4widmw4swms5gmh128.jpg(HTML test rendering in IEtester)!</p>
<p>The html looks something like this:<br />
(Because of textile and <code>pre</code> not playing well together the dashes &#8220;&ndash;&#8221; have an extra spacing that shouldn&#8217;t be there.)</p>
<pre>
&lt;!- - [if IE 5.5]&gt;
 &lt;div class="fivefive" &gt;
  &lt;p&gt;
    You are using &lt;abbr title="Internet Explorer"&gt;IE&lt;/abbr&gt;
    older than 6.
  &lt;/p&gt;
 &lt;/div&gt;
&lt;![endif]- -&gt;
</pre>
<p>Viewing the same page in the default IE6, where it believes to be the newest IE installed on the system. This obviously will lead to some headslapping, at least in my case.</p>
<p>!http://img.skitch.com/20080630-8rimdedq27funabgdr2adhbuyy.jpg(HTML test rendering in IE6)!</p>
<p>So there you go. You can &#8220;view the test page here&#8221;:http://thatnorwegianguy.com/playtime/IEtester.html. If you are serious about making websites that work get hold of this little gem. However, still being in alpha, there are some *bugs*. One particular that I&#8217;ve come across is that if you open IE6 as the first tab IEtester will crash. Open IE6 secondly or later and there&#8217;s no problem.</p>
<p>All my testing has been done on a Mac running XP sp2 on Parallels.  </p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2008/06/ietester-saves-developers-sanity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make other browsers faster!</title>
		<link>http://thatnorwegianguy.com/2008/04/how-to-make-other-browsers-faster/</link>
		<comments>http://thatnorwegianguy.com/2008/04/how-to-make-other-browsers-faster/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 11:32:04 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[conditional comments]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.com/?p=74</guid>
		<description><![CDATA[Or make IE slower. Or appear slower. Which is the same. Is that so wrong of me? I&#8217;m already doing so by feeding IE additional stylesheets and ocationaly markup through conditional comments. And in those stylesheets you often find extra images.
But by making sure my main stylesheet is clean, and use all the CSS2.1 goodness, [...]]]></description>
			<content:encoded><![CDATA[<p>Or make <abbr title="Internet Explorer">IE</abbr> slower. Or appear slower. Which is the same. Is that so wrong of me? I&#8217;m already doing so by feeding IE additional stylesheets and ocationaly markup through conditional comments. And in those stylesheets you often find extra images.</p>
<p>But by making sure my main stylesheet is clean, and use all the CSS2.1 goodness, and even some supported CSS3, the gap can be made even greater. I&#8217;m not saying put unnessary code in there, but if it&#8217;s done a big site the difference might be noticable for the user. Which then will go &#8220;Hey, the internett is faster in this [modern browser] than the other internet!&#8221;. 1 down, 3.287.333.207 (<a href="http://www.internetworldstats.com/stats.htm">huh</a>?) to go.</p>
<p>Disclaimer: I have no benchmarks to prove that there will be a noticable difference in speed. But I like to think so!</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2008/04/how-to-make-other-browsers-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Positioning and z-index in IE</title>
		<link>http://thatnorwegianguy.com/2007/11/positioning-and-z-index-in-ie/</link>
		<comments>http://thatnorwegianguy.com/2007/11/positioning-and-z-index-in-ie/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 13:33:51 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[positioning]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.wordpress.com/2007/11/29/positioning-and-z-index-in-ie/</guid>
		<description><![CDATA[Using absolute positioning to hide and show a nested list is one of the better ways to create a dropdown menu, and it can almost be done using only CSS. IE6 needs a little javascript help to respect the :hover pseudo-class. The Sons of Suckerfish will help you there.
Now you have your perfect semantic validating [...]]]></description>
			<content:encoded><![CDATA[<p>Using absolute positioning to hide and show a nested list is one of the better ways to create a dropdown menu, and it can almost be done using only CSS. <abbr title="Internet Explorer 6">IE6</abbr> needs a little javascript help to respect the :hover pseudo-class. The <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" title="Son of Suckerfish Dropdowns | HTML Dog">Sons of Suckerfish</a> will help you there.</p>
<p>Now you have your perfect semantic validating <abbr title="Search engine optimimization">SEO</abbr> friendly nested list in order to make the drop-down menu the client wants. The <abbr>CSS</abbr> is in place and the dummy you&#8217;ve thrown up works.<br />
But when you implement it into the site the drop-down partly hides behind the content further down. Offcourse &#8211; it has an higher z-index. Easy fix. But then the juggernaut <abbr title="Internet Explorer">IE</abbr> comes along and crashes the party.</p>
<p><span id="more-71"></span></p>
<p>In all IE, any element that has position:relative and haslayout=true<br />
forms a stacking context. This is not correct, it would need to have a<br />
z-index to act as a stacking context.</p>
<p>Assume you have two stacking contexts:</p>
<ul>
<li>B follows A.</li>
<li>B is higher in the stack, nearest to the user.</li>
</ul>
<p>A<br />
B</p>
<p>No matter what z-index you choose for it, a child A-x will never leave<br />
its stacking context A.</p>
<p>A. A-1, A-2, A-3 &#8230;.<br />
B</p>
<p>No child of A will ever be higher in the stack than B.</p>
<h3>A real life example</h3>
<p><img src="http://thatnorwegianguy.com/wp-content/uploads/2007/11/stacking-context-before.png" alt="Stacking context before" /></p>
<p>In my case I had a #header which erroneously formed such a stacking context,<br />
because of</p>
<pre>#header {position:relative; width: 920px;} /* haslayout = true */</pre>
<p>And there is a regular stacking context following:</p>
<pre>#main {position:relative; z-index: 1}</pre>
<p>Thus:</p>
<p>#header<br />
#main</p>
<p>No matter what z-index I chose for it, a child (#menu) of #header would never<br />
leave its stacking context #header.</p>
<p>#header #menu<br />
#main</p>
<p>The #menu inside of #header would be painted over by #main. And even if<br />
#main is transparent, the drop down #menu will loose mouse focus and<br />
collapse.</p>
<h3>The solution</h3>
<p>What it finally came down to was to apply z-index: 2 to #header, to<br />
have the entire #header higher in the stack, nearer to the user, than<br />
#main.</p>
<p><img src="http://thatnorwegianguy.com/wp-content/uploads/2007/11/stacking-context.png" alt="Stacking context" /></p>
<h3>Thank you:</h3>
<p>I could have never done this without the help of <a href="http://www.satzansatz.de/css.html" title="satzansatz -- CSS: writings and work in progress">Ingo Chao</a> and the ever useful <a href="http://www.css-discuss.org/" title="mailing list about CSS">css-discuss list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2007/11/positioning-and-z-index-in-ie/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Font rasterization in Windows XP</title>
		<link>http://thatnorwegianguy.com/2007/11/font-rasterization-in-windows-xp/</link>
		<comments>http://thatnorwegianguy.com/2007/11/font-rasterization-in-windows-xp/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 18:22:46 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[antialiasing]]></category>
		<category><![CDATA[ClearType]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[font rasterization]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.wordpress.com/2007/11/01/font-rasterization-in-windows-xp/</guid>
		<description><![CDATA[If you are on Windows XP1 and have upgraded to Internet Explorer 7, you know, the Internet with glossy buttons, you&#8217;ve perhaps noticed that the text looks a slightly smoother then before? That is because in IE7 Windows&#8217; ClearType is enabled by default. You can do this systemwide if you like it. And if you [...]]]></description>
			<content:encoded><![CDATA[<p>If you are on Windows XP<sup>1</sup> and have upgraded to Internet Explorer 7, you know, the Internet with glossy buttons, you&#8217;ve perhaps noticed that the text looks a slightly smoother then before? That is because in <abbr title="Internet Explorer 7">IE7</abbr> Windows&#8217; ClearType is enabled by default. You can do this systemwide if you like it. And if you for some unknown reason to mankind prefer <abbr title="Internet Explorer 6">IE6</abbr> you should do yourself a favor and follow these settings.</p>
<ol>
<li>Click &#8220;Start&#8221; and open the Controlpanel.</li>
<li>Doubleclick the Display icon to open the Display settings panel</li>
<li>Select the Appearance tab</li>
<li>Then  select the &#8220;Effects&#8230;&#8221; button</li>
<li>Make sure the checkbox next to &#8220;Use the following method for font smoothning&#8230;&#8221; is checked <sup>2</sup></li>
<li>Select &#8220;ClearType&#8221; from the dropdown</li>
<li>&#8230;and click OK, and then enable or ok again</li>
</ol>
<p>That&#8217;s it. You&#8217;re done. Now your eyes will thank you for making it less stressfull looking at the screen all day.</p>
<p>If you want to know more check out Wikipedias entry on <a href="http://en.wikipedia.org/wiki/Font_rasterization">font rasterization</a>.</p>
<hr />
<ol>
<li>None of this applyes to Windows Vista, as it is enabled by default. But feel free to correct me.</li>
<li>My version of Windows XP is in Norwegian, so my translations are likely  to be somewhat off from a English version.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2007/11/font-rasterization-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webdeveloper tools for IE</title>
		<link>http://thatnorwegianguy.com/2007/10/its-true-you-can-get-help-in-ie/</link>
		<comments>http://thatnorwegianguy.com/2007/10/its-true-you-can-get-help-in-ie/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 15:26:15 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[IE Developer Toolbar]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[webdeveloper tools]]></category>
		<category><![CDATA[xray]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.wordpress.com/2007/10/23/its-true-you-can-get-help-in-ie/</guid>
		<description><![CDATA[Firefox has all the plugins you can poke a stick at, but what to do when IE is doing its &#8220;thing&#8221;? Windows Explorer plugins to the rescue!
Westciv&#8217;s XRAY is a javascript bookmarklet that lets you click on items in your webpage and view some of the CSS information regarden the area you&#8217;ve selected.
Microsoft has their [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.com/firefox/" title="Get Firefox">Firefox</a> has all the <a href="https://addons.mozilla.org/" title="Firefox extensions">plugins</a> you can poke a stick at, but what to do when IE is doing its &#8220;thing&#8221;? Windows Explorer plugins to the rescue!</p>
<p>Westciv&#8217;s <a href="http://westciv.com/xray/">XRAY</a> is a javascript bookmarklet that lets you click on items in your webpage and view some of the CSS information regarden the area you&#8217;ve selected.</p>
<p>Microsoft has their own <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;displaylang=en">IE Developer Toolbar</a> that is similar to the Firefox <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> plugin. It lets you inspect and alter the <abbr title="Document Object Model">DOM</abbr>, change settings, outline elements, find <abbr title="Cascading Style Sheets">CSS</abbr> etc.</p>
<p>That should make the bughunt slightly easier for everyone.</p>
<p>Update: I&#8217;m <a href="http://thatnorwegianguy.wordpress.com/2007/05/24/how-to-install-multiple-versions-of-ie/">running multiple IE&#8217;s</a>, and as a result (I assume) the webtools only work in IE7.</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2007/10/its-true-you-can-get-help-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
