<?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"
	>

<channel>
	<title>Static Zero</title>
	<atom:link href="http://static-zero.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://static-zero.com/wordpress</link>
	<description>Writing What We Want</description>
	<pubDate>Tue, 15 Jul 2008 21:38:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>10 CSS Galleries for inspiration</title>
		<link>http://static-zero.com/wordpress/10-css-galleries-for-inspiration/</link>
		<comments>http://static-zero.com/wordpress/10-css-galleries-for-inspiration/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 03:27:08 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[galleries]]></category>

		<category><![CDATA[inspiration]]></category>

		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=26</guid>
		<description><![CDATA[I have decided to delete my last post where I showed a couple of my favorite CSS Galleries and to spend a little more time rounding up all of the galleries that I visit the most often. When I am creating a new design for a website sometimes I seem to get stuck in my [...]]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/10-css-galleries-for-inspiration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Swap variables without temporaries (XOR swap)</title>
		<link>http://static-zero.com/wordpress/swap-variables-without-temporaries-xor-swap/</link>
		<comments>http://static-zero.com/wordpress/swap-variables-without-temporaries-xor-swap/#comments</comments>
		<pubDate>Mon, 26 May 2008 04:22:39 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=24</guid>
		<description><![CDATA[Swapping variables has always been a bit of an annoyance while programming.  It doesn&#8217;t matter whether you code in C, Java, MIPS, or any other language, you&#8217;ve really only had one way to swap variables.  Take, for example, the C function below.  This is a pretty standard swap function:
void swap(int *x, int [...]]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/swap-variables-without-temporaries-xor-swap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook applications&#8230;another reason NOT to use them</title>
		<link>http://static-zero.com/wordpress/facebook-applicationsanother-reason-not-to-use-them/</link>
		<comments>http://static-zero.com/wordpress/facebook-applicationsanother-reason-not-to-use-them/#comments</comments>
		<pubDate>Thu, 01 May 2008 22:40:14 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Random]]></category>

		<category><![CDATA[exploit]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[privacy]]></category>

		<category><![CDATA[risk]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=23</guid>
		<description><![CDATA[Adding applications to your Facebook can not only compromise the privacy of you, but also your friends.
I&#8217;m not an application user because I find that the majority of them are stupid, but now there is another reason that I will not use or support the use of applications:  An exploit has been found that [...]]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/facebook-applicationsanother-reason-not-to-use-them/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WoW&#8230;</title>
		<link>http://static-zero.com/wordpress/wow/</link>
		<comments>http://static-zero.com/wordpress/wow/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 07:36:10 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Random]]></category>

		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=20</guid>
		<description><![CDATA[
Because one character at a time just wasn&#8217;t cutting it.
For some reason digg buttons aren&#8217;t showing up, so here&#8217;s a link.
]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/wow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>All About Binary</title>
		<link>http://static-zero.com/wordpress/all-about-binary/</link>
		<comments>http://static-zero.com/wordpress/all-about-binary/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 06:51:27 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Random]]></category>

		<category><![CDATA[1's]]></category>

		<category><![CDATA[2's]]></category>

		<category><![CDATA[bcd]]></category>

		<category><![CDATA[binary]]></category>

		<category><![CDATA[complement]]></category>

		<category><![CDATA[convert]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=19</guid>
		<description><![CDATA[This post contains information on how to convert decimal numbers to binary, 1&#8217;s complement, 2&#8217;s complement, and binary coded decimal.  I&#8217;ve tried breaking it up to keep it somewhat organized, so hopefully you can follow. 
The Basics - Converting Decimal to Binary
Well, I&#8217;ll do what everyone else does and define it.
A piece from dictionary.com:

2. [...]]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/all-about-binary/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Convert Decimal to 2&#8217;s Complement Binary in C</title>
		<link>http://static-zero.com/wordpress/convert-decimal-to-2s-complement-binary-in-c/</link>
		<comments>http://static-zero.com/wordpress/convert-decimal-to-2s-complement-binary-in-c/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:33:01 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[binary]]></category>

		<category><![CDATA[convert]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=16</guid>
		<description><![CDATA[I was writing a program recently, and I needed a function that would convert a given decimal number to 2&#8217;s Complement (signed) binary.  It&#8217;s simple enough to convert an unsigned integer to binary, but the sign (especially 2&#8217;s comp) makes it tricky. Since I couldn&#8217;t find a function to do this for me, I [...]]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/convert-decimal-to-2s-complement-binary-in-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Demonoid is BACK!!!!!</title>
		<link>http://static-zero.com/wordpress/demonoid-is-back/</link>
		<comments>http://static-zero.com/wordpress/demonoid-is-back/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 03:01:44 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<category><![CDATA[demonoid]]></category>

		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=14</guid>
		<description><![CDATA[Hey everyone, incase you have not heard yet, the famous torrent tracker demonoid.com, who was shutdown because of legal threats is finally back online! I dont have any invites available to give out yet, but when I do I will ask if anyone wants one. So go back and login if you have an account, [...]]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/demonoid-is-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome back to Static Zero</title>
		<link>http://static-zero.com/wordpress/welcome-back-to-static-zero/</link>
		<comments>http://static-zero.com/wordpress/welcome-back-to-static-zero/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 20:36:14 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=10</guid>
		<description><![CDATA[It&#8217;s been awhile since static-zero.com has had any real content or clear direction for itself. After a few years of downtime, I&#8217;m pleased to announce that we will begin to start posting new content on a semi-regular basis. Static Zero will publish articles relating to web design and development, computer operating systems, servers, programming, and [...]]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/welcome-back-to-static-zero/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
