Content Design. Jason Withrow

Size: px
Start display at page:

Download "Content Design. Jason Withrow"

Transcription

1 Content Design

2 Overview Reading Online Writing for the Web Guidelines Presenting Text Content Graphical Text Text Links PDF Documents Printer-Friendly Format

3 Reading Online 1. Reading from computer screens is about 25% slower than from paper 2. Reading text online is more unpleasant than reading text on paper 3. In one study, 79% of users scanned any new page; 16% read word-for-word 4. Users may also not scroll down the page Source: Nielsen, Designing Web Usability (1999)

4 Writing for the Web Guidelines 1. Concise Writing 2. Scannability! 3. Chunking 4. Wording 5. Summaries

5 Guideline 1: Concise Writing Be succinct Write no more than 50% of the text you would have used in print Why 50% less? Slower reading speed Greater user discomfort at reading online Cuts down on the visual noise from the text Goal of minimizing scrolling

6 Applying Guideline 1 Certain content demands concise writing: Instructions (poor odds of users reading them, odds decrease with every extra word) Happy talk (welcome text, introductory text) Other content does not demand the same degree of pruning (some pruning is still recommended): Articles

7 Guideline 2: Scannability! Write in inverted pyramid style Avoid long, continuous blocks of text Use short paragraphs, headings, subheadings, and bullets Italicized text is slower to scan and read Use white space to enhance scannability

8 Scannability: Before and After

9 Guideline 3: Chunking Break long documents into smaller chunks, with one chunk per page How big should the chunks be? Amount of scrolling is one metric No more than 3 screens is recommended Hypertext link the chunks together, either sequentially (e.g., for articles) or conceptually (e.g., a Help system)

10 Chunking Example

11 Guideline 4: Wording Use simple sentence structures 7 th grade reading level is often the target Be careful of puns and humor - these can be misinterpreted Include keywords in your body text and headings (for search engine spiders) Convoluted writing and complex words are even harder to understand online Use the active voice

12 Guideline 5: Summaries Provide a summary (abstract) of the article, page contents, etc. Summary can go at the top of the page (with the rest of the text below) Summary can also be provided on one page, with a Read the article or Read more... link going to the full document on another page

13 Summary Paragraph (No Link)

14 Summary With Link

15 Contrast and Text Best contrast: Black text on white background The inverse (white text on a black background) is slightly less readable Watch for poor contrast between foreground/background color Also watch for vibration (warmer colors on cooler colors and vice versa) Avoid text on a patterned background

16 Good and Bad Contrast

17 Line Lengths Long lines: eye has to travel to get back to the start of the next line Short lines: line switching occurs often Aim for characters per line (with spaces and punctuation); is ideal Shorter lines are permissible if there is not a lot of text

18 The Issue of Fonts Online The big question: What fonts are installed? If users don t have the requested font, a default will be used The best approach is to specify multiple fonts (in either the <font> tag or using CSS), so hopefully one of the fonts is on the user s machine Also specify a general font family last

19 Sans-Serif vs. Serif Fonts When we read, we look for patterns in the word shapes and differences in letterforms Sans-serif fonts (e.g., Verdana, Tahoma, Arial) lack the serifs in Times New Roman and Georgia. Research from the print world suggests using serif fonts for body text and sansserif fonts for headings and small text

20 Use Sans-Serif Fonts on the Web On the Web the limited screen resolution blurs serifs, distorting their letterforms As a result, sans-serif fonts are recommended for all text on websites This is why italicized text is harder/slower to read online (letterforms are blurred) ALL CAPS is also slower to read, due to letterforms having less distinctiveness

21 Sans-Serif: Recommended Fonts Verdana (for PC and Mac, if IE installed) Geneva (sometimes on PCs, usually on Macs) Lucida (for Unix; a PC variant is shown) Arial (for PC) Serif: Georgia (for PC and Mac, if IE installed) Times New Roman (for PC and Mac)

22 Font Sizing Can become quite a headache HTML sizes (1-7) are generic Usually size 2 is the smallest to use, unless the font is Verdana (then size 1 can be legible) CSS provides multiple options for font sizing, but all present their issues: Pixels, points, em s, percentages, keywords (xx-small, x-small, small, medium, large, x- large, xx-large)

23 Take Advantage of Pop-Out Boldface draws the eye (called pop-out); but use sparingly or the effect is diluted Hypertext links also pop-out, but if there are too many links then it is hard to focus on one Colored text can also be used for pop-out, but should be used sparingly

24 Pop-Out in Search Results

25 Graphical Text Graphical text is an image that contains text (or is entirely made up of text) Benefits: Desired font face and size shown to all users Good for navigation bars and titles, where the extra precision and control can make a site look more professional Can be made accessible if alt text is included

