<?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>Everything is Crap &#187; ie8</title>
	<atom:link href="http://everythingiscrap.com/tag/ie8/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingiscrap.com</link>
	<description>Notes on the crap we&#039;ve been subjected to</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:10: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>Order DOES matter when it comes to EmulateIE7!</title>
		<link>http://everythingiscrap.com/order-does-matter-when-it-comes-to-emulateie7/</link>
		<comments>http://everythingiscrap.com/order-does-matter-when-it-comes-to-emulateie7/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:14:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2009/04/28/order-does-matter-when-it-comes-to-emulateie7</guid>
		<description><![CDATA[So, here's the story in a nutshell: IE8 breaks some pages that were made with Visual Studio. Specifically, GridView headers won't align themselves left or right, even though you set the option. Bringing IE8 into compatibility mode fixes the problem. Microsoft implemented a meta tag that allows you to bring down IE8 into compatibility mode [...]]]></description>
			<content:encoded><![CDATA[<p>So, here's the story in a nutshell:</p>
<p>IE8 breaks some pages that were made with Visual Studio. Specifically, GridView headers won't align themselves left or right, even though you set the option. Bringing IE8 into compatibility mode fixes the problem. Microsoft implemented a meta tag that allows you to bring down IE8 into compatibility mode from the page itself.</p>
<blockquote><p>&lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"&gt;</p></blockquote>
<p>The only problem is that the tag doesn't work; or so I thought! In their document about the subject, <a href="http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx">Defining Document Compatibility</a>, Microsoft explains, "[The meta tag] must appear in the Web page's header&#8230;before all other elements, except for the title element and other meta elements."</p>
<p>My bad. I put the tag at the bottom of the header because I assumed that the order didn't matter. Silly me.</p>
<p>After putting the tag in the right place, my document displays just fine in IE8, and even removes the compatibility-broken-page-button to boot!</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/order-does-matter-when-it-comes-to-emulateie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript/Compatibility trick for IE8</title>
		<link>http://everythingiscrap.com/javascriptcompatibility-trick-for-ie8/</link>
		<comments>http://everythingiscrap.com/javascriptcompatibility-trick-for-ie8/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 22:37:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[ie8]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2009/03/24/javascriptcompatibility-trick-for-ie8</guid>
		<description><![CDATA[While researching the different compatibility modes in Internet Explorer 8 I found this cool thing that you can paste into the address bar and it will tell you what compatibility version the browser is using on the current page: javascript:alert(document.documentMode);]]></description>
			<content:encoded><![CDATA[<p>While researching the different compatibility modes in Internet Explorer 8 I found this cool thing that you can paste into the address bar and it will tell you what compatibility version the browser is using on the current page:</p>
<blockquote><p>javascript:alert(document.documentMode);</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/javascriptcompatibility-trick-for-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

