<?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>Chatteren &#187; programming</title>
	<atom:link href="http://herself.movielady.net/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://herself.movielady.net</link>
	<description>Natterings on the state of my world</description>
	<lastBuildDate>Fri, 13 Aug 2010 19:50:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Another simple but useful Django trick</title>
		<link>http://herself.movielady.net/2010/05/18/another-simple-but-useful-django-trick/</link>
		<comments>http://herself.movielady.net/2010/05/18/another-simple-but-useful-django-trick/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:18:30 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[code snippets]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/?p=68</guid>
		<description><![CDATA[Say you need the full URL of the current page you're displaying that you need to use on the template of that page, for example, to add links to Facebook, Delicious, etc., and you don't want to have additional JavaScript that you didn't write on your pages. (Why yes, I'm a control freak, shush. :P) [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2010/05/18/another-simple-but-useful-django-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I just don&#039;t get it. (An &quot;I &#9829; SQL&quot; rant)</title>
		<link>http://herself.movielady.net/2008/09/25/i-just-dont-get-it-an-i-love-sql-rant/</link>
		<comments>http://herself.movielady.net/2008/09/25/i-just-dont-get-it-an-i-love-sql-rant/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 20:48:19 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2008/09/25/i-just-dont-get-it/</guid>
		<description><![CDATA[What's so bad about liking SQL? About enjoying the beauty of a really damned well-written and concise query? Seriously, I just don't get the hype about ORMs versus writing the queries yourself. Don't give me the "but it makes everything portable!" argument. How many times have you designed something, only to have to switch to [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2008/09/25/i-just-dont-get-it-an-i-love-sql-rant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django snippet — Template tag: split list to n sublists</title>
		<link>http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/</link>
		<comments>http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:01:27 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[code snippets]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/</guid>
		<description><![CDATA[This is the code for a Django template tag I adapted (also posted here). It was based on this snippet, adapted to split a list into n number of sublists, e.g. split a list of results into three evenly-divided sublists to enable display of the results in three columns on one page with CSS. Tag: [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Arrrrrrrrrrrgh.</title>
		<link>http://herself.movielady.net/2007/12/07/codeigniter-radio-input-issue/</link>
		<comments>http://herself.movielady.net/2007/12/07/codeigniter-radio-input-issue/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 21:59:00 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[frameworks]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2007/12/07/codeigniter-radio-input-issue/</guid>
		<description><![CDATA[I like CodeIgniter so far (I've been fiddling with it on and off for a bit), but I've run into an issue that is driving me insane, so if anyone sees a typo that's causing the issue, I'd appreciate it if you'd let me know. *g* I posted about the issue on the CI forums [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2007/12/07/codeigniter-radio-input-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New work project up</title>
		<link>http://herself.movielady.net/2007/08/15/new-work-project-up/</link>
		<comments>http://herself.movielady.net/2007/08/15/new-work-project-up/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 04:24:00 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[public information]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2007/08/15/new-project-up/</guid>
		<description><![CDATA[Online school directory for El Paso and Teller counties, Colorado, USA (broken now). (The much better, non-corporate mush version is here on my site. [Also dead now, as I don't want to update the code for newer versions of php and mysql.]) I have a ton of additions and improvements that I want to add [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2007/08/15/new-work-project-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google maps geocoder</title>
		<link>http://herself.movielady.net/2007/07/15/google-maps-geocoder/</link>
		<comments>http://herself.movielady.net/2007/07/15/google-maps-geocoder/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 06:28:36 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[geocoding]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2007/07/15/google-maps-geocoder/</guid>
		<description><![CDATA[Found a batch geocoder for Google maps a couple of weeks ago. It's pretty simple, and returns accuracy and status codes to help weed out the addresses you might need to check by hand. (Yay for not having to write one's own geocoding interface for Google!) References: API docs for the status codes and address [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2007/07/15/google-maps-geocoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing symfony on Dreamhost using PEAR</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/</link>
		<comments>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 03:27:54 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[frameworks]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/</guid>
		<description><![CDATA[I tried to get all of the commands put down in this how-to, so that people of all skill levels could follow the instructions. Be sure to let me know if I missed any or something needs clarified. :) But as usual, use at your own risk, yadda, yadda. Conventions used in this how-to (replace [...]]]></description>
		<wfw:commentRss>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>
