An Empirical Study of Web Interface Design on Small Display Devices

Slides:



Advertisements
Similar presentations
WEB BASED DEVICE INDEPENDENT MOBILE MAP APPLICATIONS. THE m-CHARTIS SYSTEM John GarofalakisTheofanis – Aristofanis MichailAthanasios Plessas Nowadays people.
Advertisements

Content Interaction and Formatting, Tayeb LEMLOUMA & Nabil Layaïda. November Tayeb Lemlouma & Nabil Layaïda Presented by Sébastien Laborie November.
Microsoft Word – Lesson 1
1 Slicing*-Tree Based Web Page Transformation for Small Displays Xiangye Xiao, Qiong Luo, Dan Hong, Hongbo Fu Contact: Department of Computer.
Dec 2003, DRTC©C.Watters 1 Mobile Access to the Digital Library.
Xiaobin Zheng April 13 th, Outline Mobile search Mobile Web Types of services Case Study: Google Search for mobile Yahoo! Search for mobile Conclusion.
A Mobile World Wide Web Search Engine Wen-Chen Hu Department of Computer Science University of North Dakota Grand Forks, ND
COMS E6125 WHIM Prof. Gail Kaiser Presented by Shuai Yue (sy2342)
Web Clipping Presentation By: Alex Jacobs, Philip Kim, Nathan Po Web Clipping.
Web Accessibility for Users with Motor Disabilities Audrey Le August 19, 2002.
Introduction To Form Builder
WebQuilt and Mobile Devices: A Web Usability Testing and Analysis Tool for the Mobile Internet Tara Matthews Seattle University April 5, 2001 Faculty Mentor:
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
TrendReader Standard 2 This generation of TrendReader Standard software utilizes the more familiar Windows format (“tree”) views of functions and file.
TERMS TO KNOW. Desktop This does not mean a computer desktop vs. a laptop. You probably keep a number of commonly used items on your desk at home such.
Mark Levene, An Introduction to Search Engines and Web Navigation © Pearson Education Limited 2005 Slide 8.1 Chapter 8 : The Mobile Web Mobile computing.
DYNAMIC WAP BASED VOTING SYSTEM Bertrand COLAS Submission date: May 2002 School of Computing Bachelor of Engineering with Honours in Computer.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
FYP: LYU0001 Wireless-based Mobile E-Commerce on the Web Supervisor: Prof. Michael R. Lyu By: Tony, Wat Hong Fai Harris, Yan Wai Keung.
Microsoft Office Basics
Designing web pages for handheld mobile devices Improving the client experience.
Exploring Windows and Essential Computing Concepts 1 Windows Desktop u Windows Basics u Icon u Start Button u My Computer u Network Neighborhood u Recycle.
Basic Editing Lesson 2.
The parts of a Computer Window
MS Word 2010 Tutorial Prepared by: Mr. R. De Vera ii.
IA and the Small Screen Carolyn Watters & Bonnie MacKay Web Information Filtering Lab Dalhousie University.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
Ubiquitous Access for Collaborative Information System Using SVG July Sangmi Lee, Geoffrey Fox, Sunghoon Ko, Minjun Wang, Xiaohong Qui
M-Learning Application in Training at Universities Dr. Tran Trung Nguyen Viet Dung, M.A.
W eb Document Manipulation for Small Screen Devices: A Review Hassan Alam, and Fuad Rahman Human Computer Interaction Group BCL Technologies Inc. Santa.
Nov 2002C.Watters 1 But I’m on my PDA! Device Independence Carolyn Watters Web Information Filtering Lab Faculty of Computer Science Dalhousie University.
Creating Section 508 Compliant Documents & Presentations
Office 2016 and Windows 10: Essential Concepts and Skills
Searching EBSCO eBooks
Microsoft Word Objectives: Word processing using Microsoft Word
Implementing Responsive Design UNIT I.
Getting Started with Application Software
Web-based structures, links and testing
What this activity will show you
Newly updated World eBooks
System Design Ashima Wadhwa.
Introduction to Layouts
Realizing the potential of mobile devices as experimental devices: Human computer interface and performance considerations Chiung Ching Ho & C. Eswaran.
Microsoft Word.
Publishing and Maintaining a Website
Vocabulary I Vocabulary II Vocabulary III Vocabulary IV Vocabulary
Flipster for Mobile Devices
Software engineering USER INTERFACE DESIGN.
Office 2010 and Windows 7: Essential Concepts and Skills
Chapter 1 Editing a Photo
Creating Section 508 Compliant Documents & Presentations
Model-View-Controller Patterns and Frameworks
Windows xp PART 1 DR.WAFAA SHRIEF.
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, click on each labeled part of the.
Exploring the Basics of Windows XP
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, watch as the curser turns to a hand.
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, click on each labeled part of the.
Creating Section 508 Compliant Documents & Presentations
WEB BASED DEVICE INDEPENDENT MOBILE MAP APPLICATIONS.
SCViSiON Salumatics Coding Viewer Users Guide
Review: Applying Computer Basics
WELCOME TO SEMINAR.
Fundamentals of Using Microsoft Windows XP
Report On Free dissemination
Tutorial 7 – Integrating Access With the Web and With Other Programs
Introduction to Layouts
Shelly Cashman: Microsoft Windows 10
Various mobile devices
An Introduction to the Windows Operating System
Presentation transcript:

