Archive for October, 2007

Walter Zorn to the rescue again!

Wednesday, October 17th, 2007

His vector graphics Javascript library is one of the easiest to work with and now Walter has surpassed himself with the easiest Tooltip / Help bubble javascript library.

I first used Walter’s Work with my Javascript AJAX testing application where his vector graphics module made client-side charting a piece of cake. Recently when I was […]

Passing values to SQL server Triggers

Monday, October 1st, 2007

Database triggers are a great thing, and using them to create an audit trail is pretty simple. Yet when you want to pass some custom values to the triggers, like user name when you are using a single DB login for your application, things get tricky.

In the process of building a robust audit trail for […]