26 Limitations of Graphical Text Text size cannot be adjusted by the user Images take up more file size than text Each image involves a server request If the image is small (such as for a button), the alt text is cropped for users who have simply turned off image display Images take more effort to create/update Graphic text cannot be copied or selected

27 Anti-Aliasing Graphical Text Anti-aliasing refers to inserting colored pixels at the edges of letterforms to simulate curves The drawback is that the text starts to look fuzzy and at small text sizes the letterforms are blurred significantly

28 Flash and Online Content Benefits: Based on vectors, not pixels, so file size is reduced Text can be selected and copied Content can be pulled from an outside source, so dynamic generation of content is easier Font is maintained

29 Limitations of Flash If the Flash file is embedded within the HTML code in a page (e.g., for the navigation bar), printing the page results in the Flash parts showing as a broken/missing object Text in Flash is either anti-aliased or aliased; choosing anti-aliased is good for text at large font sizes but terrible for text at small sizes

30 Navigation Bar Links Avoid links that break across lines Get a Mortgage Loan Application Also avoid punctuation in links because that can confuse the user

31 Multi-Line Links

32 Creating Descriptive Link Labels Avoid click here ; instead rephrase and link meaningful words such as Send a message Think about users with screen readers; click here doesn t convey much information Users that are visually scanning links don t need to read further to understand where the link goes or what it does

33 The Perils of Click Here

34 Phrasing Mailto: Links Rather than us, give the address, e.g. us: Confirms the nature of the link Supports copy-and-paste if the user does not use the default browser mail program Also verifies the address in case the underlying mailto: in the code is incorrect

35 Periods and Links If it can be prevented, don t put a period at the end of the mailto: link Interferes with copy and paste of address Don t have: us: me@med.umich.edu. This should also be avoided if you are spelling out a URL Don t have: med.umich.edu.

36 Indicating Link Semantics Often links have different purposes and should be labeled as such: Definition links (these may spawn a small popup window) See Also links (the user expects to go elsewhere in the same website) More Detail links (the expectation is that the rest of the article/document will be shown) Within-Page links

37 Phrasing Links: Example Worst case: Click here for information about our products. Click here to read about our warranty. Click here for customer testimonials. Getting better: Click here for information about our products. Click here to read about our warranty. Click here for customer testimonials.

38 Phrasing Links: Example Improving even more: Our products are effective and affordable. Our warranty ensures your 100% satisfaction. Still have doubts? Read our customer testimonials. Until we reach the best version: Our home appliances cost less than name brands. Our warranty promises 100% satisfaction for two years or your money back! Our customers will tell you that they prefer Home Appliance Central.

39 Link Phrasing to an Extreme

40 Links Colors and Underlining Which unvisited link color gets the highest rate of click-through? Blue! Use two sets of link colors if linked text is on a background color that doesn t work for just one link color Try not to go beyond two sets of link colors Don t underline anything but links! Be sure to not make static (unlinked) text blue; users will click on it!

41 Indicating File Size If you are linking to another type of document (e.g., a Word file or a PDF), indicate the file type and size: technical spec (Word format, 175k) user questionnaire (PDF format, 100k) This is especially important for large (more than 100k) documents; dial-up users may not want to wait

42 PDF Documents PDF = Portable Document Format PDFs provide exact control over appearance, but they won t replace HTML

43 PDF Options It is possible to link to a specific page in a PDF file PDF Writer allows the creation of interactive forms that can be filled out and submitted online PDFs can also contain links to other documents

44 Improving PDF Usability Be sure to launch PDFs in a new window: Use target= _blank in the anchor tag Or use Javascript to open a new window Also include a link nearby to download the free Acrobat Reader Other items to keep in mind: Users may not know what Acrobats have to do with PDFs Remind them that the Reader is free

45 Print-Friendly Format Sometimes it is useful to provide a printfriendly version of your pages This is especially true if your regular pages have cropped text when printed Provide easy access to the printable version from each page A printer icon is a fairly standard indicator of print-friendly functionality Make sure to link the icon

46 Print-Friendly Guidelines Keep the content width narrow (550 pixels) or use variable widths Put dark text on light backgrounds; avoid light text on dark backgrounds Older browsers may print the text as black and also print the background color Don t rely on color to convey information (most prints will be black and white) Change fonts to serifs and sizing to points

47 Print-Friendly Guidelines Leave out extraneous items (e.g., navbar) Make multi-page articles one document Put the text into a single column with minimal (X)HTML structuring Provide some indication of where the document came from (e.g., the site name and subsection); even include the URL

