Deconstructing Wireframes into AEM Templates and Components

Size: px
Start display at page:

Download "Deconstructing Wireframes into AEM Templates and Components"

Transcription

1 Technical Training Deconstructing Wireframes into AEM Templates and Components Hands- on Lab Guide

2 If this guide is distributed with software that includes an end user agreement, this guide, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of such license. Except as permitted by any such license, no part of this guide may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written permission of Adobe Systems Incorporated. Please note that the content in this guide is protected under copyright law even if it is not distributed with software that includes an end user license agreement. The content of this guide is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Adobe Systems Incorporated. Adobe Systems Incorporated assumes no responsibility or liability for any errors or inaccuracies that may appear in the informational content contained in this guide. Please remember that existing artwork or images that you may want to include in your project may be protected under copyright law. The unauthorized incorporation of such material into your new work could be a violation of the rights of the copyright owner. Please be sure to obtain any permission required from the copyright owner. Any references to company names in sample templates are for demonstration purposes only and are not intended to refer to any actual organization. Adobe, Acrobat, Adobe AIR, Adobe Analytics, Adobe Target, AIR, Distiller, Flash, Flash Builder, Flash Catalyst, Flex, Adobe Digital Enterprise Platform, MXML, PostScript, Reader, SiteCatalyst, SearchCenter, Discover, Recommendations, Insight, Test&Target, Report Builder, Survey, Search&Promote, and Social Media are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other trademarks are the property of their respective owners. Adobe Systems Incorporated, 345 Park Avenue, San Jose, California 95110, USA. Notice to U.S. Government End Users. The Software and Documentation are Commercial Items, as that term is defined at 48 C.F.R , consisting of Commercial Computer Software and Commercial Computer Software Documentation, as such terms are used in 48 C.F.R or 48 C.F.R , as applicable. Consistent with 48 C.F.R or 48 C.F.R through , as applicable, the Commercial Computer Software and Commercial Computer Software Documentation are being licensed to U.S. Government end users (a) only as Commercial Items and (b) with only those rights as are granted to all other end users pursuant to the terms and conditions herein. Unpublished rights reserved under the copyright laws of the United States. Adobe Systems Incorporated, 345 Park Avenue, San Jose, CA , USA. For U.S. Government End Users, Adobe agrees to comply with all applicable equal opportunity laws including, if appropriate, the provisions of Executive Order 11246, as amended, Section 402 of the Vietnam Era Veterans Readjustment Assistance Act of 1974 (38 USC 4212), and Section 503 of the Rehabilitation Act of 1973, as amended, and the regulations at 41 CFR Parts 60-1 through 60-60, , and The affirmative action clause and regulations contained in the preceding sentence shall be incorporated by reference.

3 Table of Contents LAB OVERVIEW 4 SCOPE 4 PREPARATION: LOCATE THE L3844 FOLDER 4 PREPARATION: START AND LOGIN TO AEM 4 ACTIVITY 1: EXAMINE THE STATIC HTML 5 ACTIVITY 2: INSTALL THE SUMMIT TOYS ROOT.ZIP PACKAGE AND CREATE OUR ROOT PAGE 7 ACTIVITY THREE: START TO INTEGRATE STATIC HTML INTO AEM 9 ACTIVITY FOUR: INTEGRATE STYLE FROM CREATIVE INTO THE AEM TEMPLATE 10 ACTIVITY FIVE: CREATE A NEW PAGE COMPONENT USING A SUPER TYPE 11 ACTIVITY SIX: ADD A BIG X TO THE CONTENT AND HOME PAGE COMPONENTS 13 ACTIVITY SEVEN: CREATE AND POPULATE THE CONTACT US PAGE COMPONENT AND UPDATE THE HOME PAGE COMPONENT 15 ACTIVITY EIGHT: COMPONENTIZE THE SITE 16 ACTIVITY NINE: INSTALL THE SUMMIT TOYS ASSETS PACKAGE AND THE SUMMIT TOYS COMPONENTS PACKAGE 17 ACTIVITY TEN: INSTALL THE EDITABLE SUMMIT TOYS TEMPLATES.ZIP PACKAGE 18

4 Lab Overview Scope In this training you will learn the process of starting with HTML creative and identifying how many templates and components are required. You will also learn how to reduce redundancy and promote reuse by modularizing the page-rendering components defining local supertypes making use of AEM foundation supertypes Preparation: Locate the L3844 folder 1. Locate the L3844 folder on your desktop. Preparation: Start and login to AEM 1. Double-click on the aem-author-p4502.jar file to start AEM. 2. Once AEM has started, it will open a browser. Login as admin/admin

