6 Oct 2008 fxn   » (Master)

User was successfully created

Why so many webapps confirm to the user that some action was successfully done? Of course it was!

Look at your desktop applications, your editor does not bug you saying "File saved!" constantly, iCal is indeed almost completely silent. You warn the user when the disk has run out of space, right?

I think those messages come from the insecurity the developer feels about the amount of failure points between request and response. Perhaps some are just repeating the pattern seen elsewhere. But that's not the user's business, you warn when you fail.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!