WEB USABILITY & ACCESSIBILITY

* Analyzing web usability and accessibility.

Useful Website: w3schools.com

w3schools.com

This w3schools.com site is useful because of WYSWYG.

I believe their objectives are:
(1) To become a practical web development/design tutorial website
(2) To reach a targeted page within 3 clicks

[Solutions]
(1) Providing an example page where a user can actually type code and execute online so that she/he can see the output from her/his code.
(2) Demonstrating an excellent navigation menues and shortcuts so that a site visitor can reach her/his targeting page not over 3 clicks.

Website Efficiently Uses Colour: FCV Technologies Ltd.

FCV Technologies Ltd.

These three coloured boxes are eye-catchy, and it is easy for site visitors to grasp their essential ideas of "How we do it" here.

[Application]

Kyoko's Assignment 2 Website

In this Assignment 2 website, I am using the colours of those boxes and the text.

color a:link,
a:visited
a:hover,
a:active
#212121 #212121 #e12339

Layout: BCIT.CA

w3schools.com

The BCIT site has lots of functionalities and the site is well laid out to its user experience.

For example, if you visit a page for a program, the page shows you all of options you may want to know, such as eligible courses for you to earn a credential, posssible careers after completing the program, etc.

In addition, what I like about this site is to give me an opportunity to explore related programs through the course you choose.

This permits a student to find more suitable program for her/his career.

10 Things Web Developer Should Avoid.

DON'Ts for WEB DEVELOPERS

There are so many DON'Ts for a web developer NOT to do. Here are 10 things I picked up NOT to do as a web developer.

  1. Can't go back to the home page within 1 click.
  2. Need over 3-Click to reach the page a user wants to visit.
  3. Menu moves around in each page. (Not located on the same place.)
  4. Takes more than 4 seconds to load a page.
  5. Uses more than 3 font-faces in a page.
  6. Doesn't use white space efficiently (too much white space, or to little).
  7. Doesn't use properly proposioned graphics.
  8. A user doesn't know where the page she/he is looking at is located in the website. (Should use a breadcrumb menu.)
  9. Doesn't use a graphic tool such as Photoshop to make a graphic small pixel-wise, but instead, uses "width" and "height" properties.
  10. Doesn't consider the contents seriously, but just designs a page layout without taking account of the contents' structure.