Ch 9 Guidelines page 1 CS 368 Design Guidelines collective wisdom rules of thumb heuristics requires expertise designers must know when and how to apply.

Slides:



Advertisements
Similar presentations
Coding a Responsive HTML
Advertisements

Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Tags and Their Functions
1 Web Site Design Overview of the Internet Cookie Setton.
Gdes2000 Graphic Design for Internet & Multimedia An Introduction to Dreamweaver CS5 + Adding Text Overview of palettes and DW working environment. Creation.
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Ch 7 & 8 Interaction Styles page 1 CS 368 Designing the Interaction Interaction Design The look and feel (appearance and behavior) of interaction objects.
Chapter 4 Adding Images. Inserting and Aligning Images Using CSS When you choose graphics to add to a web page, it’s important to use graphic files in.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
October 16, 2007HighEdWebDev2007 Single Source Website for Full Spectrum Access Rick Ells University of Washington
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
XP Tutorial 5New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 12: Building Responsive Webpages.
1 CGS1060 Mobile UIs Copyright 2012 by Janson Industries.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
CIT 256 Mobile Web Development Dr. Beryl Hoffman.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
HTML, Third Edition--Illustrated Complete 1 HTML – Third Edition Illustrated Complete Unit I Designing Web Pages.
© 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.
WDV 331 Dreamweaver Applications Designing Websites for Mobile Devices Dreamweaver CS6 Chapter 11.
Dreamweaver CS6 Jumpstart CCSA 115 Web tools Lesson 1.
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
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.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
INTRODUCTION TO HTML5 CSS Styles. Understanding Style Sheets  HTML5 enables you to define many different types of content on a web page, including headings,
Web Technologies Website Development Trade & Industrial Education
CSS Sprites. What are sprites? In the early days of video games, memory for graphics was very low. So to make things load quickly and make graphics look.
Chapter 4 Adding Images. Chapter 4 Lessons Introduction 1.Insert and align images 2.Enhance an image and use alternate text 3.Insert a background image.
Chapter 2 Developing a Web Page. Chapter 2 Lessons Introduction 1.Create head content and set page properties 2.Create, import, and format text 3.Add.
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
Week 8 – Part 3 More on Links, Layout, and Mobile Key Concepts 1.
Website Development with Dreamweaver
Copyright 2012 Adobe Systems Incorporated. All rights reserved. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. ® Copyright 2012 Adobe.
Web Page Design. Some Terms Cascading Style Sheet, (CSS) –a style sheet language used to describe the look and formatting of a document written in html;
Hunter Valley Amateur Beekeepers Forum User Guide Guide shows sample screenshots with most relevant actions. Website is at
Support.ebsco.com EBSCOhost Visual Search Tutorial.
Style Sheets for Print and Mobile Media Types Supplemental Material.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
Lesson 8. Test 1 Topics Browser incompatibility Design Tips Site Navigation Browser- safe color Monitor resolution Content Copyright Use of tables vs.
Tutorial 8 Designing a Web Site with Frames. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore the uses of frames.
Lecture 6 Title: Web Planning, Designing, Developing for E-Marketing By: Mr Hashem Alaidaros MKT 445.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
1 Web Developer Foundations: Using XHTML Chapter 7 Web Site Design.
Creating and Editing a Web Page
Web Site Development - Process of planning and creating a website.
Positioning Objects with CSS and Tables
Basic Webpage Design Building website Using Dreamweaver And Importing API’s.
Creating Web Pages with Links, Images, and Embedded Style Sheets
And Mobile Web Browsers
Getting Started with Dreamweaver
Web Development & Design Foundations with HTML5
Dreamweaver – Setting up a Site and Page Layouts
Objective % Select and utilize tools to design and develop websites.
Chapter 2 Developing a Web Page.
Web Browsers & Mobile Web Browsers.
Creating Tables in a Web Site Using an External Style Sheet
Web Development & Design Foundations with HTML5
Getting Started with Dreamweaver
Web Standards and Accessible Design.
Web Development & Design Foundations with HTML5
And Mobile Web Browsers
And Mobile Web Browsers
Presentation transcript:

Ch 9 Guidelines page 1 CS 368 Design Guidelines collective wisdom rules of thumb heuristics requires expertise designers must know when and how to apply the rules rules may conflict with each other should be based on academic or industrial research to have more credibility a variety of targeted guidelines exist general purpose web sites mobile devices e-commerce where can quality guidelines be found books journal articles special reports acm digital library useit.com

