For general HTML5 guidelines, refer to IAB s HTML5 guidelines here: LIONS GROUP Media

Size: px
Start display at page:

Download "For general HTML5 guidelines, refer to IAB s HTML5 guidelines here: LIONS GROUP Media"

Transcription

1 This dcument is intended fr users develping HTML5 creative and utlines best practices fr develping HTML5 creatives fr the Ad Server. If yu plan n running yur creative thrugh an alternative ad server, please refer t that ad server s set f guidelines. Fr general HTML5 guidelines, refer t IAB s HTML5 guidelines here: Ad Server HTML5 Requirements In rder t run HTML5 creative thrugh the Ad Server, yur files must adhere t the fllwing requirements. Failure t d s culd result in errrs in hw the creative renders. Organizing and Preparing Yur HTML5 Creative HTML5 assets shuld be delivered in a zip file frmat. Cmpress the rt.html file and all assets int a.zip. Any name is acceptable fr the file as lng as the extensin is.zip. The rt.html file may nt be placed in a subflder. Assets may be rganized int subflders within the zip file. Hwever, the subflders themselves shuld nt be individually cmpressed.!the fllwing example is incrrectly packaged as the images subflder has been cmpressed. N subflders within the zip file shuld be cmpressed: "The fllwing example is crrectly packaged, with an HTML file and assets, css and images rganized int uncmpressed subflders:

2 T uplad multiple HTML5 ads at nce, cmpress the individual zip files int a single.zip. Any name is acceptable fr the file as lng as the extensin is.zip. Rt HTML File HTML5 ads must always include ne.html file. Any name is acceptable fr the file as lng as the extensin is.html. Rendering Ensure the rt.html file renders as an HTML5 web page: Include the HTML5 dctype at the tp f the file: <!DOCTYPE html> Include a rt <html> tag belw the dctype tag Include a <head> tag inside the <html> tag Include a <bdy> tag inside the <html> tag Backup Image A backup image will be required. The image must have the same dimensins as the ad. It shuld nt be placed in the.zip file as it will be upladed separately frm the ad in the Ad Server. File Size Fr display size ads the initial paylad must be under 200Kb. Fr mbile size ads the paylad shuld be kept under 50Kb. This includes all cde and assets. Required Meta Tags The rt HTML file is required t include tw meta tags--ne t specify the ad size, and ne t specify which element in the ad triggers the click-thrugh. These tags shuld be placed inside the <head> tag. We recmmend manually adding these tags using any text editr as the final prductin step befre publishing. The fllwing sectins prvide the specific requirements fr each meta tag. See the sample HTML5 file in the Appendix fr a full example. Ad Size Requirements HTML files d nt have sizes assigned t them. Yu must add an ad size meta tag t dente the size f yur file. Specify the ad size with an ad.size meta tag: Frmat: <meta name= ad.size cntent= width=xxx,height=yyy /> Example: <meta name= ad.size cntent= width=300,height=250 /> The Ad Server des nt supprt flexible sizes. Every HTML5 creative must have a size assigned t it. Yu shuld have ne HTML5 zip file asset per size. Respnsive ad sizes are currently nt supprted in the Ad Server.

3 Click-thrugh Tag Requirements The HTML file must include a meta tag indicating which element in the ad triggers the click- thrugh. Specify the click-thrugh element with a click.thrugh meta tag. Insert yur HTML file s clickable element ID where it says myclickableelementid: Frmat: <meta name= click.thrugh cntent= myclickableelementid /> Ensure the HTML file cntains an element with the specified ID. Example: <img id= myclickableelementid src= buttn.png /> D nt hardcde the click thrugh URL in yur HTML file. D nt add yur wn click tracking events t the click-thrugh element as this will cnflict with LGM click tracking. If yu wuld like t track clicks in anther system, yu shuld use 1x1 click trackers which can be implemented in the LGM UI during creative tag creatin. SSL Cmpliance In rder t run n secure inventry all netwrk calls frm the ad must be secure. This includes all links t images, fnts, stylesheets, Javascript, and any calls made frm Javascript cde. T maximize the number f exchanges n which yur ad can run, ensure that all calls are befre yu send the asset. HTML5 Creative Develper Guidelines Rich Media Rich media features such as expandables and in-banner vide are currently nt supprted in the Ad Server. Animatin Either CSS r Javascript may be used fr animatins. The chice depends n the cmplexity f the animatin and perfrmance. The tp pririty is ensuring cnsistently smth animatin. Use CSS fr lightweight animatins, such as tggling a buttn state r glwing. Use Javascript fr advanced animatins like slideshws, buncing, and pausing. If using Javascript t animate we recmmend using the Web Animatins API t ensure best perfrmance. Open surce animatin libraries such as CreateJS are als available t ease develpment--just remember these cunt against the ttal ad paylad size.

