Posted in ColdFusion | Posted on 08-16-2006 | 4,950 views
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.


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.