Sizmek Formats. HTML5 Hockeystick. Build Guide

Size: px
Start display at page:

Download "Sizmek Formats. HTML5 Hockeystick. Build Guide"

Transcription

1 Sizmek Formats HTML5 Hockeystick Build Guide

2 Contents Overview... 2 Supported Platforms... 4 Demos/Downloads... 4 Known Issues... 4 Important notes... 5 Implementing the HTML5 Hockeystick... 5 Customizing the HTML5 Hockeystick... 6 Common Customizations... 6 Setting Up a HTML5 Hockeystick in the Sizmek Platform... 7 Custom Variables... 8 Custom Variable Definitions... 9 Setting up Tag level variables Change Log... 11

3 Overview The HTML 5 Hockeystick format creates an ad experience which frames the site content seamlessly using 2 panels (728x90 leaderboard and a 160x600 gutter) with an optional 888x600 expanded panel. Screenshot when first loaded (Hockeystick expand) Screenshot when expanded (Hockeystick expand)

4 The HTML5 Hockeystick format consists of 2 HTML5 workspaces. 1) HTML5 Hockeystick This workspace consists of 2 panels with each panel containing a unique click through url. a. 728x90 blank default banner b. 728x90 panel leaderboard c. 160x600 panel gutter 2) HTML5 Hockeystick Expand This workspace consists of 3 panels with each panel containing a unique click through url. a. 728x90 blank default banner b. 728x90 panel leaderboard c. 160x600 panel gutter d. 888x600 panel expanded The leaderboard and gutter panels will display on the page as if they are connected together in the shape of a hockey stick. Each panel s surface area is clickable and will open to a unique landing page URL. In the event that the Hockeystick Expand template is being used, the gutter panel contains an expand button. When clicked the expand panel will open and will cover the leaderboard and gutter panels. Inter Panel communication is built into the HTML5 Hockeystick making it easier to send messages between the panel assets. This is demonstrated in the demo links as a ball that animates between the leaderboard and gutter panels. This format is compatible with desktop and mobile tablet devices and extra customizations of the ad experience is possible to meet further client and publisher specifications. Please refer to the section on custom variables This format also makes use of Tag level custom variables making it simpler for publishers to customize the ad for different pages where it may be served. Customization of the adchoice log is also possible, when enabled via custom vars the adchoice logo can either be aligned to the leaderboard or gutter panel and its position can be controlled either by using the platform positioning options or can be overridden using custom vars. See the custom variable definitions section. This format also supports an alternate fallback experience when the browser does not support HTML5 in which case 2 fallback images are served 728x90 image additional asset for the leaderboard fallback experience 160x600 image additional asset for the gutter fallback experience

5 Screenshot when alternative fallback experience is served in non-html5 supported browsers (Hockeystick expand) Supported Platforms Platform Windows Mac Tablet Android Tablets Supported Browser Version Internet Explorer 9+, Firefox, Chrome, Safari Firefox, Chrome, Safari ios 6.0 and Later ipad with ios 6 and up Android Tablet with Android 4.0 and up Surface Tablet 8.0+ Note: Supported in Mobile browsers only and not in Apps Demos/Downloads To download a template, view a demo of the HTML5 Hockeystick templates or get the latest copy of the build guide, please visit the Sizmek Template Portal in Quickbase. In the future, it may be added to the Ad Formats tab of the SHOWCASE. For more information, contact your Creative Development Specialist. Known Issues On Android devices, if you pinch/zoom, the panels may incorrectly align themselves in portrait mode due to incorrect reporting from Android browsers

