Sizmek Formats. MindMap. Build Guide

Size: px
Start display at page:

Download "Sizmek Formats. MindMap. Build Guide"

Transcription

1 Formats MindMap Build Guide

2 Table Of Contents Overview... 4 Supported Platforms... 4 Specifications... 4 Known Issues... 4 Ad Behavior Screenshots... 5 Initial State... 5 Expand State... 6 Template Included Files... 7 Setting up in Workshop... 7 Important notes... 8 Configuring in Flash... 8 Banner... 8 Panel Editing productdetails.xml Format API Public Methods Events Setting up in Platform Custom Variables Configuring in Workshop Configuring in Platform Custom Variables Definitions Change Log

3 3

4 Overview The Mindmap is an ad format that showcases products in several separate units, each moving independently to create a parallax movement effect. The following illustration shows the Mindmap's initial view, with three products in a 300 x 600 banner. The products that appear here are defined with MediaMind's Smart Versioning. Ad starts three second countdown once user mouse over a product. If the user move mouse out of the product, the countdown is cancelled. However, if the user stays on the product, the ad expands. When expanded, the Mindmap shows six products in a 974 x 600 panel as illustrated below. The selected product is highlighted in the center, while five other products in the same category hover around the selected product. Clicking a product will select and center the product, and the five related products will be updated. When user mouse over a product for three seconds it expands to show more details about the product. Browsing through the products leads users to even more products. Users can also mouse over Select a Category to view a different category of products, such as home theaters, televisions, and cameras. These products and their details are all defined in an XML file. All format functionality is already programmed into the template files, so to create this ad format, all you have to do is add your creative content. Supported Platforms Platform Windows XP/7/8 Mac OSX 10.8 & 10.9 Supported Browser Version Internet Explorer 8+, Firefox, Chrome, Safari Firefox, Chrome, Safari Specifications Supports ActionScript 3.0. Supports Flash Player 9 and above Preview only available on tag level Supports Old and New Client. Known Issues None. 4

5 Ad Behavior Screenshots Initial State 5

6 Expand State 6

7 Template Included Files Filename mindmap_banner.fla mindmap_panel.fla ProductDetails.xml 1.png, 2.png,, 36.png default_image_300x600.jpg greensock.swc MindmapBanner.as MindmapPanel.as ProductThumbnail.as AdEvent.as Combobox.as DashedLine.as Description 300 x 600. The FLA template for the in-page banner portion. 974 x 600. The FLA template for expanded state. Contains all the product details and their categories. Placeholder images used in template. Default image used in template. Greensock library. Contain all banner logic, Please do not edit this file. Contain all panel logic, Please do not edit this file. Actionscript file for product thumbnail, Please don t edit this file Actionscript file contains Ad events, Please don t edit this file Actionscript file contains combobox logic, Please don t edit this file Actionscript file dashed line logic, Please don t edit this file Setting up in Workshop In your file browser, browse to and run the MindMap MXP (MindMap.mxp), and then follow the prompts in the Adobe Extension Manager to install the extension. You can skip this step if you have already installed the MXP. In the Sizmek Workshop for Flash, Select New from template. Expand the MediaMind Templates > MindMap folder, and select the template. 7

8 Click Create. Important notes Previews and QA should be done at the tag-level for the most accurate results. The countdown timer is aligned in the code so that it will always stay within view. More products do not appear for products without any related products. The hand cursor appears only on the View Details button for products without any related products. The selected product has a graphic to show that it is currently selected. Configuring in Flash Banner The Banner is the 300 x 600 unit containing initial state content. This unit contains up to three products with parallax movement within the boundary of banner. It also launches the Panel. 8

9 To customize the Banner: Open mindmap_banner.fla. Familiarize yourself with the template. Frame 1 contains EBBase.Init(this), Please don t remove this code. Frame 2 contains logic to check if Smartversion is loaded or not. If Smartversion is loaded then only next frame will be showed. Frame 3 contains all event listeners and initializing the Mindmap banner class that handle all the banner logic. o MindmapBanner.getInstance() : will return Mindmap banner class object. This class is created on single tone logic so that only single object will be created of this class. o mindmap_banner.init(this, this.container_mc) : Will initialize the class by passing stage reference and the container movieclip that holding the product thumbnails. o When loaded, a short animation plays that brings all layers within view. o The content layer contains all the parallax layers. You can customize these by entering their timelines until you get to the individual "windows," which are instances of the container_mc movie clip. Note: You may graphically customize the objects, but do not change their dimensions, layout, or instance names. o All the product thumbnails are in container_mc. The product thumbnails themselves are use ProductThumbnail (in the library) as a base movie clip. image_mc contains the product image. title_txt contains the product name subtitle_txt contains a short description of the product. To define the products that appear in the Banner, in the Mediamind Workshop panel, go to the SmartVersion tab and enter all necessary information 9

