<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Forcing Compatibility Mode in IE8 when users view your page</title>
	<atom:link href="http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/</link>
	<description>Maps, Photography and Mountains</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:05:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ivan Pointer</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-29087</link>
		<dc:creator>Ivan Pointer</dc:creator>
		<pubDate>Mon, 02 Aug 2010 23:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-29087</guid>
		<description>Yes!  A fix to a fix!  Gotta love M$.  The true solution?  W3C...</description>
		<content:encoded><![CDATA[<p>Yes!  A fix to a fix!  Gotta love M$.  The true solution?  W3C&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tpcr</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-27921</link>
		<dc:creator>tpcr</dc:creator>
		<pubDate>Sun, 27 Jun 2010 16:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-27921</guid>
		<description>If compatibility moad is not working with the above code, try:
  &lt;!-- IE7 mode--&gt;

just after your  tag.  This should force to IE7.  Other forces available are as follows:
   &lt;!-- IE5 mode --&gt;
 &lt;!-- IE8 mode --&gt;
   &lt;!-- IE5 mode --&gt; 

Hope this helps.  (For browser coding issues be sure to place this at the top of your header).</description>
		<content:encoded><![CDATA[<p>If compatibility moad is not working with the above code, try:<br />
  <!-- IE7 mode--></p>
<p>just after your  tag.  This should force to IE7.  Other forces available are as follows:<br />
   <!-- IE5 mode --><br />
 <!-- IE8 mode --><br />
   <!-- IE5 mode --> </p>
<p>Hope this helps.  (For browser coding issues be sure to place this at the top of your header).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-25550</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-25550</guid>
		<description>You are a legend.  I have already wasted hours trying to figure out what was going on but found the problem then your answer in quick succession.  Still going to move to CSS to properly fix the problem but over this hump. Keep up the good work:-)</description>
		<content:encoded><![CDATA[<p>You are a legend.  I have already wasted hours trying to figure out what was going on but found the problem then your answer in quick succession.  Still going to move to CSS to properly fix the problem but over this hump. Keep up the good work:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Hanna</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-24236</link>
		<dc:creator>Nate Hanna</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-24236</guid>
		<description>Notice: While this trick will render the Document Mode in &quot;IE7 Standards&quot; it leaves the Browser Mode in &quot;IE8&quot; instead of making it &quot;IE8 Compat View&quot;. The issue this brings is with e-commerce websites and Google/PayPal Checkout. If your customer is logged into your e-commerce website and you offer a PayPal/Google Checkout method and they use it; they will be logged out of your website when they return from PayPal. This is an issue depending on how you work with those services (1) it could cause the order to be charged and NOT show in your e-commerce system; or (2) if you have the final review on your website the order will never finish. 

The reason for this is due to &quot;Express Setup&quot; with IE8. That setup process checks a checkbox under Compatibility View Settings called &quot;Include updated website lists from Microsoft&quot;. If this is checked it will force websites to render in the Browser Mode &quot;IE8 Compat View&quot;; whereas the META tag solution DOES NOT. As a result, I have found that if your website does not render the &quot;IE8 Compat View&quot; mode and they goto a website that DOES; all authentication sessions and cookies are lost. For more information see my blog post: http://www.nathanhanna.com/2009/11/30/paypal-ie8-issue-demystified/</description>
		<content:encoded><![CDATA[<p>Notice: While this trick will render the Document Mode in &#8220;IE7 Standards&#8221; it leaves the Browser Mode in &#8220;IE8&#8243; instead of making it &#8220;IE8 Compat View&#8221;. The issue this brings is with e-commerce websites and Google/PayPal Checkout. If your customer is logged into your e-commerce website and you offer a PayPal/Google Checkout method and they use it; they will be logged out of your website when they return from PayPal. This is an issue depending on how you work with those services (1) it could cause the order to be charged and NOT show in your e-commerce system; or (2) if you have the final review on your website the order will never finish. </p>
<p>The reason for this is due to &#8220;Express Setup&#8221; with IE8. That setup process checks a checkbox under Compatibility View Settings called &#8220;Include updated website lists from Microsoft&#8221;. If this is checked it will force websites to render in the Browser Mode &#8220;IE8 Compat View&#8221;; whereas the META tag solution DOES NOT. As a result, I have found that if your website does not render the &#8220;IE8 Compat View&#8221; mode and they goto a website that DOES; all authentication sessions and cookies are lost. For more information see my blog post: <a href="http://www.nathanhanna.com/2009/11/30/paypal-ie8-issue-demystified/" rel="nofollow">http://www.nathanhanna.com/2009/11/30/paypal-ie8-issue-demystified/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-21221</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Tue, 08 Dec 2009 22:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-21221</guid>
		<description>worked for me, as mentioned like everyone else above it needs to be the FIRST THING IN THE HEAD TAG.</description>
		<content:encoded><![CDATA[<p>worked for me, as mentioned like everyone else above it needs to be the FIRST THING IN THE HEAD TAG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-21026</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 03 Dec 2009 23:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-21026</guid>
		<description>Thanks, worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks, worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-20398</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-20398</guid>
		<description>This saved me a lot of time this week.</description>
		<content:encoded><![CDATA[<p>This saved me a lot of time this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-20223</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 09 Nov 2009 19:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-20223</guid>
		<description>The patch above did not make a difference. Compatability mode turned on did it.</description>
		<content:encoded><![CDATA[<p>The patch above did not make a difference. Compatability mode turned on did it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Force compatibility mode in IE8 - I am looking at the robot</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-20030</link>
		<dc:creator>Force compatibility mode in IE8 - I am looking at the robot</dc:creator>
		<pubDate>Thu, 05 Nov 2009 01:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-20030</guid>
		<description>[...] Found it here [...]</description>
		<content:encoded><![CDATA[<p>[...] Found it here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.timwarr.net/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/comment-page-1/#comment-19312</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://timwarr.wordpress.com/2008/09/29/forcing-compatibility-mode-in-ie8-when-users-view-you-page/#comment-19312</guid>
		<description>This was great! Thanks a bundle.</description>
		<content:encoded><![CDATA[<p>This was great! Thanks a bundle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