48 Print-Friendly Guidelines Approaches to links Remove underlines in the flow of text so no linking is apparent List URLs in parentheses after the linked text List all URLs in the document at the bottom of the page

How to Create Accessible Word (2016) Documents

How to Create Accessible Word (2016) Documents How to Create Accessible Word (2016) Documents Heading Styles 1. Create a uniform heading structure through use of Styles in Word under the Home ribbon. a. Proper heading structure is necessary for screen

More information

Web design and development ACS Chapter 5. Working with Text

Web design and development ACS Chapter 5. Working with Text Web design and development ACS-1809 Chapter 5 Working with Text 1/25/2018 1 Working with Text In this chapter we will study Ensuring Onscreen Readability Adding Logical Emphasis to Sections of Text Style

More information

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

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson Chapter 7 Typography, Style Sheets, and Color Mrs. Johnson Typography Typography refers to the arrangement, shape, size, style, and weight of text. Affects the navigation and usability of a web site and

More information

Beyond Captioning: Tips and Tricks for Accessible Course Design

Beyond Captioning: Tips and Tricks for Accessible Course Design Minnesota elearning Summit 2017 Aug 2nd, 3:00 PM - 4:00 PM Beyond Captioning: Tips and Tricks for Accessible Course Design Jenessa L. Gerling Hennepin Technical College, JGerling@hennepintech.edu Karen

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

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

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives. Overall Design Is Related to the Site Purpose. Website Organization Web Development & Design Foundations with HTML5 Ninth Edition Chapter 5 Web Design Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links by using INSERT+F7 Learning

More information

BETTER LOOKING S

BETTER LOOKING  S BETTER LOOKING EMAILS First impressions matter. So if you want a positive response to your email campaign you need to make a positive first impression. Here are some simple design strategies to help you

More information

Accessible Documents & Presentations. By Amy Maes, DNOM

Accessible Documents & Presentations. By Amy Maes, DNOM Accessible Documents & Presentations By Amy Maes, DNOM 1 Overview Accessibility: What am I required to do? Disability Characteristics Creating an Accessible Word Document & PowerPoint Presentation v2010

More information

Writing for the web. Updated Writing for the web 1

Writing for the web. Updated Writing for the web 1 Writing for the web Updated 2013 Writing for the web 1 Table of contents 1 Introduction 3 1.1 Scannability 3 1.2 Why users scan 3 1.3 F-shaped pattern for reading web content 3 1.4 Implications of the

More information

Type on the Web: Dos, Don ts and Maybes Ilene Strizver

Type on the Web: Dos, Don ts and Maybes Ilene Strizver Type on the Web: Dos, Don ts and Maybes Ilene Strizver What exactly is Type on the Web? How does it differ from print? Type in print Fixed Predictable Controllable Appearance varies depending on: Operating

More information

UNIVERSITY OF BOLTON WEB PUBLISHER GUIDE JUNE 2016 / VERSION 1.0

UNIVERSITY OF BOLTON WEB PUBLISHER GUIDE  JUNE 2016 / VERSION 1.0 UNIVERSITY OF BOLTON WEB PUBLISHER GUIDE WWW.BOLTON.AC.UK/DIA JUNE 2016 / VERSION 1.0 This guide is for staff who have responsibility for webpages on the university website. All Web Publishers must adhere

More information

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

4. You should provide direct links to the areas of your site that you feel are most in demand. Chapter 2: Web Site Design Principles TRUE/FALSE 1. Almost every Web site has at least one flaw. T PTS: 1 REF: 49 2. Not only should you plan for a deliberate look and feel for your Web site, but you must

More information

Developing successful posters using Microsoft PowerPoint

Developing successful posters using Microsoft PowerPoint Developing successful posters using Microsoft PowerPoint PRESENTED BY ACADEMIC TECHNOLOGY SERVICES University of San Diego Goals of a successful poster A poster is a visual presentation of your research,

More information

Creating Accessible Word Documents

Creating Accessible Word Documents Creating Accessible Word Documents 1 of 11 Creating Accessible Word Documents Contents 1. General principles... 1 2. Styles/ Headings... 2 3. Table of Contents... 3 Updating a Table of Contents... 5 4.

More information

It is written in plain language: no jargon, nor formality. Information gets across faster when it s written in words that our users actually use.

It is written in plain language: no jargon, nor formality. Information gets across faster when it s written in words that our users actually use. Web Style Guide A style guide for use for writing on Tufts Library Websites and LibGuides. Contents: 1. Web style guides for online content 2. LibGuides 2-specific style guide 3. Tisch s website-specific

More information

COURSE DESIGN ACCESSIBILITY CHECKLIST

