Quick Start: Git for personal use
SVN client over SSH to remote Unix server from Windows
Quick Start Grinder - Part V
Quick Start Grinder - Part IV
Quick Start Grinder - Part III
« Litestep - again!
» Microsoft this week!
An article in Oreillynet.com talks about common mistakes programmers (by profession, not by training) make in enterprise Java programming. I think all of these apply to other programming languages also.
First mistake about using XML to satisfy technology lust is really good - I’ve seen code where a list of US states is put in an XML file, then a function parses that file and makes a select list in HTML. Just how often do these states list change? It would’ve been far more easier and faster to hard code the select list!