Randy Cassingham of This Is True has been driving a weekly Twitter event he calls Pet Peeve Wednesday, with the hashtag #PPW*. Some items I’ve posted about things that Just Bug Me(tm). I guess I shouldn’t be too surprised that they fall into two categories, tech and language.

Tech Annoyances

  • Mobile websites that change the URL so you can’t reshare the page on Twitter without sending desktop users to the mobile site. Or worse: the ones that redirect you from a full article to the front of their mobile site, so you have to hunt around for the article that someone was trying to share with you.
  • New password forms should always spell out the password policy before the user tries to pick something it doesn’t like.
  • If you have to cite a bogus law to claim that your email is not spam (or worse, that recipients can’t callit spam), it’s spam.

Language Annoyances

  • “Weary” means you’re tired of something, not concerned about it. You’re thinking of “wary” or maybe “leery.”
  • If you’re going to reference “Wherefore art thou Romeo?”, remember: she’s asking why, not where. (Think of it this way: The answer to “wherefore?” is “therefore,” and you know what “therefore” means.) It’s a lead-in to the “What’s in a name?” speech.
  • What do people think an “intensive purpose” is, anyway? The real phrase, “for all intents and purposes,” at least makes sense.
  • The word is “foolproof,” as in even a fool can’t mess it up, not “full proof.” (As opposed to what, half-proof?)

*There’s a hashtag collision with both “Pet Peeve Wednesday” and “Prove People Wrong” using the same tag.

Wow: A researcher studying the way people use computers found that most people don’t know how to search for a word on the current page!

Crazy: 90 Percent of People Don’t Know How to Use CTRL+F

Google’s resident search anthropologist, Dan Russell, dropped this incredible statistic on us. And no, he couldn’t believe it either.

To someone used to using computers, it seems so basic, but I guess if no one shows you it’s there, it’s the kind of thing that’s not easy to discover on your own. (via Slashdot)

The article doesn’t actually say which side of the 90/10 split people using toolbar buttons or menu items to search fall on, but it does mention people paging through an entire document to look for something by eye.

If you’ve been following the Firefox 4 betas, you’ve probably noticed that they’re dumping the status bar. OK, a lot of people didn’t use it, but here’s the thing:

When you hover over a link, the status bar tells you where it will take you.

This is important (especially for security) — important enough that they’ve moved the functionality elsewhere…but in a broken manner. They’ve put it into the location bar — you know, the field where you type in a URL, or look to see where you are.

The problem is that there isn’t room in the location bar to show the full URL of a hovered link except for very short links. The status bar has the entire width of the browser. The location bar has to share that space with the navigation buttons, the search box, the feedback button (during the beta), any custom toolbar buttons, the site name on secure websites, etc.

Just about every link I hover over ends up with critical information cut off in the “…” between the start of the hostname and the parameters at the end. That’s almost useless. (Almost, because at least the hostname is visibla, but it would help to see the page name as well.)

Displaying the target URL in some way is core functionality for a web browser, and you shouldn’t remove or break core functionality. In some ways this is worse than the proposal a few years ago to remove “View Source,” because that at least isn’t core functionality for a browser (though it is core functionality for the web, because it encourages people to explore and tinker and learn how to make their own websites — which is exactly why that was put back in). It’s crazy that I need to install an add-on to get back something as basic as a working preview for links.

I suppose I can understand putting one of those “If this is an emergency, please hang up and call 911” messages on a health insurance phone menu. But if you’re going to have one, shouldn’t you put it before the five-minute member identification/sign-in process, not after?

Admittedly, the process only took that long because their voice recognition system wasn’t getting along with my voice, but still, isn’t the point to route people to the fastest response in an emergency?

Serious stuff (news, usability, history, etc.):

And not so serious:

  • Fantastic image: Firefly crew as the Enterprise crew. Classic Star Trek, of course. One thing that really struck me was the reminder that there’s really only one woman among the regular classic Trek cast: Uhura. Nurse Chapel and Yeoman Rand are there, but neither of them would really have had the kind of focus that Kaylee, Zoe, Inara and River have here.
  • Incredible custom action figure maker Sillof collaborated with Glorbes on a Star Wars in World War II series.
  • The webcomic SMBC presents: The Logogeneplex! I’m pretty sure I’ve read stuff that this was used on. (Warning: archives are NSFW.)

It was fast. Anticlimactic, really. It took a few reloads to get the Comic-Con International home page up, but once I could click on the reservation link, everything went smoothly. I was done by 9:05.

The reservation page was actually optimized!

  • Just one image: a banner across the top.
  • Everything was on one page, including the list of hotels, the personal info, and the hotel choices.
  • Hotel selection was done by client-side scripting, so there was no wait for processing between selections (and no risk of typos confusing their processing system later today).

This is a huge deal, especially compared to Travel Planners’ horribly overdesigned 2008 forms — yes, forms, plural — that kept bogging down. (I never even saw last year’s, though I tried for an hour and a half to get in.)

On the downside, that one page does load a half-dozen script files, but that doesn’t seem to have slowed it down much.

In case none of your 12 choices were available, they asked for a maximum price you’d be willing to pay for another hotel that’s not on your list. I vaguely recall this being a feature of the old fax forms, but I don’t remember being asked this on the phone last year.

I was surprised to find that they didn’t want credit card info immediately, but that’s good from a streamlining perspective as well. The hotel choices, room type, and contact info are critical in order to make the reservation in the first place. Payment can be done later, so in a rushed situation like this, it’s better to handle it later. Plus, not asking for credit card information means that they could run the site without encryption, speeding things up a bit more.

I would have liked to have gotten a confirmation number for the request, or an email, just so that I could be sure that I was in their queue. And to be sure that I entered the right email address. And the right start and end dates. And…well, you get the idea. I’m a little paranoid about the process at the moment.

Here’s hoping that the back end of the process, and sending out confirmations, goes as smoothly as the front end did.

Update: Short answer: it didn’t. Long answer: I’ve written up what went wrong, at least from the guests’ point of view.