<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>Micah Carrick</title>
	<link>http://www.micahcarrick.com</link>
	<description>linux. portland. programming. skateboarding. robots.</description>
	<pubDate>Sun, 01 Jun 2008 20:36:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Libglade to GtkBuilder F.A.Q.</title>
		<link>http://www.micahcarrick.com/05-30-2008/gtk-builder-libglade-faq.html</link>
		<comments>http://www.micahcarrick.com/05-30-2008/gtk-builder-libglade-faq.html#comments</comments>
		<pubDate>Fri, 30 May 2008 19:55:52 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[GTK+]]></category>
<category>glade</category><category>gtk builder convert</category><category>gtkbuilder</category><category>libglade</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/05-30-2008/gtk-builder-libglade-faq.html</guid>
		<description><![CDATA[I try to help new users with GTK+ programming and Glade as often as I have time in the mailing lists, forums, and emails in response from my tutorials. I posted this to answer some of the more frequent questions I get about GtkBuilder and Libglade.]]></description>
			<content:encoded><![CDATA[<p>
I try to help new users with GTK+ programming and Glade as often as I have time in the mailing lists, forums, and emails in response from my tutorials. I posted this to answer some of the more frequent questions I get about GtkBuilder and Libglade.
</p>
<p>
Libglade and GtkBuilder are libraries which are used by programmers to dynamically parse  an XML file describing a GUI (usually created with Glade Interface Designer) and build the GUI. Using Glade with Libglade or GtkBuilder allows for RAD (Rapid Application Development) of GTK+ applications in a multitude if programming languages such as C, C++, PHP, Python, etc. If you don't know this already, this FAQ probably will not be very relevant to you and you should instead start with: <a href="http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html">GTK+ and Glade3 GUI Programming Tutorial - Part 1</a>
</p>
<p> <a href="http://www.micahcarrick.com/05-30-2008/gtk-builder-libglade-faq.html#more-57" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/05-30-2008/gtk-builder-libglade-faq.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sandisk Sansa View on Ubuntu Linux</title>
		<link>http://www.micahcarrick.com/05-21-2008/sansa-view-ubuntu.html</link>
		<comments>http://www.micahcarrick.com/05-21-2008/sansa-view-ubuntu.html#comments</comments>
		<pubDate>Wed, 21 May 2008 21:25:16 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>
<category>linux</category><category>mp3 player</category><category>msc</category><category>mtp</category><category>sansa</category><category>sansa view</category><category>ubuntu</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/05-21-2008/sansa-view-ubuntu.html</guid>
		<description><![CDATA[My girlfriend bought an 8GB Sansa View recently and I've been doing a lot of tinkering with it in Ubuntu 8.04 (both AMD64 and x86). Here is some of the knowledge I've gained in regards to the Sansa View and Ubuntu Linux. Please reply if you know any of this to be incorrect.
]]></description>
			<content:encoded><![CDATA[<p>
My girlfriend bought an 8GB Sansa View recently and I've been doing a lot of tinkering with it in Ubuntu 8.04 (both AMD64 and x86). Here is some of the knowledge I've gained in regards to the Sansa View and Ubuntu Linux. Please reply if you know any of this to be incorrect.
</p>
<p> <a href="http://www.micahcarrick.com/05-21-2008/sansa-view-ubuntu.html#more-56" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/05-21-2008/sansa-view-ubuntu.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>GTK+ and Glade3 GUI Programming Tutorial - Part 3</title>
		<link>http://www.micahcarrick.com/01-01-2008/gtk-glade-tutorial-part-3.html</link>
		<comments>http://www.micahcarrick.com/01-01-2008/gtk-glade-tutorial-part-3.html#comments</comments>
		<pubDate>Tue, 01 Jan 2008 20:17:51 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[GTK+]]></category>

		<category><![CDATA[C Programming]]></category>
<category>c</category><category>gtk</category><category>pygtk</category><category>python</category><category>tutorial</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/06-01-2008/k-glade-tutorial-part-3.html</guid>
		<description><![CDATA[In this part of the GTK+ and Glade3 GUI Programming Tutorial series, I will show you a very basic program that will take load Glade file we created in Part 1 and display the main window for our GTK+ text editor. From here on, I will be discussing the GTK+ concepts first and then show the code in both Python and C. If you have chosen to work in one language or the other, you can opt to skip over the code explanation for the other language.]]></description>
			<content:encoded><![CDATA[<h3>Writing a Basic Program to Implement the Glade File</h3>
<p>
In this part of the GTK+ and Glade3 GUI Programming Tutorial series, I will show you a very basic program that will parse the Glade file we created in Part 1 and display the main window for our GTK+ text editor. In this part of the tutorial, I will be discussing the GTK+ concepts first and then show the code in both Python and C (in different colors). If you have chosen to work in one language or the other, you can opt to skip over the code explanation for the language you are not going to use.
</p>
<p> <a href="http://www.micahcarrick.com/01-01-2008/gtk-glade-tutorial-part-3.html#more-53" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/01-01-2008/gtk-glade-tutorial-part-3.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>GTK+ and Glade3 GUI Programming Tutorial - Part 2</title>
		<link>http://www.micahcarrick.com/12-27-2007/gtk-glade-tutorial-part-2.html</link>
		<comments>http://www.micahcarrick.com/12-27-2007/gtk-glade-tutorial-part-2.html#comments</comments>
		<pubDate>Thu, 27 Dec 2007 18:03:59 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[GTK+]]></category>
<category>c</category><category>glade</category><category>gtk</category><category>python</category><category>tutorial</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/12-27-2007/gtk-glade-tutorial-part-2.html</guid>
		<description><![CDATA[In this part of the GTK+ and Glade3 GUI Programming Tutorial series I will be discussing the various programming languages available for GTK+ development. Subsequent parts of this tutorial will cover both C programming and Python programming. With my help, you will have to make the decision of which one you want to learn how to use (or both!).]]></description>
			<content:encoded><![CDATA[<h3>Choosing a Programming Language for GTK+ Development</h3>
<p>
In <a href="http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html">part 1</a> of the GTK+ and Glade3 GUI Programming Tutorial series, we designed a graphical user interface (GUI) for a GTK+ text editor application. After doing so, we were left with an XML file (<a href="http://www.micahcarrick.com/files/gtk-glade-tutorial/part-1/tutorial.glade">tutorial.glade</a>) which described our application's user interface.
</p>
<p>
In this part of the GTK+ and Glade3 GUI Programming Tutorial series I will be discussing the various programming languages available for GTK+ development. Subsequent parts of this tutorial will cover both C programming and Python programming. With my help, you will have to make the decision of which one you want to learn how to use (or both!).
</p>
<p> <a href="http://www.micahcarrick.com/12-27-2007/gtk-glade-tutorial-part-2.html#more-52" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/12-27-2007/gtk-glade-tutorial-part-2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>GTK+ and Glade3 GUI Programming Tutorial - Part 1</title>
		<link>http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html</link>
		<comments>http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html#comments</comments>
		<pubDate>Mon, 24 Dec 2007 17:01:54 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[GTK+]]></category>
<category>glade</category><category>glade3</category><category>gtk</category><category>libglade</category><category>tutorial</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html</guid>
		<description><![CDATA[Designing a User Interface using Glade3
In part 1 of the GTK+ and Glade3 GUI Programming Tutorial series, we will be designing the graphical user interface (GUI) for a GTK+ text editor application (shown below) which will be used throughout these tutorials. This GUI design will be created using the Glade Interface Designer and is completely [...]]]></description>
			<content:encoded><![CDATA[<h3>Designing a User Interface using Glade3</h3>
<p>In part 1 of the GTK+ and Glade3 GUI Programming Tutorial series, we will be designing the graphical user interface (GUI) for a GTK+ text editor application (shown below) which will be used throughout these tutorials. This GUI design will be created using the Glade Interface Designer and is completely independent of the programming language used to implement the design, which will come in subsequent tutorials.</p>
<p><img style= "width: 239px; height: 161px;" alt="GTK+ Text Editor using Glade3" src= "http://www.micahcarrick.com/mc_images/gtk-glade-tutorial/gtk-text-editor.png"></p>
<p> <a href="http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html#more-51" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Gedit Symbol Browser Plugin</title>
		<link>http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html</link>
		<comments>http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html#comments</comments>
		<pubDate>Wed, 14 Nov 2007 18:59:26 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[GTK+]]></category>

		<category><![CDATA[C Programming]]></category>
<category>ctags</category><category>developer</category><category>function browser</category><category>gedit</category><category>plug in</category><category>plugin</category><category>symbol browser</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html</guid>
		<description><![CDATA[I have written a symbol browsing (function browser, class browser, etc.) plugin for Gedit, the default GNOME text editor. The plugin is based on Exuberant Ctags (<a href="http://ctags.sourceforge.net">ctags.sourceforge.net</a>) which must be installed to use the plugin.
]]></description>
			<content:encoded><![CDATA[<p>I have written a symbol browsing (function browser, class browser, etc.) plugin for Gedit, the default GNOME text editor. The plugin is based on Exuberant Ctags (<a href="http://ctags.sourceforge.net">ctags.sourceforge.net</a>) which must be installed to use the plugin.</p>
<p> <a href="http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html#more-48" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Synchronizing 2 Ubuntu Systems with Unison</title>
		<link>http://www.micahcarrick.com/11-07-2007/unison-synchronize-ubuntu.html</link>
		<comments>http://www.micahcarrick.com/11-07-2007/unison-synchronize-ubuntu.html#comments</comments>
		<pubDate>Wed, 07 Nov 2007 14:44:53 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>
<category>gutsy</category><category>linux</category><category>synchronize</category><category>ubuntu</category><category>unison</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/11-07-2007/unison-synchronize-ubuntu.html</guid>
		<description><![CDATA[I recently got a laptop to use for web development work when I travel. I wanted a simple way to sync up the data between it and my Desktop computer so that they would both have the same bookmarks, emails, instant message logs, etc. Along comes unison to save the day. It ended up being MUCH easier than I expected.]]></description>
			<content:encoded><![CDATA[<p>I recently got a laptop to use for web development work when I travel. I wanted a simple way to sync up the data between it and my Desktop computer so that they would both have the same bookmarks, emails, instant message logs, etc. Along comes unison to save the day. It ended up being MUCH easier than I expected.<br />
 <a href="http://www.micahcarrick.com/11-07-2007/unison-synchronize-ubuntu.html#more-45" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/11-07-2007/unison-synchronize-ubuntu.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 7.10 &#8220;Gutsy Gibbon&#8221; on a Dell Lattitude D830</title>
		<link>http://www.micahcarrick.com/11-04-2007/ubuntu-d830-install-notes.html</link>
		<comments>http://www.micahcarrick.com/11-04-2007/ubuntu-d830-install-notes.html#comments</comments>
		<pubDate>Mon, 05 Nov 2007 00:30:09 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>
<category>d830</category><category>gutsy</category><category>install notes</category><category>installing ubuntu</category><category>linux</category><category>wifi</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/11-04-2007/ubuntu-d830-install-notes.html</guid>
		<description><![CDATA[I have installed Ubuntu 7.10 "Gutsy Gibbon" on my brand new Dell Lattitude D830 laptop. Here are my install notes.]]></description>
			<content:encoded><![CDATA[<p>I have installed Ubuntu 7.10 "Gutsy Gibbon" on my brand new Dell Lattitude D830 laptop. These are my install notes. Anything out of the ordinary is discussed here, otherwise the standard Gutsy installation guides and FAQs all applied.<br />
 <a href="http://www.micahcarrick.com/11-04-2007/ubuntu-d830-install-notes.html#more-42" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/11-04-2007/ubuntu-d830-install-notes.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>BCM4328 Wireless Card and WEP in Ubuntu 7.10</title>
		<link>http://www.micahcarrick.com/11-04-2007/bcm4328-wep-gutsy-ubuntu.html</link>
		<comments>http://www.micahcarrick.com/11-04-2007/bcm4328-wep-gutsy-ubuntu.html#comments</comments>
		<pubDate>Sun, 04 Nov 2007 23:44:40 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>
<category>bcm4328</category><category>gutsy</category><category>ubuntu</category><category>wifi</category><category>wireless</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/11-04-2007/bcm4328-wep-gutsy-ubuntu.html</guid>
		<description><![CDATA[When I installed Ubuntu 7.10 "Gutsy Gibbon" on my Dell Latitude D830, the wireless did not work out of the box. Using ndiswrapper, I was able to get it working (Ubuntu 7.10 "Gutsy Gibbon" on Dell Lattitude D830) and  icon in my notification area at the top-right corner of my screen (nm-applet 0.6.5) would show a list of available WiFi connections and their signal strength.]]></description>
			<content:encoded><![CDATA[<p>When I installed Ubuntu 7.10 "Gutsy Gibbon" on my Dell Latitude D830, the wireless did not work out of the box. Using ndiswrapper, I was able to get it working (<a href="http://www.micahcarrick.com/11-04-2007/ubuntu-d830-install-notes.html">Ubuntu 7.10 "Gutsy Gibbon" on a Dell Lattitude D830</a>) and  icon in my notification area at the top-right corner of my screen (nm-applet 0.6.5) would show a list of available WiFi connections and their signal strength.</p>
<p>Note: My BCM4328 wireless card is identified through the 'lspci' command as:<br />
<code>Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 03)</code><br />
 <a href="http://www.micahcarrick.com/11-04-2007/bcm4328-wep-gutsy-ubuntu.html#more-44" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/11-04-2007/bcm4328-wep-gutsy-ubuntu.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Resize Your NTFS Partition Using GParted LiveCD</title>
		<link>http://www.micahcarrick.com/11-03-2007/resize-ntfs-partition.html</link>
		<comments>http://www.micahcarrick.com/11-03-2007/resize-ntfs-partition.html#comments</comments>
		<pubDate>Sat, 03 Nov 2007 18:42:45 +0000</pubDate>
		<dc:creator>Micah</dc:creator>
		
		<category><![CDATA[Linux]]></category>
<category>ntfs</category><category>ntfs partition</category><category>open source</category><category>resize partition</category>
		<guid isPermaLink="false">http://www.micahcarrick.com/11-03-2007/resize-ntfs-partition.html</guid>
		<description><![CDATA[I got a new laptop, a Dell Lattitude D830, which came with Windows XP installed on the entire drive. I needed to resize the partition containing Windows to make space for my Ubuntu install. Along comes <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> to make resizing my NTFS partition a piece of cake.]]></description>
			<content:encoded><![CDATA[<p>I got a new laptop, a Dell Lattitude D830, which came with Windows XP installed on the entire drive. I needed to resize the partition containing Windows to make space for my Ubuntu install. Along comes <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> to make resizing my NTFS partition a piece of cake.<br />
 <a href="http://www.micahcarrick.com/11-03-2007/resize-ntfs-partition.html#more-43" class="more-link">(more...)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.micahcarrick.com/11-03-2007/resize-ntfs-partition.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
