<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Electric Words</title>
	<link>http://www.electricwords.org</link>
	<description>Dan Ellis's technical blog</description>
	<lastBuildDate>Wed, 05 Nov 2008 00:45:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Fuzzy date matching in PostgreSQL</title>
		<description>As part of one of my side-projects, I wanted a way for users of a web site to search for events by date, but with some flexibility. I also wanted users who are creating events to be able to express uncertainty about the dates on which they happened.

For example, if ...</description>
		<link>http://www.electricwords.org/2008/11/fuzzy-date-matching-in-postgresql/</link>
			</item>
	<item>
		<title>Parameterised classes in Python</title>
		<description>Recently, when working with Django, I wanted to create a class that would automatically render instances of a model as an editable HTML table. I used a Django-esque approach to defining the table columns, such that it was similar to Model and Form classes:


class ProductTable(Table):
    _model = ...</description>
		<link>http://www.electricwords.org/2008/08/parameterised-classes-in-python/</link>
			</item>
	<item>
		<title>Introduction to Django</title>
		<description>I haven't had any kind of personal web site for ages, but I recently wrote an article, Introduction to Django, for Digital Web magazine, so I thought I'd put a quick something up here as a point of contact.
 </description>
		<link>http://www.electricwords.org/2008/08/introduction-to-django/</link>
			</item>
</channel>
</rss>