6 Important notes This format is only compatible with New Client Delivery Previews and QA should be done on the Sizmek MDX platform The leaderboard and gutter panels will auto-expand on-load even if it is not enabled on the platform The banner asset acts as a placeholder. This asset should always remain blank and will not be visible on the page. Asset dimensions should remain unchanged. If there is a need to change the asset dimensions please consult with your account manager beforehand. If adchoices is enabled and the adchoices logo is set to display on the gutter panel, the adchoices logo will not display in the event that the gutter panel is hidden on tablet devices. Implementing the HTML5 Hockeystick Before you Begin Make sure you have the HTML5 Hockeystick workspace that is applicable for your campaign. Download the workspace from the Sizmek Showcase and extract it, preserving the directory structure. Template Included Files Folder Filename Description / index.html config.js Default Banner HTML file (empty) Adkit Config file. fallbackimages leaderboard_defaultimage.gif gutter_defaultimage.gif Fallback images to be used as additional assets for non HTML5 experience Scripts script.js Default banner script file images 728x90.gif logo.png 728x90 fallback Image Sizmek Logo image panels/leaderboard Index.html Leaderboard panel HTML file Layout of creative assets panels/ leaderboard /images logo.png Sizmek Logo image panels/ leaderboard /scripts script.js Leaderboard Panel JavaScript file. Script that controls panel behavior. panels/ leaderboard /styles style.css Leaderboard panel CSS style sheet Creative asset styles and CSS animation settings panels/gutter Index.html Gutter panel HTML file Layout of creative assets panels/ gutter /images logo.png Sizmek Logo image panels/ gutter /scripts script.js Gutter Panel JavaScript file. Script that controls panel behavior. panels/ gutter /styles style.css Gutter panel CSS style sheet Creative asset styles and CSS animation settings Optional Gutter panel panels/expand Index.html Expand panel HTML file Layout of creative assets panels/ expand /images logo.png Sizmek Logo image panels/ expand /scripts script.js Expand Panel JavaScript file. Script that controls panel behavior. panels/ expand /styles style.css Expand panel CSS style sheet Creative asset styles and CSS animation settings

7 Customizing the HTML5 Hockeystick All of the HTML5 Hockeystick functionality is programmed in the template files. At a minimum, the only changes you will need to make are to the loaded image or video assets and their respective styles. Note: When updating or replacing images or videos, make sure to also update references to their filenames and dimensions found in index.html and style.css as necessary. To update the layout, design, and functionality of a template, open the HTML, CSS, and JS files in a text editor. Common Customizations 1) Inter-panel communication: Communicating between the panel assets is done by using event listeners and dispatchers. To receive messages a listener event is added to the panel that needs to receive the message. addcustomscripteventlistener("animategutter",animateball,false); addcustomscripteventlistener("eventname", callback, interad); param {string} eventname param {Function} callback - Reference to a callback function. param {Boolean} interad if communication is allowed across ads To send messages, a call to the event dispatcher function is called from the panel sending the message dispatchcustomscriptevent("animategutter",{}); dispatchcustomscriptevent: function(eventname, eventdata) param {string} eventname param {object} eventdata - object that hold the event data. 2) Setting the gutter panel to fixed position: set the custom var mdgutterfixed to true / yes 3) Setting the expand panel to fixed position: set the custom var mdexpandfixed to true / yes 4) Change the location of the adchoice icon : set the custom var mdadchoicepanel to the target panel name 5) Change the position of the adchoice icon: set the custom var mdadchoiceposition (TL,TR,BL,BR,Platform) For more details and further customizations, see the section on custom variable definitions EB Video Module Templates that contain video load a video module. This module allows the video player to track video interactions and metrics. The code that loads this module looks like the code below. <script type="text/javascript">ebmodulestoload = ['Video'];</script> If needed the video module Video needs to be added the EBModulesToLoad array.