5 Activity 1: Examine the static HTML Examine the wireframe samples and talk template. Let s bypass any printed material and click through an HTML prototype to start slicing up the creative. A basic understanding of AEM architecture is essential when it comes to top down decomposition. Designing for AEM Designers are the beginning of the journey when it comes to the vision. Think component from the outset. A component is a snippet of authorable content that can vary with respect to user. This can be achieved in several ways in AEM and the list of options continues to grow. Targeting Components, Creating Editable Templates and leveraging Content Fragments are all ways to tweak text and images inside of the same content areas to add value to end user experiences. Divide and Conquer Implementation can be done in phases to gradually transition content from IT controlled to SME controlled. How the content variations are applied need not be a concern at the design phase, leave that up to the developers. What the design wireframes do is deliver the genesis. Look at the creative and start to analyze for similarities and differences. 1. Navigate to the Activity 1 folder and unzip the file named Summit Toy Creative.zip 2. Right click on the index.html page and open with either Chrome or Firefox 3. Follow the links in the navigation and begin to look for similarities in structure 4. Here is where we will look for a base structure and begin the work from there. 5. Aspects like Translation Workflow, potential re-skinning of the creative and potential ownership of the content should also influence your decisions.

6 Pre Requisite to Activity 2 and Beyond Let s do a quick tutorial on the Site Admin, CRX Package Manager and CRXDE-Lite. These are the essential tools for the Workshop. The Site Admin Console in the Touch UI is where we will create our pages for our working copy of the Summit Toys Site. Go to and navigate to Sites The Site Admin Console is reached from the Touch UI You will use the CRX Package Manager to upload the Activity Packages. Users more familiar with AEM Development will have the opportunity to utilize CRXDE-Lite as an IDE but all users will at least use it to view the code we will upload. The CRX Package Manager and CRXDE-Lite links are located side by side and are available atop the CRX itself.

7 Activity 2: Install the Summit Toys Root.zip Package and create our Root Page 1. From your browser, navigate to the AEM Package Manager via the navigation: Tools > Deployment > Packages. Or simply enter the following URL: 2. Click the Upload Package button. 3. Browse and find the Summit Toys Root.zip package in the Activity 2 folder. 4. Click OK. 5. Click Install 6. Navigate to Sites 7. Click Create > Page. Select the Summit Toys Base Content Page and click Next. 8. Create a page titled Summit Toys and open it for editing. Remove the editor.html from the URL and view the HTML source.

8 This, our first template, inherits its base from the foundation. Navigate to /apps/summit_toys/components/structure/contentpage Note that the sling:resourcesupertype property is set to wcm/foundation/components/page Open the head.html and view the static content. Now delete that file, return to the browser and refresh your page. Notice the page title now appears in your browser. View the source again (close the tab already open as content has changed) Notice all of the foundation code and includes have now become available.

9 Activity Three: Start to integrate static HTML into AEM A good starting point for an AEM functional integration (or any functional integration for that matter) is to move the static creative into the CMS templates. We can convert values to dynamic content later but get the look and feel right first! There are two options for this exercise: Advanced: Copy and paste from the exercise folders into the correct html includes. Less Technical? Just install the Copy-Paste Files.zip CRX Package. The body.html and content.html are duplicated in the exercise but you will notice the contents have not changed since the previous exercise. Refresh your Summit Toys Page. See we now have content but no style.

10 Activity Four: Integrate style from creative into the AEM Template Upload and Install Add Summit Styles and Libraries.zip Package 1. Go to Package Manager 2. Upload and install Add Summit Styles and Libraries.zip from Activity 4 folder 3. Refresh your page. Note that the style sheet and css images are there and the colors and structure are looking stylized. Open the new file in the contentpage directory called headlibs.html Note: <sly categories='summit.style'}" /> Now use the Query Tool and search the /etc part of the repository for the string summit.style Double Click on the search result and it will take you to /etc/clientlibs/summittoys Notice the categories property - you see summit.style and summit.author. We have not created summit.author yet but this illustrates the flexibility of clientlibs. I can separate concerns by library.

11 Activity Five: Create a New Page Component using a Super Type Now that we have a Site base, it s time to start looking deeper for structural similarities to identify how many templates I really need. While the goal is to minimize the overall number of templates, some pages like the Home Page are better served with their own Big X to ensure better governance and less opportunity for authors to break the design. This activity will simply create an additional Home Page template and component for the Toys Site. Advanced Users: Create the template and component using CRXDE-Lite following the instructions in the manual. (Steps and screens below) Less Technical? Install the Add a Home Page Component and Template.zip Package provided in Activity 5. (Go down to Create page ) Advanced: Steps to create a template in CRXDE-Lite: 1. Navigate to the /apps/summit_toys/templates directory 2. Right click on templates and create a template named homepage 3. Set a sling resource type: summit_toys/components/structure/homepage 4. Set allowed Paths: /content/summit-toys(/.*)?

12 Advanced: Steps to create a component in CRXDE-Lite: 1. Navigate to summit_toys/components/structure and create a component called homepage 2. Create the property sling:resourcesupertype that points to summit_toys/components/structure/contentpage 3. Rename the homepage.jsp to content.html 4. Enter some static text for now so the page is displayed Create Page: Whether you ve done this by hand or installed the package, we need to create a Home Page. Navigate to Sites > Summit Toys and Click Create Page Select the Summit Home Page Template, click Next and name this page Name: en Title: English * TIP: This is a best practice to allow multi lingual versions of the same site to use the same core structure (as opposed to completely disconnected language sites) Note that I only need create a content.html file and everything else comes from the super type we are inheriting from.

