eliteclocks

We all know that the home page of a website is the power page and is typically the starting point when visiting a site. Navigation starts here, site message is found here, and the beginning of the customer hand holding starts here. When visiting EliteClocks.com I found a weak power page, the home page, followed up with strong category pages. What is happening here?

If you look at their home page, EliteClocks.com you will see few characteristics of a weak page. In-consistent type font, no real direction on what to do, and a layout that doesn not match the rest of the site. Now take a look at some of their category pages.

Howard Miller Grandfather Clock and Seth Thomas Clock

Their category pages are consistent in style, offer direction for the visitor, and are easy to navigate. Simply put, they look ready to sell. I would actually prefer to land on one of those pages instead of the home page. Though everything can be easily navigated once in their site, people still like to start from the home page. I am also betting that the store owner tells people about their website by saying “Visit EliteClocks.com” not “Visit eliteclocks.com/seth-thomas-main.shtml”.

Simple lesson here is keep the power on the home page. In this case, using the layout that was used on the other pages would be the easiest fix. The other lesson is a personal one by me. Get the Howard Miller, my mom has one, and it’s killer!

 

Have you ever been stuck trying to surf the web without a pointing device? It can be kind of a pain, especially if the webmaster has thrown usability into the wind. I constantly come across sites where they have removed the style from links. What happens when they do?

tabIf they remove the style, you can’t browse their page. Click the tab button a few times while visiting my site. Notice the links getting highlighted? Without that simple little box highlighting wear I am, the site might as well be a screen shot if you have no pointer.

So how do you do it? Just add this bit of code to your style sheet, and you are up and running again.

:focus { outline: 1;}

There are a ton different methods to access the net now a days, and many of them don’t include a pointing device. Regardless of that, how many of you have a laptop where the touchpad works like crap?

Forgot how to browse the web without a pointing device?

  • [Tab] scrolls you forward through the links
  • [Shift + Tab] scrolls you backwards through the links
  • [Spacebar or Enter] is for clicking a form option
  • [Enter] to submit
  • And for you Firefox users just click [ ' ] single quote, and it will bring up the find bar at the bottom.