InDesign UX Design Patterns. by Justin Putney

Size: px
Start display at page:

Download "InDesign UX Design Patterns. by Justin Putney"

Transcription

1 InDesign UX Design Patterns by Justin Putney

2 InDesign UX Design Patterns Hi, I m Justin Putney, Owner of Ajar Productions. Thanks for downloading this guide! It s full of ways to create interactive user experiences (UX) with Adobe InDesign. This guide will help you Generate ideas for interactive experiences Construct working user interface elements with InDesign Design prototypes, micro-sites, and digital documents without needing to write code If any of the above sound useful to you, keep reading! You can easily return to this guide and use it as a reference, but I recommend that you read through it once to get a sense of what you can build with InDesign alone. 1.0 copyright 2017 Ajar Productions page B of C

3 How This Guide is Organized This guide is broken into patterns or types of experiences. Assumptions For brevity sake, this guide assumes that you already have familiarity with InDesign s interactive tools. If not check out these articles on MSOs, Buttons, and Animation. There more resources at the end of the guide. There are 4 formats referenced in this guide. 1. in5 (InDesign to HTML5)* - Which exports layouts and interactivity to HTML5. Once the content is in HTML, it can be posted directly to the web or easily converted into an app format. 2. Fixed Layout epub (abbreviated as FXL epub) - This is the export option from the InDesign File menu used for e-books. 3. Publish Online (abbreviated as PO) - Experimental web export that is built into InDesign. 4. (Interactive) PDF - In many cases, PDF will not work because of unsupported features, but alternative options are provided when available. * Note that I am the creator of in5, which makes me knowledge-able, but potentially biased as well, so keep that in mind. ;-) Conventions This guide refers to users, viewers, and readers interchangeably. These are the people who are using, viewing, and reading your digital document/site/app (sometimes referred to generically as an experience). These are the people for whom you want to create an awesome experience so that they read more of your stuff or buy your product. So let s dive in start making awesome stuff! 1.0 copyright 2017 Ajar Productions page C of C

4 CONTENTS InDesign UX Design Patterns...B Pop-ups and Feedback... 2 Modal Dialogs and Alerts Video Pop-ups... 4 Contextual Information Notifications Progress Indication... 7 Bread Crumbs Progress Indication Achievement Navigation Non-linear Tabbed Sections Drop-down Menus Dynamic Accordion Menus Visual Exploration Zoomed Graphic Thumbnail Gallery Scrolling Frame Resources Additional Online Learning Final Thoughts copyright 2017 Ajar Productions page 1 of 22

5 Pop-ups and Feedback Give users timely information and let them know that your design is responding to their input. 1.0 copyright 2017 Ajar Productions page 2 of 22

6 Modal Dialogs and Alerts A modal dialog is something that interrupts the user s normal flow to provide a critical message or get input. Modal means that no other action can be taken while the dialog is open. How to Build Dialogs 1. Create an overlay that covers the entire page (this will block clicks to content underneath). 2. Convert this to a Multi-State Object (MSO) using the Object States panel and give the new state a name, e.g., dialog. 3. Create a new empty state with only a small, blank rectangle (so that it doesn t block content) and delete any other content in this state. 4. Create the dialog graphics in the dialog state and create a button with a Go To State action that points to the empty state. This will close the dialog. You can also create additional states and buttons for more complex dialogs with multiple possible user responses. The Extra Mile You can also add On State Load animation(s) to refine the experience of your dialog. Alternate Construction If you want to save some design time, you can piggyback off the dialog already built into the browser by using JavaScript, e.g., alert( This is my important message. ); Both in5 and FXL epub will let you attach JavaScript files to your output. in5, FXL epub, PO. Interactive PDF cannot be used because it does not support MSOs. 1.0 copyright 2017 Ajar Productions page 3 of 22

7 Video Pop-ups Video is a great way to engage viewers, but it takes up a lot of screen real estate. This can be fixed by opening a larger video in a pop-up. How to Build Video Pop-ups Use the steps from the Modal Dialog pattern to create an MSO with an active state and an empty state. 1. Place a video into the active state. 2. In addition to to the Go to State action to close the pop-up, there should also be an action on the same button to Stop the video (so that it doesn t continue to play while hidden). The Extra Mile If you want your video to autoplay when the popup is opened, you can add a Play action the launch button. Alternatively, select Play on Page Load and in5 will recognize that the video is part of a state and play on State load. To let the user know that a video is going to be opened, consider adding a thumbnail with a play icon to further improve the user experience. in5, FXL epub, PO. Interactive PDF cannot be used because it does not support MSOs and video playback relies on the Flash Player. 1.0 copyright 2017 Ajar Productions page 4 of 22