13 Activity Six: Add a Big X to the Content and Home Page Components One of the primary objectives to any CMS is to transition the ability to create, edit and publish content directly to the authors and remove IT dependencies from the process. To illustrate this, we will first give free reign to both of our page components in this activity and then later rescind it from some. While we are in there, we will also configure the mobile emulator framework in AEM to empower our authors to view what they create on mobile devices. Less Technical? Install the Add Paragraph System Package provided Advanced: Follow the instructions immediately below *** Both need to add the Extra Credit piece on the next page To add the layout container manually: Open the content.html page in both page components Copy/paste the following block from the content.html in the Exercise Files Folder <div class="wrapper row3" > <main class="hoc container clear"> <!-- main body --> Top-Level-Page Content <div resourcetype='wcm/foundation/components/responsivegrid'}"></div> <!-- / main body --> <div class="clear"></div> </main> </div> Create an OSGi config node inside of a config folder with the following values Name: com.day.cq.wcm.emulator.emulatorprovider-summit <?xml version="1.0" encoding="utf-8"?> <jcr:root xmlns:sling=" xmlns:jcr=" jcr:primarytype="sling:osgiconfig" mobile.resourcetypes="[summit_toys/components/structure/contentpage]"/> Summit Lab L3844 Dennis Selfridge Deconstructing Templates

14 Extra credit solution for both: 1. Navigate to /content/summit-toys/jcr:content 2. On the jcr:content node, Add the following property name: cq:devicegroups type: String[] value: /etc/mobile/groups/responsive Return to the browser and you should see:

15 Activity Seven: Create and Populate the Contact Us Page Component and update the Home Page Component In the last activity we added the layout container to both existing page rendering components. While we leave it in place for the content page, we will roll it back on the Home Page and add another page component for Contact Us. Advanced: Create the Template and Component for Contact Us (similar to what you did earlier for the Home Page) Copy and paste the contents of the content.html files from the Exercise File Folder. Less Technical? Just install the Contact Us and Home Page.zip CRX Package. Once the code is in place, we will complete the site pages 1. Using the Contact Us Template, create a page beneath the Home Page 2. Title it Contact Us and let AEM create the name contact-us *** At this point it s fair to point out the navigation component will be static. We suggest creating dynamic navigation components but we ll leave that for another class. For now, just trust me :) Using the Summit Toys Base Content Template, create the following pages beneath the Home Page (names need to be exact for navigation) Titles as follow (let AEM generate the names) 1. New Arrivals 2. Best Sellers 3. Games & Toys 4. Gifts *** Note: The navigation is hard coded from the creative so some of it will work on the new pages you ve just created. Let s move on to convert static HTML into components.

16 Activity Eight: Componentize the Site Install the Componetize Page Sections.zip CRX Package in the Activity 8 folder. This will convert all of the static HTML includes into AEM components. Now we can begin to divide these for functional assignment. Group Activity: Lets start with the body.html and see how things have changed beneath the covers: *** Notice the content.html is the only piece that is not pointing directly to a component. Here s where I can manipulate varying shades of the Big X Also, check out the new page component getting ready for Editable Templates! Before we install our Editable Templates, let s get Summit Toys Images and Summit Toys Components into the Site.

17 Activity Nine: Install the Summit Toys Assets Package and the Summit Toys Components Package Find and inspect the two CRX Packages in the Activity 9 folder. This will introduce AEM components and Image Assets for page building. Now we can begin to play author and configure our content for creation. 1. Open the edit tab and view the content finder Assets Tab 2. Install the 1- Summit Toys Assets.zip Package 3. Refresh your page 4. View the Content Finder again and see the Assets for Summit Toy Store are now available 5. Install the 2- Summit Toys Content Components.zip Package 6. Navigate to the Home Page 7. Notice the home page has a baked in component on it. 8. Add an image and update text to that component 9. Go to CRXDE-Lite and navigate to /apps/summit_toys/components/content/contact-us/content.html 10. Go to Line 11 in the HTML and replace <img class="imgr borderedbox inspace-5" src="../images/demo/imgr.gif" alt=""> with <img class="imgr borderedbox inspace-5" src="/content/dam/summittoys/thumbnails/float_right.png " alt="contact Us"> 11. Refresh the Contact Us Page Look at the Section Pages and note that we can now add some content. 1. Go to Design Mode 2. Add the Summit Toys Components 3. Add some foundation components to create content Whoops, my banner component made the designer angry!!! Solution option? Editable Templates and good governance

