Deprecated: Assigning the return value of new by reference is deprecated in /home/wimnet/public_html/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/wimnet/public_html/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/wimnet/public_html/wp-includes/theme.php on line 540

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/wimnet/public_html/wp-includes/cache.php:36) in /home/wimnet/public_html/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/wimnet/public_html/wp-includes/cache.php:36) in /home/wimnet/public_html/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264
Web In Mind .net: A blog on web standards, development, usability and god knows what else

9 Things To Avoid In Your Web Site

Published January 6th, 2007 under Usability & Accessibility, Web Development
by Mashhoor Al Dubayan

Two essential things many amateur web designers/developers tend to miss these days:

  1. Support for web standards/conventions.
  2. Common sense.

The first might not interfere with the visitors’ experience (it’s still important though), but the second, which these 9 things I’m going to mention belong to, impacts it directly. Even if you completely ignore number 1, you could still apply common sense with little to no effort:

Read the rest of this entry »

Book Review: Don’t Make Me Think

Published December 15th, 2006 under Reviews, Usability & Accessibility, Web Development
by Mashhoor Al Dubayan
dmmt.jpg

What you will learn:

Almost everything you need to know about Web Usability. “Don’t Make Me Think” teaches you how (and encourages you to) make usable web sites - web sites that won’t force the user to think to figure out how they work, hence the name: don’t make me think.

Prerequisites:

Nothing. Just a brain and common sense.

Target Audience:

Anyone who owns, runs, develops or designs a web site.

Read the rest of this entry »

Book Review: Defensive Design For The Web

Published November 13th, 2006 under Reviews, Usability & Accessibility, Web Development
by Mashhoor Al Dubayan
Defensive Design For The Web

What you will learn:

Defensive Design for the Web contains 40 guidelines that basically revolve around three things:

  • Clearly and politely telling your web site’s visitors what to do and/or what to expect.
  • Avoiding things that cause frustrations, and providing helpful “help” wherever and whenever they need it.
  • Helping your visitors recover from different kinds of errors and dead-ends.

Read the rest of this entry »

Emphasize key words. Make your text scannable.

Published September 17th, 2006 under Usability & Accessibility, Web Development
by Mashhoor Al Dubayan

This is a technique I’ve been using in the local FAQ at work which, as I’ve been told, makes people find the answers they’re looking pretty fast.

Say we had this simple FAQ about accounts at example.com:

  • How do i activate my example.com account?
  • What are its limitations?
  • What happens after the trial period expires?
  • How do i renew my subscription?
  • How can i reach technical support?

Users will have to read every question in order to find the answer they’re looking for. Some might even skip it if it had a lot of questions, which is besides the point.

Now let’s see what it would look like after emphasizing the key word(s) for each question:

  • How do i activate my example.com account?
  • What are its limitations?
  • What happens after the trial period expires?
  • How do i renew my subscription?
  • How can i reach technical support?

Now that key words are emphasized, users will be able to scan this FAQ much faster; all they need to do is search for the words that are relevant to their question. Some will even be able to spot the question they want at first glance. Try not to emphasize too many key words though, as it will only end up confusing readers.

Of course, this also applies to paragraphs, not just lists , as long as you emphasize key words intelligently.

« Previous Page