View Single Post
09-12-2005, 04:32 AM
#1
chaka42 is offline chaka42
Status: Senior Member
Join date: Apr 2005
Location: Middle America
Expertise:
Software:
 
Posts: 955
iTrader: 5 / 100%
 

chaka42 is an unknown quantity at this point

Send a message via AIM to chaka42 Send a message via MSN to chaka42 Send a message via Skype™ to chaka42

  Old  Checklist: User-Friendly Sites

Today we'll go over the some of the things to create a user-friendly website that ensures return visitors.

Usability Checklist
Navigation and menu system that is easy to find
Good contrast in colors with regard to text, links and background
Distinguishable link to your home page
Clear description of each page
Include "alt" tags on every image
Include "title" tags for every link

Navigation and menu system that is easy to find
The majority of sites have one thing in common, a menu system that is at the top left. Most cultures, with the exception of a few, read left to right. The Internet is no different.

Good contrast in colors with regard to text, links and background
Next to navigation placement, choosing an appropriate color scheme is just as important. Think about complimentary schemes and colors that don't "tire" your eyes.

Distinguishable link to your home page
Make it easy for people to get back where they started from any location on your site. This is recommended for two reasons: 1) if a visitor gets lost, they always have a way to start fresh, and 2) make it easy for visitors to bookmark your site.

Clear description of each page
Make sure you have a clear description of your links and the pages they lead to. Remember to use common phrases and terminology. Don't try to be clever or creative with your titles because your visitors will most likely be confused and not know where to go.

Include "alt" tags on every image
This is something that is commonly overlooked and easily remedied. The "alt" tag, which stands for alternate text is used to accomodate the visually impaired that may be visiting your site.

Example:
Code:
<img src="images/myimage.gif" alt="This is my image">
Include "title" tags for every link
The "title" tag, like the "alt" tag works similarily and is just as important. Give a clear description of what the link will do when it is clicked.

Example:
Code:
<a href="http://www.mysite.com" title="Go back to the main page">Home</a>
By utilizing these simple tips, you can ensure that your website will be more user-friendly.


Look for new articles at Underclings