<?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; IEtester</title>
	<atom:link href="http://thatnorwegianguy.com/tag/ietester/feed/" rel="self" type="application/rss+xml" />
	<link>http://thatnorwegianguy.com</link>
	<description></description>
	<lastBuildDate>Mon, 25 Jul 2011 11:36:15 +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>IEtester makes debugging a little easier</title>
		<link>http://thatnorwegianguy.com/2008/ietester-saves-developers-sanity/</link>
		<comments>http://thatnorwegianguy.com/2008/ietester-saves-developers-sanity/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 14:00:19 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[IE]]></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/ietester-saves-developers-sanity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