10 Each tab represent product, each product contains following information o Product Image: To update product image for any of the three products, select Product Image from Smart items panel and select image_mc row. A popup will appear for selecting other image. o Title: To update product title of any product. Select Title row from Smart Items panel in left and then select row showing title_text. A popup will appear asking for new text. o Sub Title: To update product title of any product. Select Sub Title row from Smart Items panel in left and then select row showing subtitle_text. A popup will appear asking for new text. o Id: Assign product id to each product, whenever the product is clicked following id is use to load product details in panel. Please make sure product with this ID is available in ProductDetails.xml Click on save. Publish the FLA. Panel The Panel is the 974 x 600 unit containing expanded state content. It shows six products at a time, with the selected product highlighted at the center and five related products hovering around the selected product. To customize the Panel: Open mindmap_panel.fla. Familiarize yourself with the template. Frame 1 contains EBBase.Init(this), Please don t remove this code. Default expand animation will play and playhead only stops at frame 20. Frame 20 contains all event listeners and initializing the Mindmap panel class that handle all the panel logic. o MindmapPanel.getInstance() : will return Mindmap panel class object. This class is created on single tone logic so that only single object will be created of this class. o mindmap_panel.init(this) : Will initialize the panel class by passing stage reference. o When panel loaded, a expand animation will play and brings all layers within view. o The content layer contains all the parallax layers. You can customize these by entering their timelines until you get to the individual "windows," which are instances of the container_mc movie clip. Note: You may graphically customize the objects, but do not change their dimensions, layout, or instance names. o All the product thumbnails are in container_mc. The product thumbnails themselves are use ProductThumbnail (in the library) as a base movie clip. o image_mc contains the product image. o title_txt contains the product name o subtitle_txt contains a short description of the product. 10

11 Editing productdetails.xml Open productdetails.xml in a text or XML editor. This file contains all the products to appear in the Panel. Edit productdetails.xml according to the following XML structure: o <categories> Contains all the categories. Do not edit this tag. <category> A category. Contains the following attributes: id: A category ID number. This must be unique among all categories. producttoshow: The ID of the product to show when this category is loaded. label: The name of the category as displayed in the Select a Category list. o <product> A product. Contains the following attributes: id: A product ID number. This must be unique among all products. name: A product display name. imageid: The ID of the image to be loaded for this product. categoryid: The ID of the category to which this product belongs. relatedproducts: A comma-delimited list of IDs of all the products related to this product. You can enter up to five related product IDs. If this attribute is blank, the product thumbnail will not be clickable. url: The URL of the product's page. This URL is launched when the user clicks the View details button in an expanded thumbnail. Note: If this product is the producttoshow of a category, make sure you do not leave this attribute blank. Otherwise, other products in the category may not be accessible. <copy> A detailed description of the product. This is displayed when the user expands the product panel by mousing over it. Format API The API is defined in MindmapBanner.as and MindmapPanel.as, used to abstract some of the ad s lower level logic, exposing the core functionality you might use when building the Mindmap format. Public Methods These functions are used by the format to handle ad playback. There is also additional code to expose these functions to the JavaScript, code to add collapse and expand functionality to the collapse/expand button. getinstance():mindmapbanner Returns a single instance of the MindmapBanner class to avoid creating multiple instances with inconsistent runtime values. For more information regarding this technique you can research the Singleton design pattern. 11

12 getinstance():mindmappanel Returns a single instance of the MindmapPanel class to avoid creating multiple instances with inconsistent runtime values. For more information regarding this technique you can research the Singleton design pattern. expand(sp:movieclip):void Expands the panel. Parameters sp:movieclip Reference to selected product movieclip in banner. collapse():void Collapse the Ad. addjseventlistener(eventtype:string, callback:function, interad:boolean = false):string Calls out to javascript to subscribe to the various ad events listed below. Parameters eventtype:string The type of ad event to listen for. The specific ad events listed below will be dispatched by default. callback:function The flash function you want to be notified when the event is dispatched. interad:boolean Setting this value to true indicates that the event may come from another ad on the page. You will still receive events of the same type from your ad. Return Value This function returns a string that corresponds to a unique ID held in javascript. This ID is used to unsubscribe from an event if necessary. removejseventlistener(callbackid:string):void Calls out to javascript to unsubscribe from the various ad events listed below. Parameters callbackid:string Returned from the addjseventlistener function corresponding to a unique ID held in javascript. dispatchjsevent (eventtype:string, param:object = null):void Calls out to javascript to call who subscribe event. Parameters eventtype:string The type of ad event to listen for. The specific ad events listed below will be dispatched by default. Param:Object Option parameter if need to pass to listener. 12

