

<?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>Jimmy Burnett &#187; Linux Programming</title>
	<atom:link href="http://www.jimmyburnett.com/tag/linux-programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jimmyburnett.com</link>
	<description>My person tech blog.</description>
	<lastBuildDate>Wed, 09 Jun 2010 12:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Glade 3 + GtkBuilder + Anjuta Example.</title>
		<link>http://www.jimmyburnett.com/2010/02/glade-3-gtkbuilder-anjuta-example.html</link>
		<comments>http://www.jimmyburnett.com/2010/02/glade-3-gtkbuilder-anjuta-example.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:34:22 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Programming]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=1153</guid>
		<description><![CDATA[Today I whipped up a simple GTK application using the Anjuta IDE,  Glade 3, and the new GtkBuilder system. As some of you know, Glade 3 and GTK changed things up. First Glade stopped using generated code which required you to use libglade. Now the GTK developers created their own interface interpretor called GtkBuilder. [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/02/glade-3-gtkbuilder-anjuta-example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash and Shell Dialog Examples</title>
		<link>http://www.jimmyburnett.com/2010/01/bash-and-shell-dialog-examples.html</link>
		<comments>http://www.jimmyburnett.com/2010/01/bash-and-shell-dialog-examples.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 18:52:36 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Power Computing]]></category>
		<category><![CDATA[Bash Programming]]></category>
		<category><![CDATA[Linux Programming]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=977</guid>
		<description><![CDATA[Below are some basic examples of how to create Dialog based Bash scripts for the Linux console. Dialog provides a method of displaying several different types of dialog boxes from shell scripts. The bash dialog example below walks you through a basic &#8220;Hello World&#8221; shell script using Dialog.



#!/bin/sh
rm /tmp/h.out
while [ 0 ]; do

Create a two [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/01/bash-and-shell-dialog-examples.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Basic comes to Linux.</title>
		<link>http://www.jimmyburnett.com/2010/01/visual-basic-comes-to-linux.html</link>
		<comments>http://www.jimmyburnett.com/2010/01/visual-basic-comes-to-linux.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 18:59:37 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Linux Programming]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=938</guid>
		<description><![CDATA[Visual Basic for Linux is here, sort of. In my search for the perfect RAD environment for Linux I came across a project called Gambas. Gambas is a Visual Basic like development environment for Linux which is very much like Microsoft&#8217;s drag and drop Visual Basic but it is not a clone. For an Open [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2010/01/visual-basic-comes-to-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mono, .NET for Linux,</title>
		<link>http://www.jimmyburnett.com/2009/12/mono-net-for-linux.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/mono-net-for-linux.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:12:02 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Linux Programming]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/?p=109</guid>
		<description><![CDATA[
Mono is a Novell and Microsoft sponsored effort to bring the .NET framework to Linux. Microsoft has partnered with Novell to provide the tools and libraries necessary for .NET development on the Linux platform. Currently the Mono project supports the .NET framework 3.5 to include WinForms 2.0. Some of the new technologies such as Silverlight [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/mono-net-for-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write .NET programs for Linux with MonoDevelop.</title>
		<link>http://www.jimmyburnett.com/2009/12/write-net-programs-for-linux-with-monodevelop.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/write-net-programs-for-linux-with-monodevelop.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 20:55:12 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Linux IDE]]></category>
		<category><![CDATA[Linux Programming]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/?p=103</guid>
		<description><![CDATA[MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all platforms.


I have personally used MonoDevelop [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/write-net-programs-for-linux-with-monodevelop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