18 Activity Ten: Install the Editable Summit Toys Templates.zip Package Install the 1- Editable Summit Toys Templates.zip CRX Package in the Activity 10 folder. This will introduce AEM editable templates for page building. Time permitting; we will create an editable template in our site to solve governance versus design issues. (If not, there are prefab packages) To Create an Editable Template 1. Navigate to Tools > Templates 2. Click the Summit Toys Folder 3. Click Create and select the Summit Toys Content Page Template 4. Click Next 5. Title it Summit Toys Section Page 6. Click Create and then Open Make sure you are in Structure Mode 1. Click on the Top Banner and click Policy 2. Select Summit Toys Content from the Policy dropdown 3. Click Check Mark to Save, Click lock icon to unlock the area 4. You will see all available components (should look like this)

19 Now select Initial Content Mode 1. Drag the Top Banner Component above the Layout container, just below the Social Media navigation (should look like this) 2. Refresh the page (if necessary) and look for the wrench to configure 3. Put in default text and pick 2 images (like this)

20 4. Go to Templates tab, select and enable To enable all templates go to root page of either the site or the language (depending on the desired scope), edit properties, select advanced tab Enter the following expressions /conf/summit_toys/settings/wcm/templates/.* /apps/summit_toys/templates/.* See Screen below

21 Now you will have a Summit Toys Section Page template available too This is the one we can use to create editable section pages Looks like we have a design issue again. Too much space! Another option is to create another template/page component and bake the component into that, like so: While the objective is to minimize the number of templates, sometimes the best approach is to settle for reducing the complexity but spinning off another template to satisfy a requirement.

22 There are 2 additional packages mentioned above that are in the Activity 10 folder. To utilize these they can be uploaded via the Package Manager. Here are their names and contents: 2- Complete Editable Template.zip This will deliver the code you create by following the instructions for Activity Static Section Page Template.zip This is the code that creates a Static template for the Summit Toys Section Editable template created in Activity 10. Thank you for attending Adobe Summit and the L3844 Hands on Lab! If you have any questions, feel free to contact me by Dennis Selfridge selfridg@adobe.com The images used as samples in this workshop were supplied by Adobe Stock Also I d like to thank Mark at OS Templates for allowing me to use his responsive Devenna Design template as the basis for this workshop. More information on OS can be found at

Organize and Deliver Digital Assets Using Adobe Experience Manager v6.x Student Workbook

Organize and Deliver Digital Assets Using Adobe Experience Manager v6.x Student Workbook Organize and Deliver Digital Assets Using Adobe Experience Manager v6.x Student Workbook ADOBE DIGITAL LEARNING SERVICES 2016 Adobe Systems Incorporated. All rights reserved. Organize and Deliver Digital

More information

What s New in Adobe InDesign CS4 Products SDK

What s New in Adobe InDesign CS4 Products SDK What s New in Adobe InDesign CS4 Products SDK For the benefit of previous users, this document summarizes the changes to the SDK in this release. C++ IDE Requirements On Windows, the required C++ development

More information

Rosetta Communicator for WorldBuilder and 3DS Max

Rosetta Communicator for WorldBuilder and 3DS Max Rosetta Communicator for WorldBuilder and 3DS Max Version 1.0 User Guide C o n t e n t s Introduction System Requirements Installation Installing the MAX Plug-In Registration Loading the Communications

More information

bbc Migrating and Sharing Secuity Settings: Using Security Settings Import/Export and FDF Files Acrobat and Adobe Reader PDF Creation Date:

bbc Migrating and Sharing Secuity Settings: Using Security Settings Import/Export and FDF Files Acrobat and Adobe Reader PDF Creation Date: bbc PDF Creation Date: September 5, 2008 Migrating and Sharing Secuity Settings: Using Security Settings Import/Export and FDF Files Acrobat and Adobe Reader Version 9.0 2008 Adobe Systems Incorporated.

More information

What s new and changed in Adobe ColdFusion (2016 release) Update 3

What s new and changed in Adobe ColdFusion (2016 release) Update 3 What s new and changed in Adobe ColdFusion (2016 release) Update 3 Adobe Systems Incorporated Version 1.0 19 th Sep 2016 2016 Adobe Systems Incorporated and its Licensors. All Rights Reserved. This is

More information

Security Methods for the Acrobat Family of Products

Security Methods for the Acrobat Family of Products Security Methods for the Acrobat Family of Products A guide for administrators describing password security, certificate security, and Livecycle (Policy Server) security, including configuration and deployment

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

Managing your content with the Adobe Experience Manager Template Editor. Gabriel Walt Product Manager twitter.com/gabrielwalt

Managing your content with the Adobe Experience Manager Template Editor. Gabriel Walt Product Manager twitter.com/gabrielwalt Managing your content with the Adobe Experience Manager Template Editor Gabriel Walt Product Manager twitter.com/gabrielwalt Table of Contents 1. Introduction 3 1.1 Overview 3 1.2 Prerequisites 3 2. Getting

