<?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; xhtml</title>
	<atom:link href="http://robertsinclaire.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertsinclaire.com</link>
	<description>Life is complex.....simplify</description>
	<lastBuildDate>Tue, 24 Apr 2012 17:42:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Notice anything different?</title>
		<link>http://robertsinclaire.com/2008/10/07/notice-anything-different/</link>
		<comments>http://robertsinclaire.com/2008/10/07/notice-anything-different/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 10:58:15 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Cyberculture & the Net]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[site news]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://robertsinclaire.com/?p=569</guid>
		<description><![CDATA[Yup, that&#8217;s right&#8230;everything. I traded in my original (hacked beyond recognition) red theme, for a new, more functional minimalistic theme. It&#8217;s amazing what a fresh coat of CSS will do for a site. All the code under the hood has been overhauled as well. I also changed the name of the site from :skyecade online [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/skyecade/2909108421/" title="The old site design by Robert Sinclaire, on Flickr"><img class="left" src="http://farm4.static.flickr.com/3227/2909108421_71bda6707f_o.jpg" width="270" height="173" alt="The old site design" /></a>Yup, that&#8217;s right&#8230;everything. I traded in my original (hacked beyond recognition) red theme, for a new, more functional minimalistic theme. It&#8217;s amazing what a fresh coat of CSS will do for a site. All the code under the hood has been overhauled as well.</p>
<p>I also changed the name of the site from <em>:skyecade online</em> to simply <em>robertsinclaire.com</em>. It&#8217;s been something I&#8217;ve been toying with for a while now. All the original URLs will still work, however, so feel free to keep plugging in skyecade.net if that&#8217;s what you prefer.</p>
<p>Lastly, I added a &#8220;Subscribe Via Email&#8221; section to the side bar for people who would like all my wonderful posts sent directly to their inbox. Never again will you miss out on the pure awesomeness which is <del datetime="2008-10-07T10:41:20+00:00">:skyecade online</del> robertsinclaire.com. Just pop in your email address, hit &#8220;Subscribe&#8221;, and wait by your inbox. Oh yeah!</p>
<p>Okay, off to jury duty&#8230;&#8230;again.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2008/10/07/notice-anything-different/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>&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>
	</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 3/11 queries in 0.005 seconds using disk: basic
Object Caching 375/400 objects using disk: basic

Served from: robertsinclaire.com @ 2012-05-23 10:48:36 -->
