Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Web Design Considerations: Visual Hierarchy, Consistency, Page Weight, and Page Width - Pr, Study notes of Web Design and Development

Various web design considerations including visual hierarchy, consistency, page weight, and page width. The importance of visual hierarchy in web design, the benefits of consistency, strategies for managing page weight, and the impact of page width. Examples of well-designed websites are provided throughout.

Typology: Study notes

Pre 2010

Uploaded on 08/16/2009

koofers-user-h6z
koofers-user-h6z 🇺🇸

5

(1)

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
VC 237 :: Week 05 1 of 2 27 October 2008
— Demonstration Outline —
week::five
Web Design Considerations
Visual Hierarchy
o The visual hierarchy of content elements is just as important in Web
design as in print.
o Grid design principles from print work apply to Web designs.
o Considerations:
Relative size of elements
Placement and position
Contrast of page elements
o Examples: www.nytimes.com, www.vlct.org
Consistency
o Carry your look and feel to every page on the site.
o Three key reasons why consistency is good:
1. Improves ease of navigation for users—predictability.
2. Reduces download time for graphics since images are cached.
3. Reduced development time.
o Place navigation elements in the same position on every page.
o Don’t remove the link users are currently on.
Removal can cause confusion & disrupts the user’s visual memory.
Highlight the current area with bold or a rollover effect instead.
o When possible, use completed HTML pages as templates.
o The home page of a site can have a distinctive appearance. The home
page has a different set of goals and objectives than interior pages, and
the design should reflect those goals.
o Examples: www.childrenscancerassociation.org; www.vlct.org
Make your pages freestanding
o Users can come to your page from anywhere on the Web.
o Make sure that every page has enough identifying information.
o Think of your Web page like a page in a daily newspaper. You can pull a
page from a newspaper and still know who published it and when. Your
Web page should be able to accomplish the same thing.
o Example: www.waterfrontbluesfest.org, www.idexsolutions.com
Page Weight
o There are a number of reasons we are concerned with page weight:
Even if a user has a broadband connection to the Internet, users prefer
faster-loading pages to slower ones (think Google).
o Achieving a reasonable page weight involves establishing a balance
between HTML text, HTML elements, and bitmap graphics on a page.
Sites can be graphically rich and attractive but take forever to load
Sites can be primarily text and load quickly but be plain-looking
o We slice and dice so that pages are not 100% graphics.
o Inter-mixing text, HTML objects and graphics to create a Web page has
become an art form, blending technical and visual design skills.
o
Using zero-bandwidth graphics (HTML objects, colors, tables, CSS)
helps reduce page weight.
pf2

Partial preview of the text

Download Web Design Considerations: Visual Hierarchy, Consistency, Page Weight, and Page Width - Pr and more Study notes Web Design and Development in PDF only on Docsity!

VC 237 :: Week 05 1 of 2 27 October 2008

— Demonstration Outline —

week::five

Web Design Considerations

Visual Hierarchy o The visual hierarchy of content elements is just as important in Web design as in print. o Grid design principles from print work apply to Web designs. o Considerations:  Relative size of elements  Placement and position  Contrast of page elements o Examples: www.nytimes.com, www.vlct.org

Consistency o Carry your look and feel to every page on the site. o Three key reasons why consistency is good:

  1. Improves ease of navigation for users—predictability.
  2. Reduces download time for graphics since images are cached.
  3. Reduced development time. o Place navigation elements in the same position on every page. o Don’t remove the link users are currently on.  Removal can cause confusion & disrupts the user’s visual memory.  Highlight the current area with bold or a rollover effect instead. o When possible, use completed HTML pages as templates. o The home page of a site can have a distinctive appearance. The home page has a different set of goals and objectives than interior pages, and the design should reflect those goals. o Examples: www.childrenscancerassociation.org; www.vlct.org Make your pages freestanding o Users can come to your page from anywhere on the Web. o Make sure that every page has enough identifying information. o Think of your Web page like a page in a daily newspaper. You can pull a page from a newspaper and still know who published it and when. Your Web page should be able to accomplish the same thing. o Example: www.waterfrontbluesfest.org, www.idexsolutions.com Page Weight o There are a number of reasons we are concerned with page weight:  Even if a user has a broadband connection to the Internet, users prefer faster-loading pages to slower ones (think Google). o Achieving a reasonable page weight involves establishing a balance between HTML text, HTML elements, and bitmap graphics on a page.  Sites can be graphically rich and attractive but take forever to load  Sites can be primarily text and load quickly but be plain-looking o We slice and dice so that pages are not 100% graphics. o Inter-mixing text, HTML objects and graphics to create a Web page has become an art form, blending technical and visual design skills. o Using zero-bandwidth graphics (HTML objects, colors, tables, CSS) helps reduce page weight.

VC 237 :: Week 05 2 of 2 27 October 2008

— Demonstration Outline —

Page Width o Unlike print, you do not know the final size dimensions of the medium that will display the work. The end-user makes this determination. o You always need to take into consideration what your page will look like on a smaller or larger monitor than the one you commonly work on. o Always ask yourself “What will my page look like if I make my browser window larger or smaller than my working area in Photoshop?” o You can specify your page design to either always display at a fixed width, or to scale to a percentage of the current page width. (100%, 80%, etc…) o UseIt.com Example:  Note that the content columns simply resize to fit the width of the browser window.

Browser window width set to 640 pixels (^) Browser window width set to 1024 pixels

o You must account for monitors of all different sizes:  Smallest average monitor pixel dimensions are 800x600 — approximately an older 15" monitor.  One notable exception to this size is the primary education market, where older computers and monitors are the norm.

Maximum Width Recommendations For “older” screens (800x600): 720 – 760 pixels For current screens (1024x768): 940 – 970 pixels

 Read more: http://www.useit.com/alertbox/screen_resolution.html Page Length o It's a given that most Web pages scroll vertically. It is OK, if not expected, to have a page scroll. o Plan for the scroll—look for objects that can be repeated vertically. o Given the same monitor size, the amount of available vertical pixels is different for each platform and browser. o Try to keep important links above the fold , especially on the home page.  Issue is similar to the fold in newspaper publishing. o Good practices:  Include a jump back to top button for long pages.  Use page turn metaphor instead of long pages. o Examples:  Generally above the fold: www.cnn.com  Repeating vertical object: www.orcasinc.com  Good page turn metaphor: www.nytimes.com  Way too long/buried links: www.rayjardine.com