ChronoZoom Touch and Low Resolution behavior. Touch vs Low Resolution Touch and low resolution behavior are independent – Example: iPad is high resolution,

Slides:



Advertisements
Similar presentations
Support.ebsco.com EBSCOhost Mobile Tutorial. Welcome to the EBSCOhost Mobile tutorial, a guide to the most popular EBSCOhost features available for use.
Advertisements

Chapter 3 – Web Design Tables & Page Layout
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Caitlin Depp | Daniel Hanson |Kristen Kuron | Lamont Parker.
UNIT-e futures and UNIT-e Mobile Ben Potter Systems Architect.
MS Word (Insert Header) Outline: Open MS Word Select Insert Tab Select Header Tool Customize Header as Needed (Title, Page Number, Etc.) MLA Style Formatting.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
Section 6.1 Write Web text Use a mission statement Generate and organize content ideas Section 6.2 Use page dimension guidelines Determine content placement.
6 Developing Content and Layout Section 6.1 Generate and organize content ideas Write and organize Web text Section 6.2 Identify page dimension guidelines.
Need to define two things: › The destination › Something to click on to get there  Tag is click here  Can be text, special character or image (next.
Mobile at USC Common Solutions Group University of Minnesota, June 2011.
Order to Dismiss an Order Pennsylvania’s Protection From Abuse Database.
Information Technology in Travel, Hospitality and Tourism
Let’s Get GUI! Understanding the Windows ® Graphical User Interface © 2006 by Ted Altenberg
 Steps how to design a web page using Microsoft Frontage Steps how to design a web page using Microsoft Frontage  Video related to the topic Video related.
Ch. 6 Web Page Design – Absolute Positioning, Image Maps, and Navigation Bars Mr. Ursone.
Project Two Art3870 fall Web Services Concept Selling web services to Art Galleries ◦ Our group sells web site development for art galleries: the.
Let me control over my pages: Tables, Frames, and CSS.
SharePoint Mobile Improving efficiency of the mobile workforce Anthony Pham Product Support Manager KWizCom
1 CGS1060 Mobile UIs Copyright 2012 by Janson Industries.
 jQuery Mobile An Introduction. What is jQuery Mobile  A framework built on top of jQuery, used for creating mobile web applications  Designed to make.
GAO YUAN We are here for:  We know iPhone from iOS Human Interface Guidelines  The guidelines and principles that help you.
Lesson 15: Mobile Design and Layout Introduction to Adobe Dreamweaver CS6 Adobe Certified Associate: Web Communication using Adobe Dreamweaver CS6.
CIS 1310 – HTML & CSS 7 More on Links, Layout & Mobile.
Moving from Web-based Collaboration to the Mobile Arena Nimrod Geva Product Group Manager, KWizCom
Developing Content and Layout Lesson 6. Creating Web Site Content Online users scan a page, read key words of text, and check out graphics Reading from.
Responsive design - Bedrock to our site Responsive site templates included.
Copyright 2012 Adobe Systems Incorporated. All rights reserved. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. ® Copyright 2012 Adobe.
WEBiT Adding a new page. 1. View a page like the one you wish to create a. Navigate to a page with a similar layout to the new page you wish to create.
The New Elements © Main Menu Structure Media Canvas Form Click on one of the categories below to view information about the new HTML5 elements in.
First example – Game of Thrones official website This website includes large images at the every front of the page. These images can be effective for.
1 MMDE5012 Interactive Media Practice Seminar 2 Week 2.
What is WP APP Studio Windows Phone App Studio is a tool to make high quality Windows Phone apps 100% Web-based tool „Code-free” development tool Edit-Continue.
Lesson 4 - Revising the Document Layout Microsoft Word 2010.
CIS 205—Web Design & Development Fireworks Chapter 1.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
How To Add Andersen App to Desktop Right Click anywhere on your desktop home screen Move cursor to “New” and then click on “Shortcut” Type in “
Introduction to Web Page Design. General Design Tips.
MICROSOFT WORD ABOUT WORD. ACTIVITY Read the following notes. Make a list of words you need to know to get started with Microsoft word. Arrange them in.
Copyright Ó Oracle Corporation, All rights reserved Working with Other Canvases.
Dive into Mobile Guidelines for Testing Native, Hybrid, and Web Apps Susan Hewitt, Accessibility Consultant, Deque Systems Jeanine Lineback, Accessibility.
Real Estate Issues by Will Luers please open chrome and the iOS simulator Layout for Mobile App Design.
INTRODUCTORY Tutorial 5 Using CSS for Layout and Printing.
Differences between Desktop Web Sites and Mobile Web Sites Yonglei Tao.
Monday, August 31, 2012 CSCI 333 – Systems Programming.
Virtual University - Human Computer Interaction 1 © Imran Hussain | UMT Imran Hussain University of Management and Technology (UMT) Lecture 28 Behavior.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
User Interface Guidelines UI Design team December 15, 2012.
New home page is a rotator of the homes on the Maynia Home Tour. It has some customization to take on more than the theme’s standard 4 slides.
© 2012 DigitalDay | MOBILE WEB DESIGN PRINCIPLES Best Practices Workshop 1.
Adapt your app for Xbox One and TV
Reading Articles and ebooks on Your Mobile Device
Section 6.1 Section 6.2 Write Web text Use a mission statement
5/20/2018 5:02 AM Microsoft Dynamics NAV 2017 A complete list of client enhancements for end users © 2014 Microsoft Corporation. All rights reserved. MICROSOFT.
Microsoft Access 2007 – Level 2
Building a User Interface with Forms
Reading Articles and ebooks on Your Mobile Device
Basic Introduction to Portal Designer
Flipster for Mobile Devices
Responsive Design in WordPress
WebCenter Mobile Features
ORIENTATION TO CANVAS.
Horizontal Centering Using the menu bar
Redesign3 BannerFull | ban pixels wide max
Basic Word Processing.
Basic Word Processing.
WEB DESIGN FOR MULTIPLE SCREENS
Word: Layout & Pagination Participation Project
What, why and how.
Presentation transcript:

ChronoZoom Touch and Low Resolution behavior

Touch vs Low Resolution Touch and low resolution behavior are independent – Example: iPad is high resolution, but requires touch, large enough that new layout not needed – Spliting my screen (1366x768) between two windows, gives each browser only 683x667, but does not require touch If current UI did not fail on mobile devices, we would be focused elsewhere

Low Resolution UI should be responsive, scaling content appropriately depending on window size – Current UI fails at only 945px wide for the footer 730px wide for the header – Current UI is a pain when not maximized on a 1024x768 screen—broken on mobile devices Regardless of touch or mouse input, UI should work to 640 by 480. Anything smaller than 640x480, should become minimal CZ interface (canvas+timescale)

Example Resolutions DeviceEffective Web Resolution iPad (retina scales x2)1024x768 iPhone (retina scales x2)480x320 Droid Eris480x320 My Android, WP7800x480 Nexus 71280x720 Desktops1024x x1080 *** this does not include resolution taken by browser frame

Low-Resolution-specific needs Maximize space for Canvas! – 148px vertically is taken away from canvas in current UI Significant when screen in 480 pixels tall! – 20px horizontally as well Should be “boundless”?

Low-Resolution Proposal Move Navigation Tool to menu beneath ChronoZoom logo – On very small resolutions, becomes only regime titles Menus “stack” beneath a down arrow to avoid having an overlapping conflict Responsive Popup design – Ex) At low resolutions, fallback/spalsh becomes full frame/new mobile-style page Limit footer options (currently our first offender)

Touch-specific features “Cursor” tracker (alternative date format) becomes locked in the center of the timescale “Hover” action becomes a long-hold or double click? Simplify thresholds Other significant modifications if needed should be for dedicated WP8, iOS, Android app development

Demo I am not very good with HTML, so view some of my designs for the details. The idea was to get a sense of scaling the UI over different resolutions Go here: l/cz.htm l/cz.htm