adrian holovaty

Low-tech edition (Skip to navigation)

September 30, 2002, 6:17 PM ET

There will be a quiz

Three links of interest to Web developers:

Comments (7) / Permalink

September 30, 2002, 12:49 PM ET

Lumping unrelated content together at sunspot.net

"Israeli tanks end siege of Arafat's office" was the lead story on sunspot.net this morning.

A serious story, wouldn't you think? One that doesn't have much to do with entertainment? One that isn't related in any way to, say, Barbra Streisand?

Wrong.

Sunspot.net implies the two are related. A sidebar titled "Also see" lists a related article -- and a 140x120 image of Barbra. Here's a screenshot:

Screenshot of sunspot.net page, showing Streisand photo next to article

So, wait. If I'm interested in the siege of Arafat's office, I should also check out the photo of Barbra? Ah, yes. Of course. Always knew there was more to her than meets the eye.

But, in all seriousness, this illustrates a common problem on news sites: lumping unrelated content together and using vague phrases like "Also see" to imply the pieces of content are related. A better way to do this, in Sunspot.net's case, would be to embed the "Related Articles" box in the content area to give an obvious visual clue that both pieces of content are related. Then replace the "Also see" label with "Also on Sunspot.net" to clarify the content in that sidebar has nothing to do with the article.

Comments (6) / Permalink

September 28, 2002, 11:40 PM ET

CSS in the real world: ajc.com's 'News Break'

At work, I'm slowly converting page templates to use CSS instead of messy spacer GIFs, nested tables, and FONT tags. (Our news producers work directly in HTML code, so it's especially important for the code to be clean.) The first victim: The "News Break" section on ajc.com's home page.

Before:

<table width=105 cellpadding=1 cellspacing=0 border=0 bgcolor="336699">
<tr valign=top><td width=105 align=center>
<font face=arial,helvetica size=-1 color=white><b>News Break</b></font></td></tr>
<tr valign=top><td>
<table cellpadding=5 cellspacing=0 border=0>
<tr valign=top bgcolor=white>
<td><a href="/ajc/living/movies/0902/24barber.html"><img src="/ajc/home/images/barbershop0925.jpg" width=100 height=81 border=0></a></font><br>
<font size=1 face=arial,helvetica color=black>Ice Cube</font><br>
<img src="/ajc/images/spg.gif" width=80 height=2><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/living/movies/0902/24barber.html"> <font face=arial,helvetica size=2>
Jackson wants 'Barbershop' jokes cut.</a></font><br>
<img src="/ajc/images/spg.gif" width=80 height=4><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/living/0902/25bodrov.html"> <font face=arial,helvetica size=2>
Russian actor missing in avalanche.</a>
</font><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/sports/0902/25stewart.html"> <font face=arial,helvetica size=2>
Tony Stewart cleared of Bristol accusation.</a>
</font><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/news/0902/24gator.html"> <font face=arial,helvetica size=2>
Gator bites off Fla. man's arm.</a></font><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/business/market/0902/24wallstreet.html"> <font face=arial,helvetica size=2>
Dow hits four-year low.</a></font><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/sports/0902/24webster.html"> <font face=arial,helvetica size=2>
Steeler great Mike Webster dead.</a> </font><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/living/music/0902/24abba.html"> <font face=arial,helvetica size=2>
10 reasons why Abba is still popular.</a><font size=1 face=arial,helvetica color=#cc0000"> POLL</font><br>
<hr width=75% noshade size=1>
<font size=1 face=arial,helvetica color=#cc0000">EMMYS</font><br>
<img src="/ajc/images/redarrow.gif" width=6 height=5> <a href="/ajc/living/tv/0902/23emmys.html"> <font face=arial,helvetica size=2>
Photo galleries from the awards.</a><br>
</td></tr></table></td></tr></table>

After:

<div id="newsbreak">
<h3>News Break</h3>

<p><a href="/ajc/sports/braves/0902/28braves.html"><img src="/ajc/home/images/minitiger0929.jpg" width="100" height="89" border="0" alt=""></a></p>

<ul>

<li><a href="/ajc/sports/0902/29ryder.html">Tiger leads U.S. rally at Ryder Cup</a></li>

