New Features
Tuesday, May 9th, 2006I’ve once again ripped up the innards of Inventing Situations to make minor changes on the front end. This time the change is a little more noticeable. I’ve modernized the way input is validated so we’re more in keeping with the way the rest of the web has been working since about 1999.
(1) There’s client side validation, so you’ll get a warning alert as soon as you hit submit if you’re trying to do something really silly, like submit an empty post.
(2) If you have some more subtle problem, like a word that’s too long it won’t be picked up until after you post to the sever, but the form will be redrawn with the error message and whatever you’ve already typed, instead of giving you an error message on an essentially blank page forcing you to hit the back button. I ‘inherited’ the unfriendly validation from another capping site that I was aspiring to be like.
(3) I’ve finally done away with the inconsistency of how spaces in handles are handled.

