Level 1 height Level 2 width Height = 2, 2 levels Width = 4

Slides:



Advertisements
Similar presentations
1 COMM 1213 H1 COMP 4923 X1 HTML Page Structure and Navigation (Readings: Ch. 5 Lazar)
Advertisements

Nokia Dominik Röck, Sonja Wihan.  This is a presentation about Nokia guidelines  Dominik Röck, k0rodo00  Sonja Wihan, k0wiso00.
Style guide exercise Symbian 3 Nelli Kihniä, Hung Nguyen.
local structure – single screen global structure – whole site
1 Menus. 2 Binary Menus 3 Text Based Menus 4 Text Based Menus Cont...
Content Organisation Based on Chapter 4 Mc Cracken.
Goals vs. Tasks Cell phone goals (HW1) –Voice Dialing –Built-in Camera –Mini-Browser.
Good Websites. 2. Submit one good web interface. This website is a good because of it usability and appears of the website.
Cone Trees and Collapsible Cylindrical Trees
Navigation Controls MacDonald Ch. 11 MIS 424 MIS 424 Professor Sandvig Professor Sandvig.
Fall 2009ACS-1805 Ron McFadyen1 ACS-1805 Introduction to Programming using Alice.
Single Item Search on PDAs: Effects of Font Size & Menu Style By Ketan Babaria, Sasha Giacoppo, Ugur Kuter.
What do you hate most about the web?
Choose level of difficulty
Navigation and Menus Hillary Funk. Agenda  Overview of Navigation and Menus  Types of Navigation  What good navigation includes  Navigation Stress.
GAO YUAN We are here for:  We know iPhone from iOS Human Interface Guidelines  The guidelines and principles that help you.
Website Design - Review Layout using tables. Table exmaple James 11/08.
Dawn Pedersen. Web Interfaces Web interfaces allow a user to interact with a website. The simplest web interfaces provide information and allow the user.
Contents 1.What is MATRIX Mobile 2.Menu Options 3.Installation 4.Access.
Development and Design of Multimedia Titles UNIT E Bob Griffin MM110 – Communicating with Multimedia.
ORGANIZING THE CONTENT INFORMATION ARCHITECTURE AND APPLICATION STRUCTURE September 11 th, 2009.
Ch 6 - Menu-Based and Form Fill-In Interactions Yonglei Tao School of Computing & Info Systems GVSU.
1 4. Content Organization In this chapter you will learn about: Organizational schemes: classification systems for organizing content into groups Organizational.
Communications Unlimited A Cellular Accessory Dealer.
Human Factors in Web Design Mohsen Asgari. Contents WWW & Human Factors Relationship Human and Computer Interaction HCI & WWW Information Presentation.
USER INTERFACE.
These slides are designed to accompany Web Engineering: A Practitioner’s Approach (McGraw-Hill 2008) by Roger Pressman and David Lowe, copyright
Hierarchical Document Clustering using Frequent Itemsets Benjamin C. M. Fung, Ke Wang, Martin Ester SDM 2003 Presentation Serhiy Polyakov DSCI 5240 Fall.
Basic Machine Learning: Clustering CS 315 – Web Search and Data Mining 1.
Dreamweaver MX. 2 Overview of Templates n Forms enable you to collect data from ______. n A form contains ________ such as text fields, radio buttons,
PBA Front-End Programming Links and Navigation. Links and navigation Most websites cannot be contained within a single web page Information Architect.
Copyright Ó Oracle Corporation, All rights reserved Working with Other Canvases.
Chapter 4: Content OrganizationCopyright © 2004 by Prentice Hall What do you hate most about the web? Number one answer: I can’t find what I’m looking.
Slide 1-1 The Web Wizard’s Guide to Web Design by James Lengel.
Vertical Horizontal Two layers of horizontal navigation at the top of the page…
WikiPlus Configurations Configure WikiPlus elements to your needs.
BTS430 Dialogue Charts Please run this as a presentation. It uses hyperlinks.
IHS Web by Diego & Projjol1 Usability and Evaluative Methods Assignment: Indiana Historical Society Website - Revise Information Architecture (primary)
Chapter 7 Jay Babb Andrew Bates Steve Haroz. Display limitation  Long, functionally grouped menus are preferred over deep menus.  Resolution problem.
Kara Pharris Web Designer Site Improvements & the Usability Project Concepts for usable navigation, functionality and presentation.
Basic Machine Learning: Clustering CS 315 – Web Search and Data Mining 1.
The Good, the Bad & the Ugly: Style and design in Website creation Chris Webster: Information Officer and Website Manager at the EARL Consortium for Public.
Fountain Incident Management (FIM)
As we upgrade from ImageNow 6.1 to ImageNow 6.3, there are some changes to the interface that the end-users will see. These slides cover changes to the.
Information Design Goal: identify methods for representing and arranging the objects and actions possible in a system in a way that facilitates perception.
File formats bitmap and vector. Bitmap or raster: rectangular array of picture elements (pixels)  Example with height and width notations.
Name: Unit21 A01 - Research. Website 1 Name: Website: Target Audience:
When Graphic/Website Design Meets Online Course Design Applying graphic/website design principles to an online course Quebec City, E-Learn 2007.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 5 KEY CONCEPTS 1 Copyright ©
Designing for Usability OBJECTIVE: Learn “usability” principles related to design for interactive media.
IT 242 Week 6 Individual Router and Switch Configuration To purchase this material link Individual-Router-and-Switch-Configuration.
Global Filters KPI Fire V4.1.
User Interface Design PPT By :Dr. R. Mall.
RPI Personality Test – Raw Personality Indicator – www. rawpersonality
Navigation Design/Structure
Layout - you need to understand that a simple navigation bar:
How to hide unnecessary Items from WordPress Admin? Have you any problem to hide unnecessary items from WordPress admin? If you using multi-author WordPress.
Web Development & Design Foundations with HTML5 8th Edition
o-ring groove depth = 0.080” width = 0.145” clearance
3.02C Website Organization
Designing for the World Wide Web
Planning a Website MAD2053.
Web Design and Development
A General Backtracking Algorithm
Copyright ©2012 by Pearson Education, Inc. All rights reserved
Trees and minimum connector problems
HEADLINE GOES HERE. Directions to save header as JPEG:
Style guide exercise Nokia Janne Hietanen.
Step-4: Develop System Menus and Navigation Schemes
Presentation transcript:

Level 1 height Level 2 width Height = 2, 2 levels Width = 4 Shallow tree height width Height = 5, 5 levels Max width = 2 Deep tree

Level 1 breadth = 5 Depth = 3 Maximum breadth = max{5, 4, 3} = 5

Depth = 5. This is NOT the breadth of the menu tree. Level 1 breadth = 5 Level 2 breadth = 3 Depth = 5. This is NOT the breadth of the menu tree. Maximum breadth = max{5, 3, 3, 5, 3} = 5 Mean breadth = 3.8

The menu tree here has two levels, depth = 2 The menu tree here has two levels, depth = 2. But the maximum breadth = 35 Level 1 breadth = 9 35 options This is a shallow tree.

Example of structuring a menu level with many items without increasing the depth

Summary Depth = # of levels Breadth = Can be described as average items per level or as maximum items per level. Further reading: Flat vs. Deep Website Hierarchies The depth/breadth trade-off in the design of menu-driven user interfaces Hierarchical Menu Design: Breadth, Depth, and Task Complexity More… Depth vs. Breadth of Hierarchical Menu Trees Web navigation structures in cellular phones: the depth/breadth trade-off issue