<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>TimSloan.net</title>
	<link>http://timsloan.net</link>
	<description>Tales of a Real Macaroni, Sherwood Park, Alberta</description>
	<lastBuildDate>Thu, 13 Mar 2008 04:20:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Getting organized</title>
		<description>Cheap and simple. Your own mini, inexpensive personal organizer.

PocketMod </description>
		<link>http://timsloan.net/?p=64</link>
			</item>
	<item>
		<title>Timocracy</title>
		<description>Word of the Day: Timocracy  (noun)

Pronunciation: [ti-'mah-krê-si]

Definition: Plato considered timocracy government by principles of honor. To Aristotle it was a government in which the ownership of property is a prerequisite for holding office.

Usage: The adjective for today's word is "timocratic" [ti-mê-'kræt-ik] and the adverb is "timocratically." The plural is "timocracies."

Suggested ...</description>
		<link>http://timsloan.net/?p=63</link>
			</item>
	<item>
		<title>Adding additional links to Django&#8217;s Admin</title>
		<description>If you're like me, you'd like to add some new links to one of the Django admin lists (perhaps to delete right from the list or to direct a user to a custom made view).

Here's the relevant code:

To your model, add:

def some_name(self):
return '&#60;a href="/some/admin/url/here/%s/"&#62;Link Name&#60;/a&#62;' % self.id
some_name.allow_tags = True #this ...</description>
		<link>http://timsloan.net/?p=62</link>
			</item>
	<item>
		<title>Download DVDs onto my 30GB iPod</title>
		<description>Trying to download DVDs onto my 30g iPod? Here's how I did it.

The official way to do this is to purchase Quicktime Pro from Apple but it doesn't support all video types (especially not ones that are downloaded off the net--but no one does that...)

However there is some free software ...</description>
		<link>http://timsloan.net/?p=61</link>
			</item>
	<item>
		<title>Safari and Django Redirects</title>
		<description>I was working on a Django Project (http://naturalareas.saleient.com/) and I was having trouble with people visiting the site with Mac's Safari. As it turns out, a shortcut I was using was causing the problem. I was using HttpResponseRedirect("/page-name/") and apparently Safari doesn't like this. It's actually looking for the entire ...</description>
		<link>http://timsloan.net/?p=60</link>
			</item>
	<item>
		<title>TeamRemind.com Beta Launch</title>
		<description>Yup, we're finally ready to show this guy off a little bit. The look and feel of it is not set yet and we're still finalizing a few features but it's good enough to show a few people and have some people test it out.

We're already getting some good feedback.

FYI ...</description>
		<link>http://timsloan.net/?p=59</link>
			</item>
	<item>
		<title>Code Search Engine - Krugle</title>
		<description>Bad name but a great service for programmers.

http://www.krugle.com/ </description>
		<link>http://timsloan.net/?p=58</link>
			</item>
	<item>
		<title>Malcolm Gladwell</title>
		<description>http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=m_gladwell

Malcolm talks about how there is no perfect Pepsi but rather only perfect Pepsis. He describes how it is important to understand humans have variability. Some great anecdotes. Check out the rest of the site while you're there. </description>
		<link>http://timsloan.net/?p=57</link>
			</item>
	<item>
		<title>Work life update</title>
		<description>Here's a few cool projects that I've worked on over the past couple years. Enjoy.

http://www.nothingbutnets.net
(I did a bunch of the set up on this site. The design was created by a company in Vancouver)

http://naturalareas.saleient.com/
This site is a survey for the city of Edmonton to see what the citizens think of ...</description>
		<link>http://timsloan.net/?p=55</link>
			</item>
	<item>
		<title>Django Newforms</title>
		<description>Binding a form to a model instanceDjango's newforms module provides the helper method 'form_for_instance'. The method will return a Form similar to the one returned by form_for_model but the initial data will be populated by the instance's data. The form will have a 'save' method which will save changes to ...</description>
		<link>http://timsloan.net/?p=54</link>
			</item>
</channel>
</rss>
