<?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>Blog of Ortz &#187; XNA</title>
	<atom:link href="http://ortz.org/tag/xna/feed/" rel="self" type="application/rss+xml" />
	<link>http://ortz.org</link>
	<description>The blog of Brian Ortiz aka Ortzinator, software developer, artist, and a swell guy.</description>
	<lastBuildDate>Tue, 27 Mar 2012 20:16:28 +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>XNA Youtube Playlist</title>
		<link>http://ortz.org/2008/04/24/xna-youtube-playlist/</link>
		<comments>http://ortz.org/2008/04/24/xna-youtube-playlist/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 23:10:44 +0000</pubDate>
		<dc:creator>Ortzinator</dc:creator>
				<category><![CDATA[XNA]]></category>
		<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">http://blog.ortz.org/?p=67</guid>
		<description><![CDATA[I&#8217;ve been collecting XNA videos on Youtube into a playlist for a while now. Check it out. I&#8217;ve got about 40 videos as of this posting. If you have a video you would like me to add, feel free to contact me or leave a comment. I also idle in #xna on EFNet. If you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been collecting XNA videos on Youtube into a playlist for a while now. <a href="http://www.youtube.com/view_play_list?p=D9913D5F016785FD" target="_blank">Check it out</a>. I&#8217;ve got about 40 videos as of this posting.</p>
<p>If you have a video you would like me to add, feel free to <a href="http://www.ortz.org/contact.php">contact me</a> or leave a comment.</p>
<p>I also idle in #xna on EFNet. If you have a video you would like added, feel free to PM me. I&#8217;ll add it when I&#8217;m around.</p>
]]></content:encoded>
			<wfw:commentRss>http://ortz.org/2008/04/24/xna-youtube-playlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux and New Windows</title>
		<link>http://ortz.org/2008/03/13/linux-and-new-windows/</link>
		<comments>http://ortz.org/2008/03/13/linux-and-new-windows/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 16:17:16 +0000</pubDate>
		<dc:creator>Ortzinator</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Bluefish]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XNA]]></category>
		<guid isPermaLink="false">http://blog.ortz.org/2008/03/13/linux-and-new-windows/</guid>
		<description><![CDATA[Got my hard drive on Monday, so by now I&#8217;m pretty settled in. I know it sounds like I&#8217;m moving to a new house or something, but for the past two weeks I&#8217;ve been using Linux on my server, and I&#8217;ve felt like I&#8217;ve had a bag over my head. This is absolutely nothing against [...]]]></description>
			<content:encoded><![CDATA[<p>Got my hard drive on Monday, so by now I&#8217;m pretty settled in. I know it sounds like I&#8217;m moving to a new house or something, but for the past two weeks I&#8217;ve been using Linux on my server, and I&#8217;ve felt like I&#8217;ve had a bag over my head. This is absolutely nothing against Linux, I suppose it&#8217;s just the effect of being in a different environment. It&#8217;s really hard to get things done with this sort of feeling. It&#8217;s a bit like jet lag I guess.</p>
<p><span id="more-62"></span></p>
<p>For the most part, my two week experience was fun. I&#8217;ve used Linux as a desktop before, but I&#8217;d always get bored and boot back into Windows. The biggest frustration for me is not in any configuration that has to be done, it&#8217;s in the lack of good apps. (Believe it or not, the fact that an app is running on Linux does not automatically make it awesome.) For instance, <a href="http://bluefish.openoffice.nl/" target="_blank">Bluefish</a>. Cool at first, until you realize how buggy it is. When using parentheses the highlighting sometimes breaks and leaves part of your file completely unformatted. You can fix it by hitting F5 to refresh, but this is a huge annoyance. Bluefish has other annoyances, but these are mostly missing features that I would like to have, like the ability to reorder the tabs for open files. The file explorer seems completely broken too. I eventually installed Notepad++ in Wine. It sounds like I&#8217;m bashing Bluefish, but it&#8217;s actually the best editor for web development that I&#8217;ve found for Linux. I like gedit for editing other files, but I need a file explorer sidebar for web development.</p>
<p>I think what this comes down to is the number of &#8220;windows developers&#8221; versus the number of &#8220;linux developers&#8221;.  Windows just has tons more people making apps than Linux. People talk a lot about the market share of linux/windows users, but I would be interested in some numbers involving the number of people who can program for Linux. Unfortunately I&#8217;m not in that second category. Mostly because I&#8217;m pretty hard against learning C++ unless it&#8217;s taught to me. C++ programming just seems like a whole lot of non-fun. I want to implement features, not debug endlessly and muck around with garbage collection. I really want to learn D, but right now it seems like the D community is geared toward attracting C and C++ programmers and not newbies developers (which, despite a few years of web development and screwing around with .NET, I still consider myself).</p>
<p>As far as Windows goes, I&#8217;ve really been itching to give XNA another go. I&#8217;ve sort of lost interest in making any games in XNA but I still want to mess with it. I&#8217;ve been thinking of trying my hand at making a GUI system. Or just mess around with 2D physics again. I also want to give <a href="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation" target="_blank">WPF</a> a try. From the short glance I&#8217;ve given it, I looks a bit like XNA for desktop apps. Which sounds awesome.</p>
<p>Wow, that was a big post.</p>
<p><strong>Edit:</strong> Turns out gedit has a plugin system (cool) and there&#8217;s a file explorer plugin. I&#8217;ll have to check that out.</p>
]]></content:encoded>
			<wfw:commentRss>http://ortz.org/2008/03/13/linux-and-new-windows/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>XNA and OOP</title>
		<link>http://ortz.org/2007/10/29/xna-and-oop/</link>
		<comments>http://ortz.org/2007/10/29/xna-and-oop/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 17:07:59 +0000</pubDate>
		<dc:creator>Ortzinator</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[XNA]]></category>
		<category><![CDATA[newbies]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://blog.ortz.org/2007/10/29/xna-and-oop/</guid>
		<description><![CDATA[I have a simple question about XNA tutorials. Why is everyone sparing newbies OO? Nearly every article and tutorial I see uses very little, if any, Object Orientation. They&#8217;re going to have to learn it anyway. In fact, game programming in XNA is a perfect opportunity to learn it. Yes, they&#8217;re new, but you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I have a simple question about XNA tutorials. Why is everyone sparing newbies OO? Nearly every article and tutorial I see uses very little, if any, Object Orientation. They&#8217;re going to have to learn it anyway. In fact, game programming in XNA is a perfect opportunity to learn it.</p>
<p>Yes, they&#8217;re new, but you don&#8217;t need to dumb things down. XNA has already been simplified. That is, in fact, what XNA is all about. Because XNA has already made it easier, I think we need to concentrate on making the newbies good programmers instead of making it even easier for them to program. I can understand making the most basic &#8220;putting a sprite on the screen&#8221; tutorials as simple as possible to just get them started, but in order for them to really take off and get to the point where they no longer rely on tutorials, they HAVE to learn OOP.</p>
<p>Articles need to have OOP. This is even more confusing to me. Even the more advanced articles contain little OOP. Is this just how people program? Maybe it&#8217;s just me. When I program, I am obsessed with making everything as OO as possible.</p>
<p>Maybe I&#8217;m totally wrong. Maybe I&#8217;m just looking at the wrong tutorials. If I am, tell me.</p>
]]></content:encoded>
			<wfw:commentRss>http://ortz.org/2007/10/29/xna-and-oop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XNA</title>
		<link>http://ortz.org/2007/03/28/xna/</link>
		<comments>http://ortz.org/2007/03/28/xna/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 14:54:03 +0000</pubDate>
		<dc:creator>Ortzinator</dc:creator>
				<category><![CDATA[XNA]]></category>
		<category><![CDATA[Farseer]]></category>
		<guid isPermaLink="false">http://blog.ortz.org/?p=20</guid>
		<description><![CDATA[So for the past few weeks, shortly after jumping into C#, I&#8217;ve been messing around with XNA. I haven&#8217;t had this much fun programming since I first discovered how to query a MySQL database with PHP. Instead of going on some big thing about what XNA is, I&#8217;ll link you here. After I made a [...]]]></description>
			<content:encoded><![CDATA[<p>So for the past few weeks, shortly after jumping into C#, I&#8217;ve been messing around with <a href="http://en.wikipedia.org/wiki/Microsoft_XNA" target="_blank">XNA</a>. I haven&#8217;t had this much fun programming since I first discovered how to query a MySQL database with PHP.</p>
<p>Instead of going on some big thing about what XNA is, I&#8217;ll link you <a href="http://klucher.com/archive/2007/03/24/so-wait-xna-isn-t-a-product.aspx" target="_blank">here</a>.</p>
<p>After I made a simple Pong game and it was boring, I started on an Asteroids game. Then I was reminded that I didn&#8217;t like playing Asteroids clones so it wouldn&#8217;t make much sense to make one.</p>
<p>So now, I&#8217;m working on something else. I&#8217;m not sure if I want to tell anyone what it is yet, since certain people will fap over it and compare it to something and flame me when it doesn&#8217;t meet their expectations. I will tell you that it involves the <a href="http://www.codeplex.com/FarseerPhysics" target="_blank">Farseer Physics Engine</a>. It&#8217;s pretty new and undocumented but it will end up being the core of my game. I haven&#8217;t been working on it much lately because of schoolwork. Maybe I&#8217;ll post something on it later so people can motivate me.</p>
]]></content:encoded>
			<wfw:commentRss>http://ortz.org/2007/03/28/xna/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