8 Contextual Information Unlike a print document, your digital document doesn t have to show everything at once. You can let the viewer selectly choose what is relevant and where to dive more deeply into your content. How to Build Contextual Pop-ups 1. Create an MSO with an empty state as described in the Modal Dialog pattern (but skip creating a background that covers the entire page). 2. Add a button that triggers the content state and a close button that triggers the empty state. The Extra Mile You can design the button and MSO to look like they re once piece to the user. You can also put the button in the first state (instead of being empty ) so that the button is hidden when the content is active. Tip: Make your button a touch-friendly size (minimum 50 pixels x 50 pixels). You can right-click on the InDesign ruler to switch to pixels. in5, FXL epub, PO. Interactive PDF cannot be used because it does not support MSOs, but you could create an alternative with hide/show button events. 1.0 copyright 2017 Ajar Productions page 5 of 22

9 Notifications Sometimes you want to alert the user, but not interrupt the flow of interaction. Your Operating System does this all the time. A message appears in the corner of the screen, then fades away after a few seconds. How to Build a Notification This technique relies on a compound animation. InDesign won t let you apply two animations to an object, but you can wrap the object in a group and apply a second animation to the group. 1. Create the notification graphic and/or text on the page. 2. Create a small empty rectangle on top of the notification itself and group the notification and the rectangle together. 3. Select the notification and apply a Preset in the Animation panel, e.g., Fly in from right. 4. Select the group (ESC key) and apply an animation to the group, e.g., Fade out. 5. By default, the animations will be triggered with On Page Load. To trigger with a button, either use the Buttons and Forms panel, or the trigger button in the Animation panel to add an Animation (Play) action to the button for both the notification and the surrounding group. 6. Use the Timing panel to ensure that the notification animation occurs before the group animation. You can also add a delay before the group animation to give the user time to read the notification. You might also consider selecting Hide before animated for the first animation and Hide after animated for the last animation (in the Animation panel). in5, FXL epub, PO. Interactive PDF does not support animation. 1.0 copyright 2017 Ajar Productions page 6 of 22

10 Progress Indication Give users a sense of where they are in the experience and provide a sense of achievement when goals are reached. 1.0 copyright 2017 Ajar Productions page 7 of 22

11 Bread Crumbs Bread crumbs give the user a sense of where they are in the site/app/document. They are typically hyperlinked so that the user can work backwards up to the top of the navigational structure. Bread crumbs are useful if your experience has a complex structure and you want to give the user a lot of flexibility to move around. How to Build Bread Crumb Navigation Bread crumbs can be created using text Hyperlinks or Buttons. If your document is unfinished, it may be easier to create Bookmarks to link to (as they hold locations as page numbers change). Tip: If you need to apply bread crumbs to multiple pages, create Master pages to save yourself time. You can always use a Master page as a starter with Hyperlinks, and override the text frame and edit the last crumb. You can also base Master pages on other Master pages to save even more time. in5, FXL epub, PO, PDF. 1.0 copyright 2017 Ajar Productions page 8 of 22

12 Progress Indication Giving the user a sense of progress provides motivation to complete the task. Progress indication can also give the user a sense of how much time is remaining. How to Build Progress indications is largely a blank canvas for you to work with. You can design it however you like. Examples include Software-style progress bar Check marks Numeric (e.g., 5 out of 10 steps completed ) Color (e.g., green = complete, gray = incomplete) You can also combine multiple strategies into one design. Tip: Create Master pages to save yourself time. You can always use a Master page as a starter with Hyperlinks, and override items for individual changes. You can also base Master pages on other Master pages to save even more time. in5, FXL epub, PO, PDF. 1.0 copyright 2017 Ajar Productions page 9 of 22

13 Achievement Achievement helps to motivate users and keep them engaged. This sometimes referred to as gamification. Achievement can be shown in many forms, e.g., Earning badges Fireworks animations to celebrate Showing points earned You can mix Achievement with other patterns, such as Progress Indication, Alerts, and/or Notifications. How to Build Achievements You can build achievement as pages that you send the user to, or as a state within an MSO. You can use most of the design patterns in this guide to indicate achievement. in5, FXL epub, PO, PDF as pages. in5, FXL epub, PO as MSOs. 1.0 copyright 2017 Ajar Productions page 10 of 22

14 Navigation There are so many ways to explore a digital experience. Just because you re designing in InDesign, doesn t mean your experience has to look and function like pages in a book. 1.0 copyright 2017 Ajar Productions page 11 of 22

15 Non-linear InDesign s interactive capabilities are vast. There s no need to limit yourself to a user experience that looks like a book and is read, page 1, page 2, etc. Non-linear navigation lets you guide the user down different paths, e.g., A path that is specific to the user s interest A section-based (i.e., topic-driven) path A functional path - the user takes action, the content on screen responds How to Build Non-Linear Navigation Non-linear navigation is more of a conceptual challenge; building the pieces with InDesign is quite easy. You can use Buttons with Go To Page actions or Hyperlinks. in5, FXL epub, PO, PDF. Note that many of these formats will still appear like books. in5 will give you the most flexibility in creating non-book-like navigation and appearance. 1.0 copyright 2017 Ajar Productions page 12 of 22

