<?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>Brian A. Thomas .com &#187; Testing</title>
	<atom:link href="http://www.brianathomas.com/archives/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianathomas.com</link>
	<description>Random Musings of Brian A. Thomas. Love for Ari and Sidd. Playing SWTOR...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:34:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testing Asides</title>
		<link>http://www.brianathomas.com/archives/2006/06/04/testing-asides/</link>
		<comments>http://www.brianathomas.com/archives/2006/06/04/testing-asides/#comments</comments>
		<pubDate>Sun, 04 Jun 2006 17:14:32 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2006/06/04/testing-asides/</guid>
		<description><![CDATA[This is simply a test of Asides. In theory this isn&#8217;t supposed to show up in the main text, but in the &#8220;In Other News&#8221; section in the [..]]]></description>
			<content:encoded><![CDATA[<p>This is simply a test of Asides.<br />
In theory this isn&#8217;t supposed to show up in the main text, but in the &#8220;In Other News&#8221; section in the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2006/06/04/testing-asides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test of pingback</title>
		<link>http://www.brianathomas.com/archives/2005/08/07/test-of-pingback/</link>
		<comments>http://www.brianathomas.com/archives/2005/08/07/test-of-pingback/#comments</comments>
		<pubDate>Sun, 07 Aug 2005 05:40:31 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2005/08/07/test-of-pingback/</guid>
		<description><![CDATA[This is just a test to see if pingbacks are working now&#8230; this story about Why Arrays still has me stumped.]]></description>
			<content:encoded><![CDATA[<p>This is just a test to see if pingbacks are working now&#8230; this <a href="http://www.brianathomas.com/archives/2005/08/05/why-arrays/" title="Brian A. Thomas .com - Why Arrays?">story </a>about Why Arrays still has me stumped.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2005/08/07/test-of-pingback/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning C# (CSharp)</title>
		<link>http://www.brianathomas.com/archives/2005/07/17/learning-c-csharp/</link>
		<comments>http://www.brianathomas.com/archives/2005/07/17/learning-c-csharp/#comments</comments>
		<pubDate>Sun, 17 Jul 2005 16:34:04 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2005/07/17/learning-c-csharp/</guid>
		<description><![CDATA[I have taken up the task of learning C#. I like it, it is a nice cross between Visual Basic and C++. This post is more a test [..]]]></description>
			<content:encoded><![CDATA[<p>I have taken up the task of learning C#. I like it, it is a nice cross between Visual Basic and C++.<br />
This post is more a test of ways to post code. My modification of the normal "Hello World" application is below:</p>
<div class="igBar"><span id="lcsharp-2"><a href="#" onclick="javascript:showPlainTxt('csharp-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-2">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">using</span> <span style="color: #000000;">System</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">using</span> <span style="color: #000000;">System</span>.<span style="color: #0000FF;">Collections</span>.<span style="color: #0000FF;">Generic</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">using</span> <span style="color: #000000;">System</span>.<span style="color: #0000FF;">Text</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">namespace</span> ConsoleApplication1cs</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #FF0000;">class</span> Program</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">static</span> <span style="color: #0600FF;">void</span> Main<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> args<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Console.<span style="color: #0000FF;">WriteLine</span><span style="color: #000000;">&#40;</span>” <span style="color: #000000;">&#123;</span><span style="color: #FF0000;color:#800000;">0</span><span style="color: #000000;">&#125;</span>”, DisplayHelloWorld<span style="color: #000000;">&#40;</span>”Hello”<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> ;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">static</span> <span style="color: #FF0000;">string</span> DisplayHelloWorld<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span> hello<span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0600FF;">return</span> “Hello World”;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2005/07/17/learning-c-csharp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Testing again</title>
		<link>http://www.brianathomas.com/archives/2005/01/17/testing-again/</link>
		<comments>http://www.brianathomas.com/archives/2005/01/17/testing-again/#comments</comments>
		<pubDate>Mon, 17 Jan 2005 19:45:36 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Religion]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2005/01/17/testing-again/</guid>
		<description><![CDATA[The edited the Scripturizer program, so let's see how it works: "Ask, and it will be given to you; seek, and you will find; knock, and it will [..]]]></description>
			<content:encoded><![CDATA[<p>The edited the <a href="http://xastanford.org/archives/scripturizer-in-php/" title="Chi Alpha  at Stanford - Scripturizer in PHP">Scripturizer</a> program, so let's see how it works:</p>
<blockquote><p>"Ask, and it will be given to you; seek, and you will find; knock, and it will be opened to you. For everyone who asks receives, and he who seeks finds, and to him who knocks it will be opened. Or what man is there among you who, if his son asks for bread, will give him a stone? Or if he asks for a fish, will he give him a serpent? If you then being evil, know how to give good gifts to your children, how much more will your Father who is in heaven give good things to those who ask Him!" Matthew 7:7-11, NKJV</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2005/01/17/testing-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPitfalls: Five Beginner Mistakes to Avoid</title>
		<link>http://www.brianathomas.com/archives/2004/10/18/phpitfalls-five-beginner-mistakes-to-avoid/</link>
		<comments>http://www.brianathomas.com/archives/2004/10/18/phpitfalls-five-beginner-mistakes-to-avoid/#comments</comments>
		<pubDate>Mon, 18 Oct 2004 10:41:01 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2004/10/18/phpitfalls-five-beginner-mistakes-to-avoid/</guid>
		<description><![CDATA[Mistakes. Everybody makes them. Daryl L. L. Houston points out several common beginner blunders and how to get past them....excerpt from: http://www.digital-web.com/articles/phpitfalls/ Just testing out blogging from FeedDemon [..]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Mistakes. Everybody makes them. Daryl L. L. Houston points out several common beginner blunders and how to get past them.<br /><strong>...excerpt from: </strong><a href="http://www.digital-web.com/articles/phpitfalls/">http://www.digital-web.com/articles/phpitfalls/</a></p>
</blockquote>
<p>Just testing out blogging from FeedDemon into WordPress. It appears I'll have to edit the PHP code to add the blockquote part though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2004/10/18/phpitfalls-five-beginner-mistakes-to-avoid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is a test.</title>
		<link>http://www.brianathomas.com/archives/2004/10/14/this-is-a-test/</link>
		<comments>http://www.brianathomas.com/archives/2004/10/14/this-is-a-test/#comments</comments>
		<pubDate>Fri, 15 Oct 2004 04:20:12 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Religion]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2004/10/14/this-is-a-test/</guid>
		<description><![CDATA[Okay, I am just doing more tests to see that the site is working as it should. For God so loved the world, that he gave his only [..]]]></description>
			<content:encoded><![CDATA[<p>Okay, I am just doing more tests to see that the site is working as it should.</p>
<blockquote><p>For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. -John 3:16, KJV</p>
</blockquote>
<p>Now, in theory, a plugin on WordPress should automatically link that.</p>
<p>Edit: So it linked it, but for some reason will link to the KJV as it supposed to, I try later to see if other translations work.</p>
<p>Edit (30 January 2004, 1:52 am): Got it to link to the KJV finally, error on my end.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2004/10/14/this-is-a-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Just a test of Trackback</title>
		<link>http://www.brianathomas.com/archives/2004/07/25/just-a-test-of-trackback/</link>
		<comments>http://www.brianathomas.com/archives/2004/07/25/just-a-test-of-trackback/#comments</comments>
		<pubDate>Sun, 25 Jul 2004 13:22:14 +0000</pubDate>
		<dc:creator>Brian A. Thomas</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.brianathomas.com/archives/2004/07/25/just-a-test-of-trackback/</guid>
		<description><![CDATA[Just a test to see that the new Trackback feature is on. Not on the first time... let's try again...]]></description>
			<content:encoded><![CDATA[<p>Just a test to see that the new Trackback feature is on.<br />
Not on the first time... let's try again...<br />
<note : This post was put in for the sake of being complete. Seeing it was more a test...></note></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianathomas.com/archives/2004/07/25/just-a-test-of-trackback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

