Web Site Design



index
Disabled back button Next Section
printable version

Section 1: Introduction

At this point you probably have a sense of how easy it is to code a web page.

A psychology professor at Carleton University in Ottawa found that Internet users judge whether they like or dislike a website in one twentieth of a second based on the web site's "visual appeal."

Further, several studies have shown that the quality of page design Is an indicator of credibility.

Section 2: Primary Considerations

Throughout the site design process, it is absolutely essential to remember two things: your purpose and your audience.

Purpose

The purpose of the site should serve to remind you that functionality is much more important than appearance.

Some examples of web site purposes can be found in What is the purpose of a website? and What is the purpose of a website?, (Same name, different site) and include

Audience

Defining the audience is a key step in the website planning process.

Taking into account the characteristics of the audience will allow an effective website to be created that will deliver the desired content to the target audience.

Section 3: Site Structure

Site structure is a larger aspect of design that will often be decided by the purpose.

You could think of the structure of a website as how it would look if you printed every single page and arranged them on the floor of your room.

There are a few main structures:

Most complex Web sites share aspects of all four types of information structures. Users are likely to use any Web site in a free-form "web-like" manner, just as most reference books are used.

However, the nonlinear usage patterns typical of Web surfers do not absolve the designer of the need to organize the content and present it within a clear, consistent structure that complements the design goals for the site.

Section 4: Page Design

For any website the first design consideration should be usability.

When it comes to actually designing pages, there are literally hundreds of things that could be discussed, but we'll cover only the most important aspects of page design.

Layout

Make sure important content is placed toward the top of pages, as some users are lazy and may not feel like scrolling down to find what they're looking for.

This doesn't mean you should cram everything in the upper area of the page, just that you should make the best use of that area.

Also consider page size and layout.

Fonts

Some sites look great if and only if you use a certain font, and since it's not guaranteed that all of y our visitors will have that font installed, you need to be aware of tools like @font-face, which allows the browser viewing the web page to download a particular font from a server to render the page if the user has not got that font installed..

Colors

Subtle things like color choice can end up making a big difference on the overall design of a page.

The Institute for Color Research reports that when humans assess an item like a web page, between 62% and 90% of that assessment is based on color alone.

White Space

White space is the empty space between paragraphs, pictures, buttons, and other items on the page.

White space also makes content more readable.

Consistency

It should go without saying, but once you come up with a design, you should use it consistently.

Sites should be internally consistent: standards and conventions should be established and applied throughout all the content.

Sites also need to be externally consistent, that is, consistent with general practice.

Consistency should apply to (at least) the following:

Form Fields

Form fields can be a source of annoyance for users.

And always provide guidance for user input.

Form Design: 13 Empirically Backed Best Practices

Resolution

When it comes to display resolution, the most common screen resolution is 1920x1080 (as of 2021).

Browser Compatibility

Your site should be able to be displayed correctly for all users.

Remember that just because you use Chrome or Firefox doesn't mean everyone else does.

Accessibility

Remember to make your site accessible to users with disabilities, such as blind users using screen readers, blind users using Braille readers, low-vision users using screen magnifiers, and motor-impaired users.

Here are some examples of things you can do to increase access:

Follow the Web Content Accessibility Guidelines.

Links

Miscellaneous

Other small things will distinguish a great website from a good one.

Section 5: Things to Beware

Once again, there's a laundry list of things that could be discussed here, but for the sake of brevity, here are the more egregious web design sins.

Too Many Images

Pictures, while useful, should not be overdone.

As we established earlier, users judge the page quickly, but also users will only wait about 5 seconds for a page to load before moving on.

Another hint is to set the height and width attributes.

Pop-ups and Pop-unders

Useless pop-ups are the scourge of the Internet.

Disguised Links

One last thing – users should be able to distinguish a link from text based on either color or underlining.

Miscellaneous II

You might want to take time to read Biggest Mistakes in Web Design or Top-10 Application-Design Mistakes.

Section 6: Resources