Not only is this dialog silly, but it actually was displayed in a never ending loop when updating my Adobe CS3 Design Standard Suite today. I closed all my open Apps except the Adobe Updater and clicked OK in the silly dialog above and it would constantly re-display this dialog...
Go figure.
Adobe: next time double check your dialog localisation - or maybe add a #todo tag in the Dialog-Title so you spot these before release ;-)
Once again, Twitter.com is in maintenance-mode. Hopefully -- as usually -- for the win.
There's one thing i realized which really puzzles me. It is the way, they serve their temporary maintenance page (pictured in parts in the screenshot to the left).
This time (i haven't checked this during any of their downtimes before), they publish their temporary page in an extremely stupid way:
Twitter is serving a 404 status for every URL on twitter.com. The page you see during maintenance is a customized 404 "Not Found" error page. The 404 HTTP status means, that the url you tried to access doesn't exist and you should never use this url again, as it is bogus. This is not very clever. Now you can argue how important a proper google-index for twitter.com is, but even if you'd not care about google (and any other search engine) throwing every twitter-page out of it's index due to the 404 the crawler gets with every request, it still is wrong. HTTP statuses are there for a reason and serving a 404 during maintenance is not what the 404 status was meant to be used for.
The proper way to handle this would be to do a temporary redirect by serving a 307 or, even better, simply serve the maintenance page with a 503 status, which is the perfect fit for a maintenance. HTTP Status 503 stands for "Service Unavailable" which is exactly what is happening during a maintenance break.
Serving a 503 would deal with search engines nicely and clients like Twitterrific could also nicely parse it and inform the user correctly. For instance hahlo.com is momentarily just serving black frames, making their users believe something is wrong with hahlo. Pockettweets on my iPhone also confuses the user as Mobile Safari is simply alerting the user about too many redirects.
Hopefully someone from twitter will read this and not make the same mistake again in the future.
Just read an interesting Article over at ALA which also mentions new techology like AJAX and the like being too much hyped and immediately being used without thinking about the user and his needs first.
Let's make a test. I recently developed something at work, where many would see AJAX written all over it. Look at the movie below:
Is this using AJAX? Let me know in the comments (sorry, TypeKey login required now due to crazy comment spam)!
BTW: the above is a live recording right out of my browser window. No editing involved other than scaling the movie down to 60%.
Good Citibank ATM contingency design - Signal vs. Noise (by 37signals)
It would even be better, if the warning actualy told you what the correct direction would be. There are 4 possibilities:
- Face Up, magnetic strip left
- Face Up, magnetic strip right
- Face Down, magnetic strip left
- Face Down, magnetic strip right
The warning doesn't tell you which of the 4 possibilities would be the correct direction, so what's the point? The only benefit of this warning is, that they don't only say "We can't read your card" which might lead you to believe, the card is broken.
I've been ranting about similar things forever. Ever seen the symbols on any of the payment terminals where you have to slid your card through? I've never seen one which clearly pictures which way to turn the card.
Dear Webmaster,
surely you are having a contact form somewhere on your site where i can contact you by providing my Address, Phone and such. It'll probably look something like this:

Please be aware that many countries do not need any States in a postal address. In fact, in many countries it is totally uncommon to have a state included in a postal address - some don't even have any states at all.
So please, please, please do not make the STATE fields on your contact forms mandatory. If you're clever, you can decide on making them mandatory depending on the Country chosen. But please, once i selected Germany or such (you'd have to research that country-list on your own - i was to lazy to research it and only make states mandatory IF USA was selected as country) do not make the State Field mandatory!
Oh, and while we're at it: Our phone numbers are also formatted differently and might have a different total length, so don't force us to format them like 123-123-1234 (German area codes might have 4 to 5 digits for example).
Thanks so much for not being ignorant about foreign countries!
This is driving me mad for almost a decade now.