<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Crows Programming</title>
	<link>http://www.crowsprogramming.com</link>
	<description>Computer Programming and Random Blurbs</description>
	<lastBuildDate>Mon, 19 Sep 2011 20:53:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>How to Fix Android CalledFromWrongThreadException</title>
		<description><![CDATA[So you’re just cruising along writing the next big Android App dreaming of making it big and getting rich and then BAM! User after user is kicking you in the balls because that great Android application of yours just crashed and it’s complaining about a CalledFromWrongThreadException. Okay, so what happened and how to we fix [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/210</link>
			</item>
	<item>
		<title>List of Top Open Source Games</title>
		<description><![CDATA[Lately I’ve been compiling a list of the best open source games out on the Internet, partly just for new games to play and partly because I was thinking of contributing to one of the games. It’s amazing how many good quality open source games are available now days. I am Impressed. Anyway, I figured [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/176</link>
			</item>
	<item>
		<title>What is game programming</title>
		<description><![CDATA[What is game programming What is game programming? Well, I suppose game programming is a little bit of everything in the computer science world. Programming games is one part science, one part art, and one part fun (most of the time!). Programming games is much different than &#8220;normal&#8221; programming. Traditional business apps today are largely [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/140</link>
			</item>
	<item>
		<title>SDL &amp; OpenGL Game with C++ &#8211; Part II</title>
		<description><![CDATA[Parts in the Series Part I &#8211; Getting Started Part II &#8211; Drawing a Quad Rendering a Quad with OpenGL and SDL Ok, so if we are going to program a video game then we need to draw something with OpenGL. That being said, last time we left off with a basic framework for creating [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/117</link>
			</item>
	<item>
		<title>SDL &amp; OpenGL Game with C++ &#8211; Part I</title>
		<description><![CDATA[Parts in the Series Part II &#8211; Drawing a Quad Getting Started I think I&#8217;ve spent too many late nights playing multiplayer Modern Warfare 2 and now I feel the need to build a small game of some kind. Game programming is fun, and although I’ve never done it professionally, I have dabbled with it [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/104</link>
			</item>
	<item>
		<title>Runtime Scripting in .Net</title>
		<description><![CDATA[The ability to ship source code with your product that can be compiled or interpreted at runtime is a very valuable asset. Video games do this all the time with things like AI allowing the end-user to easily mod the game. In compiled languages like C++, this technique is highly advantageous as it allows you [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/99</link>
			</item>
	<item>
		<title>Using Ini Files In C#</title>
		<description><![CDATA[An Initialization, or Ini file, is a common text based file format commonly used on the Windows platform. Today its mostly been succeeded in favor of XML files for application configuration and persisting user data. Never the less, these files still exist and are in use by many applications. In this post, we will explore [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/95</link>
			</item>
	<item>
		<title>I&#8217;m Back</title>
		<description><![CDATA[Hey guys, sorry I&#8217;ve been away for a bit. I&#8217;ll try and respond to your questions, especially those over on the C# dynamic web service page. I&#8217;ll be adding a whole lot of new content as well. If anyone has any suggestions on a topic feel free to leave them for me. See Ya!!]]></description>
		<link>http://www.crowsprogramming.com/archives/91</link>
			</item>
	<item>
		<title>Accessing the System Task Bar in C#</title>
		<description><![CDATA[In this post I’ll show you how to access the system taskbar and obtain information like its location, size, etc. You may find yourself needing to do something like this if you had a &#8220;popup&#8221; window for instance that is always supposed to &#8220;pop up&#8221; from the system tray. This is a common feature in [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/88</link>
			</item>
	<item>
		<title>Launching and Viewing Processes in C#</title>
		<description><![CDATA[You can launch a new process from a C# application by using the Process class located in the System.Diagnostics namespace. The Process class also allows you to obtain a collection of all running processes on the system. How to Launch a New Process Starting a process is really easy. Process.Start&#40; &#34;Notepad.exe&#34; &#41;; And that’s it. [...]]]></description>
		<link>http://www.crowsprogramming.com/archives/83</link>
			</item>
</channel>
</rss>

