﻿<?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>Ladysign Dev Blog &#187; compatible</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/compatible/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 01 Feb 2010 09:44:28 +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>Detecting IE8 modes / emulate as IE7</title>
		<link>http://www.ladysign-apps.com/blog/code/html/making-ie8-emulate-as-ie7/</link>
		<comments>http://www.ladysign-apps.com/blog/code/html/making-ie8-emulate-as-ie7/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 14:30:52 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser modes]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[document modes]]></category>
		<category><![CDATA[emulate ie7]]></category>
		<category><![CDATA[EmulateIE7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[render ie7]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=532</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>Now when IE8 is finally official released, (and I hope lots of people will drop IE6), there is the possibility (specially[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>Now when IE8 is finally official released, (and I hope lots of people will drop IE6), there is the possibility (specially when you don&#8217;t built your website according webstandards!), that the page is not working anymore for IE8. To help developers, Microsoft created a quickfix to render your page in different browser and document modes, such as IE7 instead of IE8.</p>
<p>All you have to do is place the below meta-tag in the head of your HTML.<br />
The best is to load it before any other meta or script tags!</p>
<pre class="brush: xml;">
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE7&quot; /&gt;
</pre>
<p><strong>X-UA-Compatible Content Property</strong></p>
<ul>
<li><em>IE=7</em> -> Displays in IE7 Standards mode; Already supported in the IE8 Beta 1 release.</li>
<li><em>IE=EmulateIE7</em> ->Display standards DOCTYPEs in IE7 Standards mode; Display quirks DOCTYPEs in Quirks mode; (Available through the IE June Security Update for IE8 Beta 1)</li>
<li><em>IE=8</em> -> This will tell Windows Internet Explorer 8 to render each page using CSS 2.1 standards. Note that IE8 will also have a new Javascript Engine so some JS-tricks won&#8217;t work.
</li>
</ul>
<p><strong>Browser modes</strong></p>
<ul>
<li>
<strong>Internet Explorer 7 Mode</strong><br />
The user-agent will appear as an IE 7.0.<br />
<em>Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)</em>
</li>
<li>
<strong>Internet Explorer 8 Compatibility Mode</strong><br />
The user-agent will appear as an IE 8.0.<br />
<em>Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB5; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)</em>
</li>
</ul>
<p>The developer toolbar (F12) of Internet Explorer 8 can control these settings and will override any other settings that have been set via the (above) metatags or the Compatibility View options. When changing a setting the browser will refresh and load the appropriate new configuration.</p>
<p>Note that by default IE8 will set all publicly accessible Internet sites to run in IE 8 mode and all local and intranet sites to IE 8 compatible mode.<br />
When a website has the strict doctype then it will display the menu option: &#8220;Compat View&#8221; in the Page menu, which allows the user to change to compatibility mode. For sites that are using quirks mode it will not offer this option, but with the developer toolbar you always can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/html/making-ie8-emulate-as-ie7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