4 Media Files Fr Display There are a number f ptins available fr generating display creatives. Image frmats (.gif,.jpeg,.png) are better suited fr phtrealism but generally have much larger file sizes. Other frmats (.css,.svg) are better suited fr scaling t any size withut lsing reslutin r requiring large file sizes. Belw are the mst cmmn frmats and the best use cases fr each: Frmat Use case css svg gif jpeg png best fr slid clrs and gradients, smaller file size than images best fr vectr images and lgs, scales well t large size, smaller file size than images best fr simple animatin lps best fr full-clr images best fr full-clr images with transparency Fnts Custm fnts are available in HTML5 ads using web fnts. Fnts are typically hsted n a CDN (such as Ggle Fnts), ensuring that all users are able t dwnlad the fnt and render the ad cnsistently. Our recmmendatins fr using custm fnts: Hst fnts n a CDN t imprve availability and take advantage f caching. Use a family f fnts t prvide graceful degradatin if a fnt is unavailable. Use fnt subsetting t nly lad required character sets and minimize file sizes Recmmended Develpment Tls HTML5 ads may be hand-cded in any text editr r develped in an ad builder tl. Ad builders have a number f advantages--graphical user interfaces, asset management, preview, and ptimizatins fr publishing. Hwever, the ad builders typically inject supprt cde int the ads which increases the paylad size and ptentially limits the brwsers n which the ad can run. This tradeff fr ease f develpment is typically wrth the cst as lng as the ad remains under the recmmended maximum file size. If using an ad builder we recmmend using either Adbe Edge Animate r Ggle Web Designer. Bth ffer cnvenient GUIs and can publish HTML5 ads capable f running anywhere. Each will inject its wn Javascript runtime library int the HTML file--we highly recmmend lading the runtime library frm a CDN t take advantage f caching and cmpressin. These runtime libraries will limit the number f brwsers n which the full ad can run due t technlgy requirements. If required brwser features are nt available the backup image will be served instead. Adbe Edge Animate is a paid ptin. It ffers a rbust user interface that will feel familiar t designers cming frm Flash. It has pwerful tls fr develping cmplex animatins and interactivity. It has a decent editr fr custm-cding Javascript if needed, but lacks a cde editr fr the HTML file itself.

5 Ggle Web Designer is a free ptin. It s still in Beta but is relatively mature and capable f creating prductin-ready ads. It ffers a number f templates as starting pints. Its interface and user experience is less plished than Adbe Edge Animate. It includes a minimal editr fr the HTML file, but heavy manual editing is nt recmmended. Sample HTML5 File See the Appendix fr an example HTML file. Additinal Resurces Appendix Sample HTML5 File Belw is an example HTML5 file. It illustrates several key pints: Prper structure and rendering as an HTML5 page Prper inclusin f the ad.size meta tag Prper inclusin f the click.thrugh meta tag Ensuring an element exists with an id matching the click.thrugh meta tag Use f Web Fnts Lading media files frm a subflder

6

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

More information

Sharper Insight. Smarter Investing Advertising Specs

Sharper Insight. Smarter Investing Advertising Specs Sharper Insight. Smarter Investing. 2018 Advertising Specs Plicies & Terminlgy 2 General Plicy All ads must pen in a new windw when clicked n. Investpedia.cm reserves the right t refuse any creative. All

More information

Sharper Insight. Smarter Investing Advertising Specs