16 Tabbed Sections Unlike a print document, your digital document doesn t have to show everything at once. You can let the viewer selectively choose what is relevant and where to dive more deeply into your content. How to Build Tabbed Navigation 1. Create a content area and convert to a Multi-State Object (MSO) using the Object States panel. 2. Add multiple states and populate the content for each (can be graphics, text, interactivity, animation, and/or video). 3. Outside of the MSO, create a button to match each state and add a Go To State action. Tip: It may be faster to create a single button with an action already applied and copy-and-paste it several times, then update the actions on the newly copied buttons. The Extra Mile If you d like to create an active button state to indicate which tab is active, build the active state into the MSO so that it covers the clickable button of the current state. Online example. in5, FXL epub, PO. Interactive PDF cannot be used because it does not support MSOs. 1.0 copyright 2017 Ajar Productions page 13 of 22

17 Drop-down Menus An expandable menu is a great way to collapse content that is only needed some of the time. Hiding the navigation helps the user focus on the content. How to Build an Expandable Menu 1. On a Master page, create an MSO with an empty state (see the Modal Dialog pattern for more details on this step). 2. Build the menu background and buttons inside the active state of the MSO. 3. Add Go to Page (or Next/Back, if you prefer) actions to each button. You may also want to add a Go to (empty) State action to close the menu when a navigational item is clicked.* 4. Add an action to trigger the hiding and showing of the menu. If you have a single toggle menu button and a two-state MSO, you can use Go to Next State. 5. Apply the Master page to the pages where you want the menu to appear. * Yes, a button can have multiple actions. :-) The Extra Mile You can also create a sequenced animation within the menu state of the MSO to visually build the menu onto the screen. in5, FXL epub, PO. Interactive PDF cannot be used because it does not support MSOs. Tip: If you absolutely have to create a PDF-compatible version, you can use hide and show buttons. 1.0 copyright 2017 Ajar Productions page 14 of 22

18 Dynamic What if there were multiple ways that your user could navigate through your design? Rather than give the user a mess of navigational instructions (e.g., if you want to learn about Topic A, click Button A, if you want to learn about Topic B... ) make the navigation itself dynamic, and only show the option that is relevant to the user. How to Build Dynamic Navigation This type of navigation is primarily a conceptual challenge and not a one-size-fits-all option. Here s an example of one way to create dynamic navigation. 1. Create an MSO with multiple states and a button inside of each state. The buttons are identical to each other, except that each button will send the user to a different page. 2. Create option Buttons and add Go to State actions to each button, so that when the user selects an option, the MSO state will change and the underlying button destination will silently change as well. The user doesn t need to know this change is happening, it will simply create a better experience that is tailored to the user. in5, FXL epub, PO. Interactive PDF cannot be used with MSO version, but would work with hide/show buttons. Note that many of these formats will still appear like books. in5 will give you the most flexibility in creating dynamic navigation, because your output doesn t have to look and feel like a book. 1.0 copyright 2017 Ajar Productions page 15 of 22

19 Accordion Menus An accordion collapses information so that one panel of content can be read at a time. This frees up valuable space on the rest of the page. How to Build Accordion Menu The steps in creating an accordion are very similar to creating tabbed sections. An MSO is used to selectively display content, but because the buttons move with each state, the buttons need to be inside the MSO itself. Moreover, you have re-add the Go to State actions to the buttons inside of each state, since they are unique. The Extra Mile You can also create sequenced animations within the accordion states of the MSO to visually build the content onto the screen. in5, FXL epub, PO. Interactive PDF cannot be used with MSOs. 1.0 copyright 2017 Ajar Productions page 16 of 22

20 Visual Exploration There are so many ways to display content when user interaction is available. Give users options to explore their interests in depth, and skip the parts that are not relevant to them. 1.0 copyright 2017 Ajar Productions page 17 of 22

21 Zoomed Graphic A zoomed graphic is another way to save space on the screen, but allow the user to get more detail. Think of it like a multi-state pop-up. How to Build Zoomed Graphics 1. Add the base graphic to your layout. 2. Create a grid of invisible buttons over the top of the base graphic. 3. Create an MSO from a zoomed-in copy of the graphic. 4. Use the frame of the zoomed-in object to mask the image so that it looks like a larger version of a single cell in the grid (built in step 1) is displayed in your MSO state. 5. Create an empty state. 6. Re-select the graphic state and add a Go to (empty) State action for both Click/Release and On Roll Off events. This action will return the graphic to the zoomed out view. 7. Duplicate the state, and then adjust the framing of the image in the new state. 8. Add On Roll Over events to the invisible buttons and match the Go To State events with the corresponding zoomed-in state. in5, FXL epub, PO. Interactive PDF cannot be used with MSOs, but you might be able to create a show/hide alternative version. 1.0 copyright 2017 Ajar Productions page 18 of 22