13 Events * All Event callbacks should accept an event parameter typed as an Object. Ex: function handleevent(event:object):void * The event object passed to the callback will always contain an event type. Ex: trace(event.type) //expandcomplete AdEvent.START Dispatched when the ad has finished loading and is ready to start. AdEvent.CLICK Dispatched upon a user click-through. AdEvent.EXPAND Dispatched when an expansion to the external panel is requested. AdEvent.RETRACT Dispatched when a retraction from the external panel is requested. AdEvent.RETRACT_COMPLETE Dispatched when a retraction from the external panel has completed. Setting up in Platform Uploading Dynamic content After uploading Ad to platform you have you need to manually upload productdetails.xml Once Ad is uploaded to platform, platform will give alert of uploading Dynamic content. Advanced Features > Dynamic Content Scan for Dynamic content Select producdetails.xml Upload productdetails.xml to platform from you Ad folder. Select uploaded productdetails.xml from Ad folder on platform. Click on Select and save. After uploading dynamic content xml to platform your final screen will look like this. 13

14 Applying Custom Scripts The custom script should already be attached to the ad when it is uploaded from the MXP. You can confirm this by doing the following. 1. In Sizmek MDX, go to the Setup tab. 2. Select the Advanced Features section, and expand the Custom JS area. 3. Copy and paste this code to the Trigger JavaScript on Scripts Pre-load text field: New Client Delivery : Old Client Delivery : *To enable new client, make sure the Use new client mechanism checkbox is selected. 4. Click Save. Custom Variables Custom Variables for this format can be configured using either the Sizmek Workshop or Sizmek MDX once your ad is created. Configuring in Workshop In the Sizmek Workshop, go to the Settings tab. Next select the Variables menu. Click the Add Variable button to enter the appropriate values or double click an existing variable to edit it. 14

15 When are done click the Save button. When you upload the ad these values will maintain their state in the platform. Configuring in Platform In Sizmek MDX, go to the Setup tab. Select the Advanced Features section, and expand the Variables area. Click the New button to enter the appropriate values or double click an existing variable to edit it. When done, click the Save button. Custom Variables Definitions Name:Type Default Value Description Accepted Values mdautorepositioninterval:integer 0 If the value is greater than 0 the default panel will be automatically repositioned to the top left corner of the ad s banner. This happens on a timed interval that will run according the amount of milliseconds entered. mdeyedivzindex : String undefined If this value is not undefined the eye div s z-index will be set to the value provided. Some publishers require a specific z-index to avoid interfering with the other page elements. mdtrackbyproductid:boolean No If yes, tracking will be fired based on product id. If No, tracking will be fired based on produt thumb position appearing in panel. >=0 >=0 true/false Mindmap tracking Click_Main sent EVERY TIME the user clicks through on the banner Click_Product_N sent EVERY TIME the user clicks through on the View Details. N will be thumbnail id User_Click_Prev_Product 15

16 sent EVERY TIME the user clicks on a prev product icon. User_Click_Center_Product sent EVERY TIME the user clicks on a center product icon. User_Click_Product_N sent EVERY TIME the user clicks on a product icon. N will be thumbnail id Change Log Release: May 26, 2014 ( v 1.4 ) Sizmek rebranding ZXP released 16

17 Notice The information contained in this document is proprietary and confidential to Sizmek and/or any of its affiliated companies. Disclosure, copying, reproduction, storing or any use of this document or any part thereof without the express prior, written consent of Sizmek or its authorized representatives is strictly prohibited. The information furnished in this document is believed to be accurate and reliable. However no responsibility is assumed by Sizmek for the use of this information. Sizmek reserves the right to make changes to the information included in this document at any time and without notice. Flash is either a registered trademark or trademark of Adobe Systems Incorporated in the United States and/or other countries. Trademark Note: Sizmek, the Sizmek logo, Sizmek Rich Media, Sizmek Mobile, Sizmek Video, Sizmek Channel Connect, Sizmek Workshop, etc. are trademarks and/or registered trademarks of Sizmek. All other trademarks are the property of their respective owners.

Sizmek Formats. Swell. Build Guide

Sizmek Formats. Swell. Build Guide Formats Swell Build Guide Table Of Contents Overview... 4 Supported Platforms... 4 Specifications... 4 Known Issues... 4 Ad Behavior Screenshots... 5 Before you Begin... 6 Template Included Files... 6

More information

Sizmek Formats. Collage. Build Guide

Sizmek Formats. Collage. Build Guide Formats Collage Build Guide Table Of Contents Overview... 3 Supported Platforms... 3 Specifications... 3 Known Issues... 3 Ad Behavior Screenshots... 4 Template Included Files... 8 Setting up in Workshop...

More information

Sizmek. Sizmek Formats. Custom Header. Build Guide. Copyright 2014 Sizmek. All rights reserved. 1

Sizmek. Sizmek Formats. Custom Header. Build Guide. Copyright 2014 Sizmek. All rights reserved. 1 Sizmek Formats Custom Header Build Guide 1 Table Of Contents Overview... 3 Supported Platforms... 7 Specifications... 8 Known Issues... 8 Ad Interaction Tracking... 8 Ad Clickthrough... 9 Template Included

More information

The In-Stream LogoKit is an In-Stream linear and non-linear ad format that plays in VPAID-compliant video players. The ad displays icons in the