<li><a href="/ajc/sports/0902/27suspended.html">UGA, Tech, GSU players suspended</a></li>

<li><a href="/ajc/news/0902/29major.html">Former Prime Minister John Major admits 4-year affair</a></li>

<li><a href="/ajc/sports/0902/29huggins.html">Cincinnati coach Huggins suffers heart attack</a></li>

<li><a href="/ajc/business/0902/28adnext.html">And now, TV ads in the bathroom</a></li>

<li><a href="/ajc/news/0902/28videomom.html">Mom taped hitting child faces 2nd arrest</a></li>

</ul>
</div>

Which code would you rather work in when there are four breaking news stories on the wire simultaneously and millions of readers are flooding your site, expecting up-to-the-minute updates?

Style sheets let online news producers focus on news. If you manage a news site, do yourself a favor and separate content from presentation.

Comments (14) / Permalink

September 28, 2002, 9:26 PM ET

New feature: Blogroll on home page

I've finally added a blogroll to this site -- that is, a collection of links to other sites that are similar to this one. Thanks to blo.gs, I'm able to display the last-updated time of each blog and rank them in descending order by that value. The list is updated automatically on the 45-minute mark, 24 hours a day, and it appears only on the home page in order to reduce clutter.

God knows this will be a huge time saver for me, considering how often I check these blogs throughout the day. I hope it'll help you, too.

Unfortunately I wasn't able to add all my favorite blogs, because not all of them ping blo.gs or weblogs.com when they're updated. (Pinging is a way of alerting a central server when your blog has changed. The server keeps a record of blogs' last-updated times and provides this information to anyone who wants it.) If you operate a weblog and don't offer this functionality, I encourage you to check it out. No programming needed; just go to the blo.gs ping form page and submit your information into that quick-and-easy form each time you update. Of course, the process can be automated as well.

On a more technical note: Because the blogroll is a list of items, it's coded as such; it uses the unordered-list tag, UL. Therefore it's accessible and semantically correct. Also, I've made the timestamps into label elements so users of modern graphical browsers can click on them. (See yesterday's entry.)

Comments (10) / Permalink

September 27, 2002, 11:51 AM ET

Making forms more usable (?)

