Page Size, Screen Layout and Content

Slides:



Advertisements
Similar presentations
Web Usability Starring the Webcredibles: Link, Dr. Web Credible, & Wendy Warner.
Advertisements

Website Design What is Involved?. Web Design ConsiderationsSlide 2Bsc Web Design Stage 1 Website Design Involves Interface Design Site Design –Organising.
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?
Scientific Communication CITS7200 Lecture 11 Designing and Writing Web Pages.
Principles of Web Design 5th Edition
Web Accessibility Web Services Office of Communications.
Introduction to Web Accessibility. What is Web Accessibility Web accessibility means that people with disabilities can use the Web Disabilities including.
EASI Equal Access to Software and Information EASI is the premier provider of online training about accessible information technology.
Web Design Plundered from Lynch and Horton. © 2004the University of Greenwich 2 10 x don't use Frames Leading edge technology Scrolling text, marquees,
Web Design Guidelines By ZhengHui Hu. Planning User Analysis  Goal  Target Audience Enhance Accessible  Impairment  Environment  Technical Limitation.
Web Development & Design Foundations with XHTML
IV. “Regular” Web Pages: HTML A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
Page Design Web Design Professor Frank. Page Design Effective web design creates visual logic and seeks an optimal balance between visual sensation and.
Web Design Part 2 Page Size, Screen Layout and Content.
Electronic Communication and Web Accessibility Workshop.
Expression Web 2 Concepts and Techniques Expression Web Design Feature Web Design Basics.
1 Web Developer & Design Foundations with XHTML Chapter 7 Key Concepts.
Principles of Web Design 6 th Edition Chapter 2 – Web Site Design Principles.
Chapter Objectives Discuss the relationship between page length, content placement, and usability Complete Step 4: Specify the website’s navigation system.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Week 2 Web Site Design Principles. 2 Design for the Computer Medium Craft the look and feel Make your design portable Design for low bandwidth Plan for.
1 American with Disabilities Act (ADA) Web Site Compliance: Are Pharmacy Web Sites Accessible? Ellen R. Cohn Gary Stoehr Ashli Molinero University of Pittsburgh.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
Web Technologies Website Development Trade & Industrial Education
Web Design. Why is design important for the web?  Traditional systems You controlled the user You know exactly who you are designing for You know the.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
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.
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.
Web Page Design. Some Terms Cascading Style Sheet, (CSS) –a style sheet language used to describe the look and formatting of a document written in html;
An Introduction To Websites With a little of help from “WebPages That Suck.
Design Principles for the Web Lavanya Koppaka. Why follow design principles? Structure the information being presented Increase the readability Ease of.
Web Accessibility Web Accessibility Committee Memorial University of Newfoundland Presentation to Webdays 2005.
Lesson 8. Test 1 Topics Browser incompatibility Design Tips Site Navigation Browser- safe color Monitor resolution Content Copyright Use of tables vs.
Group 3: Art Gallery Monica Almendarez Content/Project Manager Willliam Egle Technology Manager Christina Pié Usability/ADA Compliance Manager Mirjana.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
Technical Communication A Practical Approach Chapter 14: Web Pages and Writing for the Web William Sanborn Pfeiffer Kaye Adkins.
Storyboard, Design, Layout.  Create storyboards  Decide upon navigation  Prepare short page summaries.
1 Web Developer Foundations: Using XHTML Chapter 7 Web Site Design.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
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.
1 CSE 403 Web Patterns and Design These lecture slides are copyright (C) Marty Stepp, 2007, with significant content taken from slides written by Valentin.
The User Experience “Keeping Web Accessibility In Mind” Video available online at:
Accessibility Basics on creating accessible websites Accessibility Seth Duffey presentation for MAG Telecommunications.
Copyright © Terry Felke-Morris Web Development & Design Foundations with HTML5 8 th Edition CHAPTER 5 KEY CONCEPTS 1 Copyright ©
1 Making an Accessible Web Site Sec 508 Standards – How Tos Evelyn Li University of Wisconsin-Fox Valley.
1 Web Site Usability Motivations of Web site visitors include: –Learning about products or services that the company offers –Buying products or services.
Web Accessibility. Why accessibility? "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
Objective % Select and utilize tools to design and develop websites.
Web-based structures, links and testing
Chapter 2 Developing a Web Page.
Making the Web Accessible to Impaired Users
These standards will serve us well in any technical communication job.
Objective % Select and utilize tools to design and develop websites.
Introduction to Web Accessibility
Web Design and Development
Web Programming– UFCFB Lecture 9
Writing Good Web Pages: Do’s and Don’ts
Fixed Positioning.
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Web Programming– UFCFB Lecture 3
Web Technologies for Business
How To Make Accessible Word Documents
Web Standards and Accessible Design.
Elements of Effective Web Design
Web Programming– UFCFB Lecture 9
Presentation transcript:

Page Size, Screen Layout and Content Web Design Part 2 Page Size, Screen Layout and Content

Screen Size 2006 Higher 1024x768 800x600 640x480 Unknown January 17% 57% 20% 0% 6% 2005   July 14% 55% 25% 12% 53% 30% 5% 2004 10% 50% 35% 1% 4% 47% 37% 2003 8% 43% 44% 2% 40%     2% 2002    October  6% 38% 49% http://www.w3schools.com

Best bet? Design for multiple screen resolutions Frames, Tables etc. – Use % not fixed pixels Make sure design works well with different font sizes and different resolutions Use style sheets for layout Min width and max width (But not work in all browsers yet) 2 years down the line everyone has latest browser

800 x 600 real size

