<?xml version="1.0"?>
<rss version="2.0">

	<channel>

		<title>Alan Phipps.com - Windows Administration and XNA Game Development in VB.NET</title>
		<description>Windows Administration and XNA Game Development in VB.NET</description>
		<link>http://www.alanphipps.com</link>
		<copyright>Copyright 2006 Alan Phipps</copyright>	
		<item>
			<title>VB.NET XNA Update</title>
			<description>All tutorials updated to XNA 3.0 and VB.NET 2008</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA.html</link>
			<guid isPermaLink="false">rssfeeditem17</guid> 
			</item>
		<item>
			<title>VB.NET XNA 3D Tutorial 6 - Basic Terrain with Lighting</title>
			<description>This tutorial will add some light to our basic terrain.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-BasicTerrainWithLighting.html</link>
			<guid isPermaLink="false">rssfeeditem16</guid> 
			</item>
		<item>
			<title>VB.NET XNA 3D Tutorial 5 - Basic Terrain</title>
			<description>This tutorial describes how to create some basic terrain for our game.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-BasicTerrain.html</link>
			<guid isPermaLink="false">rssfeeditem16</guid> 
			</item>
		<item>
			<title>VB.NET XNA 3D Tutorial 4 - A Quaternion Camera.</title>
			<description>In this tutorial we will build a 3D Quaternion based camera.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-3DCamera.html</link>
			<guid isPermaLink="false">rssfeeditem15</guid> 
			</item>		
		<item>
			<title>VB.NET XNA 3D Tutorial 3 - The SkyBox</title>
			<description>This tutorial describes how to create a 3D world skybox.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-3DSkyBox.html</link>
			<guid isPermaLink="false">rssfeeditem14</guid> 
			</item>
		<item>
			<title>VB.NET XNA 3D Tutorial 2 - Rotating a 3D Model</title>
			<description>The next tutorial of the 3D Series, How to rotate a 3D model using keyboard input.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-3DModel.html</link>
			<guid isPermaLink="false">rssfeeditem13</guid> 
			</item>
		<item>
			<title>VB.NET XNA 3D Tutorial 1 - Displaying a 3D Texture</title>
			<description>The first tutorial of the 3D Series, simply displays a 3D texture.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-3DTexture.html</link>
			<guid isPermaLink="false">rssfeeditem12</guid> 
			</item>
		<item>
			<title>The latest VB.NET XNA Engine.</title>
			<description>The XNAEngine has been updated so that the content pipeline includes fx files.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-XNAEngine.html</link>
			<guid isPermaLink="false">rssfeeditem11</guid> 
			</item>
		<item>
			<title>VB.NET XNA Tutorial 22 - The Finishing Touches</title>
			<description>The last tutorial showing the finishing touches to our 2D game.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-2DGameComplete.html</link>
			<guid isPermaLink="false">rssfeeditem9</guid> 
			</item>
		<item>
			<title>VB.NET XNA Tutorial 21 - The Content Pipeline</title>
			<description>This tutorial will explain how to incorporate the XNA content pipeline into our games.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-ContentPipeline.html</link>
			<guid isPermaLink="false">rssfeeditem8</guid> 
			</item>
		<item>
			<title>VB.NET XNA Tutorial 20 - Adding Microsoft.XNA.Framework.Game</title>
			<description>This tutorial will describe how to add the Microsoft.XNA.Framework.Game component to our game and hence all the useful stuff that comes with it.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-InheritsGame.html</link>
			<guid isPermaLink="false">rssfeeditem7</guid> 
			</item>
		<item>
			<title>VB.NET XNA Tutorial 19 - Game Aesthetics</title>
			<description>This tutorial will deal with the look and sound of the game.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-Aesthetics.html</link>
			<guid isPermaLink="false">rssfeeditem6</guid> 
			</item>
		<item>
			<title>VB.NET XNA Tutorial 18 - Sound and MultiThreading</title>
			<description>This tutorial will focus on adding sound to our game and also, running the sound on separate CPU threads.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-AudioAndMultiThreading.html</link>
			<guid isPermaLink="false">rssfeeditem5</guid> 
			</item>
		<item>
			<title>VB.NET XNA Tutorial 17 - Code CleanUp 3</title>
			<description>A few Bug Fixes, some code improvments and a few small changes.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-ParticleSystem.html</link>
			<guid isPermaLink="false">rssfeeditem4</guid>  
			</item>
		<item>
			<title>VB.NET XNA Tutorial 16 - The GameState</title>
			<description>Implementing the gamestates, such as Loading, Playing, Paused, etc. It enables us to control what objects are drawn and what logic is performed at various points in the game.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-GameState.html</link>
			<guid isPermaLink="false">rssfeeditem3</guid> 
			</item>

		<item>
			<title>XNA in VB.NET Latest Tutorial - Display Text On Screen</title>
			<description>Draw text on screen in XNA. Using any windows font, in any colour, at any size etc, etc.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-DisplayText.html</link>
			<guid isPermaLink="false">rssfeeditem2</guid> 
			</item>
		<item>
			<title>VB.NET XNA Tutorial 15 - The Particle System</title>
			<description>In this tutorial i will demonstrate how to use a particle system to show the game balls exploding.</description>
			<link>http://www.alanphipps.com/VisualBasicdotNET-XNA-ParticleSystem.html</link>
			<guid isPermaLink="false">rssfeeditem1</guid> 
			</item>
		
		</channel>
	</rss>
