<?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"
	>

<channel>
	<title>All My Brain</title>
	<atom:link href="http://allmybrain.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<pubDate>Tue, 17 Jun 2008 16:13:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Formatting Source Code with Wordpress</title>
		<link>http://allmybrain.com/2008/06/17/formatting-source-code-with-wordpress/</link>
		<comments>http://allmybrain.com/2008/06/17/formatting-source-code-with-wordpress/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 16:12:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

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

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

		<category><![CDATA[source code]]></category>

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

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

		<guid isPermaLink="false">http://allmybrain.com/?p=100</guid>
		<description><![CDATA[Sometimes you get used to doing things one way and you forget to take a step back now and then and see if there isn't something you're missing.  In my case, I was formatting source code on this blog by putting html non-breaking spaces and &#38;amp;lt; codes for angle brackets etc.  Ouch.  [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/06/17/formatting-source-code-with-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Good Site To Buy Desktop Computer Memory</title>
		<link>http://allmybrain.com/2008/06/14/a-good-site-to-buy-desktop-computer-memory/</link>
		<comments>http://allmybrain.com/2008/06/14/a-good-site-to-buy-desktop-computer-memory/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 19:27:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/?p=99</guid>
		<description><![CDATA[A while back, I decided to add extra RAM to my iMac.  I had heard from a friend that found a deal for 1G of PC5300 SODIMM for the iMac for as low as $25.00.  At the time, I got lucky and found a blowout special at a local retailer for about that [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/06/14/a-good-site-to-buy-desktop-computer-memory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Timing C/C++ Code on Linux</title>
		<link>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/</link>
		<comments>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 21:37:18 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/?p=96</guid>
		<description><![CDATA[For my last post, I played around with C++ and a little programming competition.  While on the topic, I decided I'd get slightly more serious and enter the next challenge.
One of the things that slightly annoyed me during the process is having to compile/run the program on Windows to enter the competion, while I'm [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Difference Between Dijkstra&#8217;s Algorithm and A*</title>
		<link>http://allmybrain.com/2008/06/02/the-difference-between-dijkstras-algorithm-and-a/</link>
		<comments>http://allmybrain.com/2008/06/02/the-difference-between-dijkstras-algorithm-and-a/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:10:55 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[A*]]></category>

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

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

		<category><![CDATA[programming challenge]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=95</guid>
		<description><![CDATA[Over the last couple weeks, I've had an interest in brushing up my C++ skills.  Friday, I came across a programming challenge that looked somewhat interesting and I thought I'd give it a shot.
The object was to find the lowest cost route between 10 cities encoded in a map of integers.  Each integer [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/06/02/the-difference-between-dijkstras-algorithm-and-a/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GTK+ programs with GtkBuilder and dynamic signal handlers.</title>
		<link>http://allmybrain.com/2008/05/22/gtk-programs-with-gtkbuilder-and-dynamic-signal-handlers/</link>
		<comments>http://allmybrain.com/2008/05/22/gtk-programs-with-gtkbuilder-and-dynamic-signal-handlers/#comments</comments>
		<pubDate>Thu, 22 May 2008 19:31:04 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/?p=94</guid>
		<description><![CDATA[Well, I decided to review some GTK+ and Gnome development lately.  With GTK+, a nice way to create a user interface is with the Glade Interface Designer.  Glade produces an xml file with a glade-interface element that can be loaded by libglade.  You can then change attributes of the user interface without [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/05/22/gtk-programs-with-gtkbuilder-and-dynamic-signal-handlers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using YUI to Create Nested Tabs</title>
		<link>http://allmybrain.com/2008/04/29/using-yui-to-create-nested-tabs/</link>
		<comments>http://allmybrain.com/2008/04/29/using-yui-to-create-nested-tabs/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:36:49 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/?p=93</guid>
		<description><![CDATA[Recently, I was browsing the YUI JavaScript forums and found a post about nesting the tab control.  I haven't done that before personally, but have done things where my tabs had Ajax or DHTML dependencies inside the tabs.  I decided I'd take a whack at this one and see what I could come [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/29/using-yui-to-create-nested-tabs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Multiple Python Environments With Gentoo</title>
		<link>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/</link>
		<comments>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 18:09:18 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

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

		<category><![CDATA[virtual python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=91</guid>
		<description><![CDATA[It's been some time since Python 2.5 became stable and released.  Version 2.5 has plenty of new features that have helped me  in deciding that it was time to go ahead and start using it for primary development of all my new projects.  One of the reasons I was still using version [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using YUI components in a templated environment</title>
		<link>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/</link>
		<comments>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 21:40:56 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/?p=90</guid>
		<description><![CDATA[If you develop sites anything like I do, you'll end up setting up a site wide layout and theme before you start coding any individual pages.  I like to add YUI components where they are useful, but I've come across a couple little quirks that were annoying me.  Here are my observations and [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Serving JavaScript Fast</title>
		<link>http://allmybrain.com/2008/04/02/serving-javascript-fast/</link>
		<comments>http://allmybrain.com/2008/04/02/serving-javascript-fast/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 20:55:42 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/04/02/serving-javascript-fast/</guid>
		<description><![CDATA[I found this excellent writeup on serving JavaScript files posted on Digg.com.  I think I'll convert some of those ideas to Python but I thought it worth posting here in the mean time with the link to the story.

The next generation of web apps make heavy use of JavaScript and CSS. We’ll show you [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/02/serving-javascript-fast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using a Makefile to generate Latex documents</title>
		<link>http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/</link>
		<comments>http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 15:28:39 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/</guid>
		<description><![CDATA[So, you're using Latex to compile a paper, article, or book.  If you have any type of table of contents, index, or bibliography, you've probably noticed that you have to run latex two (or sometimes 3) times to generate the final document.  In addition, you probably have to run a conversion program to [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/03/31/using-a-makefile-to-generate-latex-documents/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gentoo with an Intel DQ35MP Motherboard</title>
		<link>http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/</link>
		<comments>http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:39:46 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/</guid>
		<description><![CDATA[I'm slightly sad to see my old radeon 9600 card with Compiz being obsoleted.  My motherboard in that machine shorted out somewhere and I was left with a bricked machine.  Since the product was essentially about 5 years old, I decided to go ahead and buy new equipment. I'm now the proud owner [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/03/05/gentoo-with-an-intel-dq35mp-motherboard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Image Upload with YUI Editor 2.5.0</title>
		<link>http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/</link>
		<comments>http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 17:08:48 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

		<category><![CDATA[image upload]]></category>

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

		<category><![CDATA[rich text editor]]></category>

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/</guid>
		<description><![CDATA[The YUI team has been making further enhancements to the YUI library.  I decided to stick together in one post all the previous resources I've added for the YUI Image Uploader and make sure the uploader was compatible with the latest version of the YUI Rich Text Editor.

Image Uploader Client Code
To use upload images [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I think Spore on the DS is going to stink</title>
		<link>http://allmybrain.com/2008/02/13/i-think-spore-on-the-ds-is-going-to-stink/</link>
		<comments>http://allmybrain.com/2008/02/13/i-think-spore-on-the-ds-is-going-to-stink/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 14:12:38 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/02/13/i-think-spore-on-the-ds-is-going-to-stink/</guid>
		<description><![CDATA[Ok, I'm taking a little sidetrack from my usual line of topics.  I certainly spend plenty of time programming and learning things.  What do I do in the rest of the time?  A range of activities including, but not limited to, playing on my DS and Wii!
Well, anyone who follows any type [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/02/13/i-think-spore-on-the-ds-is-going-to-stink/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ten Principles Of Effective Web Design</title>
		<link>http://allmybrain.com/2008/02/11/ten-principles-of-effective-web-design/</link>
		<comments>http://allmybrain.com/2008/02/11/ten-principles-of-effective-web-design/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 12:49:41 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Web]]></category>

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/02/11/ten-principles-of-effective-web-design/</guid>
		<description><![CDATA[Here is another article from Digg.com highlighting some effective web design techniques.  I'm stockpiling these for the next time I have a new project that requires a new face.  This one is particularly informative since it gives examples at the beginning of how users use the web and then shows how you can [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/02/11/ten-principles-of-effective-web-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is Pylons the Best Python Web Framework?</title>
		<link>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/</link>
		<comments>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 22:26:02 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/</guid>
		<description><![CDATA[I've been playing with Python for close to two years now.  I started out playing with Python when I had a need to develop web applications faster.  I was getting rather bored with the additional development time that the thousands of lines of XML and the constant restarting of Tomcat that the Java, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/02/08/is-pylons-the-best-python-web-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Managing Gmail Identities with Apple Mail 3.0</title>
		<link>http://allmybrain.com/2008/02/04/managing-gmail-identities-with-apple-mail-30/</link>
		<comments>http://allmybrain.com/2008/02/04/managing-gmail-identities-with-apple-mail-30/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 13:21:35 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Apple Mail]]></category>

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

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

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

		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/02/04/managing-gmail-identities-with-apple-mail-30/</guid>
		<description><![CDATA[A commenter pointed out on my original post about Apple Mail and Gmail that you can manage multiple Gmail identities by separating each email address with a comma.  Here are the steps:

If you have already set up your Gmail identities on Gmail, you can go to the next step.  You can't use an [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/02/04/managing-gmail-identities-with-apple-mail-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>8 Web Design Mistakes That Developers Make</title>
		<link>http://allmybrain.com/2008/01/31/8-web-design-mistakes-that-developers-make/</link>
		<comments>http://allmybrain.com/2008/01/31/8-web-design-mistakes-that-developers-make/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 13:56:06 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Web]]></category>

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

		<guid isPermaLink="false">http://allmybrain.com/2008/01/31/8-web-design-mistakes-that-developers-make/</guid>
		<description><![CDATA[I decided to make a blog entry for this so I can come back again and review it later.  I fall exactly into the category of "developers creating websites".  Luckily, most of the work I do, at least professionally, has someone else to be in charge of how it looks!  I found [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/31/8-web-design-mistakes-that-developers-make/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Few Cool Ways To Use RSS Feeds</title>
		<link>http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/</link>
		<comments>http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 23:29:09 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Web]]></category>

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

		<category><![CDATA[Apple Mail]]></category>

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

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

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

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

		<category><![CDATA[google reader]]></category>

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

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/</guid>
		<description><![CDATA[So what is all this RSS hype?  I've known about RSS feeds, what they are for, and how to use them for quite a while.  It's not like they are new or anything!  It wasn't until recently that I started to actually use them though.  I didn't know what I was [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How many emails does it take to complete a Masters Degree?</title>
		<link>http://allmybrain.com/2008/01/23/how-many-emails-does-it-take-to-complete-a-masters-degree/</link>
		<comments>http://allmybrain.com/2008/01/23/how-many-emails-does-it-take-to-complete-a-masters-degree/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 16:59:15 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

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

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

		<category><![CDATA[masters degree]]></category>

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

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

		<guid isPermaLink="false">http://allmybrain.com/2008/01/23/how-many-emails-does-it-take-to-complete-a-masters-degree/</guid>
		<description><![CDATA[After posting a few tips on completing a Masters Degree and a Thesis,  I had a thought that it would be fun to post about the same topic from a lighter angle.  How many emails does it take to complete a Masters Degree?
I started using Gmail in 2005.  Unfortunately, I don't have [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/23/how-many-emails-does-it-take-to-complete-a-masters-degree/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virtual Hosting TurboGears Applications on Mac OS X Leopard</title>
		<link>http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/</link>
		<comments>http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 23:22:52 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[System Administration]]></category>

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

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

		<category><![CDATA[OS X]]></category>

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

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

		<category><![CDATA[virtual hosts]]></category>

		<category><![CDATA[virtual python]]></category>

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

		<guid isPermaLink="false">http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/</guid>
		<description><![CDATA[For a couple years now, I've been learning and applying various tricks for developing and hosting multiple Python web sites on my development machines.  During that time, I made a migration to Mac OS X.  Most setup files for python applications and libraries work out of the box on the Linux distributions I've [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.572 seconds -->
<!-- Cached page served by WP-Cache -->
<!-- Compression = gzip -->