Principles of Web Design 5th Edition

Slides:



Advertisements
Similar presentations
Web Design Principles 5th Edition
Advertisements

Chapter 13 Web Page Design Studio
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
Chapter 6 Web Typography
Week 7 Web Typography. 2 Understanding Type Design Principles.
16 HTML Tables and Frames Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based.
 CSS ids  Pages  Sites  HTML: class=“name”  Names may define format OR content › Either works  CAN apply multiple classes to the same tag  Multiple.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
NOAC 2002 E-Scouting1 Design and Layout Sage Lichtenwalner National OA Web Site Youth Coordinator.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Chapter 8 Designing with Cascading Style Sheets. Chapter 8 Topics Building three different types of complete Web pages using CSS: Build a style sheet.
Chapter 4 Planning Site Navigation. Principles of Web Design 2nd Ed. Chapter 4 2 Principles of Web Design Chapter 4 Objectives Create usable navigation.
Chapter 4 Planning Site Navigation Principles of Web Design, 4 th Edition.
Chapter 9 Introduction to the Document Object Model (DOM) JavaScript, Third Edition.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
Figure Figure 18-1 part 1 Figure 18-1 part 2.
Using Frames in a Web Site
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
Creating Tables in a Web Site Using an External Style Sheet
© 2011 Delmar, Cengage Learning Chapter 2 Developing a Web Page.
Chapter Objectives Discuss the relationship between page length, content placement, and usability Complete Step 4: Specify the website’s navigation system.
Microsoft Expression Web - Illustrated Unit B: Creating a Web Site.
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Chapter 7 Web Typography Principles of Web Design, 4 th Edition.
Macromedia Studio 8 Step-by-Step MACROMEDIA DREAMWEAVER 8 Introduction.
Tutorial 4: Using CSS for Page Layout. 2 Objectives Session 4.1 Explore CSS layout Compare types of floating layouts Examine code for CSS layouts View.
Principles of Web Design 6 th Edition Chapter 7 – Page Layouts.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
Principles of Web Design 6 th Edition Chapter 10 – Data Tables.
The Characteristics of CSS
Chapter 2 Web Site Design Principles
Web Site Design Principles
Website Development with Dreamweaver
CIS 205—Web Design & Development Dreamweaver Chapter 5 Using HTML Tables to Lay Out a Page.
Dreamweaver MX BTA3Open. Dreamweaver MX Application used for creating web sites Homepage must always be saved as index.htm All files names must be in.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Professor Waterman Cascading Style Sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation.
1 After completing this lesson, you will be able to: Plan a FrontPage Web site. Create a new Web. Create a subpage layout. Use the subpage layout to build.
Principles of Web Design 6 th Edition Chapter 9 – Site Navigation.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 5 Creating Page Templates. Principles of Web Design 2nd Ed. Chapter 5 2 Principles of Web Design Chapter 5 Objectives Understand table basics.
Macromedia Dreamweaver 8 Revealed WEB PAGE DEVELOPING A.
Adobe Dreamweaver CS3 Developing a Web Page. Planning the Page Layout Use White SpaceUse White Space Limit media objectsLimit media objects KISSKISS Use.
11/12/2015 Box Model Reed Crouch. 11/12/2015  HTML elements can be considered as boxes. In CSS, the term "box model" is used when referring to layout.
Web Site Development - Process of planning and creating a website.
Graphics Navigation Usability Typography Content Clarity & Consistency.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Cascading Style Sheets - CSS December 20, 2008 NTPCUG Expression Web SIG.
Testing and delivery Web design principles. Web development is software development.
Chapter 2 Web Site Design Principles
Laying out Elements with CSS
Pre-Production Meet with the client to create a project plan:
Create and edit web pages 4
OVERVIEW Objectives Follow a design document to create a small personal Web site Follow a design document to create pages in a large commercial Web site.
Implementing Responsive Design
Section 7.1 Section 7.2 Identify presentation design principles
Chapter 2 Developing a Web Page.
Project Objectives Lay out Web pages Create layers
Chapter A - Getting Started with Dreamweaver MX 2004
Positioning Objects with CSS and Tables
Chapter A - Getting Started with Dreamweaver MX 2004
Principles of Graphic Design
Page plans A01 Design.
Fixed Positioning.
Website Planning EIT, Author Gay Robertson, 2018.
Principles of Web Design 5th Edition
CS7026: Authoring for Digital Media
Positioning Objects with CSS and Tables
Understanding and Defining Web Page Layout
Presentation transcript:

Principles of Web Design 5th Edition Chapter Twelve Web Page Design Studio

Principles of Web Design 5th Ed. Objectives Apply the design, layout, and CSS skills you learned throughout this book by building a home page for a fictional 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 Principles of Web Design 5th Ed.

The Initial Design Process

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 Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Creating the Mock-up Web Page

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed. 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 Principles of Web Design 5th Ed.

Principles of Web Design 5th Ed. 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 Principles of Web Design 5th Ed.