<?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>chris ramsay &#187; Programming</title>
	<atom:link href="http://blog.chrisramsay.co.uk/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chrisramsay.co.uk</link>
	<description>remise à zéro!</description>
	<lastBuildDate>Wed, 23 Sep 2009 10:05:35 +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>Book Review: Django 1.0 Template Development</title>
		<link>http://blog.chrisramsay.co.uk/2009/09/23/book-review-django-1-0-template-development/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/09/23/book-review-django-1-0-template-development/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:49:54 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=335</guid>
		<description><![CDATA[If you have ever looked for a book on the subject of Django templates, then a five minute search on the web will soon tell you that they are far and few  between. In fact, you’ll most likely find that Django templating usually has a treatment taking up no more than a couple of [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/09/23/book-review-django-1-0-template-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically Populate /etc/hosts in an AWS AMI</title>
		<link>http://blog.chrisramsay.co.uk/2009/08/26/dynamically-populate-etchosts-in-an-aws-ami/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/08/26/dynamically-populate-etchosts-in-an-aws-ami/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 13:20:14 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=268</guid>
		<description><![CDATA[I came across a problem recently when setting up some Fedora 8 Linux machine instances (AMIs) on Amazon&#8217;s EC2 service regarding the setting of the machine&#8217;s /etc/hosts file. The main issue was to get the host file to correlate the machine&#8217;s local IP address with its (new) host name. Seeing as the IP address was [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/08/26/dynamically-populate-etchosts-in-an-aws-ami/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum with Multiple Repos: yum-plugin-priorities on CentOS</title>
		<link>http://blog.chrisramsay.co.uk/2009/08/14/yum-with-multiple-repos-yum-plugin-priorities-on-centos/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/08/14/yum-with-multiple-repos-yum-plugin-priorities-on-centos/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:52:18 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=259</guid>
		<description><![CDATA[I am just putting a new development server together, using CentOS 5,  and have come across the same headache as usual &#8211; managing standard and 3rd party rpm repositories and avoiding conflicts. I had forgotten about the excellent package yum-plugin-priorities, so here are some brief details on how to get started.

Package Prioritisation
The priorities plug-in [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/08/14/yum-with-multiple-repos-yum-plugin-priorities-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pie Charts with MySQL</title>
		<link>http://blog.chrisramsay.co.uk/2009/08/13/pie-charts-with-mysql/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/08/13/pie-charts-with-mysql/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:14:24 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=248</guid>
		<description><![CDATA[Hey&#8230;
&#8230; want to know how to do this with MySQL?

+----------------------------------------------------------------------+
&#124; pie_chart                                             [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/08/13/pie-charts-with-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>404 Errors on New Posts in Wordpress</title>
		<link>http://blog.chrisramsay.co.uk/2009/05/22/404-errors-on-new-posts-in-wordpress/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/05/22/404-errors-on-new-posts-in-wordpress/#comments</comments>
		<pubDate>Fri, 22 May 2009 11:50:23 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=228</guid>
		<description><![CDATA[Abstract
This seems to be a problem that a few people are experiencing these days when posting with apache hosted wordpress. The symptoms (in my experience) are as follows:

You write a post
Either a) preview the post, or b) publish the post
You get a &#8216;404&#8242; error
Tracking back to the &#8216;posts&#8217; page gives you a link to the [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/05/22/404-errors-on-new-posts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Files with Django Under SELinux</title>
		<link>http://blog.chrisramsay.co.uk/2009/05/22/writing-files-with-django-under-selinux/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/05/22/writing-files-with-django-under-selinux/#comments</comments>
		<pubDate>Fri, 22 May 2009 11:01:30 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=206</guid>
		<description><![CDATA[Abstract
Playing about with Django’s excellent admin interface this morning I came across a little problem that I am sure others will find if using Django in an SELinux environment. This concerns the ability to upload files to a server &#8211; in my case using Apache, mod_wsgi (not in daemon mode), and Fedora 10 with SELinux [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/05/22/writing-files-with-django-under-selinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django Connection Problems on Remote MySQL Database</title>
		<link>http://blog.chrisramsay.co.uk/2009/05/21/django-connection-problems-on-remote-mysql-database/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/05/21/django-connection-problems-on-remote-mysql-database/#comments</comments>
		<pubDate>Thu, 21 May 2009 14:15:47 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=187</guid>
		<description><![CDATA[Outline
An interesting problem reared its head today regarding the inability of my Django setup to connect to a remote MySQL server. I have just migrated a Django site I am in the middle of working on from a single physical server to two virtual machines (VMs) running on a free copy of VMWare&#8217;s ESXi server; [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/05/21/django-connection-problems-on-remote-mysql-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP IDE Comparison at Smashing Magazine</title>
		<link>http://blog.chrisramsay.co.uk/2009/02/12/php-ide-comparison-at-smashing-magazine/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/02/12/php-ide-comparison-at-smashing-magazine/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 09:01:50 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=171</guid>
		<description><![CDATA[Alexander Makarov has written an interesting article on Smashing Magazine comparing a few  IDEs.
Alexander has helpfully compiled a nice comparison chart here on Google Docs.
]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/02/12/php-ide-comparison-at-smashing-magazine/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Joy of Screen</title>
		<link>http://blog.chrisramsay.co.uk/2009/02/11/the-joy-of-screen/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/02/11/the-joy-of-screen/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 22:03:54 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=154</guid>
		<description><![CDATA[One of the developers at work has introduced me to something quite fantastic on the Unix command line &#8211; screen.

Screen is, according to the GNU web site:
[Screen is] a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
It has really cool features, so let me line some up for you.
Multiple [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/02/11/the-joy-of-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Multiple Items into SVN Repo at Once</title>
		<link>http://blog.chrisramsay.co.uk/2009/02/09/add-multiple-items-into-svn-repo-at-once/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/02/09/add-multiple-items-into-svn-repo-at-once/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 14:30:40 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=147</guid>
		<description><![CDATA[There are many occasions where I will create a few new files at once when doing some work in some code somewhere that is under Subversion control. It used to be the case that when it was time to add these files to the repo with the old svn add command, I would religiously add [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/02/09/add-multiple-items-into-svn-repo-at-once/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
