LECTURE 05 WEB DESIGN

Similar documents
CHAPTER 3 WEB DESIGN BASICS KEY CONCEPTS

Web Development & Design Foundations with HTML5

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives. Overall Design Is Related to the Site Purpose. Website Organization

HIERARCHICAL ORGANIZATION

COMSC-032 Web Site Development- Web Design. Part-Time Instructor: Joenil Mistal

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2)

Web Design Best Practices Checklist

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5

UNSW Global Website Branding Guidelines. Website Brand Guidelines

Web Design, 5 th Edition

Blackboard staff how to guide Accessible Course Design

Using CSS in Web Site Design

COURSE DESIGN ACCESSIBILITY CHECKLIST

McMaster Brand Standard for Websites

4. You should provide direct links to the areas of your site that you feel are most in demand.

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13

Web Design, 5 th Edition

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

Edexcel CiDA Course Overview

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

Introduction to Infographics and Accessibility

Dreamweaver Tutorial #2

ICT IGCSE Practical Revision Presentation Web Authoring

Creating Accessible Word Documents

Full file at

REIF. Presentation Guidelines

How to Create Accessible Word (2016) Documents

Reading 2.2 Cascading Style Sheets

ICT IGCSE Practical Revision Presentation Web Authoring

Web Design and Development Tutorial 03

PRODUCTION PHASES CHANGES

HTML/XML. HTML Continued Introduction to CSS

Web Content Accessibility Guidelines (WCAG) 2.0 Statement of Compliance

Document and Web design has five goals:

Here are some links to get you started in learning more about CSS3 media queries and responsive web design:

limelightplatform.com

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

CSS: Responsive Design, CSS3 and Fallbacks

Content Design. Jason Withrow

Dreamweaver Basics Workshop

Objective Explain concepts used to create websites.

Sample Pages From The Book: Not for classroom use.

Web Site Design Principles

Taking Fireworks Template and Applying it to Dreamweaver

Style guide for Department for Education research reports and briefs

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson

All-Ways Accessible. People experience the world in different ways. User Friendly Anyone can understand it. Versatile Easy to update.

Announcements. Term Paper due on Wednesday at the beginning of class Midterm #2 next Monday Fawzi Emad, Computer Science Department, UMCP

Microsoft PowerPoint 2013 Module

WEB DESIGN: CONSTRUCTION, FILES, CODE AND COLOURS UNIT NUMBER: H383 34

How to Test a Web Site for Accessibility

Introduction. Headers, Footers, and More. Google Documents Headers, Footers, and Page Breaks. Headers and Footers. Page 1

SAMPLE PAGES. Syllabus coverage chart. viii Syllabus coverage chart

Midterm Review. October 17

Styles, Style Sheets, the Box Model and Liquid Layout

Designing a Web Site. Michelle Hulett

User Interfaces for Web Sites and Mobile Devices. System and Networks

Meijer.com Style Guide

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100


HKUST WEBSITE GUIDELINES LAST UPDATED _ AUGUST 2018

Qantas Mobile Style Guide. Last updated on 22/11/2010 by Gabriel Santos

How to Create Accessible PowerPoint (2016) Documents

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

GUIDELINES FOR WEB SITE DESIGN CHAPTER 10

FLEET LOGO USAGE AND STANDARDS INNOVA BRANDING STANDARDS 2015 GUIDE

Getting Started with Eric Meyer's CSS Sculptor 1.0

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

HTML5 and CSS3 for Web Designers & Developers

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

MGMT 230 WEB SITE PROJECT (INDIVIDUAL ASSIGNMENT)

Accessibility.

Web Site Project (Final Project / 30% of grade)

Beyond Captioning: Tips and Tricks for Accessible Course Design

Teaching with Primary Sources

LOGO & BRAND STANDARDS GUIDE

A Step-by-step guide to creating a Professional PowerPoint Presentation

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Getting Started with. Office 2008

เพ มภาพตามเน อหาของแต ละบท. Basic of Web Design by Assoc. Prof. Churee Techawut and Dr. Ratsameetip Wita adapted into English by Dr.

Computer Applications I Vocabulary (Frameworks)

Web Development and Design Foundations with HTML5

Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

1. Which of the following is NOT a personal computer?

All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the

Technical Communication A Practical Approach: Chapter 11: Web Pages and

.hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in; } .tube {

YuJa Enterprise Video Platform WCAG 2.0 Checklist

Web design and development ACS Chapter 5. Working with Text

Dreamweaver: Accessible Web Sites

Jennifer Nip, P.Eng. Portfolio

Personal Website

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Company Design Specifications

Interface Redesign: Thomson.com

CISC 1600 Lecture 1.4 Design, part 2. Topics: Accessibility Responsive web design Example design review

Transcription:

MULTIMEDIA TECHNOLOGIES LECTURE 05 WEB DESIGN IMRAN IHSAN ASSISTANT PROFESSOR

DESIGN FOR TARGET AUDIANCE CONSIDER THE TARGET AUDIENCE OF THESE SITES.

WEB PAGE DESIGN BROWSER COMPATIBILITY Web pages do NOT look the same in all the major browsers Test with current and recent versions of: Internet Explorer Firefox, Mozilla Opera Safari Progressive Enhancement: Website functions well in browsers commonly used by your target audience Add enhancements with CSS3 and/or HTML5 for display in modern browsers 3

WEB PAGE DESIGN SCREEN RESOLUTION Test at various screen resolutions Most widely used: 1024x768, 1366x768, and 1280x800 Design to look good at various screen resolutions Centered page content Set to either a fixed or percentage width 4

WEBSITE ORGANIZATION 1: HIERARCHICAL A clearly defined home page Navigation links to major site sections Often used for commercial and corporate websites 5

WEBSITE ORGANIZATION 1: HIERARCHICAL: TOO SHALLOW Be careful that the organization is not too shallow. Too many immediate choices a confusing and less usable website. Group, or chunk, related areas 6

WEBSITE ORGANIZATION 1: HIERARCHICAL: TOO DEEP Be careful that the organization is not too deep. This results in many clicks needed to drill down to the needed page. User Interface Three Click Rule A web page visitor should be able to get from any page on your site to any other page on your site with a maximum of three hyperlinks. 7

WEBSITE ORGANIZATION 2: LINEAR A series of pages that provide a tutorial, tour, or presentation. Sequential viewing 8

WEBSITE ORGANIZATION 3: RANDOM Sometimes called Web Organization Usually there is no clear path through the site May be used with artistic or concept sites Not typically used for commercial sites 9

VISUAL DESIGN PRINCIPLES Repetition Repeat visual elements throughout design Contrast Add visual excitement and draw attention Proximity Group related items Alignment Align elements to create visual unity 10

DESIGN TO PROVIDE FOR ACCESSIBILITY The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee Who benefits from increased accessibility? A person with a physical disability A person using a slow Internet connection A person using an old, out-dated computer A person using a mobile phone Legal Requirement: Section 508 Standards: WCAG 2.0 11

DESIGN FOR ACCESSIBILITY Web Content Accessibility Guidelines 2.0 WCAG 2.0 http://www.w3.org/tr/wcag20/overview http://www.w3.org/wai/wcag20/quickref Based on Four Principles (POUR) Perceivable Content must be easy to see or hear Operable Interface components in the content must be operable by both mouse and keyboard Understandable Robust Content and controls must be easy to read and well-organized Content use correct syntax and function on popular operating systems, browsers, and assistive technologies. 12

WRITING FOR THE WEB Avoid long blocks of text Use bullet points Use headings and subheadings Use short paragraphs 13

DESIGN EASY TO READ TEXT Use common fonts: Arial, Helvetica, Verdana, Times New Roman Use appropriate text size: medium, 1em, 100% Use appropriate line length Between 50-75 characters is recommended Use strong contrast between text & background Use columns instead of wide areas of horizontal text Carefully choose text in hyperlinks Avoid click here Hyperlink key words or phrases Do not hyperlink not entire sentences Chek yur spellin (Check your spelling) 14

USING COLOR ON WEB PAGES Computer monitors display color as intensities of red, green, and blue light RGB Color The values of red, green, and blue vary from 0 to 255. Hexadecimal numbers (base 16) represent these color values. 15

HEXADECIMAL COLOR VALUES # indicates a hexadecimal value Hex value pairs range from 00 to FF Three hex value pairs describe an RGB color 16

WEB COLOR PALETTE A collection of 216 colors Display the most similar on the Mac and PC platforms Hex values: 00, 33, 66, 99, CC, FF Color Chart : http://webdevbasics.net/color 17

MAKING COLOR CHOICES How to choose a color scheme? Monochromatic http://meyerweb.com/eric/tools/color-blend http://www.0to255.com Choose from a photograph or other image http://www.colr.org Begin with a favorite color Use one of the sites below to choose other colors http://www.colorschemedesigner.com http://www.colorsontheweb.com/colorwizard.asp 18

USE OF COLOR Appealing to Kids & Preteens Appealing to Everyone Appealing to Young Adults Appealing to Older Adults 19

USE OF GRAPHICS & MULTIMEDIA File size and dimension matter Provide for robust navigation Antialiased/aliased text considerations Provide alternate text Use only necessary multimedia 20

WEB PAGE DESIGN LOAD TIME Watch the load time of your pages Try to limit web page document and associated media to under 60K on the home page 21

NAVIGATION DESIGN Make your site easy to navigate Provide clearly labeled navigation in the same location on each page Most common across top or down left side Consider: Navigation Bars Breadcrumb Navigation Using Graphics for Navigation Dynamic Navigation Site Map Site Search Feature 22

WIREFRAME A sketch of blueprint of a web page Shows the structure of the basic page elements, including: Logo Navigation Content Footer 23

WEB PAGE DESIGN PAGE LAYOUT Place the most important information "above the fold" Use adequate "white" or blank space Use an interesting page layout This is usable, but a little boring. See the next slide for improvements in page layout. 24

WEB PAGE DESIGN PAGE LAYOUT BETTER Columns make the page more interesting and it s easier to read this way. 25

WEB PAGE DESIGN PAGE LAYOUT Columns of different widths interspersed with graphics and headings create the most interesting, easy to read page. BEST 26

PAGE LAYOUT DESIGN TECHNIQUES Fixed Layout AKA rigid or ice design Fixed-width often at left margin More appealing if fixed with content is centered 27

PAGE LAYOUT DESIGN TECHNIQUES Fluid Layout AKA liquid design Expands to fill the browser at all resolutions. Adaptation: Page content typically centered and often configured with a percentage width such as 80% 28

DESIGN FOR THE MOBILE WEB Predicted that by 2015, more users will access websites using mobile devices than with desktop computers Three Approaches: Separate.mobi mobile site Host the mobile site within your current domain Configure your current website for mobile display using responsive web design techniques 29

RESPONSIVE WEB DESIGN Ethan Marcotte, noted web developer http://www.alistapart.com/articles/responsive-web-design Progressively enhancing a web page for different viewing contexts (such as smartphones and tablets) through the use of coding techniques, including flexible layouts and media queries. Examples: http://www.mediaqurie.es 30