Design Principles Digital Multimedia, 2nd edition

Slides:



Advertisements
Similar presentations
Introduction to Web Accessibility. What is Web Accessibility Web accessibility means that people with disabilities can use the Web Disabilities including.
Advertisements

Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
Web Design Guidelines By ZhengHui Hu. Planning User Analysis  Goal  Target Audience Enhance Accessible  Impairment  Environment  Technical Limitation.
IV. “Regular” Web Pages: HTML A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
Universal Design & Web Accessibility Iain Murray Kerry Hoath Iain Murray Kerry Hoath.
Debi Orton, Co-Chair NYS Forum IT Accessibility Committee.
© 2011 Delmar, Cengage Learning Chapter 2 Developing a Web Page.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Alternative Views of the Web Jon Gunderson, Ph.D. Division of Rehabilitation-Education Services University of Illinois at Urbana/Champaign.
Multimedia and the Web Chapter Overview  This chapter covers:  What Web-based multimedia is  how it is used today  advantages and disadvantages.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
University of Sunderland CDM105 Session 2 Web Authoring Web Design The main principles and the main guru.
The Internet Writer’s Handbook 2/e Web Accessibility Writing for the Web.
COMM1PCOMM1P Alan Woolrych Accessibility 9 COMM1P9COMM1P9 SCET MSc EC/ECA © Alan Woolrych 2001 Introduction Accessibility “Making Content Available to.
Mastering the Internet, XHTML, and JavaScript Web Design.
Web Accessiblity Carol Gordon SIU Medical Library.
1 © Netskills Quality Internet Training, University of Newcastle Web Page Design © Netskills, Quality Internet Training University.
Design and Construction of Accessible Web Sites Michael Burks Chairman Internet Society SIG For Internet Accessibility for People with Disabilities June.
Daniel Njuguna – IT Officer/ Adaptive Technology Trainer Kenya Society For The Blind Accessibility in ICT’s.
WEB ACCESSIBILITY. WHAT IS IT? Web accessibility means that people with disabilities can use the Web. Web accessibility encompasses all disabilities that.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Group 3: Art Gallery Monica Almendarez Content/Project Manager Willliam Egle Technology Manager Christina Pié Usability/ADA Compliance Manager Mirjana.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 13 (part b) This presentation © 2004, MacAvon Media Productions Design Principles.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
Information Communication Engineering Design Principle 성 백 동
Cs332a_chapt10.ppt CS332A Advanced HTML Programming DHTML Dynamic Hypertext Markup Language A term describing a series of technologies Not a stand-a-lone.
 A rule says "You must do it this way". A principle says "This works…and has through all remembered time". […] Anxious, inexperienced writers obey rules.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 13(a) This presentation © 2004, MacAvon Media Productions Design Principles.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
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.
Microsoft Expression Web 3 Expression Web Design Feature Web Design Basics.
A centre of expertise in digital information managementwww.ukoln.ac.uk Accessibility and Usability For Web Sites: An Introduction to Web Accessibility.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
The User Experience “Keeping Web Accessibility In Mind” Video available online at:
Web Accessibility. Why accessibility? "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
Web Usability Stephen Kimani.
DHTML.
Creating a Presentation
Chapter 10 Multimedia and the Web.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Web & accessibility resources
Project Objectives Publish to a remote server
Chapter 11 Designing Effective Output
Chapter 2 Developing a Web Page.
Making the Web Accessible to Impaired Users
These standards will serve us well in any technical communication job.
Introduction to presentations ms PowerPoint
Learning the Basics – Lesson 1
MUG Tuesday, May 31, 2016.
Information Architecture and Design I
Introduction to XHTML.
CHAPTER 8 Multimedia Authoring Tools
Introduction to Web Accessibility
Objective % Explain concepts used to create websites.
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Web Programming– UFCFB Lecture 3
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Information Architecture and Design I
Building your class website
Course Web Technology Guus Schreiber
Planning and Storyboarding a Web Site
Software Usability Course notes for CSI University of Ottawa
Elements of Effective Web Design
Web content management
Objective Explain concepts used to create websites.
Accessibility Evaluation
Various mobile devices
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Accessibility.
Presentation transcript:

Design Principles Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 13 This presentation © 2004, MacAvon Media Productions

412 Rules and Principles A rule says "You must do it this way". A principle says "This works…and has through all remembered time". […] Anxious, inexperienced writers obey rules. Rebellious, unschooled writers break rules. Artists master the form. Robert McKee, Story As with writers, so with multimedia and Web designers…

Web sites Technical definition: 413 Web sites Technical definition: A collection of Web pages, all of which have URLs beginning with the same domain name General definition: A collection of Web pages with a theme, a coherent structure and a home page

Site Structures Totally connected Hierarchical Sequential Hybrid 413–418 Site Structures Totally connected Hierarchical Sequential Hybrid

Totally Connected Every page has a link to every other page 413–415 Totally Connected Every page has a link to every other page Even for a small site, this structure requires a lot of links and is hard to make sense of May be appropriate for a small site where visitors may want to look at some or all of the pages in any order Provide a standard navigation bar (navbar) on each page, containing links to each of the others Indicate current page ("You are here")

414

Hierarchical Most popular organization for larger sites 415 Hierarchical Most popular organization for larger sites Home page contains pointers to a subset of other pages in the site Each page directly accessible from home page can be considered the home page of its own sub-site May contain links to home pages of sub- sub-sites, and so on Sub-sites devoted to sub-topics of main site

415

Hierarchical Navigation 415–416 Hierarchical Navigation Essential structure is hierarchical, but there may be additional links (e.g. to each 2nd level page from every page) Use main navbar to access major sub-sites plus: 2nd level of navbar within each sub-site Hierarchical drop-down menus Breadcrumbs popular way of showing current location in hierarchy

417–418 Sequential May be appropriate when pages naturally form a linear sequence Sequence of image in an on-line gallery Results pages from a search engine Entries in a Weblog Usual navigation consists of Next and Previous buttons, often augmented with links to every page in (short) sequence

417

Time-Based Structures 420 Time-Based Structures Traditional time-based media esentially linear Digital media, linear order can be altered by scripts and in response to input from the user If script controls playback by computation, but without accepting input (e.g. counts frames), structure is deterministic To accept user input, there must be some controls to accept input May also exhibit parallelism

420–421 Loops Simple loop: script attached to final frame sends playback head back to first frame Introduction plus loop: script on final frame sends playback head to some earlier frame (not first) Counted loops: Script counts number of times round the loop, does something different after a certain number of loops (e.g. stop)

Branching Common case: set of selections on a menu 422–423 Branching Common case: set of selections on a menu Menu is a single stopped frame with buttons for each menu selection Movie is divided into sections, each of which jumps back to the menu frame at the end Script attached to each button causes a jump to the corresponding section when pressed General branching structures built by allowing users to choose from set of alternatives for next part of movie to play next (e.g. interactive narrative)

423–425 Parallelism Flash movie clips are self-contained movies within a movie that can play back in parallel Movie clips can be controlled by scripting Stopped, started, sent to a particular frame,… Permits essentially infinite variations on playback of a finite collection of elements Can respond to user input Interactive animation etc

The Web Design Dilemma Heterogeneity of the Internet and its users 425–426 The Web Design Dilemma Heterogeneity of the Internet and its users Pages may be viewed on any machine connected to the Internet by any connection Must look good at any resolution using any browser, no matter how configured, under any OS Download times may differ by factor up to 40 Public global network, no idea of identity of visitors Different cultural and educational backgrounds, levels of skills; possibly physical or cognitive disabilities

427 HTML Display Original design of HTML and browsers attempted to deal with heterogeneous environment: Text may reflow to accommodate to available window size Page elements could not be positioned absolutely Fonts could not be specified on page Relative type sizes CSS restores some control to designers, but user retains ultimate control

428–431 Page Design Pitfalls Traditional print-based design ideas may not work on the Web Small screen may need scrollbars with parts of a page hidden Fonts may be substituted User may change type size Brower may not support CSS properly or at all Some people use a text-only browser