The In-Stream LogoKit is an In-Stream linear and non-linear ad format that plays in VPAID-compliant video players. The ad displays icons in the The In-Stream LogoKit is an In-Stream linear and non-linear ad format that plays in VPAID-compliant video players. The ad displays icons in the bottom-right corner of the player which, when clicked, open

More information

HTML5 Standard Banner

HTML5 Standard Banner Sizmek Formats HTML5 Standard Banner Build Guide Table of Contents Overview... 2 Supported Platforms... 3 Demos/Downloads... 3 Known Issues... 3 Recommended Specs... 3 Implementing an HTML5 Standard Banner...

More information

Sizmek Features. Wallpaper. Build Guide

Sizmek Features. Wallpaper. Build Guide Features Wallpaper Build Guide Table Of Contents Overview... 3 Known Limitations... 4 Using the Wallpaper Tool... 4 Before you Begin... 4 Creating Background Transforms... 5 Creating Flash Gutters... 7

More information

Sizmek Formats. HTML5 Page Skin. Build Guide

Sizmek Formats. HTML5 Page Skin. Build Guide Formats HTML5 Page Skin Build Guide Table of Contents Overview... 2 Supported Platforms... 7 Demos/Downloads... 7 Known Issues:... 7 Implementing a HTML5 Page Skin Format... 7 Included Template Files...

More information

Spotify Homepage Takeover

Spotify Homepage Takeover Formats Spotify Homepage Takeover Build Guide Table of Contents Overview... 2 Supported Platforms... 3 Known Issues... 3 Implementing a Spotify Homepage Takeover... 3 Included Template Files... 3 HTML...

More information

Image Upload... 2. Known Issues...3. Implementing the Block...4. Using Adobe SWC files...4. Configuring in Flash...5

Image Upload... 2. Known Issues...3. Implementing the Block...4. Using Adobe SWC files...4. Configuring in Flash...5 Image Upload... 2 Known Issues...3 Implementing the Block...4 Using Adobe SWC files...4 Configuring in Flash...5 Setting Up in the Sizmek MDX Platform...8 Image Upload The Image Upload Block enables advertisers

More information

Table of Contents. Overview... 2. Supported Platforms... 3. Note... 3. Demos/Downloads... 3. Known Issues... 4. Use Case... 4

Table of Contents. Overview... 2. Supported Platforms... 3. Note... 3. Demos/Downloads... 3. Known Issues... 4. Use Case... 4 Table of Contents Overview... 2 Supported Platforms... 3 Note... 3 Demos/Downloads... 3 Known Issues... 4 Use Case... 4 Included Files and Parameters... 5 Implementing the Block... 7 Setting Up A Nimbb

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

Sizmek Formats. IAB Mobile Pull. Build Guide Sizmek Formats IAB Mobile Pull Build Guide Table of Contents Overview...3 Supported Platforms... 6 Demos/Downloads... 6 Known Issues... 6 Implementing a IAB Mobile Pull Format...6 Included Template Files...

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

Polling Banner... 2. Known Issues... 2. Implementing the Block... 3. Configuring in Flash... 3 AS2... 3 AS3... 8

Polling Banner... 2. Known Issues... 2. Implementing the Block... 3. Configuring in Flash... 3 AS2... 3 AS3... 8 Polling Banner... 2 Known Issues... 2 Implementing the Block... 3 Configuring in Flash... 3 AS2... 3 AS3... 8 Setting Up in the Sizmek MDX Platform... 12 Polling Banner The Polling Banner Block allows

More information

SizmekFeatures. HTML5JSSyncFeature

SizmekFeatures. HTML5JSSyncFeature Features HTML5JSSyncFeature Table of Contents Overview... 2 Supported Platforms... 2 Demos/Downloads... 3 Note... 3 For Tags Served in iframes... 3 Features... 3 Use Case... 3 Included Files... 4 Implementing

More information

CONNECTING A CLOUD CAMERA TO NCS

CONNECTING A CLOUD CAMERA TO NCS Next Level Security Systems Cloud Services (NCS) provides centralized, cloud-based configuration and management for individual or multiple Sony IPELA, Gen V and above cameras. Video from Sony IPELA cameras

More information

Working with Video in PowerPoint 2010

Working with Video in PowerPoint 2010 518 442-3608 Working with Video in PowerPoint 2010 Adding video to a PowerPoint presentation can be very useful. In this handout we will explore many of the program s video options. When you start PowerPoint

More information

Accessing the Online Meeting Room (Blackboard Collaborate)

