Web Development & Design Foundations with XHTML Chapter 5 Key Concepts.

Slides:



Advertisements
Similar presentations
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Advertisements

Cascading Style Sheets
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Dreamweaver Domain 3 KellerAdobe CS5 ACA Certification Prep Dreamweaver Domain 2 KellerAdobe CS5 ACA Certification Prep Dreamweaver Domain 2: Planning.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Principles of Web Design 5th Edition
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.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Development & Design Foundations with XHTML
IS 360 Web Site Design. Slide 2 Overview Types of Web Site Organization.
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
7 Selecting Design and Color Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2.
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.
1 Web Developer & Design Foundations with XHTML Chapter 7 Key Concepts.
Chapter Objectives Discuss the relationship between page length, content placement, and usability Complete Step 4: Specify the website’s navigation system.
Designing for the Web 7 Useful Design Principles.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Chapter 7 Web Typography Principles of Web Design, 4 th Edition.
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 Site Design Principles
Developing Content and Layout Lesson 6. Creating Web Site Content Online users scan a page, read key words of text, and check out graphics Reading from.
10/6/2015Page 1 Web Site Design Modified by Linda Kenney April 6, 2008.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Introduction to Web Page Design. General Design Tips.
Chapter 17 Designing for the Web Ryan Galloway Andy O’Neil Joe Ahn.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
IT: Web Technologies: Web Animation 1 Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Designing Web Site Layout Using.
Web Site Design 15 Easy Steps to an Excellent Web Site.
Web Design Basics Creating Appealing Websites Basics of Web Design: HTML 5 and CSS3, Felke-Morris, T.c.
Web Site Design: Layout Fall Basic Concepts Basic Web Design Concepts – Proximity – Alignment – Repetition – Contrast
Basic Design Tips for Web Pages. Alignment Left, right, center Choose one alignment and use it on the entire page Align form elements, table elements,
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
Planning Site Design and Page Layout. Identify Best Practices Demonstrate Consistency: – One way to ensure a professional look and feel to a website –
Webpages 7 th Grade Quest What Are Your Webpage Pet Peeves? Incorrect Spelling and Grammar Errors Page Takes Forever to Load Information is Out.
1 Web Developer Foundations: Using XHTML Chapter 7 Web Site Design.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
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.
Web Site Development - Process of planning and creating a website.
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.
Web Design Principles. Designing a Website Choice of a site color scheme. Choice of text font and size. Placeholder text. Use of white space. Location.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 5 KEY CONCEPTS 1 Copyright ©
Section 7.1 Section 7.2 Identify presentation design principles
Basics of Website Development
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5
Writing Good Web Pages: Do’s and Don’ts
Objective % Explain concepts used to create websites.
Web Development & Design Foundations with HTML5 8th Edition
Fixed Positioning.
Web Development & Design Foundations with HTML5
Web Development & Design Foundations with HTML5
Web Development & Design Foundations with H T M L 5
Web Design Principles.
Elements of Effective Web Design
School of Business Administration MP1 & Web Design (Chapter 5)
Basics of Web Design Chapter 3 Web Design Basics Key Concepts
Web Development & Design Foundations with HTML5
Presentation transcript:

Web Development & Design Foundations with XHTML Chapter 5 Key Concepts

Overall Design Is Related to the Site Purpose 2 Consider the target audience of these sites.

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

Hierarchical Organization A clearly defined home page Navigation links to major site sections Often used for commercial and corporate Web sites 4

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

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. 6

Linear Organization A series of pages that provide a tutorial, tour, or presentation. Sequential viewing 7

Random Organization Sometimes called “Web” Organization Usually there is no clear path through the site May be used with artistic or concept sites Not typically used for commercial sites. 8

Web Site Navigation Best 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  Image Roll-overs  Flash  DHTML fly-out or dropdown menus 9

Web Site Navigation Best Practices(2) Accessibility Tip ◦ Provide plain text links in the page footer when the main navigation is non-text media such as images, Flash, or DHTML. 10

Web Site Navigation Best 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 11

Design Principles Repetition ◦ Repeat visual elements throughout design Contrast ◦ Add visual excitement and draw attention Proximity ◦ Group related items Alignment ◦ Align elements to create visual unity 12

Web Page Design Best Practices Page layout design Text design Graphic design Accessibility considerations 13

Web Page Design Load Time Watch the load time of your pages Try to limit web page document and associated media to under 60K on the home page 14

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

Web Page Design Colors & Animation Use colors and animation that appeal to your target audience ◦ Kids  Bright, colorful, tons of animation ◦ Young adults and older teens  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

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 ◦ Firefox, Mozilla ◦ Opera ◦ Mac versions Design to look best in one browser and degrade gracefully (look OK) in others 17

Web Page Design Screen Resolution Test at various screen resolutions ◦ Most widely used: 1024x768, 1280x1024, and 800x600 Design to look good at various screen resolutions ◦ Centered page content ◦ Set to either a fixed or percentage width 18

Wireframe A sketch of blueprint of a Web page Shows the structure of the basic page elements, including: ◦ Logo ◦ Navigation ◦ Content ◦ Footer

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

Web Page Design Page Layout(2) Better 21 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.

Page Layout Design Techniques Ice Design ◦ AKA rigid or fixed design ◦ Fixed-width, usually at left margin Jello Design ◦ Page content typically centered ◦ Often configured with a fixed or percentage width such as 80% Liquid Design ◦ Page expands to fill the browser at all resolutions. 22

Text Design Best Practices Avoid long blocks of text Use bullet points Use headings and subheadings Use short paragraphs 23

Text Design “Easy to Read” Text (1) Use common fonts: ◦ Arial, Helvetica, Verdana, Times New Roman Use appropriate text size: ◦ medium, 1em, 16px, 12 pt, 100% Use strong contrast between text & background Use columns instead of wide areas of horizontal text 24

Text Design “Easy to Read” Text (2) 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) 25

Graphic Design Best 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 makes the page more effective and provide a text description. 26

Graphic Design Best Practices(2) Choose colors on the web palette if consistency across older Windows/Mac platforms is needed Use anti-aliased text in images Use only necessary images Reuse images Goal: image file size should be as small as possible 27

Designing for Accessibility(1) Web Content Accessibility Guidelines 2.0 WCAG 2.0 ◦ ◦ Based on Four Principles (POUR) 1.Perceivable Content must be Perceivable 2.Operable Interface components in the content must be Operable 3.Understandable Content and controls must be Understandable 4.Robust. Content should be Robust enough to work with current and future user agents, including assistive technologies 28

Designing for Accessibility(2) Check your work. Validate XHTML ◦ Validate CSS ◦ Test for Accessibility ◦ Worldspace Online ◦ University of Toronto 29

Web Design Best Practices Checklist Table 5.1 in your Textbook Page Layout Browser Compatibility Navigation Color and Graphics Multimedia Content Presentation Functionality Accessibility