<?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>Tuls Corp Blog</title>
	<atom:link href="http://blog.tulscorp.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.tulscorp.com</link>
	<description>The Tuls Corp BloGGeR</description>
	<pubDate>Mon, 28 Jul 2008 17:36:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>PHP Hello World</title>
		<link>http://blog.tulscorp.com/?p=11</link>
		<comments>http://blog.tulscorp.com/?p=11#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:20:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

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

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

		<category><![CDATA[Hello World]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.tulscorp.com/?p=11</guid>
		<description><![CDATA[This is the most simple PHP Hello world your gonna find! 
Simply use your favorite php editor and create a new empty index.php for our example:
(Copy and Paste the following line into your editor)
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
&#60;?php echo &#8220;Hello World!&#8221;;?&#62;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
That&#8217;s It!
]]></description>
			<content:encoded><![CDATA[<p>This is the most simple <strong>PHP</strong> Hello world your gonna find! </p>
<p>Simply use your favorite php editor and create a new empty index.php for our example:<br />
(Copy and Paste the following line into your editor)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&lt;?php echo &#8220;Hello World!&#8221;;?&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>That&#8217;s It!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tulscorp.com/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>C# Hello World Button to Visual MessageBox</title>
		<link>http://blog.tulscorp.com/?p=8</link>
		<comments>http://blog.tulscorp.com/?p=8#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:06:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[C Sharp]]></category>

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

		<category><![CDATA[Hello World]]></category>

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

		<category><![CDATA[MessageBox.Show]]></category>

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

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

		<guid isPermaLink="false">http://blog.tulscorp.com/?p=8</guid>
		<description><![CDATA[In this example I used Visual Studio 2008 Pro.  (Any C# DOTNET editor/IDE will work)
Create a new C# Forms Application with a button then paste the follow code into the button click event:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
MessageBox.Show(&#8221;Hello World!&#8221;);
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
If you want to add a var inside of the messagebox then do something like this:
string myVar1 = &#8220;John Doe&#8221;;
MessageBox.Show(&#8221;Hello &#8221; + [...]]]></description>
			<content:encoded><![CDATA[<p>In this example I used Visual Studio 2008 Pro.  (Any C# DOTNET editor/IDE will work)<br />
Create a new C# Forms Application with a button then paste the follow code into the button click event:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>MessageBox.Show(&#8221;Hello World!&#8221;);</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If you want to add a var inside of the messagebox then do something like this:</p>
<p>string myVar1 = &#8220;John Doe&#8221;;<br />
MessageBox.Show(&#8221;Hello &#8221; + myVar1&#8243;);</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tulscorp.com/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
	</channel>
</rss>