Sharper Insight. Smarter Investing Advertising Specs Sharper Insight. Smarter Investing. 2018 Advertising Specs Plicies & Terminlgy 2 General Plicy All ads must pen in a new windw when clicked n. Investpedia.cm reserves the right t refuse any creative. All

More information

Using UB Stream and UBlearns

Using UB Stream and UBlearns Using UB Stream and UBlearns Instructrs can nw uplad vides/audi r create a vide using their webcam in UBLearns. There is a new mashup tl (MEDIAL) that allws yu t uplad yur media files t UB s streaming

More information

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1

MyUni Adding Content. Date: 29 May 2014 TRIM Reference: D2013/ Version: 1 Adding Cntent MyUni... 2 Cntent Areas... 2 Curse Design... 2 Sample Curse Design... 2 Build cntent by creating a flder... 3 Build cntent by creating an item... 4 Cpy r mve cntent in MyUni... 5 Manage files

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

CSCI L Topics in Computing Fall 2018 Web Page Project 50 points

CSCI L Topics in Computing Fall 2018 Web Page Project 50 points CSCI 1100-1100L Tpics in Cmputing Fall 2018 Web Page Prject 50 pints Assignment Objectives: Lkup and crrectly use HTML tags in designing a persnal Web page Lkup and crrectly use CSS styles Use a simple

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

mconnect Lead Management System 2.0

mconnect Lead Management System 2.0 mcnnect Lead Management System 2.0 User Manual Updated July 2015 Page 1 f 15 This manual serves as a reference guide fr Mahindra Nrth America s mcnnect lead management system. This dcument serves as a

More information

Ads cannot pretend to be a system or site warning. Ads cannot mimic or resemble Windows, Mac, Unix or Chrome OS dialogue boxes, error message, etc.

Ads cannot pretend to be a system or site warning. Ads cannot mimic or resemble Windows, Mac, Unix or Chrome OS dialogue boxes, error message, etc. GENERAL REQUIREMENTS Ads cannt pretend t be a system r site warning. Ads cannt mimic r resemble Windws, Mac, Unix r Chrme OS dialgue bxes, errr message, etc. Ads shuld be clearly distinguishable as ads

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by CMS and e-cmmerce Slutins Prduct Prev/Next Buttns fr Magent User Guide versin 1.0 created by ITris ITris Please, visit us at: http://www.itris.cm r cntact directly by email: sales@itris.cm CMS and e-cmmerce

More information

161 Forbes Road Braintree MA Phone: (781) Fax: (781) What's in it? Key Survey & Extreme Form

161 Forbes Road Braintree MA Phone: (781) Fax: (781) What's in it? Key Survey & Extreme Form 161 Frbes Rad Braintree MA 02184 Phne: (781) 849 8118 Fax: (781) 849 8133 WWW.WORLDAPP.COM 8.0 What's in it? Key Survey & Extreme Frm CONTENTS Cntact Manager... 3 Participant Prtal... 3 Reprting Imprvements...

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

DICOM Correction Proposal

DICOM Correction Proposal DICOM Crrectin Prpsal STATUS Final Text Date f Last Update 2014/06/25 Persn Assigned Submitter Name James Philbin Jnathan Whitby (jwhitby@vitalimages.cm) Submissin Date 2013/10/17 Crrectin Number CP-1351

More information

PROJECT 2: Client-side Web Project

PROJECT 2: Client-side Web Project IT5012 DATA HANDLING & WEB CONCEPTS Curse Level: 6 Curse Credits: 15 PROJECT 2: Client-side Web Prject IT5012Prject2_WebPrject_v4a.dcx OVERVIEW The purpse f this prject is t enable yu t demnstrate the

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved.

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder User Guide Cpyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder 2.5 User Guide Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING RENEWAL REMINDER

More information

Drupal 7 Manual Omega Theme: distance.nwu.ac.za news.nwu.ac.za IT Training & Empowerment

Drupal 7 Manual Omega Theme:  distance.nwu.ac.za news.nwu.ac.za IT Training & Empowerment Drupal 7 Manual Omega Theme: www.nwu.ac.za distance.nwu.ac.za news.nwu.ac.za IT Training & Empwerment Table f Cntents 1. Take nte... 1 2. Hw t lgin... 2 3. Starting a page... 3 4. Editing an existing page...

