<?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>All your round are belong to us!</title>
	<atom:link href="http://archive.spherecat1.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://archive.spherecat1.com</link>
	<description>Teh archive of teh SphereCat1.</description>
	<lastBuildDate>Sat, 16 Jan 2010 19:29:21 +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>Mac Troubles&#8230;</title>
		<link>http://archive.spherecat1.com/2010/01/mac-troubles/</link>
		<comments>http://archive.spherecat1.com/2010/01/mac-troubles/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 19:28:50 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=773</guid>
		<description><![CDATA[Hi guys! I&#8217;m writing this post to document problems I&#8217;ve been having with my main system, a 20&#8243; iMac. If you know what may be up with it, please comment, or send me an email to SphereCat1@gmail.com. Step 1: Finder crashes. The first thing that happens is that the Finder freezes. No big deal, I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-774" href="http://blog.spherecat1.com/2010/01/mac-troubles/imac-sick/"><img class="size-full wp-image-774" style="border: 0pt none;" title="Sick iMac" src="http://blog.spherecat1.com/wp-content/uploads/2010/01/imac-sick.png" alt="Sick iMac" width="290" height="281" /></a><br />
Hi guys! I&#8217;m writing this post to document problems I&#8217;ve been having with my main system, a 20&#8243; iMac. If you know what may be up with it, please comment, or send me an email to <a href="mailto:SphereCat1@gmail.com">SphereCat1@gmail.com</a>.</p>
<p><strong>Step 1: Finder crashes.<br />
</strong>The first thing that happens is that the Finder freezes. No big deal, I&#8217;ll just Relaunch it, right? No. I click the Relaunch button, it quits, and nothing else happens. If I try to restart it by clicking the icon in the Dock, an error pops up that says &#8220;The Application Finder cannot be launched. -10180&#8243;. After that, it just goes downhill.</p>
<p><strong>Step 2: Things quickly fall apart.<br />
</strong>After the Finder has stopped working, the rest of the system falls apart around my ears. Apps that rely on the Finder for anything crash as soon as they try to access it. External drives are no longer accessible by any means, and trying to umount them from the command line freezes Terminal. The shutdown and reboot commands start throwing &#8220;Illegal Instruction&#8221; errors. And trying to shutdown or reboot from the Apple menu manages to close everything, but then freezes at the point where only the wallpaper is visible.</p>
<p><strong>Step 3: Hard reboot.</strong><br />
After that, a hard reboot is the only remaining option. So, I hold the power button till it&#8217;s off, then turn it back on. Here&#8217;s the really interesting part: It freezes before the login screen appears. The login window does appear eventually, but I was waiting at a blue screen for the time it took me to write the intro and first paragraph of this article (About 3-4 minutes, I think). After that, everything works normally. After login, the Finder starts up just fine, and it&#8217;s like nothing ever happened.</p>
<p>It&#8217;s generally agreed that error -10180 is caused by a failure to access an external disk. The most recent occurrence happened while trying to run Time Machine. Even <em>more</em> odd, but probably just coincidental, was that Firefox had crashed and was refusing to start just minutes earlier, which was why I was trying to run Time Machine. Although now that I think about it, I was working in Firefox last time this happened too, although it didn&#8217;t crash.</p>
<p>This has only started happening since I installed Snow Leopard, and even more recently only since I started using Time Machine. It&#8217;s only happened twice, but it was identical both times. If anyone has an idea why this is happening, please, let me know. I&#8217;d prefer not to have to stop using Time Machine, but I may have no choice.</p>
<p>Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2010/01/mac-troubles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webkit SVG background fix!</title>
		<link>http://archive.spherecat1.com/2009/12/webkit-svg-background-fix/</link>
		<comments>http://archive.spherecat1.com/2009/12/webkit-svg-background-fix/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 17:18:31 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[SphereCat1.com]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=725</guid>
		<description><![CDATA[Hi guys! If you follow me on Twitter, you know that I&#8217;ve been running into a bug in Webkit that causes an embedded SVG to have a white background, rather than transparent. That was causing my SVG logo on http://alpha.spherecat1.com/ to look terrible in Safari and Chrome, so I have been looking for a fix [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys! If you follow me on Twitter, you know that I&#8217;ve been running into a bug in Webkit that causes an embedded SVG to have a white background, rather than transparent. That was causing my SVG logo on <a href="http://alpha.spherecat1.com/">http://alpha.spherecat1.com/</a> to look terrible in Safari and Chrome, so I have been looking for a fix for some time. I found one!</p>
<p><strong>Update:</strong> <a href="http://lists.macosforge.org/pipermail/webkit-unassigned/2009-July/120301.html" target="_blank">Here&#8217;s a link to the official bug in the MacOSForge mailing list.</a><br />
And <a href="http://code.google.com/p/chromium/issues/detail?id=21263">here&#8217;s one for Chrome.</a></p>
<h3>Intro</h3>
<p>One of the new CSS 3 properties available in Webkit-based browsers is CSS Masks. There&#8217;s a complete article on masks <a href="http://webkit.org/blog/181/css-masks/">here</a>, but the basis of it is that you can cut out part of a box using a mask image. Since it works on any <em>box </em>and not just images, we can apply it to our embedded SVGs. You can probably see where I&#8217;m going with this.</p>
<h3>Adding the CSS code</h3>
<p>Basically all you have to do in CSS is add the following code:</p>
<div class="code">#logosvg<br />
{<br />
-webkit-mask-box-image: url(&#8220;images/mask.png&#8221;) 0;<br />
}</div>
<p>Where &#8220;#logosvg&#8221; would be replaced by the id of your &lt;embed&gt; or &lt;object&gt; tag, and &#8220;images/mask.png&#8221; would be replaced by the url to your mask image, which we&#8217;ll create in a second. That really is it! Just make sure to fix the id and url, or nothing will happen.</p>
<h3>Creating the mask</h3>
<p>Now to create the mask image. For this, we can either use a PNG, or another SVG (which seems odd, since they get filled in, but it does work).</p>
<ol>
<li>First, you need to open up your SVG in the editor of choice. Be careful not to save the SVG during the next few steps, because we&#8217;ll be changing the color of all of the elements. You may want to just save it as &#8220;mask.svg&#8221; or something similar, in case you accidentally push save.</li>
<li>Now that you have the logo open, the first thing you need to do is go through and remove the stroke of any object that have one.<br />
<strong>Disclaimer: I&#8217;ve only tested this on my logo, and I had to remove the stroke to get a clean edge. Your results may vary, and please let me know if they do. I&#8217;ll update this post with the latest info.</strong></li>
<li>If you have a shadow on anything in your image, like in &#8220;Before Masking&#8221; below, you&#8217;ll have to remove that completely, or it&#8217;ll show up as a white glow instead. You&#8217;ll want to remove them from the original too, since they&#8217;ll just be masked out anyway, but save that for later, because I have a tip for that at the end.</li>
<li>This is the easiest step. Select every object in the SVG and change their fill to black, and opacity/alpha to 255/100%, whichever your editor uses.</li>
<li>If you&#8217;re using a PNG as the mask, this is the time to export it. Make sure to export it as the whole page, so it lines up with the SVG, or strange things will happen. If you&#8217;re using an SVG mask, just save this as mask.svg if you haven&#8217;t already.</li>
</ol>
<div id="attachment_733" class="wp-caption alignnone" style="width: 370px"><a rel="attachment wp-att-733" href="http://blog.spherecat1.com/2009/12/webkit-svg-background-fix/logo/"><img class="size-full wp-image-733" title="Before Masking" src="http://blog.spherecat1.com/wp-content/uploads/2009/12/logo.png" alt="Before Masking" width="360" height="120" /></a><p class="wp-caption-text">Before Masking</p></div>
<div id="attachment_735" class="wp-caption alignnone" style="width: 370px"><a rel="attachment wp-att-735" href="http://blog.spherecat1.com/2009/12/webkit-svg-background-fix/mask/"><img class="size-full wp-image-735" title="After Masking" src="http://blog.spherecat1.com/wp-content/uploads/2009/12/mask.png" alt="After Masking" width="360" height="120" /></a><p class="wp-caption-text">After Masking</p></div>
<h3>Wrap-up and notes</h3>
<p>And that should be about it! A couple more pieces of info that I&#8217;d like to pass along:</p>
<ul>
<li>If your SVG is animated during it&#8217;s time on the page, and you move objects inside of it, they will be cut off at the edges of the mask. I&#8217;m going to look into a way to dynamically generate a mask for every frame of animation, and I&#8217;ll update this post if that gets anywhere.</li>
<li>If you plan on changing the opacity of any elements in the SVG while it&#8217;s on the page, it will change the opacity fine, but it will appear as though they are in front of a white background, because they are. The only fix I&#8217;ve found for this is to copy the object that changes opacity, place it behind the original, and set the copy to the color it&#8217;ll be in front of during the animation. Obviously this won&#8217;t work well for complex or animated backgrounds, so if anyone finds a better solution, please let me know!</li>
<li>If you removed any shadows during the masking phase, and want them back, you can go back to the original image, remove everything except for the shadows, and export them as a PNG. Then, add them into your HTML document, and position them underneath the &lt;embed&gt; or &lt;object&gt; using CSS. You may need to play with your z-indexes.</li>
</ul>
<p>And now you&#8217;ve reached the end! Thanks for reading, and I hope I&#8217;ve helped somebody out with their project. Here&#8217;s the final result of all of this with my logo:</p>
<div id="attachment_752" class="wp-caption alignnone" style="width: 372px"><a rel="attachment wp-att-752" href="http://blog.spherecat1.com/2009/12/webkit-svg-background-fix/screen-shot-2009-12-30-at-12-04-31-pm/"><img class="size-full wp-image-752" title="Screen shot 2009-12-30 at 12.04.31 PM" src="http://blog.spherecat1.com/wp-content/uploads/2009/12/Screen-shot-2009-12-30-at-12.04.31-PM.png" alt="Final result" width="362" height="152" /></a><p class="wp-caption-text">Look ma, no white box!</p></div>
<p>If you want to see the final result live, check out <a href="http://alpha.spherecat1.com/">http://alpha.spherecat1.com/</a>!<br />
Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2009/12/webkit-svg-background-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The EvStick: An All-In-One Diagnostic Solution</title>
		<link>http://archive.spherecat1.com/2009/12/the-evstick-an-all-in-one-diagnostic-solution/</link>
		<comments>http://archive.spherecat1.com/2009/12/the-evstick-an-all-in-one-diagnostic-solution/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:40:34 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=721</guid>
		<description><![CDATA[Hi guys! Today I&#8217;m announcing a new project from SphereCat1, the EvStick (short for Everything Stick). The EvStick is designed to be used for diagnostics, as well as a backup system in case of hard drive failure, or something else along those lines. It has a complete live version of Linux Mint 8 running on [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys! Today I&#8217;m announcing a new project from SphereCat1, the EvStick (short for <strong>Ev</strong>erything <strong>Stick</strong>). The EvStick is designed to be used for diagnostics, as well as a backup system in case of hard drive failure, or something else along those lines. It has a complete live version of Linux Mint 8 running on a thumb drive! It will also include tools like Darik&#8217;s Boot &#8216;n&#8217; Nuke, Konboot, the Ultimate Boot CD, and more to come as I find cool stuff. Feel free to make suggestions! There will also be some surprise stuff added just because I think it&#8217;s fun.</p>
<p>So, I hope somebody out there will find this useful, because I know I will!<br />
Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2009/12/the-evstick-an-all-in-one-diagnostic-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Death of CrunchPad</title>
		<link>http://archive.spherecat1.com/2009/12/death-of-crunchpad/</link>
		<comments>http://archive.spherecat1.com/2009/12/death-of-crunchpad/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 01:57:07 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[crunchpad]]></category>
		<category><![CDATA[r.i.p.]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=715</guid>
		<description><![CDATA[Hi guys. I know, no exclamation point. It&#8217;s bad. The CrunchPad really is dead! How did this happen? Well, I won&#8217;t go into great detail, you can read Mike Arrington&#8217;s full post if you want the whole story. Basically, the manufacturing company that they had partnered with, Fusion Garage, contacted them three days before the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_716" class="wp-caption alignleft" style="width: 325px"><img class="size-full wp-image-716" title="R.I.P. CrunchPad" src="http://blog.spherecat1.com/wp-content/uploads/2009/12/crunchpadfinal.jpg" alt="R.I.P. CrunchPad" width="315" height="184" /><p class="wp-caption-text">R.I.P. CrunchPad</p></div>
<p>Hi guys. I know, no exclamation point. It&#8217;s bad. The CrunchPad really is dead! How did this happen? Well, I won&#8217;t go into great detail, you can read Mike Arrington&#8217;s <a href="http://www.techcrunch.com/2009/11/30/crunchpad-end/">full post</a> if you want the whole story. Basically, the manufacturing company that they had partnered with, <a href="http://www.fusiongarage.com/">Fusion Garage</a>, contacted them three days before the official launch and told them that they were no longer involved with the project, and that they would be selling it without TechCrunch&#8217;s involvement. That is wrong on so many levels.</p>
<p>The CrunchPad, as many of you know, was born one and a half years ago, in a <a href="http://www.techcrunch.com/2008/07/21/we-want-a-dead-simple-web-tablet-help-us-build-it/">blog post</a> by Mike Arrington. Since then, it has gained huge support, gone through 3 working prototypes, and was ready to be manufactured when this disaster took place. It was going to be a device born from the internet, and built for the people who created it. It was what we all wish for, a $300-ish dollar web tablet. And it died because of greed. All because the shareholders of Fusion Garage decided that they wanted more of the cut. Or maybe they should just go for all of it. And now they have nothing.</p>
<p>So Rest in Peace, CrunchPad, and hopefully we&#8217;ll meet again some day.<br />
Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2009/12/death-of-crunchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a shiny, happy new site!</title>
		<link>http://archive.spherecat1.com/2009/11/its-a-shiny-happy-new-site/</link>
		<comments>http://archive.spherecat1.com/2009/11/its-a-shiny-happy-new-site/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 04:06:01 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SphereCat1.com]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=713</guid>
		<description><![CDATA[Hi everybody! Man, is it good to finally have a home on the internet. SphereCat1.com is going to be a container for everything I do on the internet, and this blog is going to be the place where I babble incessantly about said stuff. I&#8217;m glad you found your way here, hopefully it&#8217;ll be interesting! [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everybody! Man, is it good to finally have a home on the internet. SphereCat1.com is going to be a container for everything I do on the internet, and this blog is going to be the place where I babble incessantly about said stuff. I&#8217;m glad you found your way here, hopefully it&#8217;ll be interesting!</p>
<p>All of the new posts will appear on the front page, as usual, but if you want to access the posts from my old blogs, just click on the &#8220;Archived&#8221; category over there in the sidebar. Enjoy!</p>
<p>Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2009/11/its-a-shiny-happy-new-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update on the rewrite!</title>
		<link>http://archive.spherecat1.com/2009/07/update-on-the-rewrite/</link>
		<comments>http://archive.spherecat1.com/2009/07/update-on-the-rewrite/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 22:25:00 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[Archived]]></category>
		<category><![CDATA[CatServer]]></category>
		<category><![CDATA[file formats]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=67</guid>
		<description><![CDATA[Hi everybody! Just a quick update on the rewrite of Cat World. I&#8217;m still working on the server at this point, but it&#8217;s almost done. I&#8217;m taking a new direction with it this time: instead of writing in every single feature to start with, I&#8217;m going to try to get a playable demo going ASAP. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everybody! Just a quick update on the rewrite of Cat World. I&#8217;m still working on the server at this point, but it&#8217;s almost done. I&#8217;m taking a new direction with it this time: instead of writing in every single feature to start with, I&#8217;m going to try to get a playable demo going ASAP. So for now, I&#8217;m skipping login and related stuff, it&#8217;ll just generate a random cat when you start playing.</p>
<p>Once it&#8217;s finished, plus the skipped features, it&#8217;ll have MySQL databases for storing cat info, among other things.</p>
<p>I&#8217;ll keep you posted!<br />Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2009/07/update-on-the-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cat World Rewrite Underway!</title>
		<link>http://archive.spherecat1.com/2009/06/cat-world-rewrite-underway/</link>
		<comments>http://archive.spherecat1.com/2009/06/cat-world-rewrite-underway/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 10:48:00 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[Archived]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[CatClient]]></category>
		<category><![CDATA[CatServer]]></category>
		<category><![CDATA[game servers]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=66</guid>
		<description><![CDATA[Hi guys! I know it&#8217;s been months since anything useful has happened here, but today that will change. I&#8217;m doing a complete rewrite of Cat World! Both the servers and the CatClient are being rebuilt from the ground up. Why, you ask? Because the original code was a mess. When I opened it earlier this [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys! I know it&#8217;s been months since anything useful has happened here, but today that will change. I&#8217;m doing a complete rewrite of Cat World! Both the servers and the CatClient are being rebuilt from the ground up. Why, you ask? Because the original code was a mess. When I opened it earlier this week, I had no idea how it worked. <img src='http://archive.spherecat1.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Obviously this resets the version number to 0, and I&#8217;m not sure if I&#8217;ll count them the same way or not. But, it&#8217;s coming along nicely so far, the CatServer is almost ready to be put online for testing for the first time. This new version also has much greater security, with SHA-1 hash password storage and several methods for making sure it&#8217;s the real CatClient on the other end.</p>
<p>This rewrite also gives me a chance to completely integrate 3D, something that was going to need an almost complete rewrite of the client before.</p>
<p>So, this is a big project, but so was the original code! I&#8217;ll keep you posted!<br />Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2009/06/cat-world-rewrite-underway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cat World Lives!</title>
		<link>http://archive.spherecat1.com/2009/01/cat-world-lives/</link>
		<comments>http://archive.spherecat1.com/2009/01/cat-world-lives/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 17:46:00 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[Archived]]></category>
		<category><![CDATA[finally back to work]]></category>
		<category><![CDATA[SphereCat1.com]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=65</guid>
		<description><![CDATA[I have great news! I have finally gotten Cat World off of my beat up old laptop, and I&#8217;m getting everything in order to start working on it again! I&#8217;ll try to keep you posted as things unfold, and hopefully I can get SphereCat1.com up soon. Until next time!Billy]]></description>
			<content:encoded><![CDATA[<p>I have great news! I have finally gotten Cat World off of my beat up old laptop, and I&#8217;m getting everything in order to start working on it again! I&#8217;ll try to keep you posted as things unfold, and hopefully I can get SphereCat1.com up soon.</p>
<p>Until next time!<br />Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2009/01/cat-world-lives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeeksRadio is live!</title>
		<link>http://archive.spherecat1.com/2008/12/geeksradio-is-live/</link>
		<comments>http://archive.spherecat1.com/2008/12/geeksradio-is-live/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:10:00 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[Archived]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=92</guid>
		<description><![CDATA[Hi everybody! The geekiest radio station ever to hit the internet is now live: http://geeksradio.fm/ Listen to it now!Billy]]></description>
			<content:encoded><![CDATA[<p>Hi everybody! The geekiest radio station ever to hit the internet is now live: <a href="http://geeksradio.fm/">http://geeksradio.fm/</a></p>
<p>Listen to it now!<br />Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2008/12/geeksradio-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Livin&#8217; in a LEGO Wonderland!</title>
		<link>http://archive.spherecat1.com/2008/12/livin-in-a-lego-wonderland/</link>
		<comments>http://archive.spherecat1.com/2008/12/livin-in-a-lego-wonderland/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:42:00 +0000</pubDate>
		<dc:creator>Billy</dc:creator>
				<category><![CDATA[Archived]]></category>
		<category><![CDATA[contests]]></category>

		<guid isPermaLink="false">http://blog.spherecat1.com/?p=91</guid>
		<description><![CDATA[Alright, so Chris Pirillo (chris.pirillo.com) is doing a giveaway where you can win one of three prizes:- LEGO Wonderland- Star Wars Smiles- Family Game Night I&#8217;m hoping to win the LEGO package. That way I can build it with everybody when we&#8217;re all here for Christmas! If you want to enter, visit here: http://chris.pirillo.com/2008/12/15/receiving-the-gift-of-giving/ Bye [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, so Chris Pirillo (<a href="http://chris.pirillo.com/">chris.pirillo.com</a>) is doing a giveaway where you can win one of three prizes:<br />- LEGO Wonderland<br />- Star Wars Smiles<br />- Family Game Night</p>
<p>I&#8217;m hoping to win the LEGO package. That way I can build it with everybody when we&#8217;re all here for Christmas!</p>
<p>If you want to enter, visit here: <a href="http://chris.pirillo.com/2008/12/15/receiving-the-gift-of-giving/">http://chris.pirillo.com/2008/12/15/receiving-the-gift-of-giving/</a></p>
<p>Bye for now!<br />Billy</p>
]]></content:encoded>
			<wfw:commentRss>http://archive.spherecat1.com/2008/12/livin-in-a-lego-wonderland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

