<?xml version="1.0" encoding="utf-8"?><rss version="0.92">
<channel>
	<title>Nerdy Dork</title>
	<link>http://www.nerdydork.com</link>
	<description>Dustin Davis reviews... the internet.</description>
	<lastBuildDate>Wed, 30 Jun 2010 15:52:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>America First Credit Union Rocks!</title>
		<description><![CDATA[I was listening to the Dave Ramsey Show podcast yesterday when Dave went off on Bank of America and large banks in general. He then praised his small community bank. That got me thinking about my bank &#8211; America First Credit Union. I&#8217;ve been with them for nearly 10 years now. I thought I would [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/why-the-cash-envelope-system-didnt-work-for-us.html' rel='bookmark' title='Permanent Link: Why The Cash Envelope System Didn&#8217;t Work for Us'>Why The Cash Envelope System Didn&#8217;t Work for Us</a> <small>Now let me preface this by saying I am a...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/afcu-rocks.html</link>
			</item>
	<item>
		<title>Integrate MailChimp with your Django App</title>
		<description><![CDATA[Here&#8217;s a quick &#38; easy method for integrating MailChimp into your next Django application. 1. Sign up for MailChimp &#60;&#8211; this is an affiliate link. Sign up is free, but if you decide to upgrade to a paid account you will get a $30 credit by using this link. 2. Install greatape sudo pip install [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/implementing-a-forgot-password-feature-on-a-django-site.html' rel='bookmark' title='Permanent Link: Implementing a Forgot Password Feature on a Django Site'>Implementing a Forgot Password Feature on a Django Site</a> <small>Here is something that seems to be quite common on...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/integrate-mailchimp-with-your-django-app.html</link>
			</item>
	<item>
		<title>Extending Django settings.py File</title>
		<description><![CDATA[When first learning Django &#38; python, one issue I had was how to store my settings.py file in SVN. It&#8217;s been a while and things are a little hazy, but I remember my settings.py file in my local development environment was always out of sync and I was careful not to include it in updates. [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html' rel='bookmark' title='Permanent Link: Mobile App on Subdomain with Django'>Mobile App on Subdomain with Django</a> <small>I&#8217;ve noticed a fairly common pattern arising with mobile and...</small></li>
<li><a href='http://www.nerdydork.com/implementing-a-forgot-password-feature-on-a-django-site.html' rel='bookmark' title='Permanent Link: Implementing a Forgot Password Feature on a Django Site'>Implementing a Forgot Password Feature on a Django Site</a> <small>Here is something that seems to be quite common on...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/extending-django-settings-py-file.html</link>
			</item>
	<item>
		<title>Implementing a Forgot Password Feature on a Django Site</title>
		<description><![CDATA[Here is something that seems to be quite common on any type of membership site – members forget their password. This morning I was about to write this and I though surely there must be something build in. Surely. It’s turns out it is built in quite nicely and very easy to use. Start with [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html' rel='bookmark' title='Permanent Link: Mobile App on Subdomain with Django'>Mobile App on Subdomain with Django</a> <small>I&#8217;ve noticed a fairly common pattern arising with mobile and...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/implementing-a-forgot-password-feature-on-a-django-site.html</link>
			</item>
	<item>
		<title>Mobile App on Subdomain with Django</title>
		<description><![CDATA[I&#8217;ve noticed a fairly common pattern arising with mobile and iPhone versions of websites using sub-domains. Clicky is an excellent example of this. They provide an iPhone version of their site at i.getclicky.com and a generic mobile version at m.getclicky.com. I want to create something similar for Inzolo.com. I assumed that Django, with all its [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/basic-authentication-on-mod_wsgi.html' rel='bookmark' title='Permanent Link: Basic Authentication on mod_wsgi'>Basic Authentication on mod_wsgi</a> <small>I&#8217;m currently in the process of creating an iPhone app...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html</link>
			</item>
	<item>
		<title>Django: ProgrammingError: Can&#8217;t Adapt</title>
		<description><![CDATA[I find I get an error like this far too often, but not often enough to remember why I got the problem the previous time. For my own sanity, I&#8217;m blogging about it for reference. The error itself is not very descriptive: Exception Type: ProgrammingError Exception Value: can&#8217;t adapt Unless there is something I&#8217;m forgetting, [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/copy-model-object-in-django.html' rel='bookmark' title='Permanent Link: Copy Model Object in Django'>Copy Model Object in Django</a> <small>I ran into a situation where I wanted to created...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/django-programmingerror-cant-adapt.html</link>
			</item>
	<item>
		<title>Basic Authentication on mod_wsgi</title>
		<description><![CDATA[I&#8217;m currently in the process of creating an iPhone app for Inzolo. This requires an API of course. I wanted to take advantage of what was currently available for Django and I came across wapi. Time is of the essence so I decided to take the easiest route and use basic authentication for now. (I&#8217;m [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/basic-authentication-on-mod_wsgi.html</link>
			</item>
	<item>
		<title>Fixing IE Issues</title>
		<description><![CDATA[This morning for whatever reason I was loathing IE. I hadn’t done any development work all weekend so I don’t even know why it was on my mind. In any case I had an epiphany of sorts. Despite being totally proprietary, IE seems to be the most easily exploited browser due to its support of [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/fixing-ie-issues.html</link>
			</item>
	<item>
		<title>Copy Model Object in Django</title>
		<description><![CDATA[I ran into a situation where I wanted to created a new database record from an existing record (model object). I figured there should be a fairly simple solution. It turns out there is and I want to thank Seveas on IRC #django for pointing it out for me. This is essentially what I did: [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/mobile-app-on-subdomain-with-django.html' rel='bookmark' title='Permanent Link: Mobile App on Subdomain with Django'>Mobile App on Subdomain with Django</a> <small>I&#8217;ve noticed a fairly common pattern arising with mobile and...</small></li>
<li><a href='http://www.nerdydork.com/extending-django-settings-py-file.html' rel='bookmark' title='Permanent Link: Extending Django settings.py File'>Extending Django settings.py File</a> <small>When first learning Django &amp; python, one issue I had...</small></li>
<li><a href='http://www.nerdydork.com/integrate-mailchimp-with-your-django-app.html' rel='bookmark' title='Permanent Link: Integrate MailChimp with your Django App'>Integrate MailChimp with your Django App</a> <small>Here&#8217;s a quick &amp; easy method for integrating MailChimp into...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/copy-model-object-in-django.html</link>
			</item>
	<item>
		<title>Why The Cash Envelope System Didn&#8217;t Work for Us</title>
		<description><![CDATA[Now let me preface this by saying I am a huge fan of Dave Ramsey and I see the wisdom in all of his teachings. Now that said, I readily admit I don&#8217;t follow everything he says. One area in which I don&#8217;t follow along is with the cash envelope budget system. I think the [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.nerdydork.com/why-the-cash-envelope-system-didnt-work-for-us.html</link>
			</item>
</channel>
</rss>