More information

TUTORIAL --- Learning About Your efolio Space

TUTORIAL --- Learning About Your efolio Space TUTORIAL --- Learning Abut Yur efli Space Designed t Assist a First-Time User Available t All Overview Frm the mment yu lg in t yur just created myefli accunt, yu will find help ntes t guide yu in learning

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Banner Slider. User Guide. Truly said You don t get a second chance to make a first impression.

Banner Slider. User Guide. Truly said You don t get a second chance to make a first impression. Banner Slider User Guide Banner Slider Truly said Yu dn t get a secnd chance t make a first impressin. If yu re an nline stre wner, yu can d this with an impressive banner. Mst f the visitrs cming t an

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide Vlume 3 DIGITAL SIGNAGE SOFTWARE MANUAL Yur ttal tlkit fr clud-based digital signage A Quick Start User Guide 1 A Quick Start User Guide Table f Cntents 2 Intrductin Page. 1 Step 1: Getting Started Page.

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

Structure DOWNLOADED FROM WPLOCKER.COM

Structure DOWNLOADED FROM WPLOCKER.COM Cpyright 2015 by ThemeMve Structure Wrdpress theme dcumentatin Fr versin 1.3 DOWNLOADED FROM WPLOCKER.COM http://thememve.cm/ Table f Cntents Structure... 1 INSTALL THE THEME WITH SAMPLE DATA... 3 INSTALL

More information

Image publishing on the web. Frank Gasking

Image publishing on the web. Frank Gasking Image publishing n the web Frank Gasking Intrductin Many methds f publishing images Cmmn methds include: Uplading t a web server Using tls built int web applicatin tls (Wrdpress) Using nline image repsitries

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Assignment #5: Rootkit. ECE 650 Fall 2018

Assignment #5: Rootkit. ECE 650 Fall 2018 General Instructins Assignment #5: Rtkit ECE 650 Fall 2018 See curse site fr due date Updated 4/10/2018, changes nted in green 1. Yu will wrk individually n this assignment. 2. The cde fr this assignment

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Copy your Course: Export and Import

Copy your Course: Export and Import Center f elearning The exprt curse feature creates a ZIP file f yur curse cntent yu will imprt t yur new curse. Exprt packages are dwnladed and imprted as cmpressed ZIP files. D nt unzip an exprt package

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 TECHNICAL DOCUMENTATION CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 AUGUST 2012 2012 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted

More information

IBM Cognos TM1 Web Tips and Techniques

IBM Cognos TM1 Web Tips and Techniques Tip r Technique IBM Cgns TM1 Web Tips and Prduct(s): IBM Cgns TM1 Area f Interest: Develpment IBM Cgns TM1 Web Tips and 2 Cpyright Cpyright 2008 Cgns ULC (frmerly Cgns Incrprated). Cgns ULC is an IBM Cmpany.

More information

Managing Your Access To The Open Banking Directory How To Guide

Managing Your Access To The Open Banking Directory How To Guide Managing Yur Access T The Open Banking Directry Hw T Guide Date: June 2018 Versin: v2.0 Classificatin: PUBLIC OPEN BANKING LIMITED 2018 Page 1 f 32 Cntents 1. Intrductin 3 2. Signing Up 4 3. Lgging In

More information

Webcast Event Setup Guide. Release 4.9

Webcast Event Setup Guide. Release 4.9 Webcast Event Setup Guide Dcument Webcast Event Setup Guide Release 4.9 Revisin Date July 30, 2018 Cntents Navigating the Platfrm... 3 Event Settings... 4 Registratin Frm... 5 Landing Page Cntent... 6

More information

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

ECE 545 Project Deliverables

ECE 545 Project Deliverables Tp-level flder: _ Secnd-level flders: 1_assumptins 2_blck_diagrams 3_interface 4_ASM_charts 5_surce_cdes 6_verificatin 7_timing_analysis 8_results 9_benchmarking 10_bug_reprts

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