More information

ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE

ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE ADOBE EXPERIENCE MANAGER DAM CONNECTOR FOR ADOBE DRIVE CC: TECHNICAL NOTE 2015 Adobe Systems Incorporated. All rights reserved. Technical Note: Adobe Experience Manager DAM Connector for Adobe Drive CC

More information

Adobe LiveCycle ES and the data-capture experience

Adobe LiveCycle ES and the data-capture experience Technical Guide Adobe LiveCycle ES and the data-capture experience Choosing the right solution depends on the needs of your users Table of contents 2 Rich application experience 3 Guided experience 5 Dynamic

More information

bbc Certificate Enrollment Guide Adobe Flash Access May 2010 Version 2.0

bbc Certificate Enrollment Guide Adobe Flash Access May 2010 Version 2.0 bbc Certificate Enrollment Guide Adobe Flash Access May 2010 Version 2.0 2010 Adobe Systems Incorporated. All rights reserved. Adobe Flash Access 2.0 Certificate Enrollment Guide This guide is protected

More information

SAS Factory Miner 14.2: User s Guide

SAS Factory Miner 14.2: User s Guide SAS Factory Miner 14.2: User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Factory Miner 14.2: User s Guide. Cary, NC: SAS Institute

More information

AEM Mobile: Setting up Google as an Identity Provider

AEM Mobile: Setting up Google as an Identity Provider AEM Mobile: Setting up Google as an Identity Provider Requirement: Prerequisite knowledge Understanding of AEM Mobile Required Products AEM Mobile Google Account Generating the client ID and secret To

More information

Using ADOBE FLASH CATALYST CS5

Using ADOBE FLASH CATALYST CS5 Using ADOBE FLASH CATALYST CS5 Copyright 2010 Adobe Systems Incorporated. All rights reserved. Using Adobe Flash Catalyst CS5 This user guide is protected under copyright law, furnished for informational

More information

bbc Target Version Reference Adobe LiveCycle Designer ES July 2007 Version 8.1

bbc Target Version Reference Adobe LiveCycle Designer ES July 2007 Version 8.1 bbc Target Version Reference LiveCycle Designer ES July 2007 Version 8.1 2007 Systems Incorporated. All rights reserved. LiveCycle Designer ES 8.1 Target Version Reference for Microsoft Windows Edition

More information

on VMware Deployment Guide November 2018 Deployment Guide for Unitrends Free on VMware Release 10.3 Version Provide feedback

on VMware Deployment Guide November 2018 Deployment Guide for Unitrends Free on VMware Release 10.3 Version Provide feedback Deployment Guide November 2018 Release 10.3 Version 1.11152018 2 Copyright Copyright 2018 Unitrends Incorporated. All rights reserved. Content in this publication is copyright material and may not be copied

More information

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

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

More information

How to Split PDF files with AutoSplit

How to Split PDF files with AutoSplit How to Split PDF files with AutoSplit An introduction to PDF document splitting and page extraction Table of Contents What software do I need?... 2 What splitting methods are available?... 2 What documents

More information

Oracle. Service Cloud Knowledge Advanced Implementation Guide

Oracle. Service Cloud Knowledge Advanced Implementation Guide Oracle Service Cloud Knowledge Advanced Implementation Guide Release November 2016 Oracle Service Cloud Part Number: E80590-02 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors:

More information

Enterprise 3.4 RC1. Managing Alfresco Content from within Microsoft Office

Enterprise 3.4 RC1. Managing Alfresco Content from within Microsoft Office Enterprise 3.4 RC1 Managing Alfresco Content from within Microsoft Office Contents Copyright... 3 Typographic conventions...4 Introduction... 5 System requirements and prerequisites...5 Get started...6

More information

Techniques for Optimizing Reusable Content in LibGuides

Techniques for Optimizing Reusable Content in LibGuides University of Louisville From the SelectedWorks of Terri Holtze April 21, 2017 Techniques for Optimizing Reusable Content in LibGuides Terri Holtze, University of Louisville Available at: https://works.bepress.com/terri-holtze/4/

More information

Deployment Guide for Unitrends Backup on VMware

Deployment Guide for Unitrends Backup on VMware Deployment Guide for Unitrends Deployment Guide July 2018 Deployment Guide for Unitrends Backup on VMware Release 10.2 Version 1.07102018 2 Deployment Guide for Unitrends Copyright Copyright 2018 Unitrends

More information

TL4: Integrating Experience Manager with Adobe Analytics, Target and DTM

TL4: Integrating Experience Manager with Adobe Analytics, Target and DTM TL4: Integrating Experience Manager with Adobe Analytics, Target and DTM TL04: Integrating Experience Manager with Adobe Analytics, Target and DTM 1 Table of Contents Lab Overview... 4 Objectives... 4

More information

USER GUIDE MADCAP FLARE Accessibility

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

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Evaluation Guide Host Access Management and Security Server 12.4

Evaluation Guide Host Access Management and Security Server 12.4 Evaluation Guide Host Access Management and Security Server 12.4 Copyrights and Notices Copyright 2017 Attachmate Corporation, a Micro Focus company. All rights reserved. No part of the documentation materials

