<?xml version='1.0'?>
<rss version='2.0'>
	<channel>
		<title>joshbart.com</title>
		<link>http://www.joshbart.com/</link>
		<description>RSS Feed for joshbart.com</description>
		<language>en-us</language>
		<image>
			<title>joshbart.com</title>
			<url>http://www.joshbart.com/cms/images/32/world.png</url>
			<link>http://www.joshbart.com/</link>
		</image>
		<item>
			<title>About Me</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/14</link>
			<description>Im a proud Canadian living in Ontario.  My background is in software design, network administration and technical computer service.

I have a B.E.Sc. in Software Engineering, and am A+, Network+ and M... </description>
		</item>
		<item>
			<title>Downloads</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/15</link>
			<description>strongWindows Downloads/strong
AVG Anti-Virus: a href="http://free.avg.com/"link/a
Firefox: a href="http://www.firefox.com"link/a
Frostwire: a href="http://www.frostwire.com/"link/a
Ja... </description>
		</item>
		<item>
			<title>Star Craft Map: Crater Center 2</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/22</link>
			<description>Star Craft Map.  Requires expansion... </description>
		</item>
		<item>
			<title>Star Craft Map: Crater</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/23</link>
			<description>Star Craft Map.  Does not require expansion.... </description>
		</item>
		<item>
			<title>Star Craft Map: Star Grid</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/24</link>
			<description>Star Craft Map.  Does not requires expansion.... </description>
		</item>
		<item>
			<title>Useful Ubuntu Terminal Commands</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/18</link>
			<description>Here are some commonly used terminal commands.  These should work on any Ubuntu installation.

strongDelete a non-empty directory/strong
rm -rF directory_name

strongInstall DVD Playback/strong... </description>
		</item>
		<item>
			<title>RC4 Encryption for Java</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/19</link>
			<description>This is a basic implementation of the RC4 encryption algorithm.  If you ever need basic encryption in your program, this might help.... </description>
		</item>
		<item>
			<title>Action RPG</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/17</link>
			<description>Over the last couple of months, since the turn based strategy game, I thought I should give a shot at an Action RPG game.  It plays very similar to the old classic game: Castle of the Winds, a childho... </description>
		</item>
		<item>
			<title>Civ Game</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/20</link>
			<description>I created a Civ style game.  Its a pretty basic strategy game, but all the elements are there: basic resource management, unit upkeep, basic computer player AI, elemental units, graphics and sound.

I... </description>
		</item>
		<item>
			<title>Music Player 2.0</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/16</link>
			<description>I cleaned up the interface and the code of the previous music player.  I also added features such as better playlist management to the program.  The program supports wave, midi, mp3 and ogg audio file... </description>
		</item>
		<item>
			<title>New Website</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/25</link>
			<description>Hi Everyone!

Today I launched my first CMS (content management system).  I did not like having just another wordpress site that looked like everyone elses, so I decided to create my own.

I created i... </description>
		</item>
		<item>
			<title>GUI Prototyper</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/26</link>
			<description>I got sick of designing GUI on paper, so I made my own GUI prototyping program.  It works very much like a simple diagramming tool.  It prints to paper and exports to png files.

Requires Java 6 to ru... </description>
		</item>
		<item>
			<title>Customizing Usability Aspects of Ubuntu 10.04</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/27</link>
			<description>I just downloaded and started to test the new version of Ubuntu (10.04).  I noticed that the system menu icons were gone and that the location bar was not permanently editable in the file browser.  Th... </description>
		</item>
		<item>
			<title>Todo List</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/28</link>
			<description>At work I always needed access to a quick notepad style scratch pad, so I wrote this program.  I use it for a variety of tasks, such as a Todo list, quick meeting notes, or even just quick reminders f... </description>
		</item>
		<item>
			<title>SQLite Viewer</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/29</link>
			<description>I created a quick and simple application to view SQLite database files.  Requires Java 6 to run.... </description>
		</item>
		<item>
			<title>New Server</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/30</link>
			<description>Hi Everyone,
