Some Recent Work May 28th, 2012
Despite not updating this blog in a while, I have been busy on various projects. In this entry, I share some of the fun and exciting things I've been working on.
Make Pretty Push Pinned Images May 30th, 2011
I've created a Django form field that will accept an Image file and create a resized image attached with a push pin. There are settings to control the size, border and color of the push pin. Included is the source code as well as a demo where you can upload your own image.
A Django Code Walk-through Apr 6th, 2011
Over the last few weeks, I've had the pleasure of learning and utilizing the Python based web framework, Django. With the intention of providing a bit of an introduction to the technology, here I offer a walk-through of a piece of code I've recently worked on.