It's been a few months, but I've updated my ColdFusion based ad server, Harlan. The changes include:
- Fix IE issues. IE sucks. I hate IE. Have I said that IE sucks?
- When deleting an ad from a campaign, I was resetting all of the stats for all ads in the campaign. Now I only remove the stats for that ad.
- On the logon form, auto-focus on the username. Charlie suggested that in BlogCFC, and I'm trying to do that to all my applications now.
Version 1.02 can be downloaded from the project page.
Comment 1 written by William on 16 August 2006, at 9:45 PM
Can't blame 'em. I too have come to make it a standard feature on all my forms.
Another popular "auto-focus" feature is to move focus to a field when the Javascript validation finds an issue with it. That way they can quickly find and fix it. Nothing worse than a really long form that gives you a Javascript alert with "Error on answer #53" and you have to scroll and find it to figure out what you did wrong.
Comment 2 written by Ralph Linos on 30 August 2006, at 11:51 PM
Comment 3 written by Raymond Camden on 31 August 2006, at 6:04 AM
Comment 4 written by thinman on 3 September 2006, at 11:32 PM