I've used labels on my form elements throughout Holovaty.com for some time now, as brought to my attention by Mark Pilgrim's Dive Into Accessibility series. In short, a form label is an explanatory piece of text next to a form field -- such as "Name:" or "Web site:" in this site's comment system, or the "Open external links in new window" option on this page. HTML provides a way for Web designers to specify which label goes with which form field. As a user-interface bonus, in newer browsers, clicking on a form element's label will automatically give focus to the form element. (For example, clicking on "Name:" in my comment system will put a blinking cursor in the associated field even though you didn't click in the field directly.)

I bring this up because I've made an experimental tweak in my CSS that might increase the usability of this site just a tad. I've put the following line in my style sheet:

label { cursor: pointer; }

That line of code will turn your mouse cursor into the familiar "pointer" whenever it's above a label, which results in the perception of a larger clickable area. That, in turn, results in a more effective user interface, according to Fitts' Law.

But this new feature remains experimental because it might backfire. Users might think the pointing hand designates a link and therefore might shy away from it or get confused when they click on it and the page doesn't change. I plan to do some informal usability testing, and I'm curious to hear comments on this matter.

A Google search reveals this technique has been done before, but I haven't seen many sites use it. Is it more harm than good?

Comments (14) / Permalink

September 26, 2002, 12:45 PM ET

'Smart' URLs are navigation tools

"User-Centered URL Design" examines good and bad URL schemes, suggesting Web addresses are "not just a handy way to address network resources. They're also valuable communication tools." It's an interesting counterpoint to an IBM article I pointed out 10 days ago, which proclaimed: "Only techie people glean information about the structure of a site by examining the words between all those forward slashes." I suppose the truth is somewhere in between -- but if a feature helps at least a few people, why not include it?

(Also see the two classics "Cool URIs don't change" and "URL as UI".)

Comments (7) / Permalink

September 26, 2002, 12:41 PM ET

Yahoo offers RSS feeds of business info

ResearchBuzz reports Yahoo is offering RSS feeds of its finance information. It's still in beta, but it's a great service that offers URL-based feed customization. For example, to get business news about Coca-Cola, whose ticker is KO, you'd point your RSS reader at:

http://rss.finance.yahoo.com/rss/get?ticker=KO

With this development, and the recent Google News relaunch, I can't help but think that news sites really need to get their acts together.

Comments (8) / Permalink

September 26, 2002, 12:01 AM ET

Short thoughts on providencephoenix.com and brownsvilleherald.com

I've taken on an ultra-cool contracting job doing some programming and database design, so intensive site reviews will be a bit less frequent. That said, I'll continue to point out good and bad things about various news sites I come across. For instance:

The Providence Phoenix in Providence, Rhode Island, has a relatively clean, usable site. I love the clear navigation choices on the left. They don't try to invent wacky section titles such as "Periscope". But what's up with the "Read reviews from" section at the bottom of the music page? One glance at that solid mass o' numbers makes my eyes hurt. I doubt many people use it. (And same goes for the gray table with randomly assorted links at the bottom of many pages sitewide -- as in this example.)

The Herald in Brownsville, Texas, has some nice, big photos on its home page and story pages. But most of those images (for instance, this one) include the photographer's credit as part of the image, breaking one of the cardinal rules of Web design: Avoid Using Images To Display Plain Text. When I skimmed over the code, they appeared to have ALT text -- but after a closer look I found that each photo had an identical id="A customer walks by casa de cambio stores on International Blvd near the Gateway Bridge Monday afternoon in Brownsville."

(Hey, whaddya know, photos on the individual story pages all have that exact same "description," too.)

A simple mishap like this is permissible on non-professional sites, such as personal sites, but it's entirely unacceptable on a site that aims to maintain journalistic standards. An incorrect ALT attribute is a typo; in this case, giving every photo the same "...Monday afternoon in Brownsville" text is comparable to giving each photo in a print newspaper the same caption.

Comments (4) / 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.

September 25, 2002, 12:46 PM ET

Wednesday's recommended links, and thoughts on Google News

A new Digital Web Magazine column, Fluid Thinking, has this outstanding advice for Web designers: "Think fluid. The WWW isn't a fixed medium. It's unpredictable. It will do unexpected things to your site, and the best you can do is go with the flow."

Editor and Publisher is the latest media outlet to cover Google News. I've been thinking about Google News a lot lately. Building on my ideas last week, here are a few other things I'd like to see:

Comments (5) / Permalink

September 24, 2002, 1:17 PM ET

Tuesday's recommended links

I finally installed mouse gestures, and I was addicted within minutes. No -- seconds. Make it a point to download the Mozilla browser and improve your Web productivity tenfold.

Boxes and Arrows has posted part two of its three-part series comparing Web design with the design of retail stores. (See my previous entry.)

The New York Times (username: cyberpunk21, password: cyberpunk21) reports on Google News. The article concludes: "in general, Google's automated editors appeared to match the work of human competitors." That's a slap in the face of the journalism professor who taught me "editors can never be replaced by computers. That's why we get paid the big bucks." Then again, as some have pointed out, Google News still relies heavily on human editorial judgment -- that of the individual news sites it indexes.

Drop me a line if you have any tips on installing Linux. I'm taking the plunge soon.

Comments (6) / Permalink

September 23, 2002, 9:24 PM ET

Emulate really old browsers

No site review tonight; I'm busy converting and backing up all my guitar/piano recordings from the past three years.

But in the meantime, check out dejavu.org's browser emulator. It lets you see what any Web page would look like in vintage browsers such as NCSA Mosaic and Mosaic Netscape 0.9 -- all while duplicating the original browsers' interfaces quite faithfully. Fascinating. (Thanks to Stuart for the link.)

Comments (4) / 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.

September 23, 2002, 12:18 PM ET

Monday's recommended links

IBM has an article on XHTML 2.0.

Two weeks ago, the Web site of the Recording Industry Association of America was hacked a few times. Now we know how they did it. The Register reports it was discovered that the site's robots.txt file (a file that gives robots instructions on which pages to ignore) pointed to the site's administration page, which wasn't password-protected. The lesson here: Never put anything in your robots.txt file that you don't want public, as I've said before. (Link from dive into mark)

And the big news of the day is that the new-and-improved Google News is now accessible to all users. Previously, it had been available only to selected users. (I was one of the lucky ones and reported this last week.) Everybody's talking about it: usability experts, webmasters, journalists and even Holovaty.com readers. For more, see the Reuters story and News.com story. Also, the ResourceShelf has more on what exactly is new about the site.

In the News.com story, a Google product manager who developed the site is dead-on about why this is an important innovation:

[T]his changes news reading habits because (usually) you pick a source and pick the story that interests you. With this service, you pick the story that interests you and then pick the news source.

Comments (5) / Permalink

September 23, 2002, 12:09 AM ET

Holovaty.com site improvements

Today I've made a few changes under the hood of my content-management system, with the intention of making this site faster and easier to use:

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.

September 20, 2002, 12:59 PM ET

Friday's recommended links

More on the CNN.com redesign I mentioned yesterday: There's now a Flash movie explaining the site's new features (and a non-Flash version), along with a feedback page. Now that I've had some more time to look it over, I've decided the only significant technological advancement is their new treatment of breaking news. According to the redesign announcement, "When news breaks or develops, we will notify you with instant banners appearing not only on the home page, but across every page on the site." A very smart innovation -- and one that can easily be adopted on any Apache site using simple server-side includes.

A new bookmarklet, GraphicsInfo, will create an index of all the images on a Web page -- including background images, images in form elements, etc. -- with a slew of useful information about each image. Only works in certain browsers, though. (Link from webgraphics)

Fontscape, mentioned on quite a few blogs recently, is a Yahoo-like font directory that helps "find the ideal typeface for your application." It's urgent that you check this site out immediately.

Editor and Publisher has five questions for Rob Curley, who's in charge at ljworld.com in Lawrence, Kansas, and is one of the most exciting people I've had the pleasure of knowing.

Comments (5) / Permalink

September 19, 2002, 12:37 PM ET

Thursday's recommended links

Happy 20th birthday, smiley.

A new Sensible Internet Design Letter from Small Initiatives is out. It takes us on a search for "the right weblog architecture," listing some blogging best practices.

The Atlanta Journal-Constitution reports CNN.com has redesigned. (And here's CNN's official release.) I glanced at the site, and, although the home page hasn't changed, the story pages have new-looking left and horizontal navigation with pretty rollovers. "Oooh, style sheets?" I thought. No. Clunky JavaScript. Haven't they discovered CSS rollovers?

Comments (2) / 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.

September 19, 2002, 12:09 PM ET

Google News smarter than ever

The geniuses at Google have debuted a much-improved Google News site. It's still in beta, according to the about page, but it's nothing short of an incredible technological feat already. Get this:

The headlines that appear on our homepage are selected entirely by a mathematical algorithm, based on how and where the stories appear elsewhere on the web. There are no human editors at Google selecting or grouping the headlines and no individual decides which stories get top placement.

Some kinks still need to be worked out -- since when is the Austin (Texas) American-Statesman an authority on Bush's dealings with Saddam Hussein? -- but I really forsee this concept taking off when they fix a few things. Some suggestions:

I suspect many in the journalism world will be quick to criticize. Some -- likely those with backgrounds in editing -- will decry the lack of human judgment in the site's story selection. Others will hasten to remove their sites from the search engine's indexing, claiming Google's deep links will cut the number of users who access their sites' home pages directly -- with Google, in effect, removing the middleman (news sites) between users and the individual news stories they want to read.

But deep inside, operators of news Web sites will panic. If you listen closely, you just might start hearing the screams.

UPDATE, 3:30 p.m. EST: It appears the site is only being released to some users, because others have told me they still see the old page (as cached here). Upon further inspection, I'm only able to access the new Google News site in Mozilla on my PC -- but NOT in IE, Netscape 6, or Opera on the very same PC, which still bring up the old site. Similarly, I'm not able to access the new site in IE, Netscape 6, Opera or Mozilla on my Mac. Here's a screenshot of the new site, in case your browser still brings up the old one.

UPDATE, 6:30 p.m. EST: Aaron Swartz of the Google Weblog tells me one of his users reported the new Google News showed up only in IE/Mac. And on my home PC, there's no sign of the new site -- no matter which browser I use. Clearly this is still in the testing phase, so only a few, seemingly random, users will see the new page.

Comments (35) / Permalink

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.:

Comments (8) / Permalink

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."

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.

September 17, 2002, 12:51 PM ET

Tuesday's recommended links

Online Journalism Award finalists were announced Monday.

Ah, an article on how to Make Text on the Web Look Sharper using Photoshop. Of course, images of text on the Web should be used sparingly.

Scott Andrew explains a nice CSS trick that puts a box around text and makes a horizontal line stick out the middle of it. It's really much nicer than my explanation.

Comments (5) / Permalink

September 16, 2002, 12:53 PM ET

Monday's recommended links

"Seven tricks that Web users don't know" from IBM developerWorks presents presents "Web site features that typical non-technical users aren't familiar with," such as the convention that a site's logo links to its home page. Although this article is from June 2001, it's still an informative read. (Link from Digital-Web)

The Polaroid effect aims to solve the problem of losing one's place while scrolling in a long Web page. The author's solution is to set off new text (that is, the next screen reached after scrolling) in a different background color for a split second, in order to give users a visual landmark of where they left off and where to begin reading. This is an interesting concept. Come to think of it, I often highlight text with my mouse before scrolling in order to keep my place in a long document; why shouldn't there be a built-in browser feature that does this for me? (Link from WebWord, which has some good discussion)

A Bob Greene/chicagotribune.com follow-up: All traces of the columnist who resigned Saturday have been removed from the site, as far as I can tell. His archive page is gone, he's no longer listed on the columnists page, and a search for his name yields only the resignation announcements. They cleaned it all up. I do think they should have left his columnist page up for a few days longer, with a note explaining why his columns will no longer appear, for the sake of those who've bookmarked it directly and haven't heard the news. (See my previous blog entry.)

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.

September 16, 2002, 12:28 AM ET

Presenting important messages 'to our readers'

American syndicated columnist Bob Greene has resigned from the Chicago Tribune "after acknowledging he engaged in inappropriate sexual conduct with a teenage girl," an Associated Press article reports.

According to the AP article, the Chicago Tribune printed an editor's note on the front page of Sunday's print edition explaining the resignation. Naturally, I was curious to see how chicagotribune.com treated the editor's note.

On the site's home page this evening, the only mention of the resignation -- which, again, merited a front-page message from the editor in the print edition -- was a vague link labeled "To our readers" located at the very bottom of the "Other top headlines:" section. Nothing more. Blink your eyes, and you'll miss it.

I'd like to point out a few ways this could have been done better. First, the message could have been set off from the "other top headlines." It gets lost in that bland text list, and besides, it's not really a traditional news headline -- it's an announcement. It deserves special treatment. More people would see it if it were in the "Columnists" list on the right side of the page. Who's to say the people who read Greene's columns regularly also regularly view the top headlines?

Second, the headline tease could have been worded much more clearly. "To our readers" establishes this as an announcement of some sort, but the helpfulness stops there. Is it an announcement about a site redesign? Or are they enacting a new, more intrusive user-registration policy, perhaps? And isn't every piece of content on a news site directed to the readers, anyway? Something like "Editor's note: Columnist Bob Greene resigns" would be immensely more helpful; people who cared would click, and disinterested folk wouldn't have to waste their time. Many users probably skimmed over the current headline.

Third, the Bob Greene archive page (registration required -- or use name: cyberpunk21, password: cyberpunk21) says nothing about the resignation. On this page, the e-mail link still works, the "about" page remains, and Bob still smiles. It's as if nothing ever happened. What of all the people who have bookmarked this page directly? How will they find out the unfortunate news?

In fairness, I didn't check chicagotribune.com until this evening; perhaps there was a more pronounced message earlier in the day. Also, in the site's credit, it is a weekend, and most staff members are probably not at the office. Still, a situation like this demands better action at a news site. Unlike a print newspaper, putting an announcement on the front page doesn't guarantee most people will read it. The non-linear nature of the Web doesn't only liberate us -- it obligates us to cover our bases in more ways than ever before.

UPDATE, Aug. 16, 12:53 PM EDT: All traces of Greene have been removed from the site, as far as I can tell. His archive page is gone, he's no longer listed on the columnists page, and a search for his name yields only the resignation announcements. They cleaned it all up. I do think they should have left his columnist page up for a few days longer, with a note explaining why his columns will no longer appear, for the sake of those who've bookmarked it directly and haven't heard the news.

Comments (5) / Permalink

September 13, 2002, 6:01 PM ET

The Florida terrorism threat, from three perspectives

Some rather big news in the U.S. this morning -- at least, in my neck of the woods -- was the detainment of three students on a Florida highway who were suspected to be involved in terrorist activity.

I was interested in this story and, as I often do, decided to visit a few local news sites of the area in question. In theory, news sites in Florida should do a better job of covering Florida news than more national sites such as The New York Times or CNN.

The coverage itself was somewhat impressive, but I was struck by several examples of poor usability.

Tampa Tribune

As of this posting, there is no mention of this story in the Tampa Tribune's list of top news items. The only home-page mention of this story is deep on the page, under "News from AP," which I assume is an automated feed.

However, I spotted a "Breaking News" link in the left navigation and was taken to Tampa Bay Online, which did indeed feature the terrorism threat story in its lead position.

The problems:

Fort Lauderdale Sun-Sentinel

The Sun-Sentinel featured the story prominently on its home page. It had a main story, a sound clip and a related story.

The problems:

Miami Herald

Miami.com featured the story in its lead position and had several links to additional content.

The problem:

Comments (4) / 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.

September 12, 2002, 12:24 PM ET

Thursday's recommended links

In Alphabet soup: A web designer's journey to standards and accessibility, Randal Rust details his "near-religious experience" of learning the standards-based way of designing for the Web. If only more designers of news sites followed this journey. A memorable quote: "Accessibility means that users of any kind, using any device, should have access to the essential information that is contained on your web site." (Link from Simon Willison)

Search interfaces explores four different ways to present Web search bars: standard, surfacing, qualifying and passive. A pretty site, with lots of examples. (Link from InfoDesign)

Don't Hide Your Multimedia Content! is Steve Outing's latest Editor and Publisher column. It offers some good tips on how to promote audio and video online: most importantly, "let the Web user know what they will get if they click on multimedia links." I wholeheartedly agree; a single-word link to "Multimedia" or "Video" is downright useless.

Mark Irons' Patterns for Personal Web Sites has a wealth of great tips on making quality personal sites, but most advice here applies to any site. It's well-written, succinct and very non-linear -- a productive way to spend an hour or so.

Comments (1) / 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.

September 11, 2002, 9:50 PM ET

Site review: namibian.com.na

A few thoughts on namibian.com.na, which is an English-language news site covering Namibia, a southwest African country:

Comments (4) / 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.

September 10, 2002, 12:50 PM ET

Tips for designing bare-bones pages

At ajc.com, I've been designing a bare-bones home page in case something terrible happens tomorrow (on the one-year anniversary of the Sept. 11, 2001, U.S. terror attacks) and our site is flooded with traffic. If there were ever a perfect case for using a CSS-based layout, this'd be it. A few pointers on making such a page:

Any other tips? Leave a comment.

Comments (9) / Permalink

September 9, 2002, 11:57 PM ET

Site review: ocregister.com

A few thoughts on ocregister.com, the Web site of the Orange County Register in California, which, as the splash page will tell you, is "NEW":

Comments (4) / 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.

September 9, 2002, 1:18 PM ET

Extra BBC syndication feeds won't work

A gentleman from the BBC e-mailed me regarding the "hidden" BBC syndication feeds I found last week. (That news I "broke" was blogged all over the place.) It turns out those feeds weren't intended for the public, won't be available for much longer, and weren't being updated anyway. Here's a snippet of the e-mail:

NewsOnline's public RSS service was only intended to include the following feeds

[front_page]
[technology]
[uk]
[world]

Your list includes a number which we had decided not to offer but had neglected to clean up properly from our website. None of these 'extra' feeds have been updated since Aug 22nd and we will be removing these from our website in the near future.

That's a pity; the extra feeds were great. But there's an interesting lesson here: Anything you put online, regardless of whether its URL is public, is fair game. Anybody can type a URL in and try to guess at patterns and conventions -- that's what I did with the BBC feeds. Site managers, save yourself some trouble and keep sensitive stuff to yourself in the first place.

I think this is something news sites in particular should bear in mind, knowing how common it is for sites to put advanced versions of stories online -- like Scripps Howard foolishly did with its Ronald Reagan obituary, which is still available via the WayBack Machine. In creating or testing anything that's not intended for public view, it's best to use a non-public server.

Comments (1) / 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.

September 9, 2002, 12:53 PM ET

Monday's recommended links

Editor and Publisher: As 2003 Nears, Where Is Online Newspaper Biz? In the gutter, according to an anonymous source quoted in the article: "Most media have stopped talking big talk and launching big projects and are making do, for the most part, with just slapping their print content online."

Jared Spool: Evolution Trumps Usability Guidelines -- A practical alternative to following Web usability guidelines, such as "Always put your search box in the upper-right corner", blindly. (Link from Small Initiatives)

wannaBrowser lets you see what happens when you visit a site with a user-agent string of your choosing. (Your user-agent string is an internal description of the browser you're using; sites you visit sometimes will perform certain actions based on this information.) Some sites ban particular user-agent strings, such as those of harmful spam robots. For example, WebmasterWorld bans the user-agent string EmailSiphon, which searches Web pages for e-mail addresses. On wannaBrowser, you can see this for yourself by entering http://www.webmasterworld.com for the location and EmailSiphon for the user-agent. This is useful for testing, if you're setting up your server to ban particular user-agents (as discussed lately on WebmasterWorld).

Comments (1) / 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.

September 6, 2002, 12:43 PM ET

Friday's recommended links

Online Journalism Review has an article about "Web shells" on news sites -- that is, packages of links to related data to put journalism in context. Seems kind of obvious to me, but not many sites do it.

Editor and Publisher reports the Belo media chain will offer qualified political candidates free Web space on Belo Interactive Web sites, along with free TV airtime. Very cool. I'm wondering, does it stop there? Will Web design services or templates be provided, or will candidates have to do it themselves?

Via I Want Media: According to a press release, The San Francisco Chronicle will begin offering their content in audio form. The night before work, you select the sections you'd like to read (er, hear) and specify your commute time. In the morning, your CD writer will have written an audio CD of the news, just in time for your commute. The feature expected to launch in November. (Also see the News.com story.) Bravo, experimentation. What I want to know is, who or what is going to provide the vocals? A glorified Doctor Sbaitso?

Nathan Ashby-Kuhlman has thoughts on different types of external links: "The Web needs some kind of interface enhancement to distinguish between kinds of links, connote endorsement or lack thereof and help the reader determine which links are interesting."

Blogite is a new mailing list dedicated to discussion of weblogs -- blog features, bleeding-edge technologies, brainstorms and other technical talk. I highly recommend it. Although blogs are the topic, many of the technical ideas tossed around here apply to any site. (And face it. News sites are very similar to blogs.) Check out the archives for a sample of the discussion so far.

Comments (5) / Permalink

September 6, 2002, 12:22 AM ET

The horror of rewritten home-page URLs

I'm reading Jakob Nielsen's Homepage Usability, and one of the points Jakob stresses to death is the importance of clean, memorable home page URLs. A snippet from the book:

Once users locate a website, a simple homepage URL helps them quickly understand that they are in the right place, whereas complex URLs can make them wonder if they're indeed on the correct page...It is especially startling when users enter a simple URL and get to a site, only to have the URL they typed replaced by a long, scary-looking URL.

Although I think Jakob can be somewhat militant, I agree completely on this point. It's jarring and bookmark-unfriendly to have a URL change in front of your eyes. It's like having the carpet pulled out from under you.

I found a few news sites that do this and have listed them here. The URL I typed in is first, and the rewritten URL is second.

Redundancy Department

Owned-By-Somebody-Else Department

"No, Please" Department

Let's-Just-Give-'Em-An-IP-Address Department

Somewhat-Scary Department

Especially-Long-And-Scary Department

Comments (9) / Permalink

September 5, 2002, 12:57 PM ET

Thursday's recommended links

MSNBC: Have Web pop-ups peaked? -- Personally, I prefer pop-ups to large, invasive ads in the middle of content. (At least pop-ups are in a separate window, which allows me to read articles in peace, and besides, Mozilla blocks them. Since I started using that Mozilla feature, I haven't seen a single pop-up.) In my mind, sites that use invasive, middle-of-the-page ads send a clear message: They don't care whether people actually read their content. I often wonder whether the people who implement invasive advertising actually use the Web on a regular basis. Do they find it easy to read news articles with huge, animated Toyota ads flickering within the content well?

Jay Small: Latest Sensible Internet Design newsletter -- "Are you sure you want it to look like that?"

Scientific American: XML and the Second-Generation Web -- A readable May 1999 article explaining the theory behind XML. (Link from InfoDesign)

Comments (13) / Permalink

September 5, 2002, 12:15 AM ET

Site review: edinburghnews.com

Edinburghnews.com is the Web site of the Edinburgh Evening News in Edinburgh, Scotland. A few comments:

Comments (5) / Permalink

September 4, 2002, 1:04 PM ET

Wednesday's lunchtime links

TV Spy examines Cablevision's News 12 Interactive, which, the article claims, "is truly pushing local news forward".

According to E-Media Tidbits, The Digital Collection's archive of Sept. 11, 2001, news site screenshots has been relaunched. In my opinion, the Wayback Machine's September 11 Web Archive is a lot better, but both sites are interesting to browse.

In a new Digital-Web Magazine article, Zeldman argues that "the symptoms of disease and decay have already started to appear" in sites that don't use Web standards. News sites are a key part of this uninformed group. If you're wondering what the standards movement is all about, this piece is a must-read.

If you've got a second, e-mail me via my new contact page to introduce yourself. (Previously the "Contact" link took users to a strange page on my old site, which was somewhat jarring; now there's a better page that matches the rest of this site.) I'm always interested in suggestions, comments, tips and ideas, etc., and I'd love to chat with readers.

Comments (2) / 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.

September 3, 2002, 12:27 PM ET

Tuesday's lunchtime links

CSS guru and standards evangelist Eric Meyer stresses the time and money benefit of Web standards in an interview with User Interface Engineering. (Link seen on Small Initiatives)

Editor and Publisher reports the Chicago Tribune will include a commemorative CD-ROM with its Sept. 11 papers. According to the article, the disc will include "all 600 Tribune stories related to the attacks that ran between Sept. 11 and Sept. 21 of last year, streaming-video interviews with 25 Tribune reporters who covered the story, and more than 300 photographs of related images, including many that never ran in the paper." Very nice; I hope they make this content available on the Web.

Comments (1) / 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.

September 3, 2002, 12:05 PM ET

BBC News site offers syndication feeds

IMPORTANT UPDATE, June 24, 2003: Even more BBC RSS feeds have been released. See how to access them.

IMPORTANT UPDATE, Sept. 9: I've been told many of these feeds will not work for much longer. I've bolded the feeds that will remain working. (The rest of the original blog entry will remain untouched for posterity's sake.)

Via Danny O'Brien: The BBC News site is offering a beta version of official RSS feeds, which syndicate headlines and short descriptions of stories. (Here's the BBC's announcement, which says "XML and RSS feeds will be available over the coming months.") Other blogs named four of the feeds, but I did some digging and found a slew of others:

Regional feeds

Entertainment feeds

Education feeds

Business feeds

Other feeds

This is a smart move on the BBC's part. It means increased traffic and increased visibility for news.bbc.co.uk, because users are able to syndicate BBC headlines to their own sites and read syndicated content via an RSS reader. (Here's more RSS info.) Yes, it was possible to manually create an RSS feed from that site before, but having an official feed is significantly less troublesome. It's always refreshing to witness a news site that has a clue, technologically.

Comments (58) / Permalink

September 2, 2002, 6:48 PM ET

Site review: jamaica-gleaner.com

A few observations on jamaica-gleaner.com, the Web site of the Jamaica Gleaner in Kingston, Jamaica:

Comments (15) / Permalink



Thanks for reading.

A Django site.