8 Testing the HTML5 Hockeystick In order to test the HTML5 Hockeystick and see the panels display correctly, the HTML5 Hockeystick needs to be setup in the Sizmek platform. Setting Up a HTML5 Hockeystick in the Sizmek Platform To set up a HTML5 Hockeystick in the Sizmek platform: 1. Archive the workspace into a new ZIP file, preserving the directory structure. You can do this with WinZip, 7Zip, or another archiving program. 2. In the Sizmek platform, under Creative Assets, create a new Workspace by uploading the ZIP file. 3. Under the Ads section, create a new ad. 4. Fill out the form. Set Ad Format to HTML5 Hockeystick. Note: On the Sizmek Platform, your user account will need access to the HTML5 Hockeystick format in the list of available custom formats. If you do not have access to this format, please reach out to Support to gain permissions for this format 5. Select the Workspace folder and default image. 6. Add a panel to the Panels List. Name it leaderboard and choose the index.html file in the panels/leaderboard folder as the Creative Asset. The Dimensions will be automatically set to 728 X 90. Set Auto Retract When to Never. 7. Add a panel to the Panels List. Name it gutter and choose the index.html file in the panels/gutter folder as the Creative Asset. The Dimensions will be automatically set to 160 X 600. Set Auto Retract When to Never. 8. If creating an ad using the optional expand panel add a panel to the Panels List. Name it expanded and choose the index.html file in the panels/expand folder as the Creative Asset. The Dimensions will be automatically set to 888 X 600. Set Auto Retract When to Never unless it is required by your publisher. 9. Under the Advanced Features section, customize the Variables to your needs, and those of your publishers. 10. Create a new placement for the ad. 11. Fill out the form. Set the Placement type to In Banner and the Banner size to 728x90 unless the ad size is different. 12. After you ve saved your placement, you can then generate preview tags to test on your web site. Custom Script Notice: Since the HTML5 Hockeystick format is a HTML5 Custom Format, there is no need to attach a custom script since the appropriate one will be pulled in automatically. For reference, the following custom script is being used:

9 Custom Variables Custom Variables for the format can be configured using either the Sizmek Workshop or the Sizmek MDX Platform once your ad is created. Tag level variables are also supported Configuring in the Platform 1) In the Sizmek MDX platform, go to the Setup tab. 2) Select the Advanced Features section, and expand the Variables area. 3) Click the New button to enter the appropriate values or double click an existing variable to edit it. 4) When are done click the Save button. Screenshot of custom variables tab in the sizmek mdx platform

10 Custom Variable Definitions Name:Type Default Value Description Accepted Values mdgutterpanelname:string gutter Name of the gutter panel Any String mdadchoicepanel leaderboard Name of adchoice panel to add the adchoice logo to when Leaderboard or Gutter panel name enabled mdadchoiceposition Platform Alignment of adchoice logo TL,TR,BL,BR,Platform mdleaderboardpanelname: String leaderboard Name of the leaderboard panel Any String mdexpandedpanelname: String expanded Name of the expanded panel Any String mdeyedivrefelement: String undefined Name of Div to append eyediv to Any String mdleaderboardanchor: String undefined The DIV ID to position the Shim div and leaderboard to mdshiminjectiontype: String L Inject the shim div using 4 set positions. First, Last, After Before mdleaderboardalign: String R Alignment of leaderboard panel Left, Center, Right mdforceleaderboardspacing: Boolean yes Force a space below the leaderboard panel Any String First letter or Full name (F) First (L) Last (A) After (B) Before L C R yes / no mdxoffset:number 0 x offset of ad positioning Any Integer < 0 > mdyoffset: Number 0 y offset of ad positioning Any Integer < 0 > mdgutterxoffset: Number 0 x offset of only gutter panel Any Integer < 0 > mdgutteryoffset: Number 0 y offset of only gutter panel Any Integer < 0 > mdexpandfixed: Boolean no Set gutter panel to fixed position yes / no mdgutterfixed: Boolean no Set gutter panel to fixed position yes / no mdexpandedxoffset: Number 0 x offset of only expanded panel Any Integer < 0 > mdexpandedyoffset: Number 0 Y offset of only expanded panel Any Integer < 0 > mdeyedivzindex: String undefined zindex of eyediv String > 0 < mdcollapseonscroll :Boolean no collapse expand panel on page scroll mdforcemobilecollapseonscroll: Boolean yes force collapse of expand panel on mobile / tablet on page scroll mdforcemobilehidegutter: Boolean no hides gutter when it does not fill the viewport width on mobile mdautorepositioninterval: Number 0 Auto repositioning Interval (number in milliseconds) yes / no yes / no yes / no Number > 0 Note: If using tag level variables, use (TRUE /FALSE) instead of YES/NO for Boolean type variables.

