1 Web Developer Foundations: Using XHTML Chapter 7 Web Site Design.

Slides:



Advertisements
Similar presentations
Cascading Style Sheets
Advertisements

Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
1 Web Developer & Design Foundations with XHTML Chapter 9 Key Concepts.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Project 1 Introduction to HTML.
Introduction to Web Accessibility. What is Web Accessibility Web accessibility means that people with disabilities can use the Web Disabilities including.
EASI Equal Access to Software and Information EASI is the premier provider of online training about accessible information technology.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
Design Describe the most common types of web site organization
1 CSS Syntax Sample Configure a Web page to display blue text and yellow background. body { color: blue; background-color: yellow; } This could also be.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Design Guidelines By ZhengHui Hu. Planning User Analysis  Goal  Target Audience Enhance Accessible  Impairment  Environment  Technical Limitation.
Web Development & Design Foundations with XHTML
IV. “Regular” Web Pages: HTML A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 3 Web Design Basics Key Concepts
Web Design Part 2 Page Size, Screen Layout and Content.
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
Expression Web 2 Concepts and Techniques Expression Web Design Feature Web Design Basics.
Chapter 15 Designing Effective Output
1 Web Developer & Design Foundations with XHTML Chapter 7 Key Concepts.
Designing for the Web 7 Useful Design Principles.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Week 2 Web Site Design Principles. 2 Design for the Computer Medium Craft the look and feel Make your design portable Design for low bandwidth Plan for.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
Web Development & Design Foundations with HTML5 7th Edition
Web Development & Design Foundations with XHTML Chapter 5 Key Concepts.
The Internet Writer’s Handbook 2/e Web Accessibility Writing for the Web.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
1 © Netskills Quality Internet Training, University of Newcastle Web Page Design © Netskills, Quality Internet Training University.
10/6/2015Page 1 Web Site Design Modified by Linda Kenney April 6, 2008.
Design and Construction of Accessible Web Sites Michael Burks Chairman Internet Society SIG For Internet Accessibility for People with Disabilities June.
Web Accessibility Web Accessibility Committee Memorial University of Newfoundland Presentation to Webdays 2005.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Group 3: Art Gallery Monica Almendarez Content/Project Manager Willliam Egle Technology Manager Christina Pié Usability/ADA Compliance Manager Mirjana.
Web Design Basics Creating Appealing Websites Basics of Web Design: HTML 5 and CSS3, Felke-Morris, T.c.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Accessibility : Designing the Interface and Navigation The Non-Designer’s Web Book Chapter 7 Robin Williams and John Tollett Presented by Sherie Loika.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Technical Communication A Practical Approach Chapter 14: Web Pages and Writing for the Web William Sanborn Pfeiffer Kaye Adkins.
Webpages 7 th Grade Quest What Are Your Webpage Pet Peeves? Incorrect Spelling and Grammar Errors Page Takes Forever to Load Information is Out.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
1/19/2016Page 1 Web Site Design Modified by Linda Kenney Nov. 1, 2010.
Microsoft Expression Web 3 Expression Web Design Feature Web Design Basics.
A centre of expertise in digital information managementwww.ukoln.ac.uk Accessibility and Usability For Web Sites: An Introduction to Web Accessibility.
Web page layout in elegance.  Specific Designs for Target Audiences Consider your audiences tastes when creating your website.
Copyright © Terry Felke-Morris Learning Outcomes  In this chapter...  common types of website organization  principles of visual design  your target.
The User Experience “Keeping Web Accessibility In Mind” Video available online at:
Accessibility Basics on creating accessible websites Accessibility Seth Duffey presentation for MAG Telecommunications.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 5 KEY CONCEPTS 1 Copyright ©
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5
Introduction to Web Accessibility
Writing Good Web Pages: Do’s and Don’ts
Objective % Explain concepts used to create websites.
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Page Size, Screen Layout and Content
Applications Software
Web Development & Design Foundations with HTML5
Web Development & Design Foundations with H T M L 5
Web Standards and Accessible Design.
School of Business Administration MP1 & Web Design (Chapter 5)
Basics of Web Design Chapter 3 Web Design Basics Key Concepts
Objective Explain concepts used to create websites.
Web Development & Design Foundations with HTML5
Presentation transcript:

1 Web Developer Foundations: Using XHTML Chapter 7 Web Site Design

2 Learning Outcomes In this chapter, you will learn how to: Describe the most common types of web site organization Utilize guidelines for web site navigation design Apply guidelines for web page design Use guidelines for text usage on web pages Describe guidelines for using graphics on web pages Utilize guidelines for creating accessible web pages

3 Web Site Organization Hierarchical Linear Random (sometimes called Web Organization)

4 Hierarchical Organization Charcterized by a clearly defined home page with links to major site sections Often used for commercial and corporate web sites

5 Hierarchical Too Shallow Be careful that the organization is not too shallow. This provides many choices and could result in a confusing and less usable web site Information Chunking George A. Miller found that humans can store only five to nine chunks of information at a time in short-term memory -- the "seven plus or minus two" principle. Many web designers try not to place more than nine major navigation links on a page or in a well-defined page area.

