Ppt ch12

18
Web Design Principles 5 th Edition Chapter Twelve Putting It All Together

description

 

Transcript of Ppt ch12

Page 1: Ppt ch12

Web Design Principles5th Edition

Chapter TwelvePutting It All Together

Page 2: Ppt ch12

2

Objectives

• Apply the design, layout, and CSS skills you learned throughout this book by building a home page for a Web site

• Describe the design process and decisions a Web designer must make in a standards-based development process

• Test your work in multiple browsers for consistency as you progress

Web Design Principles 5th Ed.

Page 3: Ppt ch12

The Initial Design Process

Page 4: Ppt ch12

The Initial Design Process

• The clients sketched out a basic idea for the site, shown in Figure 12-1

• They also submitted a Web site specification document to the graphic designer providing background information about the audience, content, and design of the Web site

Web Design Principles 5th Ed. 4

Page 5: Ppt ch12

5Web Design Principles 5th Ed.

Page 6: Ppt ch12

6Web Design Principles 5th Ed.

Page 7: Ppt ch12

7Web Design Principles 5th Ed.

Page 8: Ppt ch12

8Web Design Principles 5th Ed.

Page 9: Ppt ch12

9Web Design Principles 5th Ed.

Page 10: Ppt ch12

10Web Design Principles 5th Ed.

Page 11: Ppt ch12

Creating the Mock-up Web Page

Page 12: Ppt ch12

12Web Design Principles 5th Ed.

Page 13: Ppt ch12

13Web Design Principles 5th Ed.

Page 14: Ppt ch12

14Web Design Principles 5th Ed.

Page 15: Ppt ch12

15Web Design Principles 5th Ed.

Page 16: Ppt ch12

16Web Design Principles 5th Ed.

Page 17: Ppt ch12

17

Summary

• The design process is iterative • Use CSS properties to create interesting designs• Use CSS to control your typography• Use box model properties to control white space• CSS page layout properties let you create

navigation bars and column-based layouts

• Use a wrapper for fixed page layouts

Web Design Principles 5th Ed.

Page 18: Ppt ch12

18

Summary

• With CSS box model properties, you gain precise control over the white space within table columns and between different elements in a page design

• Using simple tables to hold the page design together ensures that more users will see the Web page as you designed it for them

Web Design Principles 5th Ed.