An Empirical Study of Web Interface Design on Small Display Devices 11/15/2018 An Empirical Study of Web Interface Design on Small Display Devices Meikang QIU Kang ZHANG Maolin HUANG [1] Department of Computer Science University of Texas at Dallas Richardson, Texas 75083-0688, USA [1] Department of Computer Systems University of Technology, Sydney PO Box 123 Broadway, NSW 2007 Australia 11/15/2018 WI'04, Beijing

Outline Introduction Three Interface Design Methods Simulator and Experiment Results Analysis and Discussion Related Work Conclusion and Future Work 11/15/2018 WI'04, Beijing

Introduction Rapid advance of Internet, Increasing wireless device Significant differences: desktop computer screen vs. small display limited input facilities, memory and bandwidth different viewing conditions screen size, scrollbar and menus Need efficient browsing mechanism: presentation optimization semantic conversion scalable (zooming) methods 11/15/2018 WI'04, Beijing

Three Interface Design Methods Presentation Optimization Method: Optimize to maximize contents and minimize navigation complexity Can properly adjust the width of the displayed area Semantics cannot usually fit the style well Users cannot easily locate desired content parts within the document 11/15/2018 WI'04, Beijing

Three Interface Design Methods Semantic Conversion Method: Web contents are parsed, analyzed, and reordered according importance Tree structure: give an overview of contents to users Jump from any page directly to the page containing the desired material 11/15/2018 WI'04, Beijing

Three Interface Design Methods Scalable (Zooming) method: Progressive rendering process, retains both the structural and semantic information Structural data are delivered first, semantic data second Mobile device can render the structural data within the screen size Clicks to see complete semantic information of certain area 11/15/2018 WI'04, Beijing

Simulator and Experiment Experimental Content: Purpose: survey the efficiency and effectiveness of the three design methods Implement: revised the tutorial material of eBay for our experiment text, reorganized and presented in different styles Wrote a simulation program to model the interface of a small display, The http server can record the timing of each page used 11/15/2018 WI'04, Beijing

Simulator and Experiment --Presentation Optimization 11/15/2018 WI'04, Beijing

Simulator and Experiment --Semantic Conversion 11/15/2018 WI'04, Beijing

Simulator and Experiment --Zooming method 11/15/2018 WI'04, Beijing

Simulator and Experiment Experimental Procedure: Divided the 27 subjects into 4 groups Each subject is given access to a server: httpsrv.95zxu Double clicks on startup.bat to run a Java serverlet A small screen simulating the actual PDA screen Find the answer on the PDA screen simulator 11/15/2018 WI'04, Beijing

Results-Subject Responses 11/15/2018 WI'04, Beijing

Results--Pros and Cons Presentation Optimization Method Prons: novice user Cons: difficult for specific answer, using scroll bar Semantic Conversion Method Prons: organized Cons: sometimes, information was paged and has to be searched from one page to another. Zooming Method Pros: easy to navigate, general location , efficient Cons: picture on a small display is not quite clear. 11/15/2018 WI'04, Beijing

Analysis and Discussion --Time Average time of 20 questions Total time Average time of one question 11/15/2018 WI'04, Beijing

Analysis and Discussion --Correct rate Average correct rates for 20 questions using different method 11/15/2018 WI'04, Beijing

Analysis and Discussion --Page Change Rate Average page change rates of the three methods 11/15/2018 WI'04, Beijing

Analysis and Discussion Adding keyword search may enhance a browsing method. Further compare the Semantic method and Zooming method directly Tree is a common structure in interface design The Zooming (also called scalable) method has good application potential 11/15/2018 WI'04, Beijing

Related Work Mizobuchi et al. : experiments to compare target pointing performance with a pen and with a cursor key. Buyukkokten et al.: text summarization Chittaro et al.:experiments of WAP phones visualization using bar charts Hierarchical Atomic Navigation (HANd): to improve web navigation on small displays Henricksen et al: adaptation of Web browser Buchanan et al.: Horizontal Scroll method, Vertical Scroll method and page method 11/15/2018 WI'04, Beijing

Conclusion and Future Work An empirical studies on three methods Presentation optimization: linear browsing Semantic browser has convenient feature: a table of contents Zooming browser is better organized and zooming into pertinent contents as needed Zooming and semantic browser better than presentation optimization browser 11/15/2018 WI'04, Beijing

Conclusion and Future Work Further empirical studies: more subjects, more diversify profiles Aim at decoupling of the structure and semantic data Combine this work with the graph grammar approach to find an efficient transform and adaptation methods for small displays 11/15/2018 WI'04, Beijing

11/15/2018 Thank you 11/15/2018 WI'04, Beijing