adrian holovaty

Low-tech edition (Skip to navigation)

July 9, 2002, 11:11 PM ET

And the survey says

In tomorrow's Toronto Globe and Mail: On-line surveys help sites improve. The article makes this claim:

Having the best Web designers on the planet is no guarantee of getting it right the first time, or even the second. The only way to know for sure that you're hitting the mark is to ask customers.

In reading it, I was instantly reminded of Jakob Nielsen's column First Rule of Usability? Don't Listen to Users, in which he claims:

To design an easy-to-use interface, pay attention to what users do, not what they say. Self-reported claims are unreliable, as are user speculations about future behavior.

OK, so we have two very different opinions here. But I think they're both valid points.

I'm of the belief that users know a little something about their Web surfing habits, and therefore it can be useful to ask them what your site is doing wrong or right. But Jakob has a point -- sometimes users aren't the coldest beers in the fridge, and what they say isn't really helpful.

I'm curious as to how common these online surveys are in the Web news world. To what degree do sites use them? Are they helpful? My experience with them has been minimal.

Comments (3) / Permalink

Post a comment:

Comments on this entry are closed.

Don't see any comments? That's because my Web hosting provider has made a server upgrade that broke the commenting feature on this site. I'm working to restore that; please check back later.

July 9, 2002, 10:49 PM ET

List-mania

Today's Web accessibility tip from Mark encourages us to use the real code for HTML lists, rather than hard-coding in an image before each item in your lists.

This tip is especially appropriate for news sites, considering lists of headlines are the bread and butter of most of their home pages.

To see the hard-coded images in action, check out the News Break section on the right side of ajc.com's home page -- each of those red arrows is a separate image. Same goes for CJOnline's home page, but in its case the arrows are double arrows, and they're blue. Neither site has an ALT attribute set for the arrow images, which means people using a text-only browser will see [redarrow] each time that image is used on ajc.com, and [blue_double_arrow] for every instance on CJOnline.

Of course, I don't mean to pick on these two sites in particular. After browsing for a few more minutes, I found many more examples:

I also noticed some sites use normal text bullets but go out of the way to style them in a different color or font. This is fine and dandy from an accessibility standpoint (text bullets should show up as text bullets regardless of your browser environment, as long as nothing funky happens with character sets), but I think it's wasteful -- and downright silly -- to do this. Here are some culprits:

For all these sites, OL and UL tags would simplify the lists tenfold -- they'd be easier to maintain, the pages would be lighter (assuming stylesheets were used), and in some cases they'd be more accessible. News sites have got to clean up their flab.

Comments (7) / Permalink



Thanks for reading.

A Django site.