COURSE DESIGN ACCESSIBILITY CHECKLIST COURSE DESIGN ACCESSIBILITY CHECKLIST Introduction This checklist is an internal document to be consulted by the Instructional Designer and Faculty member in examining web accessibility in a specific course.

More information

Quick reference checklist for Accessible Document Design.

Quick reference checklist for Accessible Document Design. Quick reference checklist for Accessible Document Design. Below is a quick guide to help you design your documents in an accessible friendly way. While it is not necessary for these suggestions to be followed

More information

WHY EFFECTIVE WEB WRITING MATTERS Web users read differently on the web. They rarely read entire pages, word for word.

WHY EFFECTIVE WEB WRITING MATTERS Web users read differently on the web. They rarely read entire pages, word for word. Web Writing 101 WHY EFFECTIVE WEB WRITING MATTERS Web users read differently on the web. They rarely read entire pages, word for word. Instead, users: Scan pages Pick out key words and phrases Read in

More information

Helping Clients with Public Legal Education and Information

Helping Clients with Public Legal Education and Information Helping Clients with Public Legal Education and Information Welcome to the PLE Toolbox! What is PLE? Public legal education and information (PLE) covers a wide range of activities aimed at improving knowledge

More information

UNSW Global Website Branding Guidelines. Website Brand Guidelines

UNSW Global Website Branding Guidelines. Website Brand Guidelines Website Brand Guidelines I Contents 1 Introduction... 1 2 Website Structure... 1 2.1 Page structure overview... 1 2.2 Home page structure... 1 2.3 Secondary page structure... 4 3 Page elements... 6 3.1

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

CHAPTER 3 WEB DESIGN BASICS KEY CONCEPTS

CHAPTER 3 WEB DESIGN BASICS KEY CONCEPTS BASICS OF WEB DESIGN CHAPTER 3 WEB DESIGN BASICS KEY CONCEPTS 1 LEARNING OUTCOMES Describe the most common types of website organization Describe principles of visual design Design for your target audience

More information

2/1/2016. Discuss website usability essentials Explain principles of design Critique a website in terms of usability and design

