<?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; javascript</title>
	<atom:link href="http://everythingiscrap.com/tag/javascript/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, 02 May 2012 15:33:28 +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>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>

