jim.shamlin.com

Interludes

The book has several between-chapters sections that go into detail on certain topics.

Registration Forms

Organizations love registration forms - making users enter personal information (or at least create a user account with a password) to access their site.

It's difficult to do this well, because the user has no "relationship" with the organization and is being hit up right away for personal information. And unless your site offers something truly unique (and not many do), chances are that most users will leave immediately when being asked to register.

Tips for better success:

Having a page that explains your use of personal information ("privacy policy") is mandatory in some instances, but is a good idea in any case.

Providing Help

Good examples:

Bad examples:

Farewell to Pop-Ups

In the early days of the Web, pop-up windows were used by advertisers as a way to get the attention of people who didn't really want to be bothered. They go a bad rap, and for a few years, the general rule on pop-up windows was "never." That's changed a bit. Research has shown that they don't confuse or annoy users, and some even expect them to be used in some instances.

Guidance for pop-up windows:

  1. Ensure that the user expects it - If the user clicks something to pop the window, it's more acceptable than one that automatically pops up when the page loads.
  2. Ensure that there is context between the page and the pop-up: stylistic elements (fonts and colors) should be similar, and it helps if the title of the pop-up corresponds to the text on the screen
  3. the size should be a quarter to a third of that of the main screen. If it's less, consider merging it into the page itself. If more, consider making it a separate page.
  4. Within the pop-up, provide the user a way to close it. (Not mentioned: you should mop up pop-ups on unload of a page if the user doesn't close them)
  5. Ensure that there's only one pop-up at a time, and that the pop-up window gets focus when it is launched.

The author mentions pop-up blockers, which are still in existence, but the latest versions generally inform the user that the site has attempted to launch a pop-up and allows them to accept it (and set preferences on a site-by-site basis).

The author also fails to mention/consider the in-screen modal window as a substitute for pop-ups - it would be interesting to learn more about this alternative, but I think the same general principles would apply.


Contents