More information

Girl Scouts of America Adobe CQ5 Author s User Guide

Girl Scouts of America Adobe CQ5 Author s User Guide Girl Scouts of America Adobe CQ5 Author s User Guide Prepared by: NorthPoint Digital Version: 3.0 Date: March 3, 15 Table of Contents Introduction... Error! Bookmark not defined. I. User Roles & Authorization...

More information

Oracle. Service Cloud Knowledge Advanced User Guide

Oracle. Service Cloud Knowledge Advanced User Guide Oracle Service Cloud Release May 2017 Oracle Service Cloud Part Number: E84078-03 Copyright 2015, 2016, 2017, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information Development

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

PTC Windchill Quality Solutions Extension for ThingWorx Guide

PTC Windchill Quality Solutions Extension for ThingWorx Guide PTC Windchill Quality Solutions Extension for ThingWorx Guide Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc.

More information

IBM TRIRIGA Application Platform Version 3 Release 4.2. Object Migration User Guide

IBM TRIRIGA Application Platform Version 3 Release 4.2. Object Migration User Guide IBM TRIRIGA Application Platform Version 3 Release 4.2 Object Migration User Guide Note Before using this information and the product it supports, read the information in Notices on page 41. This edition

More information

USER GUIDE. MADCAP FLARE 2017 r3. Accessibility

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

More information

JSN Sun Framework User's Guide

JSN Sun Framework User's Guide JSN Sun Framework User's Guide Getting Started Layout Overview & Key concepts To start with layout configuration, Go to Extension Template JSN_template_default The first tab you see will be the Layout

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release Oracle Enterprise Manager Ops Center Installing and Updating Local Software Packages 12c Release 12.1.2.0.0 E37233-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

SAS Theme Designer 4.7 for Flex

SAS Theme Designer 4.7 for Flex SAS Theme Designer 4.7 for Flex User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Theme Designer 4.7 for Flex: User's Guide.

More information

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America.

Exsys RuleBook Selector Tutorial. Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. Exsys RuleBook Selector Tutorial Copyright 2004 EXSYS Inc. All right reserved. Printed in the United States of America. This documentation, as well as the software described in it, is furnished under license

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Adding Pages to an Office SharePoint Server 2007 Search Center Site Ben Curry and Bill English March 23, 2009

Adding Pages to an Office SharePoint Server 2007 Search Center Site Ben Curry and Bill English March 23, 2009 Adding Pages to an Office SharePoint Server 2007 Search Center Site Ben Curry and Bill English March 23, 2009 Copyright 2009, English, Bleeker & Associates, Inc., DBA Mindsharp (www.mindsharp.com). This

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones 12c Release 2 (12.2.2.0.0) E41230-04 February 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Overview Upgrading Unifier to Unifier

Overview Upgrading Unifier to Unifier Unifier Upgrade Guide 16 R1 April 2016 Contents Overview... 5 Upgrading Unifier 9.9.4 to Unifier 9.13.1.0... 7 Upgrading Unifier 9.11.0.0 to Unifier 9.13.1.0... 11 Upgrading Unifier 9.12.0.0 (and Later

More information

Technical Intro Part 1

Technical Intro Part 1 Technical Intro Part 1 Learn how to create, manage, and publish content with users and groups Hannon Hill Corporation 950 East Paces Ferry Rd Suite 2440, 24 th Floor Atlanta, GA 30326 Tel: 800.407.3540

More information

Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0)

Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Product Blueprints User's Guide SAP Data Services 4.2 (14.2.0) Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Act! Marketing Automation

Act! Marketing Automation Act! Marketing Automation A Guide to Getting Started Helping your business grow with marketing automation Act! Marketing Automation Getting Started Guide 2 Contents Page Page 8 Page 10 Page 11 Page 11

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

Integrate Salesforce. EventTracker v8.x and above

Integrate Salesforce. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 27, 2019 Abstract This guide provides instructions to configure Salesforce, to report its logs to EventTracker Enterprise. Scope The configurations detailed

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

Lesson 1: Dreamweaver CS6 Jumpstart

Lesson 1: Dreamweaver CS6 Jumpstart Lesson 1: Dreamweaver CS6 Jumpstart Introduction to Adobe Dreamweaver CS6 Adobe Certified Associate: Web Communication using Adobe Dreamweaver CS6 Overview 2013 John Wiley & Sons, Inc. 2 3.1 Elements of

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Using Qualtrics. ERL Workshop Social Psychology Lab Spring 2014

Using Qualtrics. ERL Workshop Social Psychology Lab Spring 2014 Using Qualtrics ERL Workshop Social Psychology Lab Spring 2014 Set up your account It is FREE because you are at Barnard! Barnard.qualtrics.com More details on our tutorial here Your BARNARD email address

