<?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>Robert Sinclaire &#187; ie</title>
	<atom:link href="http://robertsinclaire.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertsinclaire.com</link>
	<description>Life is complex.....simplify</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:00:02 +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>Why sites break in IE7</title>
		<link>http://robertsinclaire.com/2006/11/17/why-sites-break-in-ie7/</link>
		<comments>http://robertsinclaire.com/2006/11/17/why-sites-break-in-ie7/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 15:11:56 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Code & Design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=107</guid>
		<description><![CDATA[Three reasons sites break in Internet Explorer 7. This is a great write-up by Swedish blogger Roger Johansson. From my experiences over the last month, I would say he hit the hammer right on the head. This is what he had to say: Sites that have an XML declaration before the DOCTYPE, making IE 6 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.456bereastreet.com/archive/200611/three_reasons_sites_break_in_internet_explorer_7/">Three reasons sites break in Internet Explorer 7.</a></p>
<p>This is a great write-up by Swedish blogger Roger Johansson. From my experiences over the last month, I would say he hit the hammer right on the head. This is what he had to say:</p>
<blockquote>
<ol>
<li>Sites that have an XML declaration before the DOCTYPE, making IE 6 use quirks mode, but not IE 7. Both browsers still get the same CSS, so IE 7 renders it differently.</li>
<li>Sites that depend heavily on CSS hacks that no longer work in IE 7.</li>
<li>Sites that use conditional comments to feed a bugfix stylesheet to IE without specifying a version number, thereby making IE 7 load the bugfixes and mess up rendering.</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2006/11/17/why-sites-break-in-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 problem fixed</title>
		<link>http://robertsinclaire.com/2006/11/01/ie7-problem-fixed/</link>
		<comments>http://robertsinclaire.com/2006/11/01/ie7-problem-fixed/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 16:32:21 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Code & Design]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[site news]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=103</guid>
		<description><![CDATA[I finally fixed the IE7 problem that plagued this site, although it&#8217;s really only a temporary fix. It&#8217;s also a very ugly fix. I had to use a conditional comment in my code which detects Internet Explorer 7 browsers and then loads a separate CSS file. &#60;!--[if IE 7]&#62; &#60;link rel="stylesheet" type="text/css" href="../wp-content/themes/skyecade/ie7_hacks.css" /&#62; &#60; [...]]]></description>
			<content:encoded><![CDATA[<p>I finally fixed the IE7 problem that plagued this site, although it&#8217;s really only a temporary fix. It&#8217;s also a very ugly fix. I had to use a conditional comment in my code which detects Internet Explorer 7 browsers and then loads a separate CSS file.</p>
<p><code><br />
&lt;!--[if IE 7]&gt;<br />
&lt;link rel="stylesheet" type="text/css" href="../wp-content/themes/skyecade/ie7_hacks.css" /&gt;<br />
&lt; ![endif]--&gt;<br />
</code></p>
<p>It sucks that I had to do it this way. I was warned by multiple web developers that this is not the preferred method and I completely to agree with them. For now though, the site works in IE7 and it will buy me some time until I can really look over the code and see what, if anything, is causing this stupid, annoying, pain in my ass behavior. It should be fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2006/11/01/ie7-problem-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&lt;!-&#160;-  begin IE7 hack  -&#160;-&gt;</title>
		<link>http://robertsinclaire.com/2006/10/25/begin-ie7-hack/</link>
		<comments>http://robertsinclaire.com/2006/10/25/begin-ie7-hack/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 16:19:19 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Code & Design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=94</guid>
		<description><![CDATA[Internet Explorer 7 has been out for about a week now and my head is already spinning. For those of you who are not using this &#60;sarcasm>fabulous&#60;/sarcasm> piece of software and can&#8217;t see the horrible mess my website has become, have a look for yourself. Isn&#8217;t it fantastic?. As you can see, the lists in [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 7 has been out for about a week now and my head is already spinning. For those of you who are not using this &#60;sarcasm>fabulous&#60;/sarcasm> piece of software and can&#8217;t see the horrible mess my website has become, <a href="http://static.flickr.com/93/274812022_a233ff0d61_b.jpg">have a look for yourself</a>. Isn&#8217;t it fantastic?. As you can see, the lists in the right sidebar are stepping left and overlapping the content. Yes, I&#8217;ve been using the beta for quite some time now, and yes, I&#8217;ve known about this irritating little bug for a couple of months, but I kept telling myself that Microsoft would never release a browser with such obvious shortcomings. Guess what&#8230;</p>
<p>This site uses a lot of CSS and is written in xhtml (transitional), both of which comply with w3c standards. Validate them yourselves if you wish. BUT WAIT! Before you do, I should mention that though the <em>site</em> code complies with w3c standards, some of the content may not always validate properly, e.g., when embedding videos from Youtube. So to validate this site, <a href="http://skyecade.net/?p=94">click on this to leave the front page</a> and then click on the two buttons below.</p>
<div align="center"><a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://skyecade.net/wp-content/themes/skyecade/images/css.png" alt="CSS Validation" /></a>&nbsp;&nbsp; &amp; &nbsp;&nbsp;<a href="http://validator.w3.org/check/referer"><img src="http://skyecade.net/wp-content/themes/skyecade/images/xhtml10.png" alt="XHTML Validation" /></a></div>
<p>Needless to say, the site renders perfectly when using Firefox, Opera, Netscape, Safari, Konqueror, and even older versions of Internet Explorer. Grrrr. I&#8217;m so disappointed. <img src='http://robertsinclaire.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I was really looking forward to this release.</p>
<p>So what now? I could block all IE7 users from my site. That&#8217;s just mean. Not to mention that in about one months time IE7 is going to be included in Microsoft&#8217;s automatic updates &#8211; which in turn, means that the majority of Window&#8217;s user&#8217;s will be upgrading to IE7. That&#8217;s a little under 50% of my visitors. <em>Yeah, I thought that was a crazy statistic too.</em> That obviously means that about half of the people that visit this site are using something other than Internet Explorer. Although, I&#8217;ve always assumed that people who read and/or write blogs were more likely to use an alternative browser to Internet Explorer, but I never would have guessed 50%. My faith in humanity has just doubled.</p>
<p>Maybe I should just wait for Microsoft to fix this problem for me. (you may now take a moment to laugh). Done?</p>
<p>No, I think my only viable option here is to find a CSS expert who can write me an IE7 hack of some type. If it&#8217;s even possible. I really don&#8217;t want to do a complete site redesign just because of one stupid company that can&#8217;t play nice with the rest of the kids in the yard.</p>
<p>To help clarify my last statement:</p>
<ul>
<li>kids = web standards</li>
<li>yard = the internet</li>
<li>stupid = Microsoft </li>
</ul>
<p>Alright, I don&#8217;t think Microsoft is stupid. In fact, I think they can be down right brilliant at times. So why, then, can&#8217;t they get something as simple as this correct? Why, oh why.</p>
<p>Anyways, I don&#8217;t plan on doing anything drastic for a while. Maybe Bill Gates is a frequent reader of my site and will be appalled with what he sees and go back to Redmond and personally fix the problem himself. Thanks Bill! I owe you one.</p>
<p>Enough blabbering. What is the moral of this story ladies and gentlemen? For the love of god, download <a href="http://getfirefox.com">Firefox</a>.</p>
<p>&#60;!-&nbsp;-  end IE7 hack  -&nbsp;-><br />
<br class="break" /></p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2006/10/25/begin-ie7-hack/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox commercial. Too funny</title>
		<link>http://robertsinclaire.com/2006/04/14/firefox-commercial-this-is-too-funny/</link>
		<comments>http://robertsinclaire.com/2006/04/14/firefox-commercial-this-is-too-funny/#comments</comments>
		<pubDate>Fri, 14 Apr 2006 14:08:59 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[commercial]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=50</guid>
		<description><![CDATA[I laughed my ass off for five minutes straight when I saw this. I had to post it. I suppose it may not be quite as funny if you don&#8217;t use Firefox. Then again&#8230; Firefox commercial]]></description>
			<content:encoded><![CDATA[<p>I laughed my ass off for five minutes straight when I saw this. I had to post it. I suppose it may not be quite as funny if you don&#8217;t use Firefox. Then again&#8230;</p>
<p><object codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="480" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" height="376"><param name="src" value="http://media.revver.com/broadcast/19542/video.mov" /><param name="controller" value="True" /><param name="cache" value="False" /><param name="autoplay" value="False" /><param name="kioskmode" value="False" /><param name="scale" value="tofit" /><embed src="http://media.revver.com/broadcast/19542/video.mov" pluginspage="http://www.apple.com/quicktime/download/" scale="tofit" kioskmode="False" qtsrc="http://media.revver.com/broadcast/19542/video.mov" cache="False" height="376" width="480" controller="True" type="video/quicktime" autoplay="False"></embed></object></p>
<p><a href="http://www.firefoxflicks.com/flick/index.php?id=19542&#038;c=false">Firefox commercial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2006/04/14/firefox-commercial-this-is-too-funny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.revver.com/broadcast/19542/video.mov" length="869136" type="video/quicktime" />
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/21 queries in 0.011 seconds using disk: basic
Object Caching 414/464 objects using disk: basic

Served from: robertsinclaire.com @ 2012-02-07 23:45:21 -->
