<?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>ElbertF &#187; microsoft</title>
	<atom:link href="http://elbertf.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://elbertf.com</link>
	<description>Insights and Updates from a Tech Geek</description>
	<lastBuildDate>Fri, 23 Jul 2010 09:12:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Internet Explorer 8 for IE6 and IE7 testing</title>
		<link>http://elbertf.com/2009/10/using-internet-explorer-8-for-ie6-and-ie7-testing/</link>
		<comments>http://elbertf.com/2009/10/using-internet-explorer-8-for-ie6-and-ie7-testing/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 23:06:54 +0000</pubDate>
		<dc:creator>ElbertF</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://ElbertF.com/?p=342</guid>
		<description><![CDATA[I personally don&#8217;t care what my websites look like in IE6 or 7 (or 8) but for those who do there is neat little trick to test your site for these&#160;browsers. The hard&#160;way If you&#8217;re on Windows XP or older you can use a standalone version of IE6. If you&#8217;re on Windows 7 (not the [...]]]></description>
			<content:encoded><![CDATA[<p>I personally don&#8217;t care what my websites <a href="http://elbertf.com/ie6ify">look like in IE6</a> or 7 (or 8<!---->) but for those who do there is neat little trick to test your site for these&nbsp;browsers.</p>
<h4>The hard&nbsp;way</h4>
<p>If you&#8217;re on Windows XP or older you can use a <a href="http://tredosoft.com/Multiple_IE">standalone version of IE6</a>. If you&#8217;re on Windows 7 (not the beta though), you can use Microsoft&#8217;s free &#8220;<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&#038;displaylang=en">IE Application Compatibility VPC Image</a>&#8221; to run XP with IE6 or 7 in a virtual machine. If you&#8217;re on any other operating system (Windows Vista, Mac OS, Linux) and have a Windows XP license you can run it using a VM like&nbsp;<a href="http://www.virtualbox.org/">VirtualBox</a>.</p>
<h4>The easy&nbsp;way</h4>
<p>If you&#8217;re already running IE8 there is an easier way. <a href="http://www.microsoft.com/windows/internet-explorer/features/easier.aspx">Compatibility View</a> will render pages as IE7, and a missing <a href="http://www.w3.org/QA/Tips/Doctype">doctype</a> will cause pages to be rendered as IE6 in <a href="http://en.wikipedia.org/wiki/Quirks_mode">quirks&nbsp;mode</a>.</p>
<p>You can simply remove the doctype from your pages when you&#8217;re testing for IE6 or ― if you&#8217;re using PHP ― add a simple&nbsp;switch:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'ie6'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-
strict.dtd&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Now you can simply add &#8220;?ie6&#8221; to the URL in IE8 to see what your page looks like in IE6. You can even keep several tabs open to make sure it works with all&nbsp;versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://elbertf.com/2009/10/using-internet-explorer-8-for-ie6-and-ie7-testing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>IE6ify Bookmarklet</title>
		<link>http://elbertf.com/2009/06/ie6ify-bookmarklet/</link>
		<comments>http://elbertf.com/2009/06/ie6ify-bookmarklet/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:22:32 +0000</pubDate>
		<dc:creator>ElbertF</dc:creator>
				<category><![CDATA[app updates]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie6ify]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://ElbertF.com/?p=267</guid>
		<description><![CDATA[Today I created yet another utterly useless (but hopefully mildly entertaining) application;&#160;IE6ify. It&#8217;s a bookmarklet that brings the joy of browsing the web with Microsoft Internet Explorer 6 to modern browsers. For almost a decade IE6 has managed to intrigue me by breaking standards-compliant websites in the most unpredictable ways. Whatever you did to fix [...]]]></description>
			<content:encoded><![CDATA[<p>Today I created yet another utterly useless (but hopefully mildly entertaining) application;&nbsp;<a href="http://elbertf.com/ie6ify/">IE6ify</a>.</p>
<p>It&#8217;s a bookmarklet that brings the joy of browsing the web with <a href="http://en.wikipedia.org/wiki/IE6">Microsoft Internet Explorer 6</a> to modern browsers. For almost a decade IE6 has managed to intrigue me by breaking <a href="http://www.w3.org/">standards-compliant</a> websites in the most unpredictable ways. Whatever you did to fix a problem only made things worst, like an ugly dragon that grows two heads every time you cut one&nbsp;off.</p>
<p>Since it&#8217;s not possible to run IE6 natively on Windows Vista or 7 and IE6 in Linux Wine is a nightmare, I figured a lot of you would miss the old days. With IE6ify you can break any website in true IE6&nbsp;fashion.</p>
<p>Website:&nbsp;<a href="http://elbertf.com/ie6ify">elbertf.com/ie6ify</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://elbertf.com/2009/06/ie6ify-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
