<?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>#ifndef</title>
	<atom:link href="http://blog.ifndef.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ifndef.net</link>
	<description>If it is not defined, define it!</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Test Post</title>
		<link>http://blog.ifndef.net/2010/04/test-post/</link>
		<comments>http://blog.ifndef.net/2010/04/test-post/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 00:03:36 +0000</pubDate>
		<dc:creator>Jeremy Ing</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[code coloring]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://blog.ifndef.net/?p=3</guid>
		<description><![CDATA[This is a test post to see if code blocks work. 123456789&#91;SecurityPermission&#40;SecurityAction.Demand, SerializationFormatter=true&#41;&#93; public virtual void GetObjectData&#40;SerializationInfo info, StreamingContext context&#41; &#123; &#160; &#160; &#160;info.AddValue&#40;&#34;schema&#34;, 10&#41;; &#160; &#160; &#160;info.AddValue&#40;&#34;isVisible&#34;, this._isVisible&#41;; &#160; &#160; &#160;info.AddValue&#40;&#34;color&#34;, this._color&#41;; &#160; &#160; &#160;info.AddValue&#40;&#34;penWidth&#34;, this._penWidth&#41;; &#160; &#160; &#160;info.AddValue&#40;&#34;symbol&#34;, this._symbol&#41;; &#125;]]></description>
			<content:encoded><![CDATA[<p>This is a test post to see if code blocks work.</p>
<div class="codecolorer-container csharp default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="csharp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #008000;">&#91;</span>SecurityPermission<span style="color: #008000;">&#40;</span>SecurityAction<span style="color: #008000;">.</span><span style="color: #0000FF;">Demand</span>, SerializationFormatter<span style="color: #008000;">=</span><span style="color: #0600FF; font-weight: bold;">true</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#93;</span><br />
<span style="color: #0600FF; font-weight: bold;">public</span> <span style="color: #0600FF; font-weight: bold;">virtual</span> <span style="color: #6666cc; font-weight: bold;">void</span> GetObjectData<span style="color: #008000;">&#40;</span>SerializationInfo info, StreamingContext context<span style="color: #008000;">&#41;</span><br />
<span style="color: #008000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp;info<span style="color: #008000;">.</span><span style="color: #0000FF;">AddValue</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;schema&quot;</span>, <span style="color: #FF0000;">10</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span><br />
&nbsp; &nbsp; &nbsp;info<span style="color: #008000;">.</span><span style="color: #0000FF;">AddValue</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;isVisible&quot;</span>, <span style="color: #0600FF; font-weight: bold;">this</span><span style="color: #008000;">.</span>_isVisible<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span><br />
&nbsp; &nbsp; &nbsp;info<span style="color: #008000;">.</span><span style="color: #0000FF;">AddValue</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;color&quot;</span>, <span style="color: #0600FF; font-weight: bold;">this</span><span style="color: #008000;">.</span>_color<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span><br />
&nbsp; &nbsp; &nbsp;info<span style="color: #008000;">.</span><span style="color: #0000FF;">AddValue</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;penWidth&quot;</span>, <span style="color: #0600FF; font-weight: bold;">this</span><span style="color: #008000;">.</span>_penWidth<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span><br />
&nbsp; &nbsp; &nbsp;info<span style="color: #008000;">.</span><span style="color: #0000FF;">AddValue</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;symbol&quot;</span>, <span style="color: #0600FF; font-weight: bold;">this</span><span style="color: #008000;">.</span>_symbol<span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span><br />
<span style="color: #008000;">&#125;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ifndef.net/2010/04/test-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

