<?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; site news</title>
	<atom:link href="http://robertsinclaire.com/tag/site-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertsinclaire.com</link>
	<description>Life is complex.....simplify</description>
	<lastBuildDate>Wed, 21 Jul 2010 16:09:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>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>Happy birthday blog</title>
		<link>http://robertsinclaire.com/2006/09/15/happy-birthday-blog/</link>
		<comments>http://robertsinclaire.com/2006/09/15/happy-birthday-blog/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 17:11:52 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Cyberculture & the Net]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[site news]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=83</guid>
		<description><![CDATA[Today, skyecade online is exactly 1 year old. Yay! They grow up so fast. This entry marks my 53rd post to this blog. That&#8217;s an average of 1 post per week (I figured this out using a mathematical equation which is far to complex to post here). One post per week is rather pathetic by [...]]]></description>
			<content:encoded><![CDATA[<p>Today, <a href="http://skyecade.net">skyecade online</a> is exactly 1 year old. Yay! They grow up so fast.</p>
<p>This entry marks my 53rd post to this blog. That&#8217;s an average of 1 post per week (I figured this out using a mathematical equation which is far to complex to post here). One post per week is rather pathetic by blogging standards. I was recently visiting another blog which also reached its 1 year anniversary. That particular blogger stated that he posted an average of 1.3 times a day. Not bad.</p>
<p>I think my goal for the coming year will be to reach a minimum <em>average</em> of 4 posts per week. That should be doable.</p>
<p>Happy birthday blog!</p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2006/09/15/happy-birthday-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#039;m under attack</title>
		<link>http://robertsinclaire.com/2006/08/23/im-under-attack/</link>
		<comments>http://robertsinclaire.com/2006/08/23/im-under-attack/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 01:50:31 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Rogue Bytes]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[site news]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[zen geeks]]></category>

		<guid isPermaLink="false">http://skyecade.net/?p=78</guid>
		<description><![CDATA[Well not really, but my blog is. This past week I have been brutally fighting off spammers from all directions. They are relentless. Before last week I [maybe] had a total of 5 incidents of spam. This week, 52. Say what? 52. One more time? 52. Bastards! My blog obviously made it onto some dark [...]]]></description>
			<content:encoded><![CDATA[<p>Well not really, but my blog is. This past week I have been brutally fighting off spammers from all directions. They are relentless. Before last week I [maybe] had a total of 5 incidents of spam. This week, 52. Say what? 52. One more time? 52. Bastards!</p>
<p>My blog obviously made it onto some dark and loathsome list. I&#8217;ve been so busy with the new website that I haven&#8217;t really had the time to combat these evil spammers from hell. Some good news though, the new website is coming along nicely and will hopefully be ready within the next 45 days or so. Yippee!</p>
<p>I set aside some time tonight to install some spam thwarting plug-ins and scripts. For the love of God I hope it works. I am so sick of seeing ads for Viagra and discount perfume and cheap tickets and phentermine. What the hell is phentermine?</p>
<p>Wish me luck. I&#8217;ll let you know how it turns out. In the meantime, if you see a comment from someone like jim@bigboobs4all.tv or stiff_one@viagracheap.ru, please, just move along. Unless, of course, you want a good deal on Viagra. Then yes, stiff_one would be the man for you. <img src='http://robertsinclaire.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://robertsinclaire.com/2006/08/23/im-under-attack/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
