CS 160: Lecture 15. Outline. How can we Codify Design Knowledge? Motivation for Design Patterns. Design Patterns. Example from Alexander: Night Life

Similar documents
CSE 440: Introduction to HCI User Interface Design, Prototyping, and Evaluation

WALKERUX 345 W. 58TH ST 15P, NEW YORK NY

How to Choose the Right Designer: A Checklist for Professional Web Design

Breakdown of Some Common Website Components and Their Costs.

Ecommerce UX Nielsen Norman Group. Lecture notes

stanford hci group / cs376 Design Tools Ron B. Yeh 26 October 2004 Research Topics in Human-Computer Interaction

Design Patterns for User Interfaces. John Canny CS160 Fall 2010

Sliding PayPal Shopping Cart 2 DMXzone

Best Practices Guide for Payments. Android August 2018

Ecommerce Fashion Marketing Checklist. /smartrmail

Design Patterns. Hall of Shame! Improved southwest.com. Hall of Fame/Shame! Hall of Fame or Shame? 11/27//2017

Kurant StoreSense Quick Start Guide

Vision Document. Online E-commerce Music CD Store Version 2.0

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide

SOCIAL PROOF to drive online sales and engagement

THE QUICK AND EASY GUIDE

QNet Online Ordering Ordering Instructions

Clearnine Cart Pricing and Features

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Design Patterns for User Interfaces. John Canny 10/28/2009

GETTING STARTED WITH OD MARKETING TOOLKIT

Kovan International. e-commerce Platform. UX/UI Project.

INCREASE REVENUES IMPROVE YOUR BRAND IMAGE -RESPONSIVE WEBSITE DESIGN-

THE SET AND FORGET SYSTEM

SEO WEB DESIGN BRANDING PHOTOGRAPHY SOCIAL MEDIA

mobile friendly? Google s survey shows there are three key points to a mobile-friendly site:

Google Analytics. powerful simplicity, practical insight

Address - Your address is used as your user name. That makes it easy for you to remember.

Amazon Business End User FAQ Library

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT


Magnetize Your. Website. A step-by-step action guide to attracting your perfect clients. Crystal Pina. StreamlineYourMarketing.com

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com

How to post a job on Inside Higher Ed

Product Backlog Document Template and Example

I Shopping on mobile / RU

Points are not transferable. Aon employees are not eligible to receive Points.

Human-Computer Interaction: An Overview. CS2190 Spring 2010

Basic & Pro Resellers

THE 18 POINT CHECKLIST TO BUILDING THE PERFECT LANDING PAGE

Guidebook ONLINE ORDERING MADE EASY!

Assignment 3 User Research Report Document

4 ROUTES TO A WINNING SEARCH EXPERIENCE

I Shopping on mobile / KSA

From Conversation to Conversion: Getting Smart About Retail Digital Marketing

Getting Started with nopcommerce

Building Better s. Contents

Getting Started with DonateNow

Welcome to Cart32, Sincerely, Cart32 Support Team

Welcome to your Dealer Presentation Book!

VozLatinum: About Your Points FAQ

Dell Premier. Shopping and Ordering Guide. Logging into your Premier Page. Managing your personal profile

User manual website

Lorna Jane. Wholesale Website Guide

WEB SITE FUNCTIONAL SPECIFICATION FOR A FICTION EXECUTIVE EDUCTIONAL INSTITUTE

MARKETING VOL. 1

Gift Card Manager Extension

ecommerce USER GUIDE

Marketing Portal User s Guide. Buy A List Orders

Technical Communication A Practical Approach: Chapter 11: Web Pages and

INTRODUCTION...3 INSTRUCTIONS...4. SECTION 1 Welcome s...7. SECTION 2 Promotional s SECTION 3 Event Registration s...

E-Commerce Website Project

BUYER S GUIDE WEBSITE DEVELOPMENT

STORE CREDIT USER GUIDE

PARTICIPANT REGISTRATION GUIDE

For assistance while using your Premier Page, click on the Help link located at the top or bottom of your page.

Setting up your TouchNet Marketplace ustore

User-Centered Analysis & Design

HOKIEMART PUNCHOUT CATALOG

Organic SEO (not pay per click)

THE DEFINITIVE GUIDE

.WELCOME TO OFFICE DEPOT ONLINE

Quick Reference Design Guide

ecommerce Guide Easy step-by-step navigation and tips for using Yeastman

VALO ecommerce User Guide. VALO Commerce

ABCs of Direct Mail. Tips for More Effective Marketing Publications

Online Copywriting. The Importance of Effective Online Content Writing for Your Business

ReCPro TM User Manual Version 1.15

Global Access. User Guide. March Copyright 2015 UPS

Frooition Implementation guide

MAGENTO BOF: BASIC USER GUIDE NCT IT

BrightTag ONE Platform Implementation Best Practices: Building Structured Data Layers

