Article Category: Programming
Posted 4 days, 8 hours ago by wheaties
I've been working on updating all of my articles to use ReStructured text formatting these past couple of days. Basically ever since I started using Django on my personal sites, I used Textile formatting to make my articles look pretty, and it treated me well. However, I found...
Posted 5 days, 20 hours ago by wheaties
The Django team has once again announced a new release of their absolutely amazing framework. Right on schedule, version 1.0.1 has been made available to the world. This release packs over two hundred fixes over the original Django 1.0 codebase. I'm in the process of upgrading my...
Posted 6 days, 13 hours ago by wheaties
I've posted some screenshots for my django-pendulum application!
Posted 1 week, 5 days ago by wheaties
Here's yet another application to help you make your site more useful to your users. django-reploc is a "representative locator" for Django-powered Web sites. It uses the Google Maps API to offer your users an interactive map of your representatives, vendors, friends, houses, etc.
I built this application to...
Posted 2 weeks, 1 day ago by wheaties
Up until a couple weeks ago, I had never installed a FavIcon on any of my Django sites. I never really thought about it until one day I enabled the SEND_BROKEN_LINK_EMAILS setting for one of my sites. As soon as I did that, I was able to track...
Posted 2 weeks, 1 day ago by wheaties
Ever curious to see information about failed login attempts on your site? This morning I threw together a small, simple Django application that allows you to do just that. I'm calling this project django-axes, which is pronounced as "jango access".
I've only tested it on my own site, so...
Posted 2 weeks, 2 days ago by wheaties
Several updates made to django-pendulum.
Posted 2 weeks, 4 days ago by wheaties
I've released my personal time clock application on Google Code!
Posted 1 month, 2 weeks ago by wheaties
This kinda caught me off guard, but apparently Python version 2.6.0 final has been released!
Posted 2 months, 1 week ago by wheaties
Ever in the mood to have your Web site change colors depending on what day of the year it is (kinda the way Google's logo changes on holidays and such)? Well now you can do it a lot easier.
Posted 2 months, 2 weeks ago by wheaties
In continuation of a previous article, now you can learn how to install Django on a shared hosting provider. I know for a fact that this HOWTO works with Site5 because I used it to setup a friend's account with Django a few minutes ago.
Posted 2 months, 2 weeks ago by wheaties
Django 1.0 final is here at last!
Posted 2 months, 3 weeks ago by wheaties
Finally, I have created my very first extension for Firefox. It's simple and to-the-point, but I think it does its job well!
Posted 2 months, 3 weeks ago by wheaties
Django's newly merged comments application seemed to break a lot of things for me. Here are some tips in case you're in the same boat.
Posted 3 months, 1 week ago by wheaties
Now all Django users have a simple way to keep track of active users on their Django-powered websites. Installs in less than 5 minutes!
Posted 3 months, 1 week ago by wheaties
Use Django's Object-Relational Mapper to design your database quickly and easily--regardless of the programming language/framework used in your final product.
Posted 3 months, 1 week ago by wheaties
Learn how to get started with Django on Windows, Linux, and Mac OS X.
Posted 3 months, 2 weeks ago by wheaties
My newest project: django-clevercss, an interface to CleverCSS for those of us who are somewhat lazy or bored.
Posted 3 months, 2 weeks ago by wheaties
Bigger and better things are always on the way!
Posted 4 months ago by wheaties
The awesome Django developers and contributors have finally merged the newforms-admin branch into trunk!!!
Posted 4 months, 1 week ago by wheaties
Reflections on a recent experience as a freelance developer.
Posted 4 months, 2 weeks ago by wheaties
Yes folks, I have launched yet another website.
Posted 5 months ago by wheaties
The details on the verdict concerning the legality of my PyScriptures program.
Posted 5 months ago by wheaties
Yet another frustipation concerning Windows.
Posted 5 months, 2 weeks ago by wheaties
The latest release of PyScriptures is ready!
Posted 5 months, 2 weeks ago by wheaties
PyScriptures has moved to Google Code in order to allow more people access to the program.
Posted 5 months, 3 weeks ago by wheaties
The first "official" public release of PyScriptures.
Posted 8 months, 4 weeks ago by wheaties
Some thoughts about my preference for the Python programming language.
Posted 9 months, 2 weeks ago by wheaties
I finally made my first contribution to an open source project!
Posted 1 year, 9 months ago by wheaties
Learn how to compile and install your own Linux kernel so you can tweak your system to the max!
Posted 1 year, 11 months ago by wheaties
For those of you who love Java as much as I do, you might be wondering if your existing netbeans projects can be upgraded to JDK 6. This will explain how to do it.
Posted 2 years, 2 months ago by wheaties
Ever started a project that involved multiple developers, or wanted to keep track of changes that you make to your files? Learn how to effectively use a Subversion (SVN) repository to ease the burden of manually merging or backing up files.