22 Thumbnail Gallery The thumbnail gallery lets users browse many images on a single page. How to Build a Thumbnail Gallery While it can look quite different, building a thumbnail gallery is functionally the same as tabbed sections (see the Tabbed Sections pattern for detailed steps). in5, FXL epub, PO. Interactive PDF cannot be used with MSOs, but you might be able to create a show/hide alternative version. in5 can easily create a gallery from thumbnails for you. in5 also supports the Slideshow Overlay, which lets you autoplay through the different images. 1.0 copyright 2017 Ajar Productions page 19 of 22

23 Scrolling Frame A scroll-able frame lets you keep long content to a contained space. How to Build a Scrolling Frame 1. Download and install the Universal Scrolling Frames extension. 2. Restart InDesign after installation. 3. Choose Window > Universal Scrolling Frames. 4. Create a rectangle container for your content. 5. Use the Edit > Paste into command to insert a text frame or group into the container frame. 6. Export with a supported format. in5, FXL epub, PO. 1.0 copyright 2017 Ajar Productions page 20 of 22

24 Resources 1.0 copyright 2017 Ajar Productions page 21 of 22

25 Additional Online Learning Learn more about using InDesign for digital publishing (free course). InDesign as a UX Prototyping tool (video course). in5 Video demos (with source files). Free demo of in5. Final Thoughts As you can see from the patterns in this guide, InDesign has incredible interactive capabilities which you can tap with your visual skills. Have you thought of another pattern or created something awesome from this guide? Send me a note I d love to hear from you. 1.0 copyright 2017 Ajar Productions page 22 of 22

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

Creating an Animated Navigation Bar in InDesign*

Creating an Animated Navigation Bar in InDesign* Creating an Animated Navigation Bar in InDesign* *for SWF or FLA export only Here s a digital dilemma: You want to provide navigation controls for readers, but you don t want to take up screen real estate

More information

Adobe Fireworks CS Essential Techniques

Adobe Fireworks CS Essential Techniques Adobe Fireworks CS4 HOW-TOs 100 Essential Techniques Jim Babbage 170 Adding Structure to # 79 Your Documents Creating a Master Page You can only have one Master Page per file, and you can easily set any

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

Getting the most out of Microsoft Edge

Getting the most out of Microsoft Edge Microsoft IT Showcase Getting the most out of Microsoft Edge Microsoft Edge, the new browser in Windows 10, is designed to deliver a better web experience. It s faster, safer, and more productive designed

More information

Animations Animations.indd 85 10/29/14 7:00 AM

Animations Animations.indd 85 10/29/14 7:00 AM Animations 3 85 DIGITAL PUBLISHING WITH ADOBE INDESIGN CC In This Chapter 87 Basic Animation Settings 89 Playing Animations 91 Animation Properties 95 Motion Paths 96 The Timing Panel 98 Previewing Animations

More information

Technoversity Tuesdays

Technoversity Tuesdays Technoversity Tuesdays Microsoft Windows 10 Overview, New Features, Tips and Tricks Technology training brought to you by Computer Education Support New Features Windows 10 is Microsoft s newest operating

More information

Acquiring Amazing Adobe Acrobat Skills using Acrobat Professional XI

Acquiring Amazing Adobe Acrobat Skills using Acrobat Professional XI Acquiring Amazing Adobe Acrobat Skills using Acrobat Professional XI Information Technology Services West Virginia University ITS Service Desk: itshelp@mail.wvu.edu, (304) 293-4444 http://it.wvu.edu/support/howto/archives/adobe/acrobat

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

Copyrighted material - provided by Taylor & Francis Not for distribution

Copyrighted material - provided by Taylor & Francis Not for distribution B efore we jump in and start building our websites we ll need to familiarize ourselves with Muse and its features. Much of the interface and toolset will be recognizable to you if you ve used any of Adobe

More information

Adobe CC as Wireframe and Web Design Tool

Adobe CC as Wireframe and Web Design Tool Start designing by doing very rough sketches on paper, or lately more often, if not near my office desk, on my ipad or smartphone screen. These sketches focus thoughts regarding the chosen concept and

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

Adobe Fireworks CS Essential Techniques

Adobe Fireworks CS Essential Techniques Adobe Fireworks CS4 HOW-TOs 100 Essential Techniques Jim Babbage 140 64 Creating Graphic Symbols Resizing Symbols When you resize any bitmap to a smaller size, pixel information is discarded. This is normally

More information

Oracle User Productivity Kit Content Player. E March 2014

Oracle User Productivity Kit Content Player. E March 2014 Oracle User Productivity Kit Content Player E53039-01 March 2014 Oracle User Productivity Kit Content Player E53039-01 March 2014 Copyright 1998, 2014, Oracle and/or its affiliates. All rights reserved.

More information

ORGANIZING YOUR ARTWORK WITH LAYERS

ORGANIZING YOUR ARTWORK WITH LAYERS 9 ORGANIZING YOUR ARTWORK WITH LAYERS Lesson overview In this lesson, you ll learn how to do the following: Work with the Layers panel. Create, rearrange, and lock layers and sublayers. Move objects between

More information

How to use the Acrobat interface and basic navigation