11 Setting up Tag level variables The below snippet of code needs to be inserted above the generated ad Tag. N.B when using tag level variables, the variables will overwrite custom vars setup on the Sizmek MDX platform <script id="mmhockeystickparameters"> // --BEGIN-- Modify below values to override custom variable values of the ad (function(){ mdhockeystickvars = { mdadchoicepanel:"leaderboard",// name of panel to align the adchoice icon to mdadchoiceposition:"platform",//position of adchoice logo,tl,tr,bl,br,platform mdgutterpanelname:"gutter", //name of gutter panel mdleaderboardpanelname:"leaderboard",// name of leaderboard panel mdexpandedpanelname:"expanded",// name of expanded panel mdleaderboardanchor:"undefined",// the DIV ID to align the leaderboard into mdeyedivrefelement:"undefined", // eyediv Element repositinging mdshiminjectiontype:"l",// Inject shim div using 4 options (B/F/L/A) mdleaderboardalign:"r",// alignment of leaderboard swf mdforceleaderboardspacing:true, // force leaderboard spacing mdxoffset:0, // x offset of ad positioning mdyoffset:0, // y offset of ad positioning mdgutterxoffset:0, // x offset of only gutter positioning mdgutteryoffset:0, // y offset of only gutter positioning mdgutterfixed :false, // Gutter Panel Fixed positioning mdexpandfixed :false, // Expand Panel Fixed positioning mdexpandedxoffset:0, // x offset of only expanded positioning mdexpandedyoffset:0, // y offset of only expanded positioning mdcollapseonscroll:false, // collaspe expand panel on page scroll; mdforcemobilecollapseonscroll:true, // force collapse of expand panel on scroll mdforcemobilehidegutter:false,//hides gutter when it does not fill the viewport mdeyedivzindex: undefined, // eyediv zindex mdautorepositioninterval:0 // autoreposition Interval }; // --END-- Modify above values to adjust behavior of the ad // DO NOT MODIFY BELOW THIS LINE window.gfebinlinebanner = ''; for (var prop in mdhockeystickvars) { if (mdhockeystickvars.hasownproperty(prop)) { window.gfebinlinebanner += '$$' + prop + '=' + HockeystickVars[prop]; } } })(); // DO NOT MODIFY ABOVE THIS LINE </script>

12 Reported Custom Interactions Name Description leaderboard Leaderboard panel clickthrough URL gutter Gutter panel clickthrough URL expanded Expanded panel clickthrough URL Change Log First Release 22/10/2015

13 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. Copyright 2015 Sizmek. All rights reserved. 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. 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

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 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. 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

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 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

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

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

Overview... 2. Included Files... 6. Implementing the Block... 7

Overview... 2. Included Files... 6. Implementing the Block... 7 Overview... 2 The DCO Block Templates...2 DCO Apparel Template Block...3 DCO Auto Template Block...4 Supported Platforms...5 Demos/Downloads...5 Benefits...5 Use Case...6 Included Files... 6 Implementing

More information

Table of Contents. Overview... 2. Supported Platforms... 3. Demos/Downloads... 3. Known Issues... 3. Note... 3. Included Files...

Table of Contents. Overview... 2. Supported Platforms... 3. Demos/Downloads... 3. Known Issues... 3. Note... 3. Included Files... Table of Contents Overview... 2 Supported Platforms... 3 Demos/Downloads... 3 Known Issues... 3 Note... 3 Included Files... 5 Implementing the Block... 6 Configuring The HTML5 Polling Block... 6 Setting

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

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

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

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

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

For General Advertising Information, call 612-673-4000 TABLE OF CONTENTS

