<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Nerdy Dork</title>
	<link>http://www.nerdydork.com</link>
	<description>Dustin Davis reviews... the internet.</description>
	<lastBuildDate>Wed, 03 Mar 2010 23:16:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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 awesomeness [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/one-click-django-project-publishing.html' rel='bookmark' title='Permanent Link: One Click Django Project Publishing'>One Click Django Project Publishing</a> <small>I was reading The Joel Test and I got to...</small></li>
<li><a href='http://www.nerdydork.com/django-cron-on-webfaction.html' rel='bookmark' title='Permanent Link: Django cron on Webfaction'>Django cron on Webfaction</a> <small>James Bennett addresses one of the most frequently asked questions...</small></li>
<li><a href='http://www.nerdydork.com/django-djson-er-json.html' rel='bookmark' title='Permanent Link: Django &amp; Djson&hellip; er, JSON'>Django &amp; Djson&hellip; er, JSON</a> <small>I must admin this is my first attempt at even...</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, it seems 100% [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/django-djson-er-json.html' rel='bookmark' title='Permanent Link: Django &amp; Djson&hellip; er, JSON'>Django &amp; Djson&hellip; er, JSON</a> <small>I must admin this is my first attempt at even...</small></li>
<li><a href='http://www.nerdydork.com/django-login-form-on-every-page.html' rel='bookmark' title='Permanent Link: Django: Login Form on Every Page'>Django: Login Form on Every Page</a> <small>Up to the point, when it has come to Django...</small></li>
<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 [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/webfaction-review.html' rel='bookmark' title='Permanent Link: Webfaction Review'>Webfaction Review</a> <small>I was looking at my web stats and noticed I...</small></li>
<li><a href='http://www.nerdydork.com/django-cron-on-webfaction.html' rel='bookmark' title='Permanent Link: Django cron on Webfaction'>Django cron on Webfaction</a> <small>James Bennett addresses one of the most frequently asked questions...</small></li>
<li><a href='http://www.nerdydork.com/one-click-django-project-publishing.html' rel='bookmark' title='Permanent Link: One Click Django Project Publishing'>One Click Django Project Publishing</a> <small>I was reading The Joel Test and I got to...</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/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 active [...]


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:
from [...]


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/django-djson-er-json.html' rel='bookmark' title='Permanent Link: Django &amp; Djson&hellip; er, JSON'>Django &amp; Djson&hellip; er, JSON</a> <small>I must admin this is my first attempt at even...</small></li>
<li><a href='http://www.nerdydork.com/django-filter-model-on-date-range.html' rel='bookmark' title='Permanent Link: Django: Filter Model on Date Range'>Django: Filter Model on Date Range</a> <small>I&#8217;m sure this is in the documentation *somewhere* but it...</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 system [...]


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>
	<item>
		<title>IE &amp; JSON Caching Bug</title>
		<description><![CDATA[I came across a weird bug. It seems that IE is the only browser that has a tendency insists on caching JSON results. I created a little api call that returned a list of users “favorites”. I use jQuery to retrieve this list and make updates to my site.
Well apparently IE caches the JSON file, [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/django-djson-er-json.html' rel='bookmark' title='Permanent Link: Django &amp; Djson&hellip; er, JSON'>Django &amp; Djson&hellip; er, JSON</a> <small>I must admin this is my first attempt at even...</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/ie-json-caching-bug.html</link>
			</item>
	<item>
		<title>Django cron on Webfaction</title>
		<description><![CDATA[James Bennett addresses one of the most frequently asked questions in Django – &#8220;How do I write a standalone script which makes use of Django components?&#8221;
That is what I needed to do. I&#8217;m still learning Python so I wasn&#8217;t sure why the methods he described in his article didn&#8217;t work for me. (OK, I have [...]


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>
<li><a href='http://www.nerdydork.com/webfaction-review.html' rel='bookmark' title='Permanent Link: Webfaction Review'>Webfaction Review</a> <small>I was looking at my web stats and noticed I...</small></li>
<li><a href='http://www.nerdydork.com/django-djson-er-json.html' rel='bookmark' title='Permanent Link: Django &amp; Djson&hellip; er, JSON'>Django &amp; Djson&hellip; er, JSON</a> <small>I must admin this is my first attempt at even...</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-cron-on-webfaction.html</link>
			</item>
	<item>
		<title>Use Google Earth to Track Your Mileage</title>
		<description><![CDATA[Recently I&#8217;ve taken up hiking during lunch. There is a nice mountain trail behind my house the I really enjoy. There are a few landmarks that I generally try to make it to with the time I have available. I was curious exactly how far those landmarks were so I used Google Earth to find [...]


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/use-google-earth-to-track-your-mileage.html</link>
			</item>
	<item>
		<title>Windows 7 Releases October 22nd 2009</title>
		<description><![CDATA[
This morning was the first time I heard an official release date for Windows 7. I&#8217;ve been running Windows 7 betas for the past 3 months and it has been far more stable and responsive than Vista was for me. I will definitely be upgrading this one on release day! I have just put in [...]


Related posts:<ol><li><a href='http://www.nerdydork.com/my-applications.html' rel='bookmark' title='Permanent Link: My Applications'>My Applications</a> <small> Windows 7 Release Candidate is now available. I&#8217;ve been...</small></li>
<li><a href='http://www.nerdydork.com/windows-7-media-center-decoder-error.html' rel='bookmark' title='Permanent Link: Windows 7 Media Center Decoder Error'>Windows 7 Media Center Decoder Error</a> <small>So for the past couple of weeks, I haven&#8217;t been...</small></li>
<li><a href='http://www.nerdydork.com/pidgin-crashing-on-windows-7-64-bit-fixed.html' rel='bookmark' title='Permanent Link: Pidgin Crashing on Windows 7 64-bit &ndash; Fixed'>Pidgin Crashing on Windows 7 64-bit &ndash; Fixed</a> <small>Ever since installing Windows 7 RC, I have not been...</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/windows-7-releases-october-22nd-2009.html</link>
			</item>
</channel>
</rss>