2/1/2016. Discuss website usability essentials Explain principles of design Critique a website in terms of usability and design Due Tuesday, Feb. 9 upload to Blackboard Locate five HTML (not Flash) websites you believe exhibit good web design, usability and accessibility principles. Each website s critique is worth 10 points (50

More information

Typesetting Tips. Put your best type forward.

Typesetting Tips. Put your best type forward. Typesetting Tips Put your best type forward. Do you want your audience to read your document? Improve your chances by making your article easy to read. Make the document difficult to read and To learn

More information

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

All-Ways Accessible. People experience the world in different ways. User Friendly Anyone can understand it. Versatile Easy to update. All-Ways Accessible Accessible content is: User Friendly Anyone can understand it. Versatile Easy to update. Convertible Can be adapted to other formats. Legal Reduce your risk! People experience the world

More information

Resetting Your Password

Resetting Your Password School Teacher Page Training Logging In Before you can add or edit content, you need to log in. The web site address is: http://www.okaloosaschools.com/yourschool/user Enter your user name and password

More information

Adobe Dreamweaver CS5/6: Learning the Tools

Adobe Dreamweaver CS5/6: Learning the Tools Adobe Dreamweaver CS5/6: Learning the Tools Dreamweaver is an HTML (Hypertext Markup Language) editor, authoring tool, and Web site management tool. Dreamweaver is a WYSIWYG (what you see is what you get)

More information

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

.hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in; } .tube { .hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in;.tube { color: #996600; height: 3in; width: 12in; position: fixed; What is CSS? Cascading Style Sheets CSS is responsible

More information

LOGO & BRAND STANDARDS GUIDE

LOGO & BRAND STANDARDS GUIDE LOGO & BRAND STANDARDS GUIDE INTRODUCTION The SparkPost Brand Standards Guide provides key information needed to accurately and consistently produce external and internal documents and communications.

More information

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

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100 Introduction to Multimedia MMP100 Spring 2016 profehagan@gmail.com thiserichagan.com/mmp100 Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax!

More information

Developing a Basic Web Page

Developing a Basic Web Page Developing a Basic Web Page Creating a Web Page for Stephen Dubé s Chemistry Classes 1 Objectives Review the history of the Web, the Internet, and HTML Describe different HTML standards and specifications

More information

Creating an Accessible Microsoft Word document

Creating an Accessible Microsoft Word document Creating an Accessible Microsoft Word document Use Built-in Formatting Styles Using built-in formatting styles could be the single most important step in making documents accessible. Built-in formatting

More information

Web Design and Usability. What is usability? CSE 190 M (Web Programming) Spring 2007 University of Washington

Web Design and Usability. What is usability? CSE 190 M (Web Programming) Spring 2007 University of Washington Page 1 Web Design and Usability CSE 190 M (Web Programming) Spring 2007 University of Washington References: J. Nielsen's Designing Web Usability (2) What is usability? usability: the effectiveness with

More information

Writing For The Web. Patricia Minacori

Writing For The Web. Patricia Minacori Writing For The Web Patricia Minacori 1 Introduction Scannability Navigation Page Layout Readability Colors Editing Conclusion 2 Introduction Very different way of writing compared to paper 3 Introduction

More information

Styles, Style Sheets, the Box Model and Liquid Layout

Styles, Style Sheets, the Box Model and Liquid Layout Styles, Style Sheets, the Box Model and Liquid Layout This session will guide you through examples of how styles and Cascading Style Sheets (CSS) may be used in your Web pages to simplify maintenance of

More information

BDA Dyslexia Style Guide

BDA Dyslexia Style Guide BDA Dyslexia Style Guide This Guide is in three parts: 1. Dyslexia Friendly Text 2. Accessible Formats 3. Website design 1. Dyslexia Friendly Text. The aim is to ensure that written material takes into

More information

Let s Talk Content! Practical tips for writing effective web pages

Let s Talk Content! Practical tips for writing effective web pages Let s Talk Content! Practical tips for writing effective web pages Goal for Today s Training Session Learn how to write better, more effective web pages Presentation Outline 1. Benefits of well written

More information

Seven Steps to Creating an Accessible Microsoft Word document

Seven Steps to Creating an Accessible Microsoft Word document Seven Steps to Creating an Accessible Microsoft Word document Disability Access Services i About Disability Access Services Centralized Resource and Information on Disability Access Disability Access Services

More information

WHAT IS A POSTER SESSION?

WHAT IS A POSTER SESSION? WHAT IS A POSTER SESSION? GENERAL OVERVIEW A SUCCESSFUL POSTER Conveys a clear message and presents highimpact visual information with minimum text Readable use clear language and correct grammar in

More information

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF Document/Presentation Accessibility Best Practices Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF 19-Oct-15 Table of Contents Key Terms... 2 Accessible/Accessibility... 2 Alternative Text...

More information

Web Site Design Principles

Web Site Design Principles Web Site Design Principles Objectives: Understand the Web design environment Design for multiple screen resolutions Craft the look and feel of the site Create a unified site design Design for the user

More information

LECTURE 05 WEB DESIGN

LECTURE 05 WEB DESIGN 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

More information

Introduction to Infographics and Accessibility

Introduction to Infographics and  Accessibility Introduction to Infographics and Email Accessibility Goals Understand Accessibility best practices Where to get more information Be able to Conduct a four-point accessibility evaluation Communicate Provide

More information

Typography. is the foundation of good web design

Typography. is the foundation of good web design Typography is the foundation of good web design my name is Samantha Warren I am a web designer for Viget Labs I teach web & graphic design at the Center for Digital Imaging Arts at Boston University &

More information

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC CSS Text & Font Properties 1 text-indent - sets amount of indentation for first line of text value: length measurement inherit default: 0 applies to: block-level elements and table cells inherits: yes

More information

Table of contents. TOOLKIT for Making Written Material Clear and Effective

Table of contents. TOOLKIT for Making Written Material Clear and Effective TOOLKIT for Making Written Material Clear and Effective Table of contents U.S. Department of Health & Human Services Centers for Medicare & Medicaid Services Table of contents Overview of the Toolkit The

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS: WEBSITE PROJECT 2 PURPOSE: The purpose of this project is to begin incorporating color, graphics, and other visual elements in your webpages by implementing the HTML5 and CSS3 code discussed in chapters

More information

What is Accessibility?

What is Accessibility? Email Accessibility What is Accessibility? 1. Extent to which a consumer or user can obtain a good or service at the time it is needed. 2. Ease with which a facility or location can be reached from other

More information

Style Guide. Lists, Numbered and Bulleted Lists are a great way to add visual interest and skimmers love them they make articles easier to read.

Style Guide. Lists, Numbered and Bulleted Lists are a great way to add visual interest and skimmers love them they make articles easier to read. Style Guide Welcome to our Team of Writers! Please use this style guide to help ensure that your article conforms to our desired on-page styles and look it s best ~ thanks! First a word about photos: In

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

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

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD) Skill Area 323: Design and Develop Website Multimedia and Web Design (MWD) 323.1 Design and Plan a Web site (7 hrs) 323.1.1 Web Authoring Tool 323.1.2 List and Use various features to make a Website 323.1.3

More information

WRITING FOR THE WEB. UIUC Web Governance

WRITING FOR THE WEB. UIUC Web Governance WRITING FOR THE WEB UIUC Web Governance HOW USERS READ ON THE WEB UIUC Web Governance Scan text instead of reading word by word Often hurried, looking for something specific or wanting to complete a task

More information

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

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 3 Configuring Color and Text with CSS Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Design that Enhances Readability

Design that Enhances Readability Working to ensure that all Americans get enrolled and stay enrolled in our nation s health care system Design that Enhances Readability By Eva Anderson Nicole Donnelly Joan Winchester Penny Lane MAXIMUS

More information

Make Your Course Content Accessible using Microsoft Office and Windows.

Make Your Course Content Accessible using Microsoft Office and Windows. Make Your Course Content Accessible using Microsoft Office and Windows. CTE WORKSHOP 2017 CTE WORKSHOP 2017 Learning Objectives Why do we need accessible instructional materials? In the United States,

More information

The human side of SEO

The human side of SEO The human side of SEO How to take a more human-centred approach to improving your SEO efforts Emily Gorman Podcamp Halifax 2018 Emily Gorman https://www.linkedin.com/in/emilygorman/ http://www.emgorman.ca/

More information

Creating Word Outlines from Compendium on a Mac

Creating Word Outlines from Compendium on a Mac Creating Word Outlines from Compendium on a Mac Using the Compendium Outline Template and Macro for Microsoft Word for Mac: Background and Tutorial Jeff Conklin & KC Burgess Yakemovic, CogNexus Institute

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Web Manager 2.0 User s Manual Table of Contents

Web Manager 2.0 User s Manual Table of Contents Web Manager 2.0 User s Manual Table of Contents Table of Contents... 1 Web Manager 2.0 Introduction... 2 Rights and Permissions... 2 User Access Levels... 2 Normal Access... 2 Publisher Access... 2 WM2

More information

Text. Text metrics. There are some important metrics that we must consider when working with text. Figure 4-1 shows the basics.

Text. Text metrics. There are some important metrics that we must consider when working with text. Figure 4-1 shows the basics. Text Drawing text has some special properties and thus is treated in a separate chapter. We first need to talk about the sizing of text. Then we discuss fonts and how text is actually drawn. There is then

More information

Instructions for Web Content Creators and Web Editors Web Transformation design extensions

Instructions for Web Content Creators and Web Editors Web Transformation design extensions Web Services and Information Policy Instructions for Web Content Creators and Web Editors Web Transformation design extensions Version 1.2 December 2013 I:\UIWS\Projects\Web Transformation Program\Projects\Completed\2012\Web

More information

The Complete Nonprofit Website Toolkit Fleshing Out an Accessible, Usable, Polished Website July 2013

The Complete Nonprofit Website Toolkit Fleshing Out an Accessible, Usable, Polished Website July 2013 The Complete Nonprofit Website Toolkit Fleshing Out an Accessible, Usable, Polished Website July 2013 1 Your Course Page Designated Office Hours: Fridays 1-2 Eastern Join us to ask us questions about your

More information

Microsoft Office Word 2013

Microsoft Office Word 2013 Microsoft Office Word 2013 Accessibility University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2016 KSU Division of University Information Technology

More information

Federal Plain Language Guidelines

Federal Plain Language Guidelines Federal Plain Language Guidelines March 2011 Revision 1, May 2011 Table of Contents Introduction... i Revision 1 Changes... ii Table of Contents... iii I. Think about your audience... 1 a. Identify and

More information

Chapter 12: FORMATTING TEXT

Chapter 12: FORMATTING TEXT Disclaimer: All words, pictures are adopted from Learning Web Design (3 rd eds.) by Jennifer Niederst Robbins, published by O Reilly 2007. PART III: CSS FOR PRESENTATION Chapter 12: FORMATTING TEXT CSc2320

More information

Document Design Chunking Similar Information Together

Document Design Chunking Similar Information Together Document Design Dieter Rams, a famous German designer whose work has influenced Apple s design aesthetic, is noted for his formula: Good design is as little design as possible (Rams). As a document designer,

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles Using Dreamweaver CC 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format

More information

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

Announcements. Term Paper due on Wednesday at the beginning of class Midterm #2 next Monday Fawzi Emad, Computer Science Department, UMCP Announcements Term Paper due on Wednesday at the beginning of class Midterm #2 next Monday 1 Organization of Complex Web Site A complex site typically consists of three separate components: 1. HTML describes

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

Accessibility 101. Things to Consider. Text Documents & Presentations: Word, PDF, PowerPoint, Excel, and General D2L Accessibility Guidelines.

Accessibility 101. Things to Consider. Text Documents & Presentations: Word, PDF, PowerPoint, Excel, and General D2L Accessibility Guidelines. Accessibility 101 Things to Consider Text Documents & Presentations: Word, PDF, PowerPoint, Excel, and General D2L Accessibility Guidelines. Things to Consider Structure Figures Hyperlinks Lists Columns

More information

Friendly Fonts for your Design

Friendly Fonts for your Design Friendly Fonts for your Design Choosing the right typeface for your website copy is important, since it will affect the way your readers perceive your page (serious and formal, or friendly and casual).

More information

PDF Accessibility Guide

PDF Accessibility Guide PDF Accessibility Guide Microsoft Word to PDF Version: 1 Contents Introduction... 2 Best Practices... 2 Heading Structure... 2 How to Set Headings in Word... 3 How to Change Heading Styles... 3 Images...

More information

Copyright. For more information, please read the Disclosures and Disclaimers section at the end of this ebook. First PDF Edition, February 2013

Copyright. For more information, please read the Disclosures and Disclaimers section at the end of this ebook. First PDF Edition, February 2013 Copyright This ebook is Copyright 2013 Teresa Miller (the Author ). All Rights Reserved. Published in the United States of America. The legal notices, disclosures, and disclaimers in the front and back

More information

Creating Accessible Documents

Creating Accessible Documents What is an Accessible Document? Creating Accessible Documents An accessible document is any document that has been created to be easily read by sighted, low-vision, or non-sighted readers using adaptive

More information

Creating Charts and Graphs to Visualize and Trend Your Business Metrics. Richard Iriye, RPh Kathy Costello, RN Kelly Britt, RPh

Creating Charts and Graphs to Visualize and Trend Your Business Metrics. Richard Iriye, RPh Kathy Costello, RN Kelly Britt, RPh Creating Charts and Graphs to Visualize and Trend Your Business Metrics Richard Iriye, RPh Kathy Costello, RN Kelly Britt, RPh Learning to Build an Impressive Business Report using Content, Design, Format,

More information

CHAPTER 2 Information processing (Units 3 and 4)

CHAPTER 2 Information processing (Units 3 and 4) CHAPTER 2 Information processing (Units 3 and 4) Information-processing steps (page 54) a For each of the following information-processing steps, state its purpose and provide two examples of technology

More information

Creating Accessible PowerPoint Presentations. John Slatin AccessU Austin, Texas May 15, 2018

Creating Accessible PowerPoint Presentations. John Slatin AccessU Austin, Texas May 15, 2018 Creating Accessible PowerPoint Presentations John Slatin AccessU Austin, Texas May 15, 2018 Introduction Mike Zapata Accessibility Specialist with Texas Health and Human Services Student and teacher of

More information

THE 18 POINT CHECKLIST TO BUILDING THE PERFECT LANDING PAGE

THE 18 POINT CHECKLIST TO BUILDING THE PERFECT LANDING PAGE THE 18 POINT CHECKLIST TO BUILDING THE PERFECT LANDING PAGE The 18 point checklist to building the Perfect landing page Landing pages come in all shapes and sizes. They re your metaphorical shop front

More information

Gian Maria Greco. Guidelines for an Accessible Presentation

Gian Maria Greco. Guidelines for an Accessible Presentation Gian Maria Greco Guidelines for an Accessible Presentation Version update: version 3.1 Release date: 19 March 2018 Summary Introduction Release versions General Tips Layout Colours Colours: General Layout...

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

Creating Charts and Graphs to Visualize and Trend Your Business Metrics

Creating Charts and Graphs to Visualize and Trend Your Business Metrics Creating Charts and Graphs to Visualize and Trend Your Business Metrics Richard Iriye, RPh Kathy Costello, RN Kelly Britt, RPh Learning to Build an Impressive Business Report using Content, Design, Format,

More information

Contents. Contents iii

Contents. Contents iii Contents iii Contents Topical Guide vi Preface xi Part 1: Web Writing and Design Principles 1 Comparing Online and Print Documents 2 Understanding the Writing Process 2 Writing For Your Audience 3 Providing

More information

Universal Design for Accessibility: It s the Law! It Helps EVERYONE!

Universal Design for Accessibility: It s the Law! It Helps EVERYONE! Universal Design for Accessibility: It s the Law! It Helps EVERYONE! Holly Smythe Instructional Designer Raritan Valley Community College Holly.Smythe@raritanval.edu What is Universal Design? Universal

More information

PRESS-READY GUIDE for FULL-COLOR COOKBOOK PAGES

PRESS-READY GUIDE for FULL-COLOR COOKBOOK PAGES 3212 E. Hwy 30 P. O. Box 2110 Kearney, NE 68847 800-445-6621 Fax: 308-234-3969 www.morriscookbooks.com e-mail: cookbook@morriscookbooks.com Full-Color Cookbook Pages If you want full-color pages for your

More information

MS WORD TO WEB PAGE: THE SYLLABUS. Download MS Word to Web Page in PDF Format

MS WORD TO WEB PAGE: THE SYLLABUS. Download MS Word to Web Page in PDF Format MS Word to Web Page: The Syllabus Terms of Use & Acknowledgements Paula Petrik George Mason University http://www.archiva.net/ MS WORD TO WEB PAGE: THE SYLLABUS Download MS Word to Web Page in PDF Format

More information

UNIT 2. Creating Web Pages with Links, Images, and Formatted Text

UNIT 2. Creating Web Pages with Links, Images, and Formatted Text UNIT 2 Creating Web Pages with Links, Images, and Formatted Text DAY 1 Types of Links! LESSON LEARNING TARGETS I can describe hyperlink elements and their associated terms. I can describe the different

More information

MS Word 2010 Accessibility Fundamentals

MS Word 2010 Accessibility Fundamentals MS Word 2010 Accessibility Fundamentals Adapted with permission from Accessibility Fundamentals for Microsoft Office 2013, New Horizons Computer Learning Centers, 2014 INTRODUCTION Accessibility is the

More information

25 Tried and True Direct Marketing Rules

25 Tried and True Direct Marketing Rules 25 Tried and True Direct Marketing Rules 25 Tried and True Direct Marketing Rules Direct marketing is one of the oldest forms of marketing. It predates the Internet, email, and social media. One of our

More information

WEBSITE TRAINING. Sarah Eagan Anderson 98 Director of Interactive Communications. Donna Dralus 89 Online Media and Web Coordinator

WEBSITE TRAINING. Sarah Eagan Anderson 98 Director of Interactive Communications. Donna Dralus 89 Online Media and Web Coordinator WEBSITE TRAINING Sarah Eagan Anderson 98 Director of Interactive Communications Donna Dralus 89 Online Media and Web Coordinator Writing for the Web Good web writing = good writing Good writing means considering:

More information

Using CSS in Web Site Design

Using CSS in Web Site Design Question 1: What are some of the main CSS commands I should memorize? Answer 1: The most important part of understanding the CSS language is learning the basic structure and syntax so you can use the language

More information

TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8

TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8 TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8 LIST OF TABLES / LIST OF FIGURES... 11 PART II: FORMATTING REQUIREMENTS:

More information

MODULE CM 2004 / STAGE 2 / SEMESTER 2 / SESSION Module title Design Principles and Context

MODULE CM 2004 / STAGE 2 / SEMESTER 2 / SESSION Module title Design Principles and Context MODULE CM 2004 / STAGE 2 / SEMESTER 2 / SESSION 06-07 Module title Design Principles and Context Typography Fonts are classified under the following headings. Old Face fonts make use of contrasting wide

More information

ways to present and organize the content to provide your students with an intuitive and easy-to-navigate experience.

ways to present and organize the content to provide your students with an intuitive and easy-to-navigate experience. In Blackboard Learn, as you create your course, you can add a variety of content types, including text, file attachments, and tools. You can experiment with ways to present and organize the content to

More information

HTML and CSS: An Introduction

HTML and CSS: An Introduction JMC 305 Roschke spring14 1. 2. 3. 4. 5. The Walter Cronkite School... HTML and CSS: An Introduction

More information

Universal Design for Learning Tips

Universal Design for Learning Tips Universal Design for Learning Tips What is Universal Design? Universal Design (UD) is the design of products and environments to be usable by all people, to the greatest extent possible, without the need

More information

APPENDIX THE TOOLBAR. File Functions

APPENDIX THE TOOLBAR. File Functions APPENDIX THE TOOLBAR Within the WYSIWYG editor, there are a variety of functions available to the user to properly update the page. Below is a list of all the functions available. Keep in mind that the

More information

Search Engine Optimization and Placement:

Search Engine Optimization and Placement: Search Engine Optimization and Placement: An Internet Marketing Course for Webmasters Reneé Kennedy Terry Kent The Write Market Search Engine Optimization and Placement: Reneé Kennedy Terry Kent The Write

More information

Creating Accessible Microsoft Word Documents

Creating Accessible Microsoft Word Documents Creating Accessible Microsoft Word Documents Microsoft Word is one of the most commonly used word processing software packages, making it a ubiquitous tool to create documents that may be viewed online

More information