For General Advertising Information, call 612-673-4000 TABLE OF CONTENTS digital ad specifications TABLE OF CONTENTS General Requirements... 2 Standard Display Sizes... 2 Unique Ad Formats...3-5 Billboard... 3 Interstitial... 3 Expanding Medium Rectangle... 3 Expanding Leaderboard...

More information

PLAYER DEVELOPER GUIDE

PLAYER DEVELOPER GUIDE PLAYER DEVELOPER GUIDE CONTENTS CREATING AND BRANDING A PLAYER IN BACKLOT 5 Player Platform and Browser Support 5 How Player Works 6 Setting up Players Using the Backlot API 6 Creating a Player Using the

More information

ADVERTISING SPECS. Base File Weight

ADVERTISING SPECS. Base File Weight Standard ads Creative constructed in standard web-image formats, such as GIF, JPEG, PNG as well as single file flash (SWF) executions of any of the dimensions listed below are considered standard ads.

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: support@bsetec.com Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE ADD RESERVATIONS TO YOUR WEBSITE OPENTABLE GROUP SEARCH MODULE The group search module allows users to select a specific restaurant location from a list and search tables at that location. The code below

More information

Unbranded Partner Site Customization Guide

Unbranded Partner Site Customization Guide Unbranded Partner Site Customization Guide Contents 3 Hi There! 4 Customization Checklist 5 Site Overview 8 What You Need 9 How to use Triangle 13 Site Structure 15 Customization 2 Hi There! Congratulations

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

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 Blueball Design Dynamic Content 2 Stack Readme Manual v1.0 A unique responsive stack that dynamically populates and updates a content area within the stack using a warehoused external XML flat text file

More information

Apple Applications > Safari 2008-10-15

Apple Applications > Safari 2008-10-15 Safari User Guide for Web Developers Apple Applications > Safari 2008-10-15 Apple Inc. 2008 Apple Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

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

SMARTPHONE 320x50 Small Banner. File Types Supported:.jpg.png.gif

SMARTPHONE 320x50 Small Banner. File Types Supported:.jpg.png.gif Smartphone Expandables require a 320x0 static initial banner STATIC 2 All 3P mobile tags must be secure: - Site served secure - separate click command and 1x1 tracking tag - 3P hosted - HTML & MRAID secure

More information

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com support@bowthemes.com. www.bowthemes.

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com support@bowthemes.com. www.bowthemes. 1 BT MAGAZINE JOOMLA 3.x TEMPLATE Total User Guide Version 1.0 Copyright 2013 Bowthemes.com support@bowthemes.com 1 Table of Contents INTRODUCTION... 2 Template Features... 2 Compressed File Contents...

More information

TECHNICAL SPECIFICATIONS

TECHNICAL SPECIFICATIONS TECHNICAL SPECIFICATIONS INDEX Leaderboard... 3 Medium Rectangle... 3 Skin... 3 Intro Fullscreen Flash... 3 Intro Fullscreen Video... 3 Custom (Skin+Leaderboard+Medium Rectangle)... 4 Leaderboard EXP....

More information

MetService Online Advertising Technical Specifications

MetService Online Advertising Technical Specifications MetService Online Advertising Technical Specifications Updated: 17 August 2012 FORMATS & DEADLINES Please note: If advertisements do not meet the specifications below, MetService may be unable to load

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2011 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 50 McIntosh Drive, Unit 109 Markham, Ontario ON

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

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

Web Application User Guide

Web Application User Guide www.novell.com/documentation Web Application User Guide Filr 1.2 November 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Macromedia Dreamweaver 8 Developer Certification Examination Specification

Macromedia Dreamweaver 8 Developer Certification Examination Specification Macromedia Dreamweaver 8 Developer Certification Examination Specification Introduction This is an exam specification for Macromedia Dreamweaver 8 Developer. The skills and knowledge certified by this

More information

HTML Templates Guide April 2014