More information

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet:

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet: Web Client Manual for Macintosh and Windows Group Logic Inc. 703-528-1555 Fax: 703-527-2567 Email: info@grouplogic.com Internet: www.grouplogic.com Copyright (C) 1995-2007 Group Logic Incorporated. All

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

ADOBE CREATIVE SUITE 4

ADOBE CREATIVE SUITE 4 ADOBE CREATIVE SUITE 4 DESIGN PREMIUM classroom in a book Instructor Notes www.adobepress.com Adobe Creative Suite 4 Design Premium Classroom in a Book 2009 Adobe Systems Incorporated and its licensors.

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Oracle. Service Cloud Knowledge Advanced User Guide

Oracle. Service Cloud Knowledge Advanced User Guide Oracle Service Cloud Release November 2016 Oracle Service Cloud Part Number: E80589-02 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors: The Knowledge Information Development

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones Guide 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones Guide 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones Guide 12c Release 1 (12.1.0.0.0) E27336-01 April 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Document ID: 13-603114 Release 2.2 July 2008 Issue No.1 2008 Avaya Inc. All Rights Reserved. Notice While reasonable

More information

Search Application User Guide

Search Application User Guide SiteExecutive Version 2013 EP1 Search Application User Guide Revised January 2014 Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, MD 21031 Phone: 410.584.0595

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Oracle. Sales Cloud Getting Started with Extending Sales. Release 13 (update 17D)

Oracle. Sales Cloud Getting Started with Extending Sales. Release 13 (update 17D) Oracle Sales Cloud Release 13 (update 17D) Release 13 (update 17D) Part Number E90542-02 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Authors: Chris Kutler, Bob Lies, Robyn King

More information

AvePoint Governance Automation 2. Release Notes

AvePoint Governance Automation 2. Release Notes AvePoint Governance Automation 2 Release Notes Service Pack 2, Cumulative Update 1 Release Date: June 2018 New Features and Improvements In the Create Office 365 Group/Team service > Governance Automation

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier... 5

Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier... 5 Unifier Content Repository Configuration Guide for On-Premises Version 17 July 2017 Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier...

More information

RB Digital Signature Proxy Guide for Reporters

RB Digital Signature Proxy Guide for Reporters RB Digital Signature Proxy Guide for Reporters Table of Contents RB-DSP registration workflow.... 1 Obtaining your certificate.... 2 Using Firefox to obtain your certificate.... 2 Using Internet Explorer

More information

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877.

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877. Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031 Phone: 410.584.0595 / 877.SYSALLI Fax: 410.584.0594 http://www.systemsalliance.com http://www.siteexecutive.com

More information

Oracle Enterprise Manager Ops Center. Overview. What You Need. Create Oracle Solaris 10 Zones 12c Release 3 ( )

Oracle Enterprise Manager Ops Center. Overview. What You Need. Create Oracle Solaris 10 Zones 12c Release 3 ( ) Oracle Enterprise Manager Ops Center Create Oracle Solaris 10 Zones 12c Release 3 (12.3.0.0.0) E60027-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops

More information

Adobe. Type Manager 4.1. User Guide

Adobe. Type Manager 4.1. User Guide Adobe Type Manager 4.1 User Guide 1999 Adobe Systems Incorporated. All rights reserved. Adobe Type Manager 4.1 User Guide for Windows This manual, as well as the software described in it, is furnished

More information

Deploying Lookout with IBM MaaS360

Deploying Lookout with IBM MaaS360 Lookout Mobile Endpoint Security Deploying Lookout with IBM MaaS360 February 2018 2 Copyright and disclaimer Copyright 2018, Lookout, Inc. and/or its affiliates. All rights reserved. Lookout, Inc., Lookout,

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Mobile J2ME Client Developer Guide Release 12.0.3.0.0 Part No. E52543-01 April 2014 Mobile J2ME Client Developer Guide April 2014 Oracle Financial Services Software Limited

More information

D&B360 Administration and Installation Guide

D&B360 Administration and Installation Guide D&B360 Administration and Installation Guide for Oracle CRM Version 2.2 Document Revised May 2013 2013 Dun & Bradstreet, Incorporated. All rights reserved. D&B360 is a trademark or registered trademark

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6 Sample Application Tutorial P/N 300-005-359 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

Dreamweaver Template Tutorial - How to create a website from a template

Dreamweaver Template Tutorial - How to create a website from a template Dreamweaver Template Tutorial - How to create a website from a template In this tutorial you will create a website using Dreamweaver s premade templates. You are going to learn how to style them using

More information

Website Design Guide

Website Design Guide Website Design Guide 8/28/2017 Spark Website Design US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Centrify for Dropbox Deployment Guide

Centrify for Dropbox Deployment Guide CENTRIFY DEPLOYMENT GUIDE Centrify for Dropbox Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of

More information

Oracle Enterprise Manager Ops Center. Introduction. Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 (12.2.2.0.0) E47810-03 December 2014 This document provides an end-to-end example for how to use Oracle

More information

Oracle Cloud E