Page Layout HTML was designed by engineers..before you could put a graphic on the web.. If you place a chunk of text on a Web page, the dimensions of the viewer's browser window will determine the line length. When the user resizes his or her window, the text reflows to fill the new space. But the graphic does not resize http://www.soc.staffs.ac.uk/flk1/test/flow.htm

Fixed versus Flexible http://www.webstyleguide.com/page/examples/4.24a.html http://www.webstyleguide.com/page/examples/4.24b.html

Page Design Not too much on navigation Interesting To The User Try blocking the areas of your web page Not too much on navigation Content should be 50 – 80% of page Be careful about the amount of white space Try different size monitors

Page Layout

Grids / Panels

The Scroll factor… Never horizontally!!! Try and avoid vertically… Most important information should be seen..

One way…

If you have to… Have jumps..

Short Versus Long Pages Shorter Web pages should be used for: Home pages and menu or navigation pages Documents to be read online Pages with very large graphics Longer pages are: Easier to maintain (content is in one piece, not in linked chunks) More like the structure of their paper counterparts (not chopped up) Easier for users to download and print

Consistency A graphic theme or blocked colour theme Different sections have different colours but consistant throughout section

Content Design The actors can be well dressed and good at their job, but the play is the important thing! Be succinct - Write for scanability People read the first sentence, then scan for hyperlinks If you have lots of information – give them a print version Use things like Concise text / Bullet points or scannable text Neutral language Quality content is one of the most important factors in web usability What’s in this site for me? Keep it up to date! It can cost a company $5,000 for a badly written headline on an intranet. Suc – no more than 50% as in the print version

Plan for scanability..

Credibility Don’t fill your pages with junk Don’t be amateur – animated gifs everywhere etc. It’s the visual appearance that the user sees first Don’t open new windows all the time! – It pollutes the screen Tell the user things – don’t assume they know what your site is about.

Be obvious what the site is about…don’t deceive….

The Home Page The most important Links to on every page - Some people use the logo..but do not assume! Types Menu News Path based – specific target audience drill down Splash Screen Combination of the above Graphics or Text????

Site Maps Would you have a book without an index or contents page??? A web site can be so much bigger Finding your way about – search / a-z pages

Graphics Versus Text A good balance… Think of the audience Think of small graphics or slices

Navigation Navigation Where am I? / Where have I been? / Where can I go? Heading bar..the same each page..not too wide Menus..same place, same order each page Hyperlinks - use groups of words for a link Not For background information on the whale, click here Use We have background information on the whale Keep non visited and visited links different colours

Headers and Footers

Time to Load ‘Lets give them better design and they are happy to wait for it!’ – wrong! Everyone does not have a broadband connection! If it takes longer than 10 sec, people will go elsewhere! Keep those download times consistent for each re-visit to the site

What is accessibility? "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect." -- Tim Berners-Lee, W3C Director and inventor of the World Wide Web For a website to be accessible, its content must be available to everyone, including people with disabilities. Type it in a web browser…you will see the results you get..

Why do it? http://www.section508.gov A proportion of your audience is disabled That should be enough reason why…. And if its not…it’s the law America – Section 508 http://www.section508.gov UK http://www.webcredible.co.uk/user-friendly-resources/web-acc http://www.rnib.org.uk/xpedio/groups/public/documents/PublicWebsite/public_caseforaccessibility.hcspessibility/uk-website-legal-requirements.shtml

Discussion… How do we make things accessible? Where can we look for more information on accessibility? Full page - http://www.w3.org/WAI/ Quick Tips - http://www.w3.org/WAI/References/QuickTips/ Full checklist - http://www.w3.org/TR/WCAG10/full-checklist.html and http://www.w3.org/WAI/gettingstarted/ How they view the web - http://www.w3.org/WAI/EO/Drafts/PWD-Use-Web/

Quick Tips from W3C Images & animations: Use the alt attribute to describe the function of each visual. Image maps. Use the client-side map and text for hotspots. Multimedia. Provide captioning and transcripts of audio, and descriptions of video. Hypertext links. Use text that makes sense when read out of context. For example, avoid "click here." Page organisation. Use headings, lists, and consistent structure. Use CSS for layout and style where possible.

Quick Tip 2 Graphs & charts. Summarize or use the longdesc attribute. Scripts, applets, & plug-ins. Provide alternative content in case active features are inaccessible or unsupported. Frames. Use the noframes element and meaningful titles. Tables. Make line-by-line reading sensible. Summarize. Check your work. Validate. Use tools, checklist, and guidelines at http://www.w3.org/TR/WCAG Also use accessibility testers such as http://webxact.watchfire.com/

Quick Tips 3 Allow the user to personalise http://www.drc-gb.org/accessoptions/index.asp Check site in different browsers to make sure it’s the same Use the text size changer in the browser to make sure the text size increases Use ems for sizes not pixels

Evaluation – Testing the Usability

Test It! Don’t assume its right just because you do it Show it to people Get them to use it Ask them to perform a task Get to the screen with the history of Berlin on Watch how they do it and ask them for feedback Improve it!

Why Evaluate? To see if it suits its purpose To see if it is “useable” To see if the user understands the navigation To see if the web interface works To see if it hits its target - what it aimed to do

How do you evaluate Decide what you are evaluating Decide how you are going to evaluate it Decide who is going to evaluate Perform the evaluation Measure reactions / results Analyse results Report on results

Web sites For HCI / Design Hints http://www.webstyleguide.com/ http://www.useit.com/alertbox/designmistakes.html http://www.nomensa.com/resources/articles.html http://www.csszengarden.com/ http://www.webcredible.co.uk/user-friendly-resources/web-usability/