Developing Programmers .com

Local Search:


SyncUp8 is rethinking research. Find out more.


This site is optimized for standards so you can use any standards compliant browser:

Valid XHTML 1.0 Transitional
Valid CSS!
(RSS) RSS Feed

Web Search:
Google


Thursday, 5 January, 2006
Autotools Tutorial

Autotools are the set of GNU tools that configure their source packages for a particular computer system. If you have ever compiled a program using “configure” followed by “make” commands then chances are you have already used the output of Autotools.

This tutorial runs you through the basics of how to use Autotools.

Posted by sarah at 11:04 am in: Tools , Tutorials
Thursday, 22 December, 2005
Mind Mapping Software

This being the last Thursday before Christmas, it’s time to slack off a little. So I’m writing about a program that does pretty diagrams of “mind maps” that you can play with on your last day at work. It’ll be fun and might even be productive.

Posted by sarah at 5:46 pm in: Documentation , Teamwork , Tools
Thursday, 15 December, 2005
CVSTrac and Trac Combined Tutorial

This tutorial aims to teach you how to use the CVSTrac and Trac tools. I assume an administrator has already set one or both of them up for you and that you just need to get comfortable with the tools themselves. The tutorial should also be useful for people trying to decide whether to use one of these systems, but I do not cover how to set them up or administrate them.

Posted by sarah at 5:33 pm in: Quality , Teamwork , Tools , Tutorials
Thursday, 8 December, 2005
Documentation For Programmers

We all know we should document our code. But how much documentation is enough? This article explores three main kinds of documentation for programmers and suggests tools for producing API documentation automatically.

Posted by sarah at 5:01 pm in: Documentation , Tools
Thursday, 1 December, 2005
Testing On The Cheap

We all know that we “should” write tests for each new feature we add to ensure that the feature works correctly. At work we don’t have a formal testing process so I use a trivial shell script to run a series of tests for me.

Posted by sarah at 11:37 pm in: Methodology , Quality , Tools