You may receive a total of two GSA graduate student grants in your entire academic career, regardless of what program you are currently enrolled in.

You may receive a total of two GSA graduate student grants in your entire academic career, regardless of what program you are currently enrolled in. GSA Research Grant Applicatin GUIDELINES & INSTRUCTIONS GENERAL INFORMATION T apply fr this grant, yu must be a GSA student member wh has renewed r is active thrugh the end f the award year (which is the

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

ClubRunner. Volunteers Module Guide

ClubRunner. Volunteers Module Guide ClubRunner Vlunteers Mdule Guide 2014 Vlunteer Mdule Guide TABLE OF CONTENTS Overview... 3 Basic vs. Enhanced Versins... 3 Navigatin... 4 Create New Vlunteer Signup List... 5 Manage Vlunteer Tasks... 7

More information

Sonic PDF Server 3.0. User Guide

Sonic PDF Server 3.0. User Guide Snic PDF Server 3.0 User Guide Snic PDF Server 3.0 TABLE OF CONTENTS: 1 INTRODUCTION... 5 1.1 System Requirements... 5 2 BEFORE INSTALLING SONIC PDF SERVER... 6 2.1 Required Sftware Updates... 6 2.2 Additinal

More information

Recommended Minimum Requirements for Cisco Meeting Application Web RTC Use

Recommended Minimum Requirements for Cisco Meeting Application Web RTC Use Recmmended Minimum Requirements fr Cisc Meeting Applicatin Web RTC Use Fr the best experience the fllwing requirements and recmmendatins shuld be fllwed. Requirements: External USB web camera capable f

More information

Customer Self-Service Center Migration Guide

Customer Self-Service Center Migration Guide Custmer Self-Service Center Migratin Guide These instructins intrduce yu t the new Custmer Prtal, which is replacing the lder Custmer Self-Service Center, and guides yu thrugh the migratin. Dn t wrry:

More information

Qualtrics Instructions

Qualtrics Instructions Create a Survey/Prject G t the Ursinus Cllege hmepage and click n Faculty and Staff. Click n Qualtrics. Lgin t Qualtrics using yur Ursinus username and passwrd. Click n +Create Prject. Chse Research Cre.

More information

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

More information

Form Filing Instructions

Form Filing Instructions Frm Filing Instructins Subscribers creating nline frms fr the first time must cnfirm/set parameters n their cmputer. Refer t the Technical Setup Instructins at the end f this dcument befre cntinuing with

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

Introduction to Office 2010: What s New, Improved, and Missing

Introduction to Office 2010: What s New, Improved, and Missing Intrductin t Office 2010: What s New, Imprved, and Missing This dcument prvides a general verview f the mst imprtant features and utilities in Office 2010. Als prvided are highlights f new features in

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

Procedures for Developing Online Training

Procedures for Developing Online Training Prcedures fr Develping Online Training Fllwing are prcedures fr develping nline training mdules t be psted n Online@UT (Blackbard Learn). These steps were develped thrugh a prcess and will cntinue t be

More information

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installatin Updated Aug 30, 2011 Server Requirements Hardware The hardware requirements are mstly dependent n the number f cncurrent users yu expect

More information

Definitions. Server / Browser / HTML files. Browser Assumptions. Files / Filenames

Definitions. Server / Browser / HTML files. Browser Assumptions. Files / Filenames Internet Publishing / DreamweaverNtes Williams and Tllett, pg 47 112, 155 184) Definitins Web page versus Web site Hmepage The base hypermedia dcument fr an individual r rganizatin (usually index.htm r

More information

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0 Kaltura Vide Extensin fr IBM Cnnectins User Guide Versin: 1.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2014 Kaltura Inc. All Rights

More information

My Performance Management User Guide

My Performance Management User Guide My Perfrmance Management User Guide Overview The accesshr website huses perfrmance management. As an emplyee, yu have the ability t review and acknwledge perfrmance plans and perfrmance evaluatins that

More information

Adobe Connect 8 Event Organizer Guide

Adobe Connect 8 Event Organizer Guide Adbe Cnnect 8 Event Organizer Guide Questins fr Meeting HOST t ask at rganizatin meeting: Date (r dates) f event including time. Presenting t where Lcal ffice cubicles, reginal r glbal ffices, external

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

Gemini Intercom Quick Start Guide

Gemini Intercom Quick Start Guide Gemini Intercm Quick Start Guide 2 Quick Start Guide Cntents Cntents... 1 Overview... 3 First Step unpack and inspect... 3 Netwrk plan and IP addresses... 4 Management PC... 5 Install Sftware... 6 Cnfigure

More information

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers

Cortex Quick Reference Supplier Guide Service Receipt Rejections for Husky Suppliers Crtex Quick Reference Supplier Guide Service Receipt Rejectins fr Husky Suppliers Objective f the dcument The bjective f the dcument is t prvide a quick reference fr Husky suppliers t address the Cmmn

More information

Utilize Google Chrome 22, Internet Explorer 10/11, Firefox 27, Safari Desktop or Safari Mobile,

Utilize Google Chrome 22, Internet Explorer 10/11, Firefox 27, Safari Desktop or Safari Mobile, 2017 REQUEST FOR PROPOSALS WORKFORCE YOUTH SERVICES PROPOSAL CHECKLIST Thank yu fr yur interest in submitting a prpsal in respnse t the 2017 Request fr Prpsal (RFP) fr Wrkfrce Yuth Services issued by the

More information

Child Care Services Association Request for Proposal Durham PreK Website

Child Care Services Association Request for Proposal Durham PreK Website Child Care Services Assciatin Request fr Prpsal Durham PreK Website Prject Summary Child Care Services Assciatin (CCSA) (Agency) is seeking prpsals frm a firm r individual designer/develper (Vendr) t develp

More information

Q U I C K S T A R T G U I D E

Q U I C K S T A R T G U I D E QUICK START GUIDE Data Onbarding This guide prvides an verview f what infrmatin shuld be prvided t Neustar and hw it needs t be frmatted. Overview Data Onbarding is the prcess f making ffline segments

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

Asset Panda Web Application Release 12.02

Asset Panda Web Application Release 12.02 Asset Panda Web Applicatin Release 12.02 User Cnfiguratin Permissins Several changes have been made t this page including the fllwing. Page Design The layut has been changed s that all Edit and Misc Cnfiguratins

More information

FiveContractor.com User Manual

FiveContractor.com User Manual FiveCntractr.cm User Manual Fr Use by Five Brthers Vendrs Distributin authrized t current Five Brthers Custmers nly. Other requests fr this dcument shall be referred t Five Brthers, 12220 East Thirteen

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

TECHNICAL REQUIREMENTS

TECHNICAL REQUIREMENTS TECHNICAL REQUIREMENTS Table f Cntent PLATFORMS... 2 CONNECTION SPEED... 2 SUPPORTED BROWSERS... 2 ARMENIAN LANGUAGE SUPPORT... 2 Windws XP... 2 Windws Vista... 3 Windws 7... 4 Windws 8... 5 MAC OS...

More information

What guidelines are available for Sub-editors and Referees?

What guidelines are available for Sub-editors and Referees? What guidelines are available fr Sub-editrs and Referees? A Cmbustin File dwnladed frm the IFRF Online Cmbustin Handbk ISSN 1607-9116 Cmbustin File N: 34 Versin N: 4 Date: 26-01-2004 Authr(s): Surce(s):

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

More information

Yes. If you are an iphone user, you can download a free application via the App Store in itunes. Download the BSP iphone app.

Yes. If you are an iphone user, you can download a free application via the App Store in itunes. Download the BSP iphone app. Frequently Asked Questins General 1. What is BSP Mbile Banking App? BSP Mbile Banking App, is a smartphne applicatin that allws yu t securely access yur bank accunt (s) anywhere, anytime at yur cnvenience

More information

STUDENTS/STAFF MANAGEMENT -SUMMATIVE

STUDENTS/STAFF MANAGEMENT -SUMMATIVE SUMMATIVE AND STATE-LEVEL TESTING STUDENTS/STAFF MANAGEMENT -SUMMATIVE This Students/Staff Management Guide is written fr leaders at schls r the district wh: Prepare and uplad a rster f students and staff

More information

CLIC ADMIN USER S GUIDE

CLIC ADMIN USER S GUIDE With CLiC (Classrm In Cntext), teaching and classrm instructin becmes interactive, persnalized, and fcused. This digital-based curriculum, designed by Gale, is flexible allwing teachers t make their classrm

More information

WordPress Overview for School Webmasters

WordPress Overview for School Webmasters WrdPress Overview fr Schl Webmasters Cntents 1. Rle f the Schl Webmaster... 2 2. Rle f the District Webmaster... 2 3. Schl Website Standards... 3 Header... 3 Fter... 3 Pages... 4 Sites... 5 4. Hw T...

More information

VC 238 :: Week 02 1 of 5 02 October A method of instructing a Web browser which layout mode to use when displaying a page.

VC 238 :: Week 02 1 of 5 02 October A method of instructing a Web browser which layout mode to use when displaying a page. VC 238 :: Week 02 1 f 5 02 Octber 2017 week::tw DOCTYPEs, Rendering Engines, & HTML5 A Quick Histry f Brwsers Designing with Web Standards Structure Presentatin Behavir DOCTYPE Defined Mdes Examples Surces

More information

How to Start a New Prezi & Edit It

How to Start a New Prezi & Edit It Hw t Start a New Prezi & Edit It Lg int accunt Click n Select a template. Each template cntains frames, which are used t grup like items, and are similar t slides in PwerPint. The rder in which yur presentatin/stry

More information

istartsmart 3.5 Upgrade - Installation Instructions

istartsmart 3.5 Upgrade - Installation Instructions istartsmart 3.5 Upgrade - Installatin Instructins Minimum System Requirements: Hatch All-In-One istartsmart Cmputer Learning Center v1.0 r v1.1 Internet access - either hard-wired r wireless cnnectin is

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

SpiraTeam Migration and Integration Guide Inflectra Corporation

SpiraTeam Migration and Integration Guide Inflectra Corporation / SpiraTeam Migratin and Integratin Guide Inflectra Crpratin Date: December 5 th, 2017 Cntents 1 Intrductin... 1 2 Imprting frm Micrsft Excel... 2 3 Imprting frm Micrsft Excel (Office365)... 18 4 Imprting

More information

Project #1 - Fraction Calculator

Project #1 - Fraction Calculator AP Cmputer Science Liberty High Schl Prject #1 - Fractin Calculatr Students will implement a basic calculatr that handles fractins. 1. Required Behavir and Grading Scheme (100 pints ttal) Criteria Pints

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

OrderCloud 2.0 Documentation. Spec Forms

OrderCloud 2.0 Documentation. Spec Forms OrderClud 2.0 Dcumentatin Using the Spec Frm File Override Spec Frms In OrderClud 2.0, spec frm custmizatin will be accmplished thrugh the spec frm file verride. This is lcated under the OrderClud 2.0

More information

Marian Online 2 Instructor Manual 12

Marian Online 2 Instructor Manual 12 Marian Online 2 Instructr Manual 12 Glssary At first glance, the Glssary activity seems t be just a list f wrds and definitins that students can view. In fact, the Glssary activity is a pwerful tl fr activ

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

File Submission Guidelines

File Submission Guidelines etext File Submissin Guidelines File Submissin Guidelines fr etext Prductin Presented by: Cntent Management Services Nvember 2011 Page 1 etext File Submissin Guidelines Revisin Sheet Release N. Date Revisin

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

Because of security on the site, you cannot create a bookmark through the usual means. In order to create a bookmark that will work consistently:

Because of security on the site, you cannot create a bookmark through the usual means. In order to create a bookmark that will work consistently: The CllegeNet URL is: https://admit.applyweb.cm/admit/shibbleth/crnell Lg in with Crnell netid and Kerbers passwrd Because f security n the site, yu cannt create a bkmark thrugh the usual means. In rder

More information

Kaltura MediaSpace User Manual. Version: 3.0

Kaltura MediaSpace User Manual. Version: 3.0 Kaltura MediaSpace User Manual Versin: 3.0 Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information