How to use the Acrobat interface and basic navigation How to use the Acrobat interface and basic navigation The work area (Figure 1) includes a document pane that displays Adobe PDF documents and a navigation pane (on the left) that helps you browse through

More information

End User Guide. 2.1 Getting Started Toolbar Right-click Contextual Menu Navigation Panels... 2

End User Guide. 2.1 Getting Started Toolbar Right-click Contextual Menu Navigation Panels... 2 TABLE OF CONTENTS 1 OVERVIEW...1 2 WEB VIEWER DEMO ON DESKTOP...1 2.1 Getting Started... 1 2.1.1 Toolbar... 1 2.1.2 Right-click Contextual Menu... 2 2.1.3 Navigation Panels... 2 2.1.4 Floating Toolbar...

More information

PROFESSIONAL TUTORIAL. Trinity Innovations 2010 All Rights Reserved.

PROFESSIONAL TUTORIAL. Trinity Innovations 2010 All Rights Reserved. PROFESSIONAL TUTORIAL Trinity Innovations 2010 All Rights Reserved www.3dissue.com PART ONE Converting PDFs into the correct JPEG format To create a new digital edition from a PDF we are going to use the

More information

ibooks Author Getting Started

ibooks Author Getting Started ibooks Author Getting Started Welcome to ibooks Author, a great way to create gorgeous, interactive Multi-Touch books for ipad and Mac. Start with beautiful Apple-designed templates that include a choice

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Overview of Adobe InDesign CS5 workspace

Overview of Adobe InDesign CS5 workspace Overview of Adobe InDesign CS5 workspace In this guide, you ll learn how to do the following: Work with the InDesign workspace, tools, document windows, pasteboard, panels, and layers. Customize the workspace.

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

GreenFolders User Manual

GreenFolders User Manual GreenFolders User Manual Welcome! Welcome to GreenFolders the Electronic Records Management Solution. GreenFolders allows you to store and retrieve files with many easy-to-use features for working with

More information

The Next Step. DPS Adobe Digital Publishing Suite. Apple cofounder Steve Jobs stated in a 1983 speech

The Next Step. DPS Adobe Digital Publishing Suite. Apple cofounder Steve Jobs stated in a 1983 speech The Next Step DPS Adobe Digital Publishing Suite Apple cofounder Steve Jobs stated in a 1983 speech that his company s strategy is really simple. What we want to do is we want to put an incredibly great

More information

EMCO Ping Monitor Free 6. Copyright EMCO. All rights reserved.

EMCO Ping Monitor Free 6. Copyright EMCO. All rights reserved. Copyright 2001-2017 EMCO. All rights reserved. Company web site: emcosoftware.com Support e-mail: support@emcosoftware.com Table of Contents Chapter... 1: Introduction 3 Chapter... 2: Program Interface

More information

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name.

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name. InDesign Part II Library A library is a file and holds a collection of commonly used objects. A library is a file (extension.indl) and it is stored on disk. A library file can be open at any time while

More information

Dashboard Guide. May Version history. May April 2018

Dashboard Guide. May Version history. May April 2018 May 2018 Dashboard Guide Version history May 2018 April 2018 Added information on readers and instructions for adding hyperlinks to another Schooltas book Added options for premium pins and mouseover texts

More information

feel free to poke around and change things. It's hard to break anything in a Moodle course, and even if you do it's usually easy to fix it.

feel free to poke around and change things. It's hard to break anything in a Moodle course, and even if you do it's usually easy to fix it. Teacher s Manual Teacher Manual This page is a very quick guide to creating online courses with Moodle. It outlines the main functions that are available, as well as some of the main decisions you'll need

More information

InDesign CS Basics. To learn the tools and features of InDesign CS to create publications efficiently and effectively.

InDesign CS Basics. To learn the tools and features of InDesign CS to create publications efficiently and effectively. InDesign CS Basics InDesign Basics Training Objective To learn the tools and features of InDesign CS to create publications efficiently and effectively. What you can expect to learn from this class: How

More information

APPLICATION DEVELOPMENT CHALLENGE

APPLICATION DEVELOPMENT CHALLENGE APPLICATION DEVELOPMENT CHALLENGE 19-22 June 2017 POWERFUL PROTOTYPES, WITHOUT CODING Create simple click-through diagrams or highly functional, rich prototypes with conditional logic, dynamic content,

More information

Using Online Help. About the built-in help features Using Help Using the How To window Using other assistance features

Using Online Help. About the built-in help features Using Help Using the How To window Using other assistance features Using Online Help About the built-in help features Using Help Using the How To window Using other assistance features About the built-in help features Adobe Reader 6.0 offers many built-in features to

More information

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA CONTENTS Getting Started.............................................. 4 Setting Up Livescribe+...................................................... 4 Connecting Your Smartpen and Device........................................

More information

Using Help Contents Index Back 1

Using Help Contents Index Back 1 Using Online Help Using Help Contents Index Back 1 Using Online Help About the built-in help features Adobe Reader 6.0 offers many built-in features to assist you while you work, including the Help window

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Sun Sentinel News in Education Digital Edition. User Guide

