Web Usability A simple illustration. Example: WebVoyage Timeout Utility Lets an opac user know how much time is remaining in session (bottom bar) A pop-up.

Slides:



Advertisements
Similar presentations
Working with Web Tables
Advertisements

MS-Word XP Lesson 4.
PHP and CSS to control web apps styles. CSS is used to style today’s web applications.
A Common Sense Approach to Web Usability Steve Krug Highly Recommend Resource!
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
1 Today’s Goal: Web Design for Usability To become able to appreciate the role of usability in Web design To become able to identify some of the factors.
Steve Krug’s -5- Guiding Principles of Good Web Design & Usability
MS-Word XP Lesson 3. Undo 1.Click on edit menu 2.Click on undo … menu item 3.Also you can use undo button in standard tool bar 4.Shortcut Ctrl+Z Redo.
Web Design, Usability, and Aesthetics 3
Web Design, Usability, and Aesthetics 2 Billboard Design 101 “Designing pages for scanning not reading” Notes from book “Don’t Make Me Think: by Steve.
Web Design, Usability, and Aesthetics 1 Notes from book “Don’t Make Me Think: A Common Sense Approach to Web Usability” by Steve Krug.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 9 1 Microsoft Office FrontPage 2003 Tutorial 9 – Using Layout Tables, Styles, and Office.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Ben Zacharias
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
14-Aug-15 Design Principles. Design principles In The Non-Designer’s Design Book: Design and Typographic Principles for the Visual Novice, Robin Williams.
STEVE KRUG’S WEB DESIGN PRINCIPLE BY YAOFENG CHEN WELCOME TO THE.
Web Usability 101: Watch (and Discuss) A Live Test John Fritz UMBC.
© 2011 Delmar, Cengage Learning Chapter 2 Developing a Web Page.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
University of Sunderland CDM105 Session 7 Advanced Dreamweaver More functions to help create better web pages Page Layout, Cascading Style Sheets, behaviours,
Don’t Make Me Think Steve Krug Dean Steuer MFC 215.
TECM 3200 Writing for the Web Dr. Lam. Some fundamental differences First, what do you think some fundamental differences between writing for the web.
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Krug Book Presentation By Ian Novickis For MFC215.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
Web Site Usability: Chapter 3 Billboard Design Summary Notes on Steve Krug Don’t Make Me Think New Riders, 2 nd Edition Ben Hunt Web 2.0 How to Design.
Website Usability presentation by Pasha Souvorin for Georgia Pathway in Advanced Web Design evaluating and planning for web design.
Unstated Requirements And useability 1. Many UI decisions End up being made by the technical development/implementation staff End up being made by the.
CS134 Web Design & Development Cascading Style Sheets (CSS) Mehmud Abliz.
Just the Facts, Maam.  How to create a basic page  How to add a table, picture, link, text and YouTube clip.  How to upload it all.
WebVoyáge Redesign UT Arlington Library WebVoyáge Advisory Committee Joshua Been Michael Doran Brad Gulliford Helen Hough Heather Scalf Peter Zhang.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
Web Usability1. Goal : Your average user can use it without frustration. Usability guidelines:  Don’t make users think.  Avoid obscure messages. Web.
Principles of Web Design 6 th Edition Chapter 9 – Site Navigation.
Writing for the Web: 10 Tips Goodbye paper, hello screen. Karen Lindell
HTML & CSS BasicsHTMLCSSQuizAnswers  The logo In this website(made of html and css Codes), you will learn some basics of How to use HTML and CSS codes.
Don’t Make Me Think Author: Steve Krug Presentation by: Taina Castro Author: Steve Krug Presentation by: Taina Castro.
Transportation Agenda 187. Transportation About Web Parts Web parts are reusable “containers” that reside on web pages and interact with lists, libraries.
Web Page Design The Key to a Successful Web Page by Judy Bogdanets.
Blue Elephant Tony DiCola Mauktik Gandhi Jeff Mathew Tim McConnell Todd Sahl Eugene Talagrand.
Chapter 6 Murach's JavaScript and jQuery, C6© 2012, Mike Murach & Associates, Inc.Slide 1.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
CLEAR CONTENT IS KING Sasha Im Web Content Strategist
COMP 143 Web Development with Adobe Dreamweaver CC.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Designing for Usability OBJECTIVE: Learn “usability” principles related to design for interactive media.
Creating and Processing Web Forms
Create and edit web pages 4
Implementing Responsive Design
Chapter 2 Developing a Web Page.
Thinking beyond HCI Dr David Tarrant, University of Southampton
Section 10.1 YOU WILL LEARN TO… Define scripting
Fixed Positioning.
A Common Sense Approach to Web Usability By Steve Krug, 2000
  MFC 215- Extra Credit Presentation Krug Essay (5/8/2017) Title- Modern UI Design-Focus on Usability (A presentation on Don’t Make Me Think: A Common.
Fluency with Information Technology
Developing the web.
Design Principles 8-Dec-18.
EBSCOhost Page Composer
Krug Chapter 3 Billboard Design 101 and Chapter 4 Mindless Choices
Review for Midterm Spring 2018
Common Page Design Elements
Design Principles 5-Apr-19.
Tips on good web site Design
Presentation transcript:

Web Usability A simple illustration

Example: WebVoyage Timeout Utility Lets an opac user know how much time is remaining in session (bottom bar) A pop-up enables user to restart timer and/or session Created by Jim Robinson, Tarrant County College Consists of JavaScript apps & a Cascading Style Sheet (CSS) Open source, therefore configurable

Default pop-ups

Lots of web usability advice out there Just one of many, many, many, books…

Usability Guidelines 1 (for this exercise) Krug’s first law of usability: “Don’t make me think!” Close contender to first law: “Get rid of half the words on each page, then get rid of half of what’s left.” Fact of life #1: “We don’t read pages. We scan them.” 1.From Steve Krug’s “Don’t Make Me Think: A Common Sense Approach to Web Usability” 2 nd Edition

Guidelines #2 1 Keep your texts short Users scan text and pick out keywords... 1.From Jakob Nielsen’s “Designing Web Usability”

Default pop-ups

Usability Guidelines 1 (for this exercise) Krug’s first law of usability: “Don’t make me think!” Close contender to first law: “Get rid of half the words on each page, then get rid of half of what’s left.” Fact of life #1: “We don’t read pages. We scan them.” 1.From Steve Krug’s “Don’t Make Me Think: A Common Sense Approach to Web Usability” 2 nd Edition

Web usability - applied 22 words 6 words Which button should I click? “Don’t make me think!” One (self explanatory) choice Button text Aesthetics 1.Removed table border 2.Even spacing “We don’t read pages, we scan them.” "Get rid of half the words on each page, then get rid of half of what’s left."

Web usability - applied 22 words 4 words Which button should I click? “Don’t make me think!” One (self explanatory) choice

Tweaked pop-ups