Im now hosting joshbart.com on my home server.  Its running Ubuntu.  I moved my domain registration to DynDNS (www.dyndns.com).  They allow for dynamic ip changes, which is perfect for ho... </description>
		</item>
		<item>
			<title>File Logger</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/32</link>
			<description>I created a small utility that searches and exports a list of all the file in a directory, and all of its sub-directories.

This is useful if you want to catalog videos or music, or any kind of files.... </description>
		</item>
		<item>
			<title>Network Chat</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/33</link>
			<description>Ive always wanted to create a network application of some kind, so I wrote this network chat program.  It also makes heavy use of multi-threading for messaging and peer discovery.

The network chat pr... </description>
		</item>
		<item>
			<title>Linux Basics - Part 1 - File Structure</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/34</link>
			<description>This tutorial is not aimed at Linux experts or people who are already well versed with Linux.  This set of tutorials is aimed at someone who knows nothing about Linux and wants to know some basic abou... </description>
		</item>
		<item>
			<title>Linux Basics - Part 2 - Basic Commands</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/35</link>
			<description>This tutorial is part 2 in my Linux tutorials.  The previous one described the file structure and permissions of files and folders.  This set of tutorials is aimed at someone who knows nothing about L... </description>
		</item>
		<item>
			<title>Linux Basics - Part 3 - Managing Files</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/36</link>
			<description>This tutorial is part 3 in my Linux tutorials. The previous ones described the file structure, permissions of files and folders, and commands to navigate directories and manage permissions. This set o... </description>
		</item>
		<item>
			<title>President Card Game</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/39</link>
			<description>After a night of playing this game with friends, I decided to program it.  I like programming card games since theyre easy to model, but depending on the game rules, can be complicated to program, esp... </description>
		</item>
		<item>
			<title>Disable Close Lid Action in Ubuntu</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/40</link>
			<description>Since theres no "do nothing" value available in Ubuntu, for when you close your laptop lid, you have to set the option manually.

Go to your terminal and type: gconf-editor.

Go to apps, gnome-power-m... </description>
		</item>
		<item>
			<title>Installing Sun Java 6 in Ubuntu 10.04, 10.10, 11.04</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/41</link>
			<description>If you want to install Oracles (formerly Sun) binary version of Java 6, type these 3 lines into your terminal.  It will install the JRE and JDK.

Ubuntu 10.04 or 10.10:
sudo add-apt-repository ppa:sun... </description>
		</item>
		<item>
			<title>Rounded Corners and Borders in CSS 3</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/42</link>
			<description>Theres two neat properties introduced in CSS 3 that Im really fond of: border-radius and box-shadow.  border-radius creates curved or rounded corners of divs and box-shadow creates everything from dro... </description>
		</item>
		<item>
			<title>Install XBMC on Ubuntu 11.10</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/43</link>
			<description>To install XBMC on Ubuntu 11.10, go to your terminal and type:

sudo apt-add-repository ppa:nathan-renniewaldock/xbmc-stable

sudo apt-get update

sudo apt-get install xbmc 

After it installs, your g... </description>
		</item>
		<item>
			<title>Getting Audio over HDMI to work on Ubuntu</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/44</link>
			<description>I have a media computer, which I use HDMI for video and audio, and it usually takes me a few google searches to figure this out, so here it is, in one nice blog entry.  FYI, this is an nVidia video ca... </description>
		</item>
		<item>
			<title>Installing SVN Server on Ubuntu</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/45</link>
			<description>This assumes you have install Apache 2 Webserver.

First, install subversion and the library for Apache:
bsudo apt-get install subversion libapache2-svn/b

Then create a new directory for the repo... </description>
		</item>
		<item>
			<title>Installing SVN Server on Ubuntu</title>
			<link>http://www.joshbart.com/cms/index.php/main/viewpage/entry/46</link>
			<description>This assumes you have install Apache 2 Webserver.

First, install subversion and the library for Apache:
bsudo apt-get install subversion libapache2-svn/b

Then create a new directory for the repo... </description>
		</item>
	</channel>
</rss>
 

