Developing Programmers .com

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


Saturday, 29 April, 2006
Who Needs Documentation?

In a court case against the European Competition Commission, Microsoft has allegedly had to spend 35,000 man hours, producing 12,000 pages of documentation to show how easy it is to write software that interoperates with theirs. They even had to re-hire some people who worked on the original software to help document it. This is [...]

Posted by sarah at 7:02 pm in: Documentation
Thursday, 20 April, 2006
Developer.* Resource

Developer.* (pronounced “developer dot star,” as a play on wildcard characters ) is an independent resource devoted to topics of interest to software development professionals of all types–programmers, software architects, QA engineers, database designers, researchers, professors, and everyone in between–even managers! Developer.* offers articles, blogs, and even books about software development. It’s so relevant to developing programmers that you might even recognize [...]

Posted by sarah at 4:38 pm in: Plugs
Wednesday, 19 April, 2006
Console Applications in Qt

I recently had to produce a console application and chose the Qt toolkit to write the application in. I can hear the shocked replies now, “isn’t Qt a graphics toolkit?”, “why bother?”, “how?”, “are you saying we should all use Qt?”, and “what has this got to do with professional programming?” I’ll address each question in turn. Isn’t Qt A [...]

Posted by sarah at 5:47 pm in: Libraries , Plugs , Tutorials
Tuesday, 11 April, 2006
Hungry for New Libs

I’ve taken down the polling system since the new (still experimental) forums have niftier polls. The results of the last poll were interesting — it looks like a lot of readers of this site write their own libraries: Do you find out about new libraries? Yes, I always check what’s new: 33% (4 votes) I make the libs [...]

Posted by sarah at 9:12 pm in: Libraries , Meta
Sunday, 9 April, 2006
How Do I…?

I remember once in a boring lecture about searching and sorting algorithms, somebody I was sitting next to commented that they work in the software industry and that “in the real world, it’s more important to just get the code out the door than to use a fast search algorithm”. At the time, in my [...]

Posted by sarah at 2:13 pm in: Libraries