<?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; css</title>
	<atom:link href="http://robertsinclaire.com/tag/css/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>
		<item>
		<title>Phrostbyte.net is signing off</title>
		<link>http://robertsinclaire.com/2006/08/14/phrostbytenet-is-signing-off/</link>
		<comments>http://robertsinclaire.com/2006/08/14/phrostbytenet-is-signing-off/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 03:19:46 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Cyberculture & the Net]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phrostbyte]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sad]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=76</guid>
		<description><![CDATA[I officially closed phrostbyte.net today. Phrostbyte holds a certain amount of sentimental value to me. It was an ugly site when it was up, but it was completely original. I wrote the site entirely by hand in html, which I learned as I went along. Later, I added things like javascript and CGI, skills that [...]]]></description>
			<content:encoded><![CDATA[<p>I officially closed <a href="http://phrostbyte.net">phrostbyte.net</a> today. <img src='http://robertsinclaire.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Phrostbyte holds a certain amount of sentimental value to me. It was an ugly site when it was up, but it was completely original. I wrote the site entirely by hand in html, which I learned as I went along. Later, I added things like javascript and CGI, skills that I had also picked up along the way. I added chat rooms via IRC, integrated into the site with javascript. I embedded multiple search engines within the site. I had reference pages, shout boxes, arcade games, you name it. I wanted to try everything I could. I even had my first taste of SQL, PHP, and CSS with Phrostbyte. It has been a great experience.<a href="http://skyecade.net/flickr/photo/215477863/Phrostbyte_Logo.html" class="tt-flickr"><img class="right"  src="http://static.flickr.com/65/215477863_bf69cd3500_m.jpg" alt="Phrostbyte Logo" width="240" height="75" border="0" /></a></p>
<p>
I also had a pseudo-blog on my site. This was long before I even new what a blog was. Blogs have been around since the mid 90&#8242;s, just not on my side of the net. I was a member of the forumsphere, so to speak, not the blogosphere. On the front page of my site, however, I had a column where I would write on a variety of topics. The mechanism even worked the same way as a traditional blog. Every time I made an entry, the previous entry would be pushed down and replaced with the new one, complete with a time &#038; date stamp. Very blog like, huh? I guess you could say that Phrostbyte was my first real blog.</p>
<p>I&#8217;d have to say that my favorite part of Phrostbyte were the discussion boards. I used a great software package called Ikonboard. I later switched to phpBB and then to SMF. As far as free software goes, I still like Ikonboard the best.</p>
<p>It wasn&#8217;t the software that made the forums great though. The forums were tiny, with only a hand full of close friends that used it regularly, but it was always active and we always new where to find each other.</p>
<p>The site has been dead for quite some time now and it&#8217;s the right time to shut her down. I still have skyecade.net and I&#8217;m also working on a new community site which will, in a sense, be replacing Phrostbyte. I hope to officially launch it within the next 2 months.</p>
<p>I would like to bring Phrostbyte back sometime in the future. What form she&#8217;ll take I can&#8217;t say. I&#8217;ll probably use her for some other educational endeavor. Perhaps Python or Ruby. Or maybe even a little Ajax. Time will surely tell.</p>
<div align="center"><em>Our life is frittered away by detail&#8230; Simplify, simplify&#8230;. Henry Thoreau</em></div>
<div align="center">Phrostbyte has officially signed off.</div>
<p><img class="centered" src="http://static.flickr.com/65/215486933_5ce401c2b4_t.jpg" alt="subavatar" width="84" height="100" border="0" /></p>
<div align="center">A special thanks goes out to  to Smurfette, Bull, and Green. It&#8217;s been a great ride.</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2006/08/14/phrostbytenet-is-signing-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online and ready to go</title>
		<link>http://robertsinclaire.com/2005/09/15/online-and-ready-to-go/</link>
		<comments>http://robertsinclaire.com/2005/09/15/online-and-ready-to-go/#comments</comments>
		<pubDate>Thu, 15 Sep 2005 04:00:10 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Cyberculture & the Net]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=20</guid>
		<description><![CDATA[After about a week straight of tweaking the style sheet, I&#8217;m finally happy with the outcome. None of the static pages have content yet, i.e., about, contact, links, but I&#8217;m working on it. That is the next project on my ever growing list of projects. I will eventually get around to getting coldspell and phrostbyte [...]]]></description>
			<content:encoded><![CDATA[<p>After about a week straight of tweaking the style sheet, I&#8217;m finally happy with the outcome. None of the static pages have content yet, i.e., about, contact, links, but I&#8217;m working on it. That is the next project on my ever growing list of projects. I will eventually get around to getting coldspell and phrostbyte back up and running as well. But for now all my focus and attention is on skyecade. Thank you to everyone who helped me out with this little project. I am in no way a CSS guru and I appreciate all the programming tips and help that I received.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2005/09/15/online-and-ready-to-go/feed/</wfw:commentRss>
		<slash:comments>0</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/17 queries in 0.006 seconds using disk: basic
Object Caching 472/517 objects using disk: basic

Served from: robertsinclaire.com @ 2012-05-22 14:54:23 -->
