<?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>My Piece of the Inter(.)net &#187; Websites</title>
	<atom:link href="http://mypieceoftheinter.net/tag/websites/feed" rel="self" type="application/rss+xml" />
	<link>http://mypieceoftheinter.net</link>
	<description>A place for my geekish ramblings or whatever I find interesting.</description>
	<lastBuildDate>Mon, 16 Jan 2012 16:35:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Facebook (Lonely) Friend Suggestions</title>
		<link>http://mypieceoftheinter.net/archives/1905</link>
		<comments>http://mypieceoftheinter.net/archives/1905#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:43:51 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Screenshots]]></category>
		<category><![CDATA[Social Websites]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/1905</guid>
		<description><![CDATA[I find this sad and hilarious. (highlighted) &#160;]]></description>
			<content:encoded><![CDATA[<p>I find this sad and hilarious. (highlighted)   <br />&#160;<img style="border-bottom-color: ; border-top-color: ; display: inline; border-right-color: ; border-left-color: " title="facebook lonely friend suggestions" alt="facebook lonely friend suggestions" src="http://mypieceoftheinter.net/wp-content/uploads/2009/11/facebook_lonely_friend_suggestions1.png" width="264" height="287" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/1905/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazy man&#8217;s way to prepare for IE8</title>
		<link>http://mypieceoftheinter.net/archives/1377</link>
		<comments>http://mypieceoftheinter.net/archives/1377#comments</comments>
		<pubDate>Fri, 23 Jan 2009 21:44:30 +0000</pubDate>
		<dc:creator>David McGrath</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Compatability]]></category>
		<category><![CDATA[Compatability View]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://mypieceoftheinter.net/archives/1377</guid>
		<description><![CDATA[Internet Explorer 8, Microsoft’s up-and-coming browser to supersede Internet Explorer 7, has a very different layout engine than it’s predecessor.&#160; IE8’s engine is much more standards-compliant than any version of IE so far.&#160; Standards-compliance is great, but for IE it does yield some unfortunate consequences.&#160; Websites that produce special code for pages downloaded with IE7 [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 8, Microsoft’s up-and-coming browser to supersede Internet Explorer 7, has a very different <a href="http://en.wikipedia.org/wiki/Layout_engine">layout engine</a> than it’s predecessor.&#160; IE8’s engine is much more standards-compliant than any version of IE so far.&#160; Standards-compliance is great, but for IE it does yield some unfortunate consequences.&#160; Websites that produce special code for pages downloaded with IE7 often send the same quirky code to IE8, which renders the page according to the “official rules”.&#160; The end result is a webpage that doesn’t look right.</p>
<p>IE8 has a few features for the transition time between now and when IE7 (and older) usage drops to an insignificant level.&#160; First is Compatibility View.&#160; If the user sees a website that isn’t rendering correctly (for example, my website right now), he can click the “broken page” button in the navigation bar.    <br /><a href="http://mypieceoftheinter.net/wp-content/uploads/2009/01/compatabilityviewbutton.png"><img style="display: inline" title="compatability view button" alt="compatability view button" src="http://mypieceoftheinter.net/wp-content/uploads/2009/01/compatabilityviewbutton-thumb.png" width="140" height="47" /></a></p>
<p> <span id="more-1377"></span>
<p> Here is the page viewed in Standards Mode.&#160; (I scrolled down to show how the content is pushed down past the sidebar.)    <br /><a href="http://mypieceoftheinter.net/wp-content/uploads/2009/01/websitestandardsmode.png"><img style="display: inline" title="website, standards mode" alt="website, standards mode" src="http://mypieceoftheinter.net/wp-content/uploads/2009/01/websitestandardsmode-thumb.png" width="550" height="480" /></a></p>
<p>Here is the page viewed in Compatibility View, which is called “quirks mode” behind the scenes.    <br /><a href="http://mypieceoftheinter.net/wp-content/uploads/2009/01/websitecompatabilityview.png"><img style="display: inline" title="website, compatability view" alt="website, compatability view" src="http://mypieceoftheinter.net/wp-content/uploads/2009/01/websitecompatabilityview-thumb.png" width="547" height="480" /></a></p>
<p>I would love to know enough about <a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a> to fix my <a href="http://en.wikipedia.org/wiki/Wordpress">WordPress</a> theme to render correctly in standards mode, but honestly I have better things to do, and the website renders correctly in Firefox already, so there doesn’t seem to be much point.&#160; Why?&#160; Because I can simply force IE8 to render the website in Compatibility View with a simple tag interested into the page.&#160; What is the tag?</p>
<p><strong>&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=7&quot; /&gt;</strong></p>
<p>When I add that tag to the proper place in the WordPress theme…    <br /><img style="display: inline" title="header.php" alt="header.php" src="http://mypieceoftheinter.net/wp-content/uploads/2009/01/headerphp-thumb.png" width="441" height="189" /> </p>
<p>The webpage renders correctly, and the compatibility view button goes away.    <br /><a href="http://mypieceoftheinter.net/wp-content/uploads/2009/01/ie8forcedquirksmode.png"><img style="display: inline" title="IE8 forced quirks mode" alt="IE8 forced quirks mode" src="http://mypieceoftheinter.net/wp-content/uploads/2009/01/ie8forcedquirksmode-thumb.png" width="640" height="273" /></a></p>
<p>Note: the version of IE8 used in this post is the one that was bundled with the Windows 7 Beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://mypieceoftheinter.net/archives/1377/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

