<?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>eugene.K &#187; HTML</title>
	<atom:link href="http://ekdd.co.il/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://ekdd.co.il</link>
	<description>web developer to web developers</description>
	<lastBuildDate>Tue, 22 Sep 2009 06:05:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>HOWTO: Force IE 7 rendering in IE 8</title>
		<link>http://ekdd.co.il/force-ie-7-rendering-in-ie-8/</link>
		<comments>http://ekdd.co.il/force-ie-7-rendering-in-ie-8/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:00:50 +0000</pubDate>
		<dc:creator>eugene</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://ekdd.co.il/?p=78</guid>
		<description><![CDATA[If you haven’t checked how your website looks like in Internet Explorer 8 this might be the time to do that, latest version of  Microsoft’s browser have slightly different engine which can cause your site to be unusable. This code shows how to force Internet Explorer 8 to act like Internet Explorer 7 which reduces [...]]]></description>
			<content:encoded><![CDATA[<p><strong>If</strong> you haven’t checked how your website looks like in Internet Explorer 8 this might be the time to do that, latest version of  Microsoft’s browser have slightly different engine which can cause your site to be unusable. This code shows how to force Internet Explorer 8 to act like Internet Explorer 7 which reduces the amount of css and html tweaks you may need to add in order to have cross browser website.</p>
<p><span id="more-78"></span></p>
<p><strong>code:</strong></p>
<p>Add this code to head element of your html page</p>
<pre class="brush: html">

&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=7&quot; /&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ekdd.co.il/force-ie-7-rendering-in-ie-8/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
