How to debug like a pro! (Development)
I'm increasingly becoming aware that debugging is kinda a "lost art." In this article, I hope to describe what I've learned in the 3+ years I've spent debugging fairly bad code....(Read More)
Author: TheDarkTrumpet on 2009-03-16 19:31:20
A beginners guide to debugging (Development)
I call this a beginner's guide, but there are very skilled programmers that I hope can learn from this. Having messed with some really bad code, without the help of a mentor, decent documentation......(Read More)
Author: TheDarkTrumpet on 2008-10-22 18:50:09
Creating a Django Login Form (Django)
There's a built in way for Django 1.0 for having a login form kinda "prebuilt" for you. This is pretty cool, but I decided to develop my own (partially out of fun, also I started it then saw the app)...(Read More)
Author: TheDarkTrumpet on 2008-10-02 21:27:01
Testing Email (language inspecific) (Development)
Testing email is really hard to do at times, when it comes to projects you're working on. There are a number of solutions that can be done, but which one is best? I want to discuss various ways I've attempted to work out this problem, why, and which options I found the best....(Read More)
Author: TheDarkTrumpet on 2008-09-26 18:42:44
Url helpers, in rails... (Development)
Today i got nearly totally frustrated for a number of reasons - coworkers, and especially Rails. I want to discuss something fairly pointless in Rails that really makes me happy to know in Django....(Read More)
Author: TheDarkTrumpet on 2008-09-24 19:01:20