<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Masked Coder</title>
	<atom:link href="http://maskedcoder.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://maskedcoder.wordpress.com</link>
	<description>Bringing code freedom to the people.</description>
	<lastBuildDate>Mon, 17 Aug 2009 13:36:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='maskedcoder.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Masked Coder</title>
		<link>http://maskedcoder.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://maskedcoder.wordpress.com/osd.xml" title="The Masked Coder" />
	<atom:link rel='hub' href='http://maskedcoder.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Reinventing the Engine</title>
		<link>http://maskedcoder.wordpress.com/2008/04/10/reinventing-the-engine/</link>
		<comments>http://maskedcoder.wordpress.com/2008/04/10/reinventing-the-engine/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 15:44:17 +0000</pubDate>
		<dc:creator>The Masked Coder</dc:creator>
				<category><![CDATA[Theory]]></category>
		<category><![CDATA[CS Theory]]></category>
		<category><![CDATA[Reinvent]]></category>

		<guid isPermaLink="false">http://maskedcoder.wordpress.com/?p=8</guid>
		<description><![CDATA[There is a phrase that comes up time and again in the world of software development: Don&#8217;t reinvent the wheel. Basically, if you know that if you have access to reasonable code that performs the tasks you need in a timely fashion, why try to write it again for yourself.  And in many ways, there is sound [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maskedcoder.wordpress.com&amp;blog=3328129&amp;post=8&amp;subd=maskedcoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maskedcoder.wordpress.com/2008/04/10/reinventing-the-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83805a58683cbdd4677c667692bb99e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The Masked Coder</media:title>
		</media:content>
	</item>
		<item>
		<title>More Bits and Pieces</title>
		<link>http://maskedcoder.wordpress.com/2008/04/09/more-bits-and-pieces/</link>
		<comments>http://maskedcoder.wordpress.com/2008/04/09/more-bits-and-pieces/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 03:13:34 +0000</pubDate>
		<dc:creator>The Masked Coder</dc:creator>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[bit wise]]></category>
		<category><![CDATA[bitwise]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://maskedcoder.wordpress.com/?p=7</guid>
		<description><![CDATA[Introduction In our last Bits and Pieces post, we discussed the basic bitwise operators AND, OR, and XOR as they are used in the .NET Framework.  Today there are two more functions we should discuss, to give ourselves a solid background in bitwise operations.  Bitshift and Bit Checking. Bit Shifts In VB and C#, the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maskedcoder.wordpress.com&amp;blog=3328129&amp;post=7&amp;subd=maskedcoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maskedcoder.wordpress.com/2008/04/09/more-bits-and-pieces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83805a58683cbdd4677c667692bb99e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The Masked Coder</media:title>
		</media:content>
	</item>
		<item>
		<title>An RFID Primer</title>
		<link>http://maskedcoder.wordpress.com/2008/04/09/an-rfid-primer/</link>
		<comments>http://maskedcoder.wordpress.com/2008/04/09/an-rfid-primer/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 15:53:05 +0000</pubDate>
		<dc:creator>The Masked Coder</dc:creator>
				<category><![CDATA[RFID]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://maskedcoder.wordpress.com/?p=5</guid>
		<description><![CDATA[An Emerging Field Lets discuss for a few minutes the emerging field of RFID.  There seems to be a general impression that application development for RFID requires extensive training and understanding before one is able to dive in.  However, beneath all the complex RF and electrical engineering theory that goes into making an RFID tag work, there is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maskedcoder.wordpress.com&amp;blog=3328129&amp;post=5&amp;subd=maskedcoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maskedcoder.wordpress.com/2008/04/09/an-rfid-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83805a58683cbdd4677c667692bb99e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The Masked Coder</media:title>
		</media:content>
	</item>
		<item>
		<title>Bits and Pieces</title>
		<link>http://maskedcoder.wordpress.com/2008/04/01/bits-and-pieces/</link>
		<comments>http://maskedcoder.wordpress.com/2008/04/01/bits-and-pieces/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 15:00:51 +0000</pubDate>
		<dc:creator>The Masked Coder</dc:creator>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[.NET VB C# bit wise bitwise sample]]></category>

		<guid isPermaLink="false">http://maskedcoder.wordpress.com/?p=4</guid>
		<description><![CDATA[Introduction  Lets dust off our CS101 textbooks for a moment and recall the subject of bitwise operations.  The concepts are pretty straight forward; take an integer, shift the bits 3 spaces over, AND in a a few new bits and you have your new value.  Pretty useful when memory is at a premium.  In some of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maskedcoder.wordpress.com&amp;blog=3328129&amp;post=4&amp;subd=maskedcoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maskedcoder.wordpress.com/2008/04/01/bits-and-pieces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83805a58683cbdd4677c667692bb99e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The Masked Coder</media:title>
		</media:content>
	</item>
		<item>
		<title>Kickoff</title>
		<link>http://maskedcoder.wordpress.com/2008/03/30/kickoff/</link>
		<comments>http://maskedcoder.wordpress.com/2008/03/30/kickoff/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 05:48:44 +0000</pubDate>
		<dc:creator>The Masked Coder</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[.NET C# VB]]></category>

		<guid isPermaLink="false">http://maskedcoder.wordpress.com/?p=3</guid>
		<description><![CDATA[So what can you expect to find here?  Like so many others out there, I have found there are plenty of excellent tools within the Microsoft .NET Framework.  But at the same time, there is plenty that is missing.  Then it is up to us, the developers of the world to fill in the holes.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maskedcoder.wordpress.com&amp;blog=3328129&amp;post=3&amp;subd=maskedcoder&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maskedcoder.wordpress.com/2008/03/30/kickoff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83805a58683cbdd4677c667692bb99e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The Masked Coder</media:title>
		</media:content>
	</item>
	</channel>
</rss>