Accessing the Online Meeting Room (Blackboard Collaborate) Step 1: Check your System and Install Required Software NOTE: Make sure you are on the computer you will be using to access the online meeting room AND that you are using the internet browser (ie: firefox,

More information

Standard Client Configuration Requirements

Standard Client Configuration Requirements Test Developer s Studio (TDS) Standard Client Configuration Requirements Information Technologies (IT) Content Applications Development Group (CADG) Version 1.0 February 20, 2008 Copyright 2008 by NCS

More information

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE Learning Management System (LMS) Quick Tips Contents Process Overview... 2 Sign into the LMS... 3 Troubleshooting... 5 Required Software... 5 Mobile devices are not supported... 5 Using the Check System

More information

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business 2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update

More information

Moderator Guide. o m N o v i a T e c h n o l o g i e s 8 5 8 8 K a t y F r e e w a y H o u s t o n, T X 7 7 0 2 4 + 1 2 8 1-5 0 0-4 0 6 5

Moderator Guide. o m N o v i a T e c h n o l o g i e s 8 5 8 8 K a t y F r e e w a y H o u s t o n, T X 7 7 0 2 4 + 1 2 8 1-5 0 0-4 0 6 5 Moderator Guide o m N o v i a T e c h n o l o g i e s 8 5 8 8 K a t y F r e e w a y H o u s t o n, T X 7 7 0 2 4 + 1 2 8 1-5 0 0-4 0 6 5 TABLE OF CONTENTS Room Access -------------------------------------------------------------------------------------------------------------

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS...

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS... Basic User Guide Table of Contents INTRODUCTION...1 CAMPAIGNER FEATURES...1 WHO SHOULD READ THIS GUIDE?...1 GETTING STARTED...2 LOGGING IN TO CAMPAIGNER...2 DASHBOARD...3 Modify Your Dashboard...4 EMAIL

More information

Audio and Web Conferencing

Audio and Web Conferencing Audio and Web Conferencing 1 Moderator Touch Tone Commands 3 System Requirements 4 Browsers Operating Systems Plug-ins Internet Connection Hardware Joining your Web Conference 5 Ending your Web Conference

More information

How to create a Flash banner advert in DrawPlus X2

How to create a Flash banner advert in DrawPlus X2 How to create a Flash banner advert in DrawPlus X2 Open DrawPlus X2 and choose Start New: Keyframe Animation Select WebPlus 10 Flash Banner and click on Open The work area should look like the screenshot.

More information

Creative Cloud for Web Design

Creative Cloud for Web Design Creative Cloud for Web Design Level: Duration: Time: Cost: Fast Track - Introduction 5 Days 9:30 AM - 4:30 PM 997 Overview Like the Dreamweaver Jumpstart course, the Creative Suite for Web Design course

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Remote Viewer Recording Backup

Remote Viewer Recording Backup Remote Viewer Recording Backup Introduction: In this tutorial we will explain how to retrieve your recordings using the Web Service online. Using this method you can backup videos onto your computer using

More information

emarketing Manual- Creating a New Email

emarketing Manual- Creating a New Email emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a

More information

Welcome! Want to find out more? Follow this tutorial, then launch Part 1 to get started.

Welcome! Want to find out more? Follow this tutorial, then launch Part 1 to get started. Welcome! Welcome to the Business Plan Wizard, an interactive learning environment all about business planning. You and two other students named Trina and Jordan are about to meet a Wizard who will show

More information

New and Improved DocuSign Signing Experience Information Guide

New and Improved DocuSign Signing Experience Information Guide New and Improved DocuSign Signing Experience Information Guide On December 5th, as part of the DocuSign Winter 15 Release, DocuSign will launch a new and improved version of the signing experience. The

More information

Welcome to Corel VideoStudio Pro X5

Welcome to Corel VideoStudio Pro X5 Contents Welcome to Corel VideoStudio Pro X5............................ 2 New Features and Enhancements................................ 4 Getting to Know the Workspace.................................

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

GLOBAL CROSSING READY-ACCESS WEB MEETING. User Guide GETTING STARTED FEATURES INSTALLING THE JAVA PLUG-IN 9 SYSTEM REQUIREMENTS 9

GLOBAL CROSSING READY-ACCESS WEB MEETING. User Guide GETTING STARTED FEATURES INSTALLING THE JAVA PLUG-IN 9 SYSTEM REQUIREMENTS 9 GLOBAL CROSSING READY-ACCESS WEB MEETING User Guide GETTING STARTED > SETTING UP A CONFERENCE 2 > LOGIN TO READY-ACCESS WEB MEETING 2 FEATURES > CHAIRPERSON CONFERENCE CONTROL SCREEN 3 > WEB CONTROLS Start

More information

1. Right click using your mouse on the desktop and select New Shortcut.

1. Right click using your mouse on the desktop and select New Shortcut. offers 3 login page styles: Standard Login, List Login or Quick Time Punch. Each login page can be saved as a shortcut to your desktop or as a bookmark for easy fast login access. For quicker access to

More information

WEB DESIGN COURSE CONTENT

WEB DESIGN COURSE CONTENT WEB DESIGN COURSE CONTENT INTRODUCTION OF WEB TECHNOLOGIES Careers in Web Technologies How Websites are working Domain Types and Server About Static and Dynamic Websites Web 2.0 Standards PLANNING A BASIC

More information

Inside Blackboard Collaborate for Moderators

Inside Blackboard Collaborate for Moderators Inside Blackboard Collaborate for Moderators Entering a Blackboard Collaborate Web Conference 1. The first time you click on the name of the web conference you wish to enter, you will need to download

More information

8x8 Click2Pop User Guide

8x8 Click2Pop User Guide USER GUIDE 8x8 User Guide Getting Started with April 2014 Contents Introduction... 3 What s new.... 3 8x8.... 3 Here is how works...4 8x8 Click2Connect.... 4 Requirements.... 4 Installation on Microsoft

More information

ITP 101 Project 3 - Dreamweaver

ITP 101 Project 3 - Dreamweaver ITP 101 Project 3 - Dreamweaver Project Objectives You will also learn how to make a website outlining your company s products, location, and contact info. Project Details USC provides its students with

More information

How to Edit an Email. Here are some of the things you can do to customize your email:

How to Edit an Email. Here are some of the things you can do to customize your email: How to Edit an Email Editing a new email created during the Create an Email wizard or editing an existing email in the Edit Email section of the Manage Emails tab is easy, using editing tools you re probably

More information

MediaMind Pushdown Banner Creation Using the Workshop

MediaMind Pushdown Banner Creation Using the Workshop MediaMind Pushdown Banner Creation Using the Workshop Step 1 Open up the MediaMind Workshop (if you don t have this installed, you can download the files here.) This must be installed when creating ads

More information

+ Create, and maintain your site

+ Create, and maintain your site T4 Basics Version 1.0 + Create, and maintain your site With T4, you are in control of the content of your website. Feel free to be creative, and keep your site up to date. Few of T4 Features Media Library

More information

Organizational Development Qualtrics Online Surveys for Program Evaluation

Organizational Development Qualtrics Online Surveys for Program Evaluation The purpose of this training unit is to provide training in an online survey tool known as Qualtrics. Qualtrics is a powerful online survey tool used by many different kinds of professionals to gather

More information

Adobe Creative Suite: Introduction for Web Design

Adobe Creative Suite: Introduction for Web Design coursemonster.com/uk Adobe Creative Suite: Introduction for Web Design View training dates» Overview Website design can be confusing to get started with. But with our Adobe Certified Instructor led class

More information

Figure 3.5: Exporting SWF Files

Figure 3.5: Exporting SWF Files Li kewhatyou see? Buyt hebookat t hefocalbookst or e Fl ash + Af t eref f ect s Chr i sjackson ISBN 9780240810317 Flash Video (FLV) contains only rasterized images, not vector art. FLV files can be output

More information

Acrobat X Pro Accessible Forms and Interactive Documents

Acrobat X Pro Accessible Forms and Interactive Documents Contents 2 PDF Form Fields 2 Acrobat Form Wizard 5 Enter Forms Editing Mode Directly 5 Create Form Fields Manually 6 Forms Editing Mode 8 Form Field Properties 11 Editing or Modifying an Existing Form

More information

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01 ShoreTel 13 Part Number 850-1234-01 Document and Software Copyrights Copyright 1998-2012 by ShoreTel Inc., Sunnyvale, California, USA. All rights reserved. Printed in the United States of America. Contents

More information

<Chapter Heading> 1. RedDot CMS Training End User Guide. 2006 RedDot Solutions. RedDot CMS End User Training

<Chapter Heading> 1. RedDot CMS Training End User Guide. 2006 RedDot Solutions. RedDot CMS End User Training 1 RedDot CMS Training End User Guide 2006 RedDot Solutions RedDot CMS End User Training Privacy Policy Confidential & Proprietary This information is intended for the use of the individual

More information

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE 1 TABLE OF CONTENTS Introduction 3 Parts of the Government Web Template (GWT) 4 Logging In and Getting Started 5 GWT Joomla! Module Map 8 Editing the Top Bar

More information

Setting up for Adobe Connect meetings

Setting up for Adobe Connect meetings Setting up for Adobe Connect meetings When preparing to lead a live lecture or meeting, you probably ensure that your meeting room and materials are ready before your participants arrive. You run through

More information

CREATE A 3D MOVIE IN DIRECTOR

CREATE A 3D MOVIE IN DIRECTOR CREATE A 3D MOVIE IN DIRECTOR 2 Building Your First 3D Movie in Director Welcome to the 3D tutorial for Adobe Director. Director includes the option to create three-dimensional (3D) images, text, and animations.

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

Website Editor User Guide

Website Editor User Guide CONTENTS Minimum system requirements... 3 Pc... 3 Design your website... 4 design assistant... 4 themes... 4 headers... 5 website content editor... 7 text editor toolbar... 7 Main menu items... 15 edit

More information

Content Author's Reference and Cookbook

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

More information

Creating an Event Registration Web Page with Special Features using regonline Page 1

Creating an Event Registration Web Page with Special Features using regonline Page 1 Creating an Event Registration Web Page with Special Features using regonline 1. To begin, enter www.regonline.com in your browser s address bar. A red arrow on each screen shot shows you where to place

More information

CourseBuilder Extension ADOBE elearning SUITE 6

CourseBuilder Extension ADOBE elearning SUITE 6 CourseBuilder Extension ADOBE elearning SUITE 6 Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: Getting Started Overview..............................................................................................................

More information

QQConnect Overview Guide

QQConnect Overview Guide QQConnect Overview Guide Last Updated: 3/20/2015 About QQConnect QQConnect is an add-on utility for QQCatalyst that makes it easy to transfer documents and e- mails from your Windows desktop or desktop

More information

Using MindManager 14

Using MindManager 14 Using MindManager 14 Susi Peacock, Graeme Ferris, Susie Beasley, Matt Sanders and Lindesay Irvine Version 4 September 2014 2011 Queen Margaret University 1. Navigating MindManager 14... 3 Tool Bars and

More information

Mail Chimp Basics. Glossary

Mail Chimp Basics. Glossary Mail Chimp Basics Mail Chimp is a web-based application that allows you to create newsletters and send them to others via email. While there are higher-level versions of Mail Chimp, the basic application

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007

Getting Started with Microsoft Office Live Meeting. Published October 2007 Getting Started with Microsoft Office Live Meeting Published October 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009 Getting Started with Microsoft Office Live Meeting Published October 2007 Last Update: August 2009 Information in this document, including URL and other Internet Web site references, is subject to change

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

ONLINE PREVIEWER MANUAL

ONLINE PREVIEWER MANUAL ONLINE PREVIEWER MANUAL Version: 1.20120103 1 Table of Contents 2 About the Adrime Previewer... 3 2.1 Accessing the Previewer... 3 2.2 Account overview... 4 3 Setting up your flight... 6 3.1 Step 1: Uploading

More information

Vodafone Business Product Management Group. Hosted Services Announcer Pro V4.6 User Guide

Vodafone Business Product Management Group. Hosted Services Announcer Pro V4.6 User Guide Vodafone Business Product Management Group Hosted Services Announcer Pro V4.6 User Guide Vodafone Group 2010 Other than as permitted by law, no part of this document may be reproduced, adapted, or distributed,

More information

Editing your Website User Guide

Editing your Website User Guide User Guide Adding content to your Website To add or replace content on your website you will need to log in to your Content Management System (Joomla) using your username and password. If you do not already

More information

ClickView Digital Signage User Manual

ClickView Digital Signage User Manual ClickView Digital Signage User Manual Table of Contents 1. What is ClickView Digital Signage?... 3 2. Where do I find ClickView Digital Signage?... 3 2.1. To find ClickView Digital Signage... 3 3. How

More information

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 1 TABLE OF CONTENTS 2 What is Appspace For Digital Signage... 4 3 Access Appspace... 4 4 Best Practices and Notes... 4 5 Appspace

More information

Smart Versioning Creative Best Practices

Smart Versioning Creative Best Practices Smart Versioning Creative Best Practices What is Smart Versioning? The collection of features inside the MediaMind Platform that allow users to: Ø Create target audiences, based on a geography or behavioral

More information

Blackboard 1: Course Sites

Blackboard 1: Course Sites Blackboard 1: Course Sites This handout outlines the material covered in the first of four workshops on teaching with Blackboard. It will help you begin building your Blackboard course site. You will learn

More information

MULTIFUNCTIONAL DIGITAL COLOR SYSTEMS / MULTIFUNCTIONAL DIGITAL SYSTEMS. e-filing Guide

MULTIFUNCTIONAL DIGITAL COLOR SYSTEMS / MULTIFUNCTIONAL DIGITAL SYSTEMS. e-filing Guide MULTIFUNCTIONAL DIGITAL COLOR SYSTEMS / MULTIFUNCTIONAL DIGITAL SYSTEMS e-filing Guide 2012-2014 TOSHIBA TEC CORPORATION All rights reserved Under the copyright laws, this manual cannot be reproduced in

More information

Windows Live Movie Maker Tutorial

Windows Live Movie Maker Tutorial Introduction Welcome to the Windows Live Movie Maker (WLMM) Tutorial. This tutorial will help you create, edit, and finalize your WLMM video project. Table of Contents Creating and Saving a Project.. Importing

More information

4.3. Windows. Tutorial

4.3. Windows. Tutorial 4.3 Windows Tutorial May 2013 3 Introduction The best way to get started using Wirecast is to quickly work through all its main features. This tour presents a series of three tutorials, each designed

More information

GETTING STARTED TABLE OF CONTENTS

GETTING STARTED TABLE OF CONTENTS imovie 11 Tutorial GETTING STARTED imovie 11 is consumer-level digital video editing software for Macintosh. You can use imovie 11 to edit the footage you film with digital video cameras and HD video cameras.

More information

SARS Anywhere Student Appointment and Scheduling System

SARS Anywhere Student Appointment and Scheduling System SARS Anywhere Student Appointment and Scheduling System Contents Accessing SARS Anywhere... 2 Password... 2 Supported Browsers and Devices... 3 Dashboard... 3 Quick Links... 4 User Preferences... 5 Master

More information

Student Getting Started Guide

Student Getting Started Guide with with Student Getting Started Guide TABLE OF CONTENTS Table of Contents FIRST STEPS TO ENSURE SUCCESS... 3 Ensure System Requirements are met on Your Computer... 3 Find Out Which Operating System Is

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

! Spreecast Help Guide: How to Produce a Spreecast!

! Spreecast Help Guide: How to Produce a Spreecast! ! Spreecast Help Guide: How to Produce a Spreecast! This document is meant to serve as in-depth guide for how to create and produce a spreecast. That said, if you have any questions or issues that are

More information

Drop Shipping. Contents. Overview 2. Quick Tips 3. Basic Setup 4. Drop Ship Options 5. File Pickup Options 6. E-Mail Messages 8

Drop Shipping. Contents. Overview 2. Quick Tips 3. Basic Setup 4. Drop Ship Options 5. File Pickup Options 6. E-Mail Messages 8 Contents Overview 2 Quick Tips 3 Basic Setup 4 Drop Ship Options 5 File Pickup Options 6 E-Mail Messages 8 The Drop Shipments Log 9 Maxum Development Corp. Overview One very common file transfer task is

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

Website Editor User Guide

Website Editor User Guide CONTENTS Minimum System Requirements... 3 Design Your Website... 3 Choosing your Theme... 4 Choosing your Header Style... 4-5 Website Content Editor... 6 Text Editor Toolbar features... 6 Main Menu Items...

More information

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

More information

AT&T Voicemail Viewer User Guide

AT&T Voicemail Viewer User Guide AT&T Voicemail Viewer User Guide Table of Contents iphone... 4 Requirements... 4 Installation... 4 Message Notification and Message Count... 6 Application... 8 Login... 8 Functionality Summary...10 Settings...

More information

This guide provides additional information about topics covered in the webinar

This guide provides additional information about topics covered in the webinar This guide provides additional information about topics covered in the webinar Scan to go there now! Copyright 2012 X.commerce, Inc. All rights reserved. Contents CHAPTER 1: Leveraging Store Content 1

More information

Creating Hyperlinks & Buttons InDesign CS6

Creating Hyperlinks & Buttons InDesign CS6 Creating Hyperlinks & Buttons Adobe DPS, InDesign CS6 1 Creating Hyperlinks & Buttons InDesign CS6 Hyperlinks panel overview You can create hyperlinks so that when you export to Adobe PDF or SWF in InDesign,

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

More information

OBIEE : Browser and Operating System Compatibility. Including Known Issues and Solutions

OBIEE : Browser and Operating System Compatibility. Including Known Issues and Solutions OBIEE : Browser and Operating System Compatibility Including Known Issues and Solutions Contents PREFACE... 2 SUPPORTED BROWSERS AND OPERATING SYSTEMS... 3 SUMMARY OF KNOWN BROWSER/OS ISSUES:... 4 ISSUE

More information

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202 1.877.204.6679 www.fourwindsinteractive.com 3012 Huron Street sales@fourwindsinteractive.com Denver CO 80202 5.1 Features Copyright 2014 Four Winds Interactive LLC. All rights reserved. All documentation

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production SoftChalk Level 1 University Information Technology Services Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production Page 1 of 49 Copyright 2013 KSU Department of University Information

More information

FAQ: troubleshooting Java for Saba Web Access

FAQ: troubleshooting Java for Saba Web Access FAQ: troubleshooting Java for Saba Web Access Published: 06/11/2013 Introduction 2 TOC 3 Contents What are the Java requirements for using Saba Meeting?...4 How do I check if I have a supported version

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

BA (Hons) Social work MA Social work PG Diploma Social work: Using PebblePad on Placement 2014-15

BA (Hons) Social work MA Social work PG Diploma Social work: Using PebblePad on Placement 2014-15 Creating assets in Pebble+ There are two ways of creating assets in Pebble+, adding files and completing Pebble+ templates. Adding files You can add file to your assets using Add new File. You then add

More information

WebEx Meeting Center User Guide

WebEx Meeting Center User Guide WebEx Meeting Center User Guide For Hosts, Presenters, and Attendees 8.17 Copyright 1997 2010 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco

More information

ECHO360 PERSONAL CAPTURE

ECHO360 PERSONAL CAPTURE ECHO360 PERSONAL CAPTURE Echo360 - Personal Capture allows a User an easy way to capture, edit, publish, and view lectures from their personal computers. Users and/or Instructors can use Echo360 to capture

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app Instructions for Configuring Your Browser Settings and Online Security FAQ s ios8 Settings for iphone and ipad app General Settings The following browser settings and plug-ins are required to properly

More information

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter)

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Content Management Systems Web Publishing Guide Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Guidelines, Glossary, Tips, URL to Log In & How to Log Out... 2 Landing

More information

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7

More information

Introduction to Adobe Connect Video Conferencing System

Introduction to Adobe Connect Video Conferencing System Introduction to Adobe Connect Video Conferencing System Adobe Connect is the Australian National University's web conferencing solution for staff and students. It has been integrated with the University's

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information