Seems there’s a lot of ColdFusion sites out there getting hit by an automated SQL Injection attack, which adds a “<script>” tag to varchar fields using a bit of SQL Server t-sql.
Many years ago, I wrote a script that would find and automatically <cfqueryparam> queries (which has been at Daryl’s ColdFusion Primer. I’ve dug [...]
In Windows, the Explorer window shows the full path of the folder in the address bar. It’s very handy if you’re moving files around with multiple Explorer windows open. It’s also very handy to know if you’re in the right folder named if multiple folders share the same name. (Like “bin”.)
But in Mac OS X, [...]
A friend pinged me on IM today with some questions about Subversion and instead of just answering him directly, I thought it might be helpful to answer him here, and solicit feedback from others.
1. How easy is it to set up? Is any additional software needed? (E.g. Apache)
Subversion is very easy to set up. The [...]