Sun Sentinel News in Education Digital Edition. User Guide Sun Sentinel News in Education Digital Edition Features The Digital Edition offers readers a powerful and enjoyable reading experience with the following features at their fingertips: Access to the Digital

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Minerva. Quick Start Guide

Minerva. Quick Start Guide Minerva Quick Start Guide Welcome to IRR s new Minerva reporting system! Powered by SAS Visual Analytics, this tool is pretty user-friendly, but there are some basic orientation tips we d like to walk

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

Create engaging demonstrations, simulations and evaluations with Adobe Captivate. Creating from a PowerPoint. Importing a presentation

Create engaging demonstrations, simulations and evaluations with Adobe Captivate. Creating from a PowerPoint. Importing a presentation Creating from a PowerPoint Create engaging demonstrations, simulations and evaluations with Adobe Captivate Preparation Set screen resolution to 1024 X 768 Launch Internet Explorer Turn off browser pop-up

More information

a child-friendly word processor for children to write documents

a child-friendly word processor for children to write documents Table of Contents Get Started... 1 Quick Start... 2 Classes and Users... 3 Clicker Explorer... 4 Ribbon... 6 Write Documents... 7 Document Tools... 8 Type with a Keyboard... 12 Write with a Clicker Set...

More information

Chapter 25. Build Creations with Your Photos

Chapter 25. Build Creations with Your Photos Chapter 25 Build Creations with Your Photos 2 How to Do Everything with Photoshop Elements How to Create a slide show to show off your images Post your images in web pages Build cards, calendars, and postcards

More information

Understanding Acrobat Form Tools

Understanding Acrobat Form Tools CHAPTER Understanding Acrobat Form Tools A Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer Bible Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer

More information

SOLO NETWORK. Adobe Flash Catalyst CS5.5. Create expressive interfaces and interactive content without writing code

SOLO NETWORK. Adobe Flash Catalyst CS5.5. Create expressive interfaces and interactive content without writing code (11) 4062-6971 (21) 4062-6971 (31) 4062-6971 (41) 4062-6971 (48) 4062-6971 (51) 4062-6971 (61) 4062-6971 Adobe Flash Catalyst CS5.5 Create expressive interfaces and interactive content without writing

More information

Overview of Adobe InDesign

Overview of Adobe InDesign Overview of Adobe InDesign In this guide, you ll learn how to do the following: Work with the InDesign workspace, tools, document windows, pasteboard, panels, and layers. Customize the workspace. Change

More information

DB2 Web Query Active Technologies for Mobile Web Apps

DB2 Web Query Active Technologies for Mobile Web Apps DB2 Web Query Active Technologies for Mobile Web Apps Cactus, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat, TableTalk, Web390,

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

More information

Exercise: Contact Us Form

Exercise: Contact Us Form TM Exercise: Contact Us Form Exercise Build a Contact Us Form The following are instructions to build a Contact Us form yourself; if you d like a pre-built Contact Us form and campaign, you can download

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

17 Creating Rollover Web Visuals

17 Creating Rollover Web Visuals 17 Creating Rollover Web Visuals Rollovers animate slices of an image on a Web page with visual changes that occur in response to mouse actions. Rollovers can go a long way toward making your Web pages

More information

Enhancing and Editing PDF Documents

Enhancing and Editing PDF Documents Enhancing and Editing PDF Documents Enhancing a PDF 1. Opening view A. How a PDF opens is controlled by its author B. File>Properties>Initial View i. Layout and Magnifications page only or page with panels,

More information

QromaTag for Mac. User Guide. v1.0.5

QromaTag for Mac. User Guide. v1.0.5 QromaTag for Mac User Guide v1.0.5 About QromaTag v1 QromaTag for Mac is a new way to create and embed industry standard photo metadata into your digital images using Natural Language Tagging. Unlike traditional

More information

EDGE, MICROSOFT S BROWSER

EDGE, MICROSOFT S BROWSER EDGE, MICROSOFT S BROWSER To launch Microsoft Edge, click the Microsoft Edge button (it s the solid blue E) on the Windows Taskbar. Edge Replaces Internet Explorer Internet Explorer is no longer the default

More information

Palm Reader Handbook

Palm Reader Handbook Palm Reader Handbook Copyright 2000-2002 Palm, Inc. All rights reserved. Graffiti, HotSync, the Palm logo, and Palm OS are registered trademarks of Palm, Inc. The HotSync logo and Palm are trademarks of

More information

Chapter 6: Creating and Configuring Menus. Using the Menu Manager

Chapter 6: Creating and Configuring Menus. Using the Menu Manager Chapter 6: Creating and Configuring Menus The Menu Manager provides key information about each menu, including: Title. The name of the menu. Type. Its unique name used in programming. Menu Item. A link

More information

Automation Engine Products

