The following checklist serves to summarize the major points and to help you ensure you’ve done all you should before finalizing any web site you are creating.
This article edited on July 28, 2009. Now as you can see below, I wrote down all necessary elements together as you need in web design. Thank you for your reading.
Use this navigation and jump directly to content :
{Usability} {Visual Design} {Accessibility} {Overall Site Analysis} {Content Analysis} {Site Architecture Analysis} {Navigation Principles} {Text Links} {Navigational Images} {Menus} {Frames} {Local Search} {Other Navigation} {File Size and Resolution} {Building Blocks of Page Layout} {Visual Harmony} {Positioning Page Elements} {Story Boarding} {Web Typography}
Usability—Did You:
-
Keep in mind browser inconsistencies, and test against your target browsers?
-
Try to use HTML for structural identification and CSS for visual formatting?
-
Consider the usability guidelines of self-evidence, speed, feedback, and accuracy?
-
Aim to satisfy the usability factors that make a site functional as well as create a visual design that makes a site memorable?
Visual Design—Did You:
-
Create a site that is aesthetically appealing, a unique experience, and evocative?
-
Make sure the web site has a coherent visual identity that supports the branding of the product or organization?
-
Consider using an organizing metaphor?
-
Simplify whenever appropriate?
-
Apply restraint in using gratuitous features?
-
Analyze competing sites?
-
Keep in mind that design isn’t “art for art’s sake,” but instead must solve a user’s problems?
-
Choose an appropriate and appealing color scheme for your identified audience, providing the mood and ambiance that you intended? Be sure to consider factors such as age, gender, and culture.
-
Provide sufficient contrast in color and value between foreground and background such that text and all links (static, on mouseover, visited, and active) are clear and easy to read?
-
Choose background color and separator neutrals (or lack thereof) that interact appealingly, to show off colors to best effect?
-
Choose prominent colors for the elements on the page that you want visitors to notice fi rst, while using more subdued colors for the elements of lesser importance?
-
Test the page at different gammas and at both 24-bit and 256-bit color depths?
-
Test the page on different systems just to make sure the colors are still legible, even if they look very different?
-
Limit yourself to the web-safe palette, particularly in large areas of solid color, if a sufficient number of your viewers have older computers?
-
Specify hex codes for colors, rather than ambiguous color names?
-
Create an appropriate color scheme with a limited number of colors, re-use each of the colors in several places, and use the colors consistently throughout the site?
-
Test the page for printing on a black and white printer or provide a printer friendly version of the page?
-
Design your page so that it is appropriate for re-purposing, if that’s necessary?
-
Test your site for accessibility by viewing in a grayscale format?
Accessibility—Did You:
-
Provide identical content for people with impairments whenever possible, or equivalent content in a different format when not?
-
Consider visual, aural, and physical impairments?
-
Design the site to accommodate adaptive technology?
-
Provide choice and adaptability in methods of use?
-
Provide alternative access to images, animation, audio, or video that carry information content?
-
Separate structure from format?
-
Ensure that pages are still usable when scripts, applets, or other programmatic objects are turned off?
-
Clearly identify the language of the page in the
<html>
tag? -
If, after best efforts, you could not create an accessible page, provide a link to an alternative page that is accessible?
-
Use style sheets but also design the document so that it also makes sense without them?
-
For data tables, use
title
,caption
,summary
,headers
,id
, andabbr
attributes as well as structural markup? -
Avoid nested tables?
-
Try to structure both data and layout tables so that they make sense when read left to right, top to bottom? If that is impossible, provide an alternative but equivalent page?
-
Convey page structure with structural markup tags?
-
For ordered lists, use a numbering scheme that conveys the level of each list item?
-
Use style sheets to change a list’s bullet style or bullet image, if needed?
Overall Site Analysis—Did you:
-
Perform analysis to determine exactly what is needed before you started building anything?
-
Determine primary and secondary site goals?
-
Identify primary and secondary target audiences?
-
Identify the tasks the target audience will want to perform?
-
Identify time and budget constraints?
Content Analysis—Did you:
-
Make sure that every bit of content on the site supports the goals of the site?
-
Provide all of the information the visitor needs to choose your products and services over those of another web site?
-
Distinguish one product or service from another, thereby facilitating the visitor’s decision-making process?
-
Demonstrate the value of your site to the customer as soon as possible, possibly by including a descriptive, one-sentence-or-less tag line?
-
Include humor only with great care?
-
Include the “who,” “what,” “when,” “where,” “why,” and “how,” as appropriate?
-
Avoid using a visitor counter?
-
Avoid welcoming visitors to your site?
-
Explicitly indicate dates on time-sensitive content?
-
Consider archiving, rather than deleting, old content?
-
Include photos and biographies, if appropriate?
Site Architecture Analysis—Did you:
-
Devise strong and logical categorization, labels, and underlying structure for the site, based upon the way visitors will view the information?
-
Extract meaningful labels from content, competitors’ sites, and online thesauri, and/or check server logs?
-
Consider alternate labels including synonyms, abbreviations, acronyms, alternative spellings and misspellings, and associated terms?
-
Determine preferred labels?
-
Be careful with overly clever labels?
-
Test labels with users?
-
Save rejected labels for later use as synonyms in search functions, the site index, and HTML
<meta>
tag keywords? -
Devise a logical structure for directories and files on the server?
-
Standardize file naming conventions, based on function rather than visual characteristics?
-
Employ relative addressing to reference files within the site?
Navigation Principles—Did you:
-
Employ navigation to provide a conceptual map of the site?
-
Provide feedback as to the current location?
-
Remind the visitor how he or she navigated to the current location?
-
Help the visitor find what he or she wants?
-
Make the visitor aware of other offerings on the site?
-
Provide site and page identification, contact information, a link to the home page, and global navigation on every page?
-
Display local navigation, a search function, and site-wide utilities on appropriate pages?
-
Avoid changing window size or deleting chrome if opening a new window?
-
Adhere to the principles of navigation:
-
Make navigation simple, visible, and consistent?
-
Take advantage of what visitors already know?
-
Orient visitors with “You Are Here” signs?
-
Avoid requiring any extra effort from the visitor?
-
Provide multiple ways to access information?
-
Provide for visitors with varied skill levels?
-
Provide feedback?
-
Construct the site to be flexible and expandable?
-
Text Links—Did you:
-
Use text links (as opposed to graphic navigation) whenever possible?
-
Design appropriate text link affordances so that users are always clear as to what is and is not a link?
-
Avoid underlining text that isn’t a link?
-
Display link states (available/at rest, available/rollover, active, visited, and current) by using affordances that visitors will recognize?
-
Choose text link wording to be concise, precise, and descriptive, usually based on the terms discovered during the discovery process for labeling site architecture?
-
Avoid saying always “Click here”?
-
Use the
<title>
tag to provide a longer description of the text link? -
Disable the current link?
Navigational Images—Did you:
-
Use navigational images only when their impact enhances the site enough to make the download hit and the increased maintenance worthwhile?
-
Design appropriate navigational graphic affordances so that users are always clear as to what is and is not a link?
-
Avoid using these affordances on non-navigational images?
-
Specify the
alt
attribute for every navigational image? -
Use rollover effects appropriately?
-
Clarify non-standard icons with a text description?
-
Employ image maps and sliced images with hotspots appropriately?
-
Disable the current link?
Menus—Did you:
-
Locate menus consistently from page to page, with each menu structured identically?
-
Cluster links that are somehow related?
-
Identify menus visually?
-
Consider using bulleted lists (both custom and manual) to structure text menus?
-
Choose drop-down menus, sequential menus, and drill-down pages appropriately?
Frames—Did you:
-
Avoid using frames unless there is some overwhelming justification to do so?
-
Set navigational frames to an exact pixel count wide?
-
Avoid turning off frame scrolling?
-
Turn off frame borders?
-
Include backup navigation on content pages?
-
Consider including
<no frames>
for visitors who don’t have frames enabled in their browsers?
Local Search—Did you:
-
Include a local search function if users expect it, if the site has highly dynamic content, or if the site is large, complex, or fragmented?
-
Expand preferred terms to include synonyms and even misspellings?
-
Make the main search interface as simple as possible, while offering advanced search for the visitors who need it?
-
On the SERP, display the search terms, the domain that was searched, and the number of matching pages found?
-
Display relevant information about the destination pages, sorted appropriately?
-
Offer the visitor a chance to refine the search criteria?
Other Navigation—Did you:
-
Include embedded links, teasers, site maps, directories, breadcrumbs, keyboard shortcuts, and splash pages when they would enhance the visitor’s experience?
-
Create a favicon?
-
Make absolutely certain your site contains no broken links?
-
Consider creating a custom 404 “page not found” document?
File Size and Resolution—Did you:
-
Limit file sizes appropriately?
-
Take into consideration browser inconsistencies?
-
Pull most of the CSS and JavaScript out into external files that are reused throughout the site?
-
Reuse graphics, audio, and video from page to page?
-
Avoid gratuitous graphics, animation, and sound?
-
Use smaller images rather than larger ones whenever possible?
-
Minimize the number of unique navigation buttons?
-
Determine an appropriate page size, in pixels?
-
Avoid horizontal scrolling?
-
Provide a “print page” option, when appropriate?
Building Blocks of Page Layout—Did you:
-
Choose between frames, Flash, tables, and
<div>
s appropriately, when laying out the page? -
Choose appropriately between solid and liquid layout, and then control them properly?
-
Make use of line (rules, borders, outlines, invisible grids) to organize your space, separating or connecting portions of your page?
-
Select an appropriate type of line for the mood you want to convey?
-
Choose appropriate shapes to add interest, movement, division, and connection to your page?
-
Employ shapes (graphics, multiple column layouts, etc.) to break up overwhelming blocks of text?
-
Squint at the page to see if the arrangement of shapes is pleasing?
-
Apply color as an organizer for the page?
Visual Harmony—Did you:
-
Provide continuity of mood, color scheme, layout, navigation, and graphics throughout all of the pages in the site in order to promote visual harmony, the balance between serenity and stimulation?
-
Limit the number of elements on the page?
-
Repeat elements for visual consistency?
-
Align elements within an underlying grid?
-
Employ visual adhesive (headings, bulleted and numbered lists, indentation, spacing, proximity, similarity and difference in style, horizontal and vertical rules, background colors, borders, sidebars, and
<fieldset>
) to chunk related information? -
Use line, shape, size, color, texture, typography, style, focus, space, and direction to manipulate contrast, thereby creating a visual hierarchy?
-
Avoid creating so much contrast that you lose track of focal points?
-
Provide enough white space to give respite from a sense of visual clutter?
-
Choose an appropriate balance for the mood you want to portray, such as symmetrical balance for a calming mood, asymmetrical for interest, or unbalanced for tension?
-
Avoid using the center of the page as the composition center?
-
When creating rectangular shapes, consider following the proportions of the golden-mean (golden-ratio) rectangle (1 to 1.6)?
-
Break up a “rectangles only” layout with rounded or blurred edges, graphics that cross the implied grid, masked backgrounds on photographs, graphics with irregular shapes, text snaked around graphics, varied leading, headlines, pull quotes, decorative caps, drop caps, and pop-up windows?
Positioning Page Elements—Did you:
-
Provide obvious navigation on every page, usually on the top or left side?
-
Position the most important information above the fold?
-
Include the logo and company identifi cation, page identifi cation or title, main navigation (including a link to the home page), local navigation (if used) and a standard footer (if used) on every page?
-
Make sure that the home page serves as an appealing “table of contents” for the entire site?
-
Include only important elements on the home page?
Story Boarding—Did you:
-
First create a grayscale wireframe of the page, in order to evaluate the layout without the distractions of content, color, and images?
-
Create a color comp of the page, using either an image-editing program or HTML?
-
Use a template to create an appropriate, standardized layout for the site?
Web Typography—Did you:
-
Use a non-decorative, screen-optimized typeface at a legible size for body copy?
-
Use looser leading appropriately for longer lines of text, for emphasis, or to lighten the density of the page?
-
Use wider letter and word spacing for emphasis?
-
Set body copy as justified left, ragged right?
-
Employ contrasting elements like different typefaces, size, weight, color, form, structure, bold, italic, reversing the type and background colors, all caps, texture, direction, rhythm, spacing, and embellishment to emphasize special areas of type?
-
Use restraint on those elements just listed?
-
Make use of CSS to set special capitalization rules (all uppercase, all lowercase, title case) automatically?
-
Avoid using all caps in body text?
-
Apply underlining only for links?
-
Test the site in grayscale to make sure that foreground text contrasts sufficiently in value with background text?
-
If using light text on a dark background, consider making the text bolder or choosing a typeface with inherently thicker strokes?
-
Avoid strikethrough
like thisunless you are attempting to display edited versions of documents? -
Consider using CSS to style the first-letter or first-line of text for decorative effect?
-
Chunk content with headers, small paragraphs, bulleted lists, sidebars, indenting an entire a paragraph of text, or pull quotes?
-
Limit line length to 350–550 pixels by splitting wide pages into two or more columns?
-
Increase leading to improve readability on longer lines of text and to lighten the overall “color” of a page?
-
Increase spacing between letters or words for emphasis?
-
Use either an indent at the beginning of a paragraph, or double spacing between paragraphs, but not both?
-
Avoid indenting the first paragraph following a header?
-
Use double spacing before headings but single spacing between the heading and the content it introduces?
-
Check spelling, grammar, and sentence structure?
-
Limit the use of exclamation points?
-
Specify proper typographic characters, including en dash, em dash, curly quotes, true ellipse, and upper and lowercase numerals?
-
Make use of graphic text only when absolutely necessary, to avoid excessive download times? (for graphic text)
-
Choose appropriate embellishment, anti-aliasing, and kerning? (for graphic text)
-
For very small text, use typefaces designed for a specific size and turn off anti-aliasing? (for graphic text)
Share Below
If you have already different checklist or want to add more questions, you can share below.
There have been 15 comments | Subscribe to Comments | Jump to Form »
Grace
What a great post Mert, thank you for this.
Mike
All together and nice understanding. Great job.
Cyclop
Nice post really.
Craig Baldwin
Brilliant simple check list, thanks for the post.
Jim Wilson
Good ideas and checklist. It would be great if you could define some solutions/techniques/definitions for items such as “How to separate structure from format” and “What is an ‘organizing metaphor’?”
Mert TOL
@ Jim Wilson :
Thank you Jim. I’m honored. I’ll try to quick explain your questions.
We can employ metaphor in a more global way as well, for the site as a whole. If you can identify an organizing metaphor that lends itself well to a visual interpretation, the entire design task becomes easier. For instance, a hotel’s home page might look like the lobby of a hotel, complete with a check-in desk, the entrance to a restaurant, and a concierge desk.
Each of these elements could be click-able, leading to reservations, a restaurant menu, and local attractions, respectively. The benefit to visitors is that common metaphors can convey immediate understanding. To be effective, though, a metaphor needs to be appropriate both conceptually and visually.
And How To Separate Structure From Format?
For instance, use HTML to identify structural elements such as headers, using standard header tags (
<h1>
,<h2>
, and so on).Move content formatting to CSS, where it can be overridden by visitors. Format a document so that it’s still legible (though not necessarily as visually appealing) even if the style sheet is disabled.
I hope these are helps you. If you have any questions more you can ask me. Thank you again.
Gino
The “Did You – Checklist” approach makes it seem like “design” (taken here for usability, visuals and accessibility bullets) is somewhat of a consequence.
I feel there is a lot missing. Things like the user-centered design of content and behavior (covered by disciplines such as information architecture and interaction design).
And of course, the most missed here: user research.
I think the post is a great initiative, and there is a lot of space to make it unbelievably excellent, if they don’t underestimate the deadly importance of understanding the users.
T. John
Awesome checklist. Thank you.
Maria
Everybody should bookmark this awesome checklist and must look before finalize or begin any web project. Amazing post! Thank you very much.
James
Under “Visual Design” what is “o” all about? Whenever I want black I always write black, so that it is immediately obvious – it is always a pain remembering whether #000 is black or if it is #FFF so I don’t understand why you call that ambiguous?
And any designer that gets to the end of a project and then realises that they forgot item “a” needs to be shot.
Catherine
Cool article…
Do you find it’s easy getting people to use the checklist?
Mert TOL
@ James :
Hello James,
Of course, you could prefer to say “color:black” in your CSS. You’d think that something as straightforward as “black” should always translate to #000000, but unfortunately, that isn’t necessarily true.
For instance, the color name “brown” translates to #A52A2A in Navigator 7.2 and to #993333 in Internet Explorer 6. Although newer versions of Internet Explorer and Firefox are more consistent with each other, it’s still safer to use hex codes, not names.
And please look at this article, I already mentioned this in there.
@ Catherine :
I hope Catherine, I hope :) Thank you for your comment.
Marun
Great checklist – Worthwhile to save as a PDF and printout. For accessibility and other validations you could use this.
Gary
Wonderful stuff.
One of the many reasons I love the web is because I can stumble across sites like this and be blown away by the dedication of others.
Great list, Mert – very much appreciated. Consider yourself Bookmarked!
Kathryn
@ James :
The trick I use for remembering that #000000 is black and #FFFFFF is white comes from elementary school science. Black is the absence of all color, so it is six zeros. White is the presence of all color, so it is six Fs, the highest value on the hex scale.
@ Mert :
Thank you for your lists. They help organize my projects.