<?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>KillerBlog.net &#187; C#</title>
	<atom:link href="http://www.killerblog.net/category/programming/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killerblog.net</link>
	<description>Flippin Sweet!</description>
	<lastBuildDate>Sun, 25 Sep 2011 18:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C# Computer Beeps &#8211; Mary Had A Little Lamb</title>
		<link>http://www.killerblog.net/c-computer-beeps-mary-had-a-little-lamb/</link>
		<comments>http://www.killerblog.net/c-computer-beeps-mary-had-a-little-lamb/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:17:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.killerblog.net/?p=264</guid>
		<description><![CDATA[While playing around in class we found out you could do computer beeps with C#. It&#8217;s actually pretty easy, all you do is a simple Console.beep(int frequency, int length). After some playing around we managed to come up with mary had a little lamb. It wasnt that hard because someone knew the actual notes for [...]]]></description>
			<content:encoded><![CDATA[<p>While playing around in class we found out you could do computer beeps with C#. It&#8217;s actually pretty easy, all you do is a simple Console.beep(int frequency, int length).</p>
<p>After some playing around we managed to come up with mary had a little lamb. It wasnt that hard because someone knew the actual notes for the tune, so we just googled note frequencies, and it was easy. The only hard part was coming up with the timing, which I still dont think is perfect, but whatever.</p>
<p style="text-align: center;"><a rel="attachment wp-att-265" href="http://www.killerblog.net/c-computer-beeps-mary-had-a-little-lamb/littlelamb/"><img class="size-full wp-image-265 aligncenter" title="littlelamb" src="http://www.killerblog.net/wp-content/uploads/2009/04/littlelamb.jpg" alt="littlelamb" width="287" height="122" /></a></p>
<p style="text-align: left;">All I made was a simple form with 1 button that plays the song when you press it. I have included the entire source code (solution file) which also has an .exe file in the \bin\Debug folder. So if you dont have Microsoft Visual Studio, you still should be able to hear it <img src='http://www.killerblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">Any comments are appreciated, ENJOY!</p>
<p style="text-align: left;">Download link:</p>
<p style="text-align: left;"><a rel="attachment wp-att-266" href="http://www.killerblog.net/c-computer-beeps-mary-had-a-little-lamb/killerblog-computer_beeps/">killerblog-computer_beeps-Mary_had_a_little_lamb</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerblog.net/c-computer-beeps-mary-had-a-little-lamb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Programming tutorials coming soon&#8230;</title>
		<link>http://www.killerblog.net/programming-tutorials-coming-soon/</link>
		<comments>http://www.killerblog.net/programming-tutorials-coming-soon/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:59:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.killerblog.net/?p=258</guid>
		<description><![CDATA[I plan on taking some time this weekend (April 4-5) to work on some programming tutorials. This semester we have been learning a lot of C#, and Action Script 3.0. We are learning Java this semester as well, but the teacher sucks so we haven&#8217;t learned that much. I only plan on putting up some [...]]]></description>
			<content:encoded><![CDATA[<p>I plan on taking some time this weekend (April 4-5) to work on some programming tutorials. This semester we have been learning a lot of C#, and Action Script 3.0. We are learning Java this semester as well, but the teacher sucks so we haven&#8217;t learned that much.<span id="more-258"></span></p>
<p>I only plan on putting up some tutorials on how to do little snippets of things. Little things like moving a guy from left to right, or up and down in Action Script 3.0. Obviously as I learn more complex things, I will share those with you as well and teach you how to do them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerblog.net/programming-tutorials-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard Typing Game</title>
		<link>http://www.killerblog.net/keyboard-typing-game/</link>
		<comments>http://www.killerblog.net/keyboard-typing-game/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 00:46:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.killerblog.net/?p=219</guid>
		<description><![CDATA[This C# game is called &#8220;Keyboarding Game&#8221;. It has 5 different words at the top of the window that when the start button is pressed, start to fall to the bottom. The text field is then enabled and the user has to type in the words before they hit the text field. After the word [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-220 aligncenter" title="keyboard-game" src="http://www.killerblog.net/wp-content/uploads/2009/03/keyboard-game-300x263.jpg" alt="keyboard-game" width="346" height="304" /></p>
<p>This C# game is called &#8220;Keyboarding Game&#8221;. It has 5 different words at the top of the window that when the start button is pressed, start to fall to the bottom. The text field is then enabled and the user has to type in the words before they hit the text field. After the word is completed, it gets placed to the top and the score gets incremented by 1. If a word hits the bottom, 1 gets subtracted from the score.</p>
<p>You need to have Visual Studio 2008 to open the file. Download the zip file <a href="http://www.killerblog.net/?attachment_id=221" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerblog.net/keyboard-typing-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