Automation Engine Products 14.1 Products 08-2015 Contents 1. Products Basics... 3 1.1 The Products Concept... 3 1.2 Global Products and Job Products... 6 1.3 Products can have Multiple Parts... 7 2. Products Data Structure...9 2.1

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. 18 Advanced Tips for Pages, Numbers, and Keynote Written by Akshata Shanbhag Published April 2018. Read the original article here: https://www.makeuseof.com/tag/advanced-tips-pagesnumbers-keynote/ This

More information

Getting Started Guide

Getting Started Guide UX-App Getting Started Guide Contents Keyboard Shortcuts... 2 Basic Shortcuts... 2 Component Manipulation... 2 Working with groups... 3 Grid Control... 3 Context Menu... 4 User Interface... 5 Managing

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

More information

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

More information

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office Paper SAS1864-2018 Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office ABSTRACT Tim Beese, SAS Institute Inc., Cary, NC Millions of people spend their weekdays in an office. Occasionally

More information

SharePoint 2013 Site Owner

SharePoint 2013 Site Owner SharePoint 2013 Site Owner Effective Content and Document Collaboration with Axalta Teams 9 May 2014 Instructor: Jason Christie Site Owner Course Topics to be Covered Content Management Creating and configuring

More information

Layers. About PDF layers. Show or hide layers

Layers. About PDF layers. Show or hide layers 1 Layers About PDF layers You can view, navigate, and print layered content in PDFs created from applications such as InDesign, AutoCAD, and Visio. You can control the display of layers using the default

More information

Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 STEP 1 DETERMINE WHICH VERSION OF EMERGE YOU NEED... 5 STEP 2 GETTING EMERGE ACCESS...

Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 STEP 1 DETERMINE WHICH VERSION OF EMERGE YOU NEED... 5 STEP 2 GETTING EMERGE ACCESS... Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 1.1 OPERATING SYSTEMS AND BROWSERS... 3 1.2 BROWSER SETTINGS... 4 1.3 ADDITIONAL NECESSARY SOFTWARE... 4 1.4 MONITORS... 4 STEP 1 DETERMINE

More information

Dreamweaver Handout. University of Connecticut Prof. Kent Golden

Dreamweaver Handout. University of Connecticut Prof. Kent Golden Dreamweaver Handout University of Connecticut Prof. Kent Golden Kent@GoldenMultimedia.com www.goldenmultimedia.com Main goal of this handout: To give you the steps needed to create a basic personal website

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

Kick off Your Systems Using FreeMind

Kick off Your Systems Using FreeMind Kick off Your Systems Using FreeMind Introduction - Why Use a Mindmap? The first steps in kicking off your systems will involve understanding what your business looks like right now. You can start by working

More information

CUMULUS WEB CLIENT USER ASSISTANCE 2014, CANTO GMBH. ALL RIGHTS RESERVED. Welcome!

CUMULUS WEB CLIENT USER ASSISTANCE 2014, CANTO GMBH. ALL RIGHTS RESERVED. Welcome! Cumulus is Canto s state-of-the-art Digital Asset Management solution. Cumulus makes it easy to quickly organize, find, share, and track all of your digital files: photos, logos, presentations, videos,

More information

Cognos. Active Reports Development. Presented by: Craig Randell

Cognos. Active Reports Development. Presented by: Craig Randell Cognos Active Reports Development Presented by: Craig Randell Objectives: Understand the purpose and benefits of Active Reports Through theory and demonstration introduce the different Active Report Components

More information

TRAINING GUIDE. ArcGIS Online and Lucity

TRAINING GUIDE. ArcGIS Online and Lucity TRAINING GUIDE ArcGIS Online and Lucity ArcGIS Online and Lucity This covers some basic functionality we feel you will need to be successful with Lucity with ArcGIS Online or Portal for ArcGIS Enterprise.

More information

InDesign CS4 is the sixth version of Adobe s flagship publishing tool,

InDesign CS4 is the sixth version of Adobe s flagship publishing tool, What InDesign Can Do for You InDesign CS4 is the sixth version of Adobe s flagship publishing tool, a product that came into its own with the third version (CS, which stands for Creative Suite). Widely

More information

Omega elearning Helpful Hints and Basic Navigation

Omega elearning Helpful Hints and Basic Navigation Omega elearning Helpful Hints and Basic Navigation Welcome to Omega s elearning experience. This document contains three sections: Section title and description 1. Omega/NetDimensions Navigation Locating

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

PRODUCT PAGE PHASES and EXPERIENCE DESCRIPTION

PRODUCT PAGE PHASES and EXPERIENCE DESCRIPTION PHASES and EXPERIENCE DESCRIPTION This is a table containing the Feature, Phase, Function/Event and User Story for Product Pages. Each section of the page is addressed and each element within that section.

More information

PowerPoint Essentials 1

PowerPoint Essentials 1 PowerPoint Essentials 1 LESSON SKILL MATRIX Skill Exam Objective Objective Number Working with an Existing Presentation Change views of a presentation. Insert text on a slide. 1.5.2 2.1.1 SOFTWARE ORIENTATION

More information

PUBLISHING FLASH. Lesson Overview