Oracle Cloud E Oracle Cloud Administering Oracle Real-Time Integration Business Insight Release 12c (12.2.1) E76086-05 May 2017 Documentation for application users with various user roles that describes tasks to administer

More information

Unit 1: Working With Tables

Unit 1: Working With Tables Unit 1: Working With Tables Unit Overview This unit covers the basics of working with Tables and the Table wizard. It does not include working with fields, which is covered in Units 3 and 4. It is divided

More information

Getting Started with Web Content Management (WCM) for Alfresco Community Edition 3.2

Getting Started with Web Content Management (WCM) for Alfresco Community Edition 3.2 Getting Started with Web Content Management (WCM) for Alfresco Community Edition 3.2 Contents Copyright... 1 Typographic conventions... 2 Introduction... 3 Additional resources... 3 System requirements

More information

EMC Documentum Connector for Microsoft SharePoint Farm Solution

EMC Documentum Connector for Microsoft SharePoint Farm Solution EMC Documentum Connector for Microsoft SharePoint Farm Solution Version 7.2 Content Management Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

More information

Somerville College WordPress user manual. 7th October 2015

Somerville College WordPress user manual. 7th October 2015 Somerville College WordPress user manual 7th October 05 0 INDEX YOUR SITE IMAGES FORMS THE MENU 4 4 5 0 YOUR SITE The Content Management System The Somerville website has been built using the WordPress

More information

CA IT Client Manager / CA Unicenter Desktop and Server Management

CA IT Client Manager / CA Unicenter Desktop and Server Management CA GREEN BOOKS CA IT Client Manager / CA Unicenter Desktop and Server Management Object Level Security Best Practices LEGAL NOTICE This publication is based on current information and resource allocations

More information

Creating Resources on the ZFS Storage Appliance

Creating Resources on the ZFS Storage Appliance Oracle Enterprise Manager Ops Center Creating Non-Global Zones Using a SAN Storage Library 12c Release 3 (12.3.0.0.0) E65613-01 October 2015 This guide provides an end-to-end example for how to use Oracle

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

The Structure of the Web. Jim and Matthew

The Structure of the Web. Jim and Matthew The Structure of the Web Jim and Matthew Workshop Structure 1. 2. 3. 4. 5. 6. 7. What is a browser? HTML CSS Javascript LUNCH Clients and Servers (creating a live website) Build your Own Website Workshop

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Configure and Install Guest Domains 12c Release 3 (12.3.2.0.0) E60042-03 June 2016 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0 Clay Tablet Connector for Adobe Experience Manager Installation and Configuration Guide Version 3.0.0 January 13, 2017 Copyright Copyright 2005-2017 Clay Tablet Technologies Inc. All rights reserved. All

More information

IT Best Practices for Education. Empower your students, faculty, and staff with the right apps and services to do their best work.

IT Best Practices for Education. Empower your students, faculty, and staff with the right apps and services to do their best work. IT Best Practices for Education Empower your students, faculty, and staff with the right apps and services to do their best work. Become a champion by empowering your students, faculty, and staff to work

More information

bbc Overview Adobe Acrobat SDK November 2006 Version 8.0

bbc Overview Adobe Acrobat SDK November 2006 Version 8.0 bbc Overview Adobe Acrobat SDK November 2006 Version 8.0 2006 Adobe Systems Incorporated. All rights reserved. Adobe Acrobat SDK 8.0 Overview for Microsoft Windows, Mac OS, Linux, and UNIX Edition 1.0,

More information

SAS IT Resource Management 3.8: Reporting Guide

SAS IT Resource Management 3.8: Reporting Guide SAS IT Resource Management 3.8: Reporting Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS IT Resource Management 3.8: Reporting Guide.

More information

RealPresence Media Manager

RealPresence Media Manager RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 USER GUIDE Software 6.7 January 2015 3725-75302-001A RealPresence Media Manager Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights

More information

Oracle Cloud Using the Eventbrite Adapter with Oracle Integration

Oracle Cloud Using the Eventbrite Adapter with Oracle Integration Oracle Cloud Using the Eventbrite Adapter with Oracle Integration E85506-05 January 2019 Oracle Cloud Using the Eventbrite Adapter with Oracle Integration, E85506-05 Copyright 2017, 2019, Oracle and/or

More information

ANALYZE. Business Analytics Technical White Paper. Microsoft Dynamics TM NAV. Technical White Paper

ANALYZE. Business Analytics Technical White Paper. Microsoft Dynamics TM NAV. Technical White Paper ANALYZE Microsoft Dynamics TM NAV Business Analytics Technical White Paper Technical White Paper This technical white paper provides a conceptual overview of Business Analytics for Microsoft Dynamics NAV

More information

Setting Up Swagger UI for a Production Environment

Setting Up Swagger UI for a Production Environment IBM Cúram Social Program Management Setting Up Swagger UI for a Production Environment Document version 1.0 Jenny Cooper, Software Engineer, IBM Cúram Platform Group. jcooper3@ie.ibm.com Copyright International

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information