Best alert ever!
By Eddie LopezEddie_Lopez. Friday, September 1, 2006 1:19:56 PM

Courtesy of the Air Reserve Personnel Center (in Opera)
My sarcasm aside, at least I should mention the obvious- the customer or end user should never see any error message that they can't do anything about or understand let alone an entire screen full of caught exceptions and other misc. programmatic errors.


Kelson VibberKelson # Saturday, September 2, 2006 4:52:28 AM
(Seriously, that's one heck of an alert box!)
Eddie LopezEddie_Lopez # Saturday, September 2, 2006 5:07:24 AM
Kenneth Maagekmaage # Monday, September 4, 2006 9:03:27 AM
The worst issue is that the box is allowed to grow past the bounds of the screen, making the [OK] button, [Help], [Cancel] ... all completely inaccessible.
A little like my recent attempts at customizing font sizes in Opera, in relation to Accessibility projects we're working on. Usability principle: The user owns the interface. They control screen sizes, font sizes, colors. Your controls must always respect these settings and do intelligent things based on how the user chooses to arrange things.
In this case, the error message box should have a height of, say, "50% of screen height" rather than "as big as needed to contain the content" as it seems to be doing here.
Petter Nilsenmitchman2 # Sunday, October 22, 2006 1:51:55 AM