A WARM WELCOME TO OUR BRAX B2B PORTAL!

Nissan Merchandise Store - Manual

Launch Store. University

Contractors Guide to Search Engine Optimization

H1 PROCESS FUNNEL BACKGROUND

Login Page. Welcome/Login Page

WRITING RIGHT FOR THE WEB: SOCIAL MEDIA, MOBILE, AND TRADITIONAL SITES

1. Invitation: Look out for this with subject: Welcome to Amazon for Business. Click Accept the Invitation button.

REALTOR Content Resource User Training Guide. December 2010

Design Patterns: UIs, Games, Learning. Jingtao Wang 11/10/2008

The Mobile Movement Understanding Smartphone Users. Google/IPSOS OTX MediaCT U.S., April 2011

Chapter 3. Using the System CHANGING CHANNELS USING THE MENUS OPENING THE MENUS CLOSING THE MENUS MENU OPTIONS

CEU Catalog Guide. When you access the CEU catalog it defaults to ALL available CEUs.

QUOTE FUNCTIONALITY SEARCH FOR AN ITEM

Extra Fee for Magento 2

Design Iteration: From Evidence to Design. Slides originally by: Dick Henneman

WebCRD Ad-Hoc Ordering Instructional Walk-through Document

Gift Card Magento Extension User Guide Official extension page: Gift Card

Transcription:

Outline CS 160: Lecture 15 Professor John Canny Fall 2004 Motivation Design patterns in architecture & SE Web design patterns Home page patterns E-commerce patterns 11/1/2004 1 11/1/2004 2 How can we Codify Design Knowledge? Now that you ve worked on your project for > 6 weeks, you know a lot about how to solve the problem. How would you communicate your solution to another design team in a portable way? i.e. what specific elements should this description of your design have? Discuss this in a group and make a list! Motivation for Design Patterns Most examples from UI literature are critiques * Norman, Nielsen, etc. Design is about finding solutions Unfortunately, designers often reinvent * hard to know how things were done before * hard to reuse specific solutions Design patterns are a solution * reuse existing knowledge of what works well 11/1/2004 3 11/1/2004 5 Design Patterns Example from Alexander: Night Life First used in architecture [Alexander] Communicate design problems & solutions * how big doors should be & where * how to create a beer garden where people socialize * how to use handles (remember Norman) Not too general & not too specific * use solution a million times over, without ever doing it the same way twice 11/1/2004 6 11/1/2004 7 1

Example from Alexander: Alcoves Design Patterns Next used in software engineering [Gamma, et. al.] * communicate design problems & solutions + Proxy: surrogate for another object to control access to it + Observer: when one object changes state, its dependents are notified 11/1/2004 8 11/1/2004 9 Design Patterns What two software design patterns did we describe recently? Model-view controller Semaphores Design Patterns We can do the same for Web Design * communicate design problems & solutions + how can on-line shoppers keep track of purchases? ~ use the idea of shopping carts in physical stores + how do we communicate new links to customers? ~ Use consistent colors and mouseover highlights Leverage people s usage habits on/off-line * if Yahoo does things a way that works well, use it 11/1/2004 10 11/1/2004 11 1. Pattern Title 2. Context 3. Forces Pattern Format 4. Problem Statement 5. Solution Solution Sketch 6. Other Patterns to Consider Example - Alcoves 1. Pattern Title: Alcoves 2. Context: Collaborative and common areas in buildings. 3. Forces Open spaces are inviting, but people want a sense of enclosure for private discussions. 4. Problem Statement Create an space that invites collaboration but also supports private discussion. 11/1/2004 12 11/1/2004 13 2

Example - Alcoves Pattern languages 5. Solution + sketch Alexander emphasized the importance of pattern languages more than just collections of patterns. Languages are sets of patterns that fill out a design space, and are chosen to complement each other. Forces in each pattern may explain the relations with other patterns. 11/1/2004 14 11/1/2004 15 Patterns and idioms Home page design Not every design idea that uses the pattern syntax is a pattern. If an idea is too specific (e.g. programming language specific), then it is not a pattern. Specific ideas are called idioms. Similarly, patterns cannot be too general. It must be clear how the pattern should be applied in a context. 1. Pattern Title: Home page 2. Context: 3. Forces 4. Problem Statement 11/1/2004 16 11/1/2004 17 Home page design Solution sketch 1. Pattern Title: Home page 2. Context: s that are the entry point for a web site. 3. Forces People are attracted by novelty and good design, attention span is very short on the web, home pages are regularly updated. 4. Problem Statement What to capture and hold visitors attention, encourage return visits, and be easy to maintain 11/1/2004 18 11/1/2004 19 3

