Developing Programmers .com

New Developing Programmers Forums are now available.

Local Search:



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


Wednesday, 13 August, 2008
Subversion ACL Permissions Explained

I recently did some digging in the Subversion source code to find out answers to precedence questions that remained after re-reading the documentation for Subversion’s per-directory permission files (popularly referred to as ACLs). At work, this helped us a lot with ensuring our new graphical UI for permissions (an excellent tool developed by Mark George) […]

Posted by sarah at 10:23 am in: Documentation , Tools
Saturday, 13 May, 2006
Coder To Developer

I recently picked up a copy of Mike Gunderloy’s book, “Coder To Developer”. The title grabbed me right away because it’s exactly what this site is about! Reading it in fragments of time between work and home commitments, I was actually excited to try things after reading each chapter. The bulk of the book is […]

Posted by sarah at 2:33 pm in: Design , Documentation , Planning , Plugs , Teamwork , Tools
Sunday, 5 March, 2006
Internationalization: An Introduction

Chances are most professional programmers will have to deal with software internationalization at some stage in their careers. Internationalization and localization of software are two sides of the same thing: Localizing an application is customizing it’s language, currency, sort orders, measurement systems, and more for a particular group’s needs. Typically this group is “people of a particular country” but other […]

Posted by sarah at 12:52 pm in: Methodology , Tools
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