Ch 9 Guidelines page 2 CS 368 General Design Guidelines Know the user Needs and user analysis Involve the user during design Prevent user errors Rm *.* Keep it simple Takes at least twice as long to design Beware of short term memory Seven plus or minus two chunking Memorize these numbers for cars Allow user to recognize instead of recall Menus are better than command line

Ch 9 Guidelines page 3 CS 368 More Guidelines Provide useful and non threatening error messages Hit any key to continue -confusing Fatal error - too threatening Invalid entry - ambiguous Provide feedback Download stats Accommodate user differences Novice vs. power user Make user actions reversible Many more are available on the Web google “usability guidelines” Group activity of how your pizza order interface can follow or violate each of the guidelines

Ch 9 Guidelines page 4 CS 368 Commercial Style Guides Produced by a company for sale Describes a specific look and feel Describes windows, menu and other icons Often associated with a development toolkit These requirements might be enforceable Examples Apple Guidelines Windows Vista User Experience Java Look and Feel

Ch 9 Guidelines page 5 CS 368 Project Guidelines –Developed in-house for a specific product –Rules for all team members to follow –Must be documented well –Examples Common errors messages Screen layout conventions When to use dialogue boxes

Ch 9 Guidelines page 6 CS 368 External Standards official specifications may be enforceable by a governmental unit ISO 9241 ergonomics of visual display workstations physical requirements ISO UI design processes Web Content Accessibility Guidelines allow anyone to access web content Section 503 (US law) all federally funded websites must be compliant

Ch 9 Guidelines page 7 CS 368 Web Design Guidelines home page should not need to be scrolled above the fold provide meaningful link names click here

Ch 9 Guidelines page 8 CS 368 Graphic Design Guidelines use color sparingly no more than four colors on the screen 7% of males are color blind red and green are difficult to distinguish provide visual cues for valid data entry - / - - / avoid distracting background images -use blinking or movement sparingly recent studies suggest web surfers actually ignore movement now since it is assumed to be an advertisement -use white space liberally % of the page -strive for a balanced screen layout top to bottom left to right

Ch 9 Guidelines page 9 CS 368 Developing for the iPhone -Resources -developer.apple.com/iphone -you must register for free -Several Videos -Sample code -Safari 3.0 beta -Web Development Guidelines -Tutorials -iPhone Human Interface Guidelines -Safari Web Content Guide -Demos -~grissom/368/iPhone -3 levels of development -Web compliant -iPhone optimized -iPhone application look and feel

Ch 9 Guidelines page 10 CS 368 iPhone Guidelines -Know the input device -a big finger -double tap -touch and hold -drag -flick -pinch open (zoom in) -pinch closed (zoom out) -Limitations -no cut an paste -no text selection -no hover -no drag and drop -Design for double tap -Safari finds closest block and scales to fit -design a block structure -div -table cells -lists -images

Ch 9 Guidelines page 11 CS 368 more iPhone -optimize images -as small as possible for quick display -know the supported technologies -PDF files -Word documents -Excel spreadsheets -not supported -Java (including applets) -Flash

Ch 9 Guidelines page 12 CS 368 still more iPhone -Use W3C standards -XHTML 1.0 -CSS 2.1 and partial CSS 3 -ECMAScript 3 -no WML -Use modern design practices -separate content, appearance and behavior -XHTML,CSS, Javascript -Integrate with native applications -mail links (not iPod touch) -phone numbers -Google maps -YouTube videos -Consider an iPhone Style Sheet -use a CSS 3 media query to determine the browser - -use an alternative style sheet for traditional browsers -this approach is more appropriate than code forking -other media types include print and handheld

Ch 9 Guidelines page 13 CS 368 iPhone viewport -Screen size is fixed with no scrolling -instead the use must pan if necessary -default viewport width is 980 pixels to accommodate most web pages -web pages are scaled to fit -if web page width is explicitly set narrower then it may appear too small on the iPhone -use special meta tag to control the viewport - -show examples

Ch 9 Guidelines page 14 CS 368 iPhone applications -designers may choose to target a web application have the look and feel of a native iPhone application -use familiar color schemes -use familiar screen layout, scale and buttons -use familiar list layouts -minimize the need to scroll