HTML Templates Guide April 2014 HTML Templates Guide April 2014 Contents About These Templates How to Apply Templates to a New Content Topic How to Enable HTML Templates Which Template Page to Use How to Apply an HTML Template to a New

More information

ios App for Mobile Website! Documentation!

ios App for Mobile Website! Documentation! ios App for Mobile Website Documentation What is IOS App for Mobile Website? IOS App for Mobile Website allows you to run any website inside it and if that website is responsive or mobile compatible, you

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

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Blox. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to common

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com User Guide User Guide 1 Extension Description Successful Websites ALWAYS have logical navigation that mirror real world navigational expectations and experiences. Good menus ALWAYS looks 100% clear, because

More information

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014

ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014 1 General Guidelines 2 Newsletters 3 Rich Media 5 Video 6 Mobile Specs 7 Flash 8 Custom Content/ Microsites 8 Skin Specifications ONLINE BANNER AND EMAIL ADVERTISING SPECIFICATIONS 2014 GENERAL GUIDELINES

More information

RSW. Responsive Fullscreen WordPress Theme

RSW. Responsive Fullscreen WordPress Theme RSW Responsive Fullscreen WordPress Theme Thank you for purchasing this theme. This document covers the installation and Setting up of the theme. Please read through this Help Guide if you experience any

More information

PASTPERFECT-ONLINE DESIGN GUIDE

PASTPERFECT-ONLINE DESIGN GUIDE PASTPERFECT-ONLINE DESIGN GUIDE INTRODUCTION Making your collections available and searchable online to Internet visitors is an exciting venture, now made easier with PastPerfect-Online. Once you have

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

Quick Start Guide Mobile Entrée 4

Quick Start Guide Mobile Entrée 4 Table of Contents Table of Contents... 1 Installation... 2 Obtaining the Installer... 2 Installation Using the Installer... 2 Site Configuration... 2 Feature Activation... 2 Definition of a Mobile Application

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

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

Hermes.Net Web Campaign Page 2 26

Hermes.Net Web Campaign Page 2 26 ...................... Hermes.Net Web Campaign Page 2 26 Table of Context 1. Introduction... 3 2. Create and configure Web Campaign 4... 2.1 Create a Web Campaign 4 2.2 General Configuration... 5 2.2.1

More information

Version 1.0.0 USER GUIDE

Version 1.0.0 USER GUIDE Magento Extension Grid Manager Version 1.0.0 USER GUIDE Last update: Aug 13 th, 2013 DragonFroot.com Grid Manager v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact

More information

Merchandising with Adobe Digital Publishing Suite

Merchandising with Adobe Digital Publishing Suite Merchandising with Adobe Digital Publishing Suite Drive additional revenue through a Custom Store with Digital Publishing Suite, Enterprise Edition Table of contents 1: Business advantages of a Custom

More information

BT BACKGROUND SLIDESHOW JOOMLA EXTENSION User guide Version 2.0

BT BACKGROUND SLIDESHOW JOOMLA EXTENSION User guide Version 2.0 BT BACKGROUND SLIDESHOW JOOMLA EXTENSION User guide Version 2.0 Copyright 2012 Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...2 Related Topics...2 Product Features...2 Installing

More information

Version 1.3 OFFICIAL THEME USER GUIDE. Renova. Unique Creative Portfolio - Responsive HTML5

Version 1.3 OFFICIAL THEME USER GUIDE. Renova. Unique Creative Portfolio - Responsive HTML5 Version 1.3 OFFICIAL THEME USER GUIDE Renova Unique Creative Portfolio - Responsive HTML5 G R EE T I NG S FR OM DESIG NO VA Thank You For Purchasing Our Product. If you like this theme, we really need

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 1

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 1 Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl Web Design in Nvu Workbook 1 The demand for Web Development skills is at an all time high due to the growing demand for businesses and individuals to

More information

Advertising Spec Sheet

Advertising Spec Sheet Advertising Spec Sheet SUBMISSION GUIDELINES STANDARD : Macromedia Flash Version 10. The creative must be delivered as a.swf (Flash Player file). A.fla (Flash File) may be requested for troubleshooting

