View Single Post
  #1 (permalink)  
Old 12-08-2007, 07:17 PM
espmartin's Avatar
espmartin espmartin is offline
Senior Member
 
Join Date: Jun 2007
Location: West Coast, USA (California)
Posts: 962
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
espmartin will become famous soon enough
Default Testing for Usability | Something Is Better Than Nothing

Hello All,

Do you all test your sites for usability? When I create a site, I structure it as
follows:
  1. Create (X)HTML markup (separating top/content/navigation/footer areas with divs)
  2. Create content for page
  3. Use PHP for inclusion of common navigation areas (breadcrumb, sidebar, etc)
  4. Use PHP for inclusion of header
  5. Use PHP for inclusion of footer
Once it validates - then (and only then) do I create the external CSS file
for it. Let me say that besides SEO'ing the markup (source order, meta,
keyword densities, etc.), accessibility is integrated every step of the way.

Once the site passes the standard WAI (Web Accessibility Initiative) checklists
(A, AA, AAA) - I begin my usability testing. So this my simple test of
usability. You can get very detailed in your testing, but for the sake of the
title of this post, let me ask you to run this test on your sites. And also, do
you run any type of usability test for your designs?

Here's what I do, and let me know what you do:
  1. Load my page, and squint my eyes (Yes, I'm serious). Can I still read the content, and differentiate between background/foreground colors?
  2. Next I move my mouse out of reach (like behind my desk). Now, just using my keyboard, can I navigate my entire site?
Of course, this is an extremely simple test...but what do you all do for your
usability testing?
Reply With Quote