6 Hierarchical Too Deep Be careful that the organization is not too deep. This results in many “clicks” needed to drill down to the needed page. User Interface “Three Click Rule” A web page visitor should be able to get from any page on your site to any other page on your site with a maximum of three hyperlinks.

7 Linear Organization Used when the purpose of a site or series of pages on a site is to provide a tutorial, tour, or presentation that needs to be viewed in a sequential fashion.

8 Random Organization Sometimes called “Web” Organization Utilized there is no clear path through the site May be used with artistic or concept sites Generally not used for commercial web sites.

9 Web Site Navigation Recommended Practices(1) Make your site easy to navigate Provide clearly labeled navigation in the same location on each page Most common – across top or down left side Provide “breadcrumb” navigation Types of Navigation Graphics-based Text-based Interactive Navigation Technologies DHTML Java Applet Flash

10 Web Site Navigation Recommended Practices(2) Accessibility Tip When graphics, DHTML, a Java Applet, or Flash is used for the main navigation of a web site, provide clear text-based links on the bottom of each page.

11 Web Site Navigation Recommended Practices(3) Use a Table of Contents (with links to other parts of the page) for long pages. Consider breaking long pages in to multiple shorter pages using Linear Organization. Large sites may benefit from a site map or site search feature

12 Web Page Design Recommended Practices Page layout design Text design Graphic design Accessibility considerations

13 Web Page Design Page Layout(1) Watch the load time of your pages Try to limit web page document and associated media to under 60K

14 Web Page Design Page Layout(2) Place the most important information "above the fold" Use adequate "white" or blank space Use an interesting page layout This is usable, but a little boring. See the next slide for improvements in page layout.

15 Web Page Design Page Layout(3) Better Best Columns make the page more interesting and it’s easier to read this way. Columns of different widths interspersed with graphics and headings create the most interesting, easy to read page.

16 Web Page Design Target Audience Design for your target audience Appropriate reading level of text Appropriate use of color Appropriate use of animation

17 Web Page Design Colors & Animation Use colors and animation that appeal to your target audience Kids Bright, colorful, tons of animation Generation X,Y,Z,etc. Dark, often low contrast, more subtle animation Everyone: Good contrast between background and text Easy to read Avoid animation if it makes the page load too slowly Accessibility Tip: Many individuals are unable to distinguish between certain colors. See

18 Web Page Design Browser Compatibility Web pages do NOT look the same in all the major browsers Test with current and recent versions of: Internet Explorer Netscape Mozilla Mac versions Design to look best in one browser and degrade gracefully (look OK) in others

19 Web Page Design Screen Resolution Test at various screen resolutions 800x600 is currently most used (or 1024x768). Design to look good at various screen resolutions....Page content goes here. The table may be given either a percentage width or an exact width using pixels.

20 Text Design Recommended Practices Avoid long blocks of text Use bullet points Use short paragraphs

21 Text Design “Easy to Read” Text Use common fonts: Arial, Helvetica, Verdana, Times New Roman Use appropriate text size: Normal, 12 pt, size=“3” Use strong contrast between text & background Use columns instead of large areas of horizontal text Bold text as needed Avoid “click here” Hyperlink key words or phrases, not entire sentences Separate text with “white space” or empty space. Chek yur spellin (Check your spelling)

22 Graphic Design Recommended Practices(1) Be careful with large graphics! Remember 60k recommendation Use the alt attribute to supply descriptive alternate text Be sure your message gets across even if images are not displayed. If using images for navigation provide plain text links at the bottom of the page. Use animation only if it make the page more effective and provide a text description.

23 Graphic Design Recommended Practices(2) Choose colors on the web palette Use anti-aliased text in images Use only necessary images Reuse images Keep images as small as possible If there are a large number of images, or the page is dependent on them consider creating a special text-only version of the page.

24 Designing for Accessibility(1) Quick Checklist Courtesy of W3C Images & animations. Use the alt attribute to describe the function of each visual. Image maps. Use the client-side map and text for hotspots. Multimedia. Provide captioning and transcripts of audio, and descriptions of video.

25 Designing for Accessibility(2) Quick Checklist Courtesy of W3C Hypertext links. Use text that makes sense when read out of context. For example, avoid "click here." Page organization. Use headings, lists, and consistent structure. Use Cascading Style Sheets for layout and style where possible. Graphs & charts. Summarize or use the longdesc attribute.

26 Designing for Accessibility(3) Quick Checklist Courtesy of W3C Scripts, applets, & plug-ins. Provide alternative content in case active features such as JavaScript, Java Applets, Flash are inaccessible or unsupported. Frames. Use the element and meaningful titles. Tables. Make line-by-line reading sensible. Summarize.

27 Designing for Accessibility(4) Quick Checklist Courtesy of W3C Check your work. Validate. Use tools, checklist, and guidelines at

28 Summary This chapter introduced you to recommended web site design practices. The choices you make in the use of color, graphics, and text should be based on your particular target audience. Developing an accessible web site should be the goal of every web developer.