PUBLISHING FLASH. Lesson Overview PUBLISHING FLASH Lesson Overview In this lesson, you ll learn how to do the following: Test a Flash document Understand the Bandwidth Profiler Change publish settings for a document Understand the difference

More information

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out.

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out. Navigate Around the Map Interactive maps provide many choices for displaying information, searching for more details, and moving around the map. Most navigation uses the mouse, but at times you may also

More information

STUDENT HELP & WALKTHROUGH

STUDENT HELP & WALKTHROUGH STUDENT HELP & WALKTHROUGH 2015 Jones & Bartlett Learning, LLC, An Ascend Learning Company Contents What are the browser and system requirements for running Navigate 2? 3 Why does Navigate 2 run a System

More information

Esri Story Maps let you combine authoritative maps with narrative text, images, and multimedia

Esri Story Maps let you combine authoritative maps with narrative text, images, and multimedia Geoinformation and Sectoral Statistics Section (GiSS) Story Maps Esri Story Maps let you combine authoritative maps with narrative text, images, and multimedia content. They make it easy to harness the

More information

Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 STEP 1 DETERMINE WHICH VERSION OF EMERGE YOU NEED... 5

Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 STEP 1 DETERMINE WHICH VERSION OF EMERGE YOU NEED... 5 Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 1.1 OPERATING SYSTEMS AND BROWSERS... 3 1.2 BROWSER SETTINGS... 4 1.3 ADDITIONAL NECESSARY SOFTWARE... 4 1.1 MONITORS... 4 STEP 1 DETERMINE

More information

BSI User Guide Searching. support.ebsco.com

BSI User Guide Searching. support.ebsco.com BSI User Guide Searching Basic, Advanced & Visual Searching, Result List, Article Details, Company Information, Additional Features Last Updated 5/3/12 Table of Contents What is the Business Searching

More information

Moodle Documentation for Students (v.3.4)

Moodle Documentation for Students (v.3.4) Moodle Documentation for Students (v.3.4) Moodle Documentation for Students (v.3.4) GSC STAFF Moodle Documentation for Students (v.3.4) by GSC Staff is licensed under a Creative Commons Attribution-ShareAlike

More information

CyberDiscovery User Guide Version 0.1

CyberDiscovery User Guide Version 0.1 CyberDiscovery User Guide Version 0.1 Overview Welcome to CyberDiscovery! The CyberDiscovery is a high-resolution visualization and display instrument powered by the Sage2 software. You can use it for

More information

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors StudioPrompter Tutorials Prepare before you start the Tutorials Opening and importing text files Using the Control Bar Using Dual Monitors Using Speed Controls Using Alternate Files Using Text Markers

More information

Contents. Xweb User Manual

Contents. Xweb User Manual USER MANUAL Contents 1. Website/Pages/Sections/Items/Elements...2 2. Click & Edit, Mix & Match (Drag & Drop)...3 3. Adding a Section...4 4. Managing Sections...5 5. Adding a Page...8 6. Managing Pages

More information

Lesson 9. XII COMPUTER SCIENCE D. AGILAN. M.Sc., M.Ed., M.Phil., Page 1

Lesson 9.   XII COMPUTER SCIENCE D. AGILAN. M.Sc., M.Ed., M.Phil., Page 1 Lesson 9 STAR OFFICE PRESENTATION 1. Which key is used to create a new presentation using a template? a. Shift+ Alt+ N b. Shift+ Ctrl+ N c. Ctrl+ Alt+ N d. shift+ Tab 2. Which of the following view allows

More information

USER GUIDE. MADCAP FLARE 2018 r2. Images

USER GUIDE. MADCAP FLARE 2018 r2. Images USER GUIDE MADCAP FLARE 2018 r2 Images Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

SAS Mobile BI 8.14 for ipad and iphone: Help

SAS Mobile BI 8.14 for ipad and iphone: Help SAS Mobile BI 8.14 for ipad and iphone: Help 2 Welcome Getting Started How Do I Use the App? Check out the new features. View the videos: SAS Mobile BI for ipad and iphone playlist on YouTube Use VoiceOver?

More information

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account.

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account. OneNote What is OneNote? OneNote is a digital notebook. In OneNote, you can: Type notes or record audio at your laptop. Sketch or write ideas on your tablet. Add picture from your phone. Find notes instantly.

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Adobe InDesign CC Voluntary Product Accessibility Template

Adobe InDesign CC Voluntary Product Accessibility Template Adobe InDesign CC Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

More information

How to create a prototype

How to create a prototype Adobe Fireworks Guide How to create a prototype In this guide, you learn how to use Fireworks to combine a design comp and a wireframe to create an interactive prototype for a widget. A prototype is a

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

In this lesson, you ll learn how to:

In this lesson, you ll learn how to: LESSON 5: ADVANCED DRAWING TECHNIQUES OBJECTIVES In this lesson, you ll learn how to: apply gradient fills modify graphics by smoothing, straightening, and optimizing understand the difference between

More information