Skip to content

On this page

back to Expertise

Expertise: More on Web Usability, Standards, and Accessibility


Usability

Usability can be defined as a measure of how easily a product or service can be used. Usability compares the needs or expectations of a user and the product or service being used. Sometimes the needs or expectations of users unknowingly fall short. Usability consulting provides a perspective that sometimes business owners miss such as unknown problems or design flaws.

Usability Considerations

Usability Characteristics

Benefits of Usability

up arrowback to top


Standards

Web Standards is not a specifically defined term, but basically it comes down to two main practices in web development:

  1. Adhering to the world's standards and guidelines set by the World Wide Web Consortium (W3C).
  2. Separating content from design (the content of a site is in the HTML and the design is defined by a CSS file). This allows the content to be described semantically in the mark-up (which has its own set of benefits) rather than being cluttered up with out-dated and repetitive design elements.

Most web sites are HTML Soup—a sloppy mix of old, new, and proprietary code. Web Overhauls designs sites only using the latest Web Standards, such as XHTML (Strict) and CSS 2.

Benefits of Web Standards

up arrowback to top


Accessibility

Accessibility means that all content of a web page is available to any user with any browser or platform. More specifically, this means that people can perceive, understand, navigate, and interact with the web page. The major factors driving the need for accessibility are:

Benefits of Accessibility

up arrowback to top