Home Design Rules Home Design Rules Strong 1 st impressions * compelling titles & logos *simple navigation Modularity simplifies updating Breadth on left Highlights articles of general interest in center & right Links distinguished Subsections further down show more detail in particular areas 11/1/2004 20 11/1/2004 21 More Forces Home Design Rules * without a compelling home page (H/P), no one will ever go on to the rest of your site * surveys show millions of visitors leave after H/P + most will never come back -> lost sales, etc. Make a positive first impression by *testing + appropriate LINK NAMES & FAMILIAR LANGUAGE? * looking at GUEST PROFILES (another pattern) + appropriate colors & graphics? ~ neon green & screaming graphics on a skateboarding site, but not on a business-to-business or health site 11/1/2004 22 11/1/2004 23 Focus on a single item of interest * create a good first read + draw the eye to a single graphical item * make it clean & larger than rest on the page * cut down remaining elements to chosen few Build your site brand * present the message of what your company does * include the value proposition (promise to visitors) + links to CONFIDENTIALITY INFORMATION & SITE ABUSE POLICIES to show you are trustworthy 11/1/2004 24 11/1/2004 25 4

Make navigation easy * novices & experts must instantly get it * use MULTIPLE WAYS TO NAVIGATE * basic features of site as EMBEDDED LINKS * NAVIGATIONS BARS (there are several types) * HTML table COLORED BACKGROUNDS to delineate sections * REUSABLE ACCENT GRAPHICS to highlight new things Lure visitors to return * with fresh content + keep it updated so there is a reason to come back * by seducing with text * you have only seconds + lively, sparkling, precise 11/1/2004 26 11/1/2004 27 Make it download quickly (2-3 seconds) if not, they ll go elsewhere Strategies * use HTML text as much as possible * first thing to download * images take 10 serverbrowser comms * get a web-savvy graphic artist (font colors, styles, & b/g color) * use small graphics * use min. number of columns & sections in a grid layout + easy to scan Break 11/1/2004 28 11/1/2004 29 Pattern Examples Personalizing your home page Personalizing Your Home Problem * web sites would like to have visitors return often + to buy, see ads, use services, etc. Context * E-commerce and portal sites (Amazon, Yahoo ) Forces * if your content isn t changing & personal, users less likely to return or stay 11/1/2004 30 11/1/2004 31 5

Personalizing Your Home Solution *personalization + a home page that is customized for each visitor for new users for returning users solution diagram John Canny 11/1/2004 32 How to Personalize Your How to Personalize Your Gather information from GUEST PROFILES & use it to build a site that * holds their interest * looks customized just for them Visitors will need to trust you * to give this information directory/indirectly * must use for their benefit only Four ways to collect information? * edit, interview, deduce, collaborative filtering 11/1/2004 34 11/1/2004 35 Editing Personalization Info Visitors click on buttons to make selections from lists * weather cities * news sources * stocks to follow * sports to follow Include content modules based directly on selections Drawbacks to this approach? my.yahoo.com is a good example * can get tedious if you have to of editing for personalization do it repeatedly * users won t spend time entering info if little benefit 11/1/2004 36 Interviewing for Personalization Info Visitors answer multiple choice questions Update GUEST PROFILE Include CONTENT MODULES based on one or more scoring methods Allow the option of continuing the personalization process over time 11/1/2004 37 6

Collaborative Filtering for Personalization Info First provide popular content modules based on all visitors Then provide customized content modules based on similar guest profiles * use patterns in profiles to determine areas of interest E-commerce patterns Shopping cart 11/1/2004 38 11/1/2004 39 Context: * Online stores Forces Shopping Cart * People like to browse and add items (like the supermarket) while shopping. * People want to review purchases before paying. * Make it very easy to add items (defer commitment). Shopping Cart Problem? * how to allow customers to add items without disrupting their browsing, and purchase multiple items in one transaction Solution * use shopping cart metaphor to keep track of items before customer finalizes the purchase + track name, quantity, availability, & price 11/1/2004 40 11/1/2004 41 Provide detailed info on each item in cart Provide info about all items in cart *sub-totals * shipping, taxes, other charges (if known) name w/ link to detail quantity w/ a way to change price availability short description a way to remove item 11/1/2004 42 11/1/2004 43 7

Provide a prominent link to CHECKOUT Have a link to let people continue shopping 11/1/2004 44 11/1/2004 45 Don t let unavailable things be added * hard to find a good example of this 11/1/2004 46 11/1/2004 47 Checkout Shopping Cart => * Details, quantity, availability, subtotal Sign-in => * New customers * Returning customers Shipping => * Address, shipping method, gift wrap?, special instructions Payment => * Method, billing address, gift certificate, coupons Confirmation * Confirm button, confirmation page, email, order tracking into, Thank you Checkout Make it easy to cancel or change order at any time before final confirmation Don t have customers type things twice 11/1/2004 48 11/1/2004 49 8

Summary Motivation for patterns Design patterns in architecture & SE Web design patterns Home page patterns E-commerce patterns 11/1/2004 50 9