I often look at the “Pages Not Indexed” report from web sites I manage and today I noticed a couple interesting ones. People are going after where source control might be and looking for readme files. Luckily, I’d never put source off of the root of a web site but I’m guessing people must or these attacks would not happen.
Just thought I’d share in case someone actually does that.

For the past couple years, I’ve used a product called FinalBuilder from VSoft Technologies to automate my build processes. Since I’ve been building web sites (about the past 5 years or so), one of the biggest hassles is maintaining them. That is, updating the databases, deploying the web site, automating backups, etc. I’ve used several products like FinalBuilder (including Cruise Control), and to be honest, none of them come close to the quality of FinalBuilder.
Basically, the way the product works is that you create a “project” file using the FinalBuilder IDE. That project file has “Actions” in it which do things like “ftp” files to servers, rename files, iterate over sql scripts, parse and update files, checkout from source control, as well as hundreds of other convenient functions. You then execute that “script” file and all the magic happens.

(more…)