September 18, 2002, 8:38 PM ET
Site review: newstimes.com
A few thoughts on The News-Times Online Edition, a news site covering western Connecticut, U.S.A.:
- The left rail is absolutely jam-packed with navigation choices, which left me overwhelmed and, well, scared. (How could I possibly ever have the time to visit every one of those sections?) It's a good thing to have lots of content, but it's not smart to bombard users with every navigation link imaginable. It would be better to drill this list down to 10 or 15 "core" sections and build up those section pages. As an aside, what's the difference between "NEWS" and "SECTIONS"?
- Also, some of the links wrap to a second line with no visual clue tying the two lines together. For instance, I clicked on "E-News," thinking it was some sort of tech news page. Instead, it turned out to be a community events page. Bewildered, I moved my mouse back over "E-News" and discovered that I had actually clicked "Community E-News," which had wrapped over two lines (Community / E-News) and, hence, appeared to be two separate links. It'd be much easier to distinguish the links if they were bulleted or graphically separated (as on edinburghnews.com, which I reviewed recently).
- And one more quibble about the left rail: The purple "WHERE TO GO" image is utterly unnecessary. I really wish I had those 1,613 bytes back.
- Speaking of circular purple images, the one on the right atop every page is also unnecessary. It repeats five navigation categories from the left rail. I suspect it was put in as a shortcut to the most popular sections on the site; that in itself suggests the left rail is inefficient and should be reexamined. Also, on that purple circle, it's hard to tell which word your mouse is over, because they're so small and close together with no means of distinguishing the moused-over word.
- The "your town news" box in the upper right of each page is a good idea, though I suspect many people don't see it because of banner blindness. Here's a peculiarity, though: If I choose a town, say Brookfield, and click "go," the resulting page doesn't identify itself as a Brookfield news page -- not to mention the "your town news" box resets itself to the first option in the list (Danbury). Therefore it's easy to forget exactly what you're looking at.
- Date formats such as "2002-09-03" are database-friendly but not user-friendly. This format is used throughout the site. It's particularly confusing because, in the example I've given, it's not revealed whether "09" is the month or the date. (Different people use different date schemes.)
- The "Add to Favorites" link at the bottom of each story won't work for everybody. That's because it uses IE-only code; in Netscape, Opera, etc., nothing happens when you click the link. The site would be better off only displaying that link to users who had the appropriate browser. Here's the HTML and JavaScript code to accomplish this:
<script language="javascript" type="text/javascript">
<!--
if (window.external) document.write('<a href="javascript:window.external.AddFavorite(window.location, \'\')">Add to Favorites</a>')
-->
</script>
(Everything between the<!--and-->should be on one line.) This snippet of code will output an "Add to Favorites" link in Internet Explorer and display nothing in other browsers. (NOTE: It's not good practice to use proprietary code -- that is, pieces of code that utilize browser-specific functions -- so it would be best to avoid this feature entirely. I only present it here for people who are dead-set on using this IE-only feature.) - Finally, in the "Things I Thought I'd Never I'd Say In A Site Review" department, there is a Smurf. Yes, at the bottom of the home page lurks a friendly, red-capped blue cartoon figure who, when clicked, will give you your "exciting new Smurf Name." I'm not sure what this has to do with usability, news Web design or journalism, but I can tell you this: From now on, I answer only to "Litigious."
September 18, 2002, 12:20 AM ET
Design lessons from the retail industry
"Inconspicuous Consumption" is a new Boxes and Arrows article that draws parallels between Web design and the design of retail stores. The first in a three-part series, it offers two "lessons" from the retail world, which has several more decades' worth of evolution under its belt. Some comments on both tips, and their relevance to news Web sites:
The first lesson, "A morphing medium," suggests Web sites should prepare for constant change in consumer needs but retain a clear focus all the while. This advice is particularly relevant to news sites, which have worn many hats and followed many trends in their short history -- from the shovelware approach (which failed) to the portal site approach (which failed) to the large-scale projects approach (which is practically failing). Take a look at sites that haven't failed, and you'll see they've retained a clear focus and built upon it. This is an important thing to keep in mind: Maintaining a core goal is, in itself, a core goal.
The second lesson, "Make 'em walk for what they want," isn't as helpful. In fact, I'd say it's downright harmful. The article points out how supermarkets put the essentials -- milk, bread, etc. -- in the back of the store so that shoppers are forced to walk past things they might not have noticed otherwise. This, of course, leads to impulsive purchases of non-essentials such as The National Enquirer.
The implication is that Web sites should "[direct] visitors past non-essential content on the path to 'must-have' content" in order to help boost traffic to those lesser-visited sections. But this strategy, however valuable to the food industry, is severely detrimental on the Web. (In fact, I'm quite surprised that Boxes and Arrows, which strives to promote good information design, would endorse a technique that encourages "slight detour"s in accessing content.) On news sites especially, getting in users' way will only annoy them -- because any other site is a simple click away. A better solution is to have a narrow-enough focus so that you're almost always able to insert an array of links to "related content."

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.