More information

PRODUCTION GUIDE. Adform HTML5 Floor Ad (1280x70 > 980x400)

PRODUCTION GUIDE. Adform HTML5 Floor Ad (1280x70 > 980x400) PRODUCTION GUIDE Adform HTML5 Floor Ad (1280x70 > 980x400) Production Guide 1 Table of Contents HTML5 Floor Ad (1280x70 > 980x400) 2 User Experience 2 Creative assets 2 Banner asset 2 Video component 3

More information

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide Introduction This quick-start guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...

More information

Filr 2.0 Web Application User Guide. February 2016

Filr 2.0 Web Application User Guide. February 2016 Filr 2.0 Web Application User Guide February 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Drupal CMS for marketing sites

Drupal CMS for marketing sites Drupal CMS for marketing sites Intro Sample sites: End to End flow Folder Structure Project setup Content Folder Data Store (Drupal CMS) Importing/Exporting Content Database Migrations Backend Config Unit

More information

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature Exercise: Building a Responsive Page with the Fluid Grid Layout Feature Now that you know the basic principles of responsive web design CSS3 Media Queries, fluid images and media, and fluid grids, you

More information

RichPromo User Guide PAGE 1

RichPromo User Guide PAGE 1 RichPromo User Guide Product Description RichPromo is a campaign management platform that personalizes and optimizes content to ensure the most relevant and effective promotion is being shown to each shopper

More information

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a Net 2 NetApp Electronic Library User Guide for Net 2 Client Version 6.0a Table of Contents 1 INTRODUCTION AND KEY FEATURES... 3 SOME OF THE KEY FEATURES INCLUDE:... 3 INSTALLATION PREREQUISITES:... 3 2

More information

How to File the FBAR Electronically. The following steps describe the process of filing an FBAR electronically with our system.

How to File the FBAR Electronically. The following steps describe the process of filing an FBAR electronically with our system. Prerequisite How to File the FBAR Electronically The following steps describe the process of filing an FBAR electronically with our system. Our site requires use of the free Adobe Reader product to properly

More information

Egnyte for Power and Standard Users. User Guide

Egnyte for Power and Standard Users. User Guide Egnyte for Power and Standard Users User Guide Egnyte Inc. 1350 West Middlefield Road. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) Revised June 2015 Table of Contents Chapter 1: Getting

More information

SAHARA FASHION15 RESPONSIVE MAGENTO THEME

SAHARA FASHION15 RESPONSIVE MAGENTO THEME SAHARA FASHION15 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_fashion15 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

How To Install the Virtual Learning App

How To Install the Virtual Learning App Table of Contents Installation Instructions... 2 MAC: Using Firefox... 2 MAC: Using Chrome... 6 Disabling PepperFlash... 9 MAC: Using Safari Unsafe Mode We Can t Control So Use Firefox or Chrome... 11

More information

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design...

Contents The Design Chooser... Mail Designer Pro 2 at a glance... The contents window... Working with text... Your first mail design... Mail Designer Pro 2 Contents The Design Chooser... 4 Mail Designer Pro 2 at a glance... 5 The contents window... 6 Your first mail design... 9 Creating a new design... 9 Working with layout blocks... 9

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

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

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

The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how:

The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how: User Manual First of all, congratulations on being a person of high standards and fine tastes! The Kintivo Forms web part is loaded with features which provide you with a super easy to use, yet very powerful

More information

Reference Guide for WebCDM Application 2013 CEICData. All rights reserved.

Reference Guide for WebCDM Application 2013 CEICData. All rights reserved. Reference Guide for WebCDM Application 2013 CEICData. All rights reserved. Version 1.2 Created On February 5, 2007 Last Modified August 27, 2013 Table of Contents 1 SUPPORTED BROWSERS... 3 1.1 INTERNET

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Get started with your new SellerDeck Responsive Design Inside this guide we will cover some of the basics, on how to change various aspects of your new SellerDeck Responsive Design.

More information

Labour Market Programs Support System. LaMPSS Computer Compatibility Guide

Labour Market Programs Support System. LaMPSS Computer Compatibility Guide Labour Market Programs Support System LaMPSS Computer Compatibility Guide Prepared by: LaMPSS Operations Support June 2012 Version: 1.1 2011 Nova Scotia Department of Labour and Advanced Education This

More information

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers 1 INTRODUCTION GOAL OBJECTIVES MODULE 1 AEM & PHONEGAP ENTERPRISE INTRODUCTION LESSON 1- AEM BASICS OVERVIEW

More information

Copyright 2011 Center for Innovation in Teaching and Research 1

Copyright 2011 Center for Innovation in Teaching and Research 1 Mobile Websites with Dreamweaver CS5.5 Center for Innovation in Teaching and Research Presenter: Chad Dennis Instructional Technology Systems Manager ce-dennis@wiu.edu Copyright 2011 Center for Innovation

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1 Oracle Taleo Business Edition Cloud Service What s New in Release 15B1 July 2015 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 4 CAREERS WEBSITES... 5 Mobile Enabled

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

How To Customize An Orgsync App On Anorus Mobile Security Suite On A Microsoft Ipad Oracle 2.5 (Ios) On A Pc Orca 2.2 (Iphone) On An Android Orca2 (Ip

How To Customize An Orgsync App On Anorus Mobile Security Suite On A Microsoft Ipad Oracle 2.5 (Ios) On A Pc Orca 2.2 (Iphone) On An Android Orca2 (Ip Oracle Fusion Middleware Customization and Branding Guide for Oracle Mobile Security Suite Release 3.0 E51967-01 February 2014 Oracle Mobile Security Suite enhances employee productivity by allowing secure

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

Web Application User Guide

Web Application User Guide www.novell.com/documentation Web Application User Guide Filr 1.1 January 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Introduction Thank you so much for your purchase! We're excited to present you with the most magical popup solution for WordPress! If you have any questions, please email us at

More information

v7.1 SP2 What s New Guide

v7.1 SP2 What s New Guide v7.1 SP2 What s New Guide Copyright 2012 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

NEC CLOUD STORAGE. Demo Guide

NEC CLOUD STORAGE. Demo Guide NEC CLOUD STORAGE Demo Guide 2014 1 INTRODUCTION... 4 1.1 GOALS OF THIS DOCUMENT... 4 1.2 TERMS, ACRONYMS AND ABBREVIATIONS... 4 2 INTRODUCTION TO NEC CLOUD STORAGE... 5 2.1 WHAT IS NEEDED TO USE CLOUD

More information

CLASSROOM WEB DESIGNING COURSE

CLASSROOM WEB DESIGNING COURSE About Web Trainings Academy CLASSROOM WEB DESIGNING COURSE Web Trainings Academy is the Top institutes in Hyderabad for Web Technologies established in 2007 and managed by ITinfo Group (Our Registered

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

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

Guide to PDF Publishing

Guide to PDF Publishing Guide to PDF Publishing Alibre Design 9.2 Copyrights Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

CA Clarity Agile. Release Notes

CA Clarity Agile. Release Notes CA Clarity Agile Release Notes Spring 2013 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

Customising Your Mobile Payment Pages

Customising Your Mobile Payment Pages Corporate Gateway Customising Your Mobile Payment Pages V2.0 May 2014 Use this guide to: Understand how to customise your payment pages for mobile and tablet devices XML Direct Integration Guide > Contents

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

Making the Most of Files & Folders. Schoolwires Centricity2

Making the Most of Files & Folders. Schoolwires Centricity2 Making the Most of Schoolwires Centricity2 Table of Contents Introduction... 1 How Files are Stored in... 1 Access... 1 The Window... 2 Folders... 2 Files... 3 Using... 4 Link Existing Text to a File...

More information