TACFUG Meets Tuesday November 6th – Jim Priest On Selenium and ANT
Tuesday November 6th, Jim Priest will present on Selenium IDE and ANT. I am a big fan of both of these tools for Rapid Development. I was...
Four software development guidelines
The only thing I hate worse than making mistakes, is repeating a mistake. Yesterday I was working through a very frustrating set of...
Three software development guidelines
This post has been changed to Four Software Development Guidelines Here is a funny picture for your trouble:...
What tools do use to design websites?
Being part of the Kalendar UI Design team was a very enlightening process. One of the things I learned is that some people are truly...
Dana Kowalski sez: Crack Open your Toolbox and Share
Dana Kowalski has started a very interesting and timely discussion on those little programs you just can’t live without....
Is your code Thread Safe? How do you know?
Code that is not Thread Safe is sneaky, dangerous and leads to bewildering production errors and strange side effects. As part of my...
So you want to use Transfer ORM in your ModelGlue:Unity application (Part 1)
Previously, we connected Transfer ORM into our ContactOMatic application. Now, we will use it to get some things done! The completed files...
Solving Problems with FireBug
Dave Ferguson posted recently about HTML CFGRID style column content and focuses on how to style columns in an HTML CFGRID. The true gem of...
The Evil Side of Maintain Database Connections and Stored Procedure Errors
A word of caution. When working with Stored Procedures in a development environment, do yourself a favor and untick the ‘Maintain...
Installing Transfer in ModelGlue:Unity
Today we will install the Transfer ORM inside our Contact-O-Matic application. To complete this tutorial, you should have the...