G
Garrett Smith
While setting up IE8 today, I was presented with a dialog box "wizard"
that provided a series of questions, one of which happened to be:
"Do you want to use Compatibility View updates?"
[ ] Yes, I want updates
[ ] No, I don't want updates
I assume that a "no", selection means that Internet Explorer's
compatibility view won't update, but will remain the same, whereas a
"yes" would allow updates to compatibility view.
It is in poor taste to push this complexity off to the end user.
Most normal users will have no idea what that means. They will likely
either guess randomly or end up searching, as I did, and finding a total
of two results:
http://www.google.com/search?q="Do+you+want+to+use+Compatibility+View+updates"&hl=en&ie=UTF-8&tbo=1
If the user follows advice in the first result, he'll choose "No", and
that probably means he won't get updates to compatibility view.
The second article did not provide advice either way, but seemed to be
complaining about the question itself, and much to my own sentiments:
http://petercai.com/its-because-i-dont-care/
| One of the many ideas I keep in mind designing software is that the
| user doesn’t care. If you assume the user cares, then all your
| assumptions going forward will be wrong.
|
| As a user, what frustrates me to no end is that stupid, annoying
| firstrun wizard that starts up in Internet Explorer 8 and Windows
| Media Player 12. They violate this principle to the point of
| absurdity.
|
| 1. Do you want to use compatibility view updates?
Good article.
IE8's "Compatibility view" indicates a range of compatibility.
The code that is least likely to experience problems in compatibility
mode will be the one codebase that runs in IE8 and IE7 without browser
detection.
that provided a series of questions, one of which happened to be:
"Do you want to use Compatibility View updates?"
[ ] Yes, I want updates
[ ] No, I don't want updates
I assume that a "no", selection means that Internet Explorer's
compatibility view won't update, but will remain the same, whereas a
"yes" would allow updates to compatibility view.
It is in poor taste to push this complexity off to the end user.
Most normal users will have no idea what that means. They will likely
either guess randomly or end up searching, as I did, and finding a total
of two results:
http://www.google.com/search?q="Do+you+want+to+use+Compatibility+View+updates"&hl=en&ie=UTF-8&tbo=1
If the user follows advice in the first result, he'll choose "No", and
that probably means he won't get updates to compatibility view.
The second article did not provide advice either way, but seemed to be
complaining about the question itself, and much to my own sentiments:
http://petercai.com/its-because-i-dont-care/
| One of the many ideas I keep in mind designing software is that the
| user doesn’t care. If you assume the user cares, then all your
| assumptions going forward will be wrong.
|
| As a user, what frustrates me to no end is that stupid, annoying
| firstrun wizard that starts up in Internet Explorer 8 and Windows
| Media Player 12. They violate this principle to the point of
| absurdity.
|
| 1. Do you want to use compatibility view updates?
Good article.
IE8's "Compatibility view" indicates a range of compatibility.
The code that is least likely to experience problems in compatibility
mode will be the one codebase that runs in IE8 and IE7 without browser
detection.