Archive for August, 2009

Music Video Monday 2

Tonight’s feature is a video of one of my favorite artists, Diana Krall.  This particular performance is from the live concert at the Paris Olympia Theatre in 2002.
Julie London’s performance of this Arthur Hamilton torch song was my favorite until I heard the sultry tones of Diana Krall performing it.

Music

SSLSessionCache error on Apache for Windows

While setting up Apache for Windows to use SSPI so that I could implement Alain O’Dea’s method of combining Active Directory authentication with SVN I ran into an interesting path problem.
After following Alain’s instructions I kept receiving the following error:
SSLSessionCache: Invalid argument: size has to be >= 8192 bytes
After some investigation it runs out that [...]

Apache

Signed mail and Luminis 3

At work we currently use version 3.3.3 of the Luminis III platform by SunGard Higher Education.  This product handles our mail and portal needs for the time being.  While it is definitely not the best web-based mail client in the world I have seen worse.
Recently I had received a notice from a friend that he [...]

Computers, Mac OS X 10.5, Privacy

Music Video Monday 1

Quite some time ago I used to do a fairly regular Friday post of music videos.  It’s time to start that over, but this time I going to post one every Monday night.
Tonight’s video is She Talks to Angels by The Black Crowes.  The song was released in 1990 on the album Shake Your Money [...]

Uncategorized

PHP Form validation

Recently I had to build a custom form for VSU’s implementation of R25 by CollegeNet.  The form was designed to allow individuals to schedule an event at VSU using our facilities and equipment.  The form is a multi-part form that branches off at the third page based on prior answers.
One of the hurdles in the [...]

PHP