Five Days to a Django Web App: Day Three, Coding

Thanks for coming back for Day Three!

[Note: Sorry this post is a day late. It was all ready to go late yesterday, but some of the code included below triggered a bug either in WordPress or ScribeFire and the whole post got mangled. I managed to resurrect it today ...

Five Days to a Django Web App: Day Two, Mockups

Welcome back.

Ready for Day Two? Did you get your "hello world" app running on your host?

Where We Stand

Yesterday we nailed down our concept, bought a domain name and hosting, set up our toolkit, and deployed a practice app on the host.

Here's what I'm going ...

Five Days to a Django Web App: Day One, Get Ready

This is the first in a series of posts that will walk through the steps of designing, building, and deploying a complete web app using Django. I'm going to assume you know the basics when it comes to Python, Django, HTML, CSS, Javascript and some basic tools. This will ...

Today's Time Log Is Tomorrow's Historical Data

The only good way to create any kind of a reliable estimate is by using (your own) historical data.

If you are trying to create an estimate for a new project and are having a hard time, don't lament your lack of historical data. The best thing you can ...

Simpler C Development Environment

If you're on Windows and you had problems installing Cygwin, there is another package that includes GCC called "MinGW" (minimalist GNU for Windows). Download and run the MinGW installer.

Go through the installer and keep clicking the defaults. It will then download and install several other packages. When the ...

Getting Started in C

Some may argue that C is an outdated language to learn in 2009. I disagree. Learning C requires some degree of understanding how computers really work. And if you can understand pointers, you're ten steps ahead of the game.

This is the first in a series of articles designed ...

« Page 3 / 3