Inadequate Responses Fix design – may make matters worse 432 Inadequate Responses Fix design – may make matters worse Turn text into GIF to preserve fonts and layout – slows down page loading, leaves users with images disabled with nothing Reduce all design to level of text-only browser Page will not communicate as effectively as it could with proper design Design for one particular configuration Great diversity of systems and configurations Foolish to turn away visitors who don't conform

Graceful Transformation 433 Graceful Transformation Accept that a Web page may appear differently to different users Ensure that page remains readable and navigable – and preferably attractive – under all circumstances

Barriers to Access Some visitors to any Web site may 433 Barriers to Access Some visitors to any Web site may Be unable to see, or have impaired vision or defective colour vision Be unable to read or understand what they read very easily Be unable to use a mouse or keyboard, owing to injury or major disability Be unable to hear They may have to rely on assistive technology

434 Accessibility Pages must transform gracefully into a form that can be rendered by assistive technology e.g. text-only for screen readers In many countries legislation exists requiring certain classes of Web site to be accessible in this sense Requirements based on the W3C's Web Accessibility Initiative (WAI) guidelines

435–437 Textual Equivalents Should supply text that can stand in for all non- textual elements of a page img and area elements: use alt attribute to specify a brief decription of the image/hotspot – displayed instead of the image in text-only browsers, read by screen readers If long description is needed, use longdesc to point to text-only document Equivalents are alternatives, not replacements

437 Structural Markup Separating structure and content from appearance (e.g. using CSS) allows page to be presented in form appropriate to user's needs e.g. if you use h1, h2 for headers, can use a stylesheet to format them for sighted users, an audio stylesheet to add stress for screen readers, or software can extract headings to generate an outline Using visual markup to identify structure (e.g. headings as p elements with special font attributes) prevents this

437–438 CSS Positioning By using absolutely positioned div elements, can create arbitrary layouts (e.g. multi-column, call- outs, …) If divs appear in logical order in HTML document, user agents that ignore CSS will 'see' text in its correct order Beware Web authoring software that may choose its own order for adding div elements to HTML Using tables to create layouts may mislead screen readers (e.g. read straight across two columns)

Structure and Navigation 438–439 Structure and Navigation To help people with cognitive disabilities, use headings and sub-heading, bulleted and numbered lists; use one paragraph per idea Provide navigational overview of site to help orient people who easily become confused and to allow assistive technology to isolate navigational elements Make link text meaningful, even in isolation Never use click here links

439–440 Colour Roughly 5% of male population unable to distinguish between certain colours (usually red and green); very small number of people cannot see colours at all Old computers, some PDAs only have black and white displays Cannot rely on colour alone to convey information e.g. if you use colour to identify links, supplement it with some other styling Can distinguish between confusable colours using brightness

441 Animation Rapidly flashing elements can trigger epileptic attacks, so avoid blinking text &c Movement may be an unwelcome distraction, so always provide a way of turning off animated effects Animated GIFs, JavaScript animation: this can usually be done in the browser Flash: add controls to movie to stop or skip it Users with cognitive difficulties can become confused if windows open spontaneously, so don't use pop- ups

Correctness Things have to work Static HTML errors Validate HTML 443–445 Correctness Things have to work Static HTML errors Validate HTML But beware of browser bugs Client-side script errors Server-side programming errors

Content Most important thing about a Web site is its content 445–447 Content Most important thing about a Web site is its content Most beautifully designed accessible site will attract no visitors if the content is of no interest to anybody Compelling content can overcome poor design Good design practice can make compelling content more readable, navigable, welcoming,…

448–451 Usability How easy is it for visitors to find information or use services? Much of the research conducted into usability suffers from poor methodology Small and unrepresentative samples relative to population of Web users Emphasis on task-oriented experimentation Observation of users is valuable but not rigorous science

Guidelines Not cast-iron rules Mostly common sense and courtesy 452 Guidelines Not cast-iron rules Mostly common sense and courtesy Treat as check list If not followed, know why not

Don't provide too much choice 452–456 Put the user first Put the user in control Don't provide too much choice Don't make assumptions about users' behaviour Use technology judiciously Understand your site's context Keep up with change Don't neglect aesthetics Know your limitations