Merchandising with Adobe Digital Publishing Suite

Size: px
Start display at page:

Download "Merchandising with Adobe Digital Publishing Suite"

Transcription

1 Merchandising with Adobe Digital Publishing Suite Drive additional revenue through a Custom Store with Digital Publishing Suite, Enterprise Edition Table of contents 1: Business advantages of a Custom Store 2: Implementing a Custom Store 5: Getting started 7: Custom Store API Reference 10: Summary To promote product sales and increase brand loyalty, companies have traditionally paid close attention to how their content is presented to consumers. Publishers, for example, hire merchandisers to ensure that their products are presented attractively in a retail store. Large brand organizations also work hard to craft the physical presentation of their products and goods on store shelves. Similarly, with digital publications, new merchandising capabilities in Adobe Digital Publishing Suite give companies control and flexibility in the presentation of content, products, and services, enabling them to streamline the purchase process, encourage brand engagement, and drive incremental sales. With Adobe Digital Publishing Suite, Enterprise Edition, a company can implement a Custom Store in a publishing application to merchandise content, products, and services to its audience. The Custom Store helps consumers easily find and purchase products as well as engages users with the company s meticulously crafted brand. It also provides cross-sell and upsell opportunities for readers to purchase additional content and non-publishing products and services, such as cinema tickets in a movie-oriented publication, through both online and offline transactions. By supporting best-in-class merchandising practices, Digital Publishing Suite allows companies to produce high-impact tablet apps that drive business results. This white paper describes how to design and build a Custom Store with Adobe Digital Publishing Suite, Enterprise Edition. Business advantages of a Custom Store Attractively present content, products, and services In a Custom Store, companies can attractively display content, products, and services available for purchase. Publishers looking for extended merchandising functionality beyond the Library mode of multifolio applications, which offers only basic in-app content purchase capabilities, can implement a slot in the bottom navigation bar of their application to provide a Custom Store. Within this store, the publisher controls all design decisions, including colors, typography, layout, and product descriptions. In contrast, the basic Library mode only lists content sequentially and does not allow you to sell additional nonpublishing products or services. By providing merchandising within the publishing application, companies can improve conversion and purchase rates by facilitating product discovery, while helping reduce traditional lead-generation and customer-acquisition expenses in the process. Engage consumers with the brand With increased control over the presentation of for-sale content, products, and services, companies can immerse their readers in a meticulously crafted brand experience. Publishers can also integrate interactive promotional assets, such as video, advertising, and social media feeds, such as to further capture and retain reader attention. Publishers can also highlight timely special-interest publications, changing the promotions as necessary to sell related content and products.

2 A Custom Store allows publishers and brand organizations to: Attractively present content, products, and services Engage consumers with the brand Drive transactions and incremental revenue Drive transactions and incremental revenue Implementing a Custom Store enables companies to drive incremental purchases of content, products, and services according to merchandising best practices, beyond the sequential grid layout offered in the basic Library mode. With increased control over merchandising, publishers can directly impact publishing cross-sell and non-publishing product revenue, in addition to developing route-to-market efficiencies with new and existing customers. To feature additional publishing content as a cross-sell opportunity, a publisher can create assets in a Custom Store to highlight a noteworthy folio for purchase or as a subscription offer. Because a Custom Store uses HTML pages, publishers can link to external e-commerce providers or integrate display solutions (like Adobe Scene7 ) to sell non-publishing products and services. For example, a fashion magazine could sell products featured in an article by linking directly an external web page or sell the same merchandise using a custom slot, such as in a Featured Products, slot enabled in the navigation bar. In-app merchandising provides a direct and repeatable communication conduit to interested customers to drive subscription revenue, sell additional single issues, and promote other titles. Additionally, it enables companies to cross-sell and upsell other products and services that are of interest to their readers. Implementing a Custom Store A Custom Store is a full-screen HTML page owned by the publisher that is inserted into one of the custom slots available within a viewer application s navigation toolbar. Unlike other options typically implemented through a custom slot (like a My Account page or App FAQs), the Custom Store leverages an extended set of JavaScript APIs that provide folio state and subscription information and allow developers to initiate view and buy transactions for folios. Publishers can also include links that transfer a user to a company s website to complete a purchase of physical products or services. Custom Store pages are created using HTML and can contain JavaScript and cascading style sheets (CSS) to enhance interactivity and content presentation, respectively. Because the content is created in HTML, it is displayed using a UIWebview on ios and a WebView on Android. Because Custom Store content is simply HTML, JavaScript, and CSS, publishers have complete control over the UI. While the Library view in a viewer application continues to display and provides access to a reader s purchases (although in a sequential, non-merchandised fashion), the Custom Store displays additional content for purchase with full control of the layout. In addition to a Custom Store, developers can also use the custom slots at the bottom of the app navigation bar for other purposes, such as subscriber-only content, a game, or a store to sell physical goods. However, because many publishers will use a custom slot to create a Store, Digital Publishing Suite provides a set of JavaScript APIs to mimic the interactions in the Library. A Custom Store can use these APIs to buy subscriptions or folios, view folios, and more. Digital Publishing Suite offers up to three custom slots within the navigation bar: One one slot can be dedicated to the Custom Store, and the remaining two can be used for additional customized, branded content built using HTML. Companies can also use the Direct Entitlement capabilities of Digital Publishing Suite, Enterprise Edition to further customize content access and display in the Custom Store. Direct Entitlement offers the ability to provide users content based on authentication with an external database (for example, a subscription database or LDAP directory). Through a company can determine a user s role and then decide whether to display content to the user. In a Custom Store, companies can use Direct Entitlement to determine whether to show different cross-sell opportunities to subscribers versus non-subscribers. Similarly, brand organizations can display exclusive content to their loyalty program members. Additionally, publishers can use Restricted Distribution functionality to display folios available for purchase or download only to a specific, authorized group (like sales reps or premium members). For more information on these capabliites, view a video at these capabilities, visit direct-entitlement. 2

3 Required resources The resources required to create a Custom Store are the same needed to create a web page: a designer to create a compelling visual experience and a developer with HTML, CSS, and JavaScript experience. Depending on the complexity of the Custom Store, the skills required could range from beginner to advanced. Store features Using HTML, a Custom Store can include more interactive content, such as videos, live feeds, and animation, than can be displayed inside the standard Library view that ships with Digital Publishing Suite. Custom Stores can include animated banners to capture and retain visitor attention. 3

4 Publishers can include cross-sell or upsell offers, like a subscription call-to-action, to drive incremental revenue. Custom Stores can include live streaming information, such as a Twitter feed. 4

5 Design considerations When making decisions regarding the design and development of a Custom Store, it is important to consider the environment in which it will function. The Custom Store sits inside a viewer application alongside the standard Library view that is available as a default slot in a viewer. From a reader s perspective, it is critical that users understand when they are in the Library versus the Store. Readers continue to use the Library to access, download, and view content, while the Store is the place for users to discover new and related content available for purchase. Although users can purchase content in the Library, the Store enables content discovery and purchase in a more engaging, customizable manner. To make this distinction more clear, a best practice is to have a Custom Store use the flexibility provided with HTML to differentiate itself from the Library view. To signal the distinction, a publisher can add interactivity or use different colors for the Custom Store. It is also important to consider the target device for your Custom Store. Because most users will access the Custom Store from a mobile device, they will depend on finger-based gestures to interact with the Store rather than a mouse-based input device. To accommodate touch interactions, carefully design target areas, such as buttons, large enough for finger-based interaction. Finally, consider the layouts supported by the target devices and the viewer application. Designs should be created to match all supported orientations for each supported device. Although users cannot dynamically change the window size as they can with a web page inside of a browser, they can rotate the device. On rotation, the design should gracefully transition between landscape and portrait layouts to provide users a consistent sense of location. Getting started To create a Custom Store: 1. Design and build the Store in HTML to suit your needs. A designer and developer should collaborate to implement the HTML for the target device type in both landscape and portrait orientations. Single orientation store functionality is planned for the near future. To sell publishing content: 2. Obtain the ProductIds of the folios that you want users to interact with. These ProductIds are input in the Folio Producer Service when publishing a folio and are used when making the JavaScript API calls. 3. Add the JavaScript API calls where necessary to the HTML page (see Custom Store API Reference ). To sell non-publishing products or services 4. Add relevant links to the Custom Store HTML to take users to your website and complete the transaction. To finalize the Custom Store: 5. Zip the HTML and any other assets. 6. Create an icon to represent the Custom Store that is displayed in the slot. 7. Using Viewer Builder, create a viewer application that includes the Custom Store by uploading the ZIP file, along with the Custom Store icon. 5

6 Publisher Server 1. Embedded Custom Store loads HTML, CSS, and JavaScript at runtime from a publisher s server. 2. CSS is used to style the page, and JavaScript includes the ProductIds used to interact with the Store API. HTML </> 3. JavaScript calls the Store API. For example, buyfolio() is called with the ProductId, which triggers a buy transaction in the application. HTML for a Custom Store is presented to the reader at runtime and allows for folio purchase via integrated APIs. In-app purchases made through the Store API are subject to the terms and conditions of individual app marketplaces, including revenue-sharing requirements. Design and build the Store in HTML Creating a Custom Store is similar to creating a web page and uses the same set of skills, so additional software is not necessary. After the designer creates the page, the developer implements the design and tests it in a browser on the desktop. Because the JavaScript APIs are not available on the desktop, the next step is to test the Custom Store on a device and verify that the page works correctly. When creating a Custom Store, the folder structure should be flat, with all files in one folder rather than putting CSS files in one folder and JavaScript files in another. The flat folder structure is a limitation of Viewer Builder, which should be remedied in the near future. The viewer also suppresses JavaScript alert() calls, so developers using alert() should use alternate techniques. Determine Store updating When creating a Custom Store, decide how the content is to be updated. Because the main HTML page is embedded in the viewer, decide where the Custom Store logic lives. If it is directly part of the HTML page, it cannot be changed until the viewer is updated and rebuilt using Viewer Builder. If it is loaded at runtime from a server using a JavaScript include or window.location, it can be changed whenever a user navigates to the Custom Store. When using a JavaScript include, because the Custom Store is running in an application (rather than a browser), cross-domain security restrictions do not apply. As such, it is possible to load data from multiple domains. If your Custom Store loads cross-domain data, use Safari when testing on the desktop because local files are not restricted to cross-domain security restrictions. 6

7 Add links When implementing a page with <a> tags, keep in mind that <a> tags with an href attribute open a new web view that slides up from the bottom. This happens even if the target is not specified or if it is set to _self, _parent, or _top. However, setting window.location via JavaScript does not open a new web view, rather it sets the URL for the current web view. Include offline detection Depending on the functionality of the Custom Store, it might be necessary to include offline detection. Because most Custom Stores have dynamic data or the ability to buy and download a folio, implement offline detection using JavaScript that is either embedded directly in the HTML or loaded using an include. One way to detect network connectivity is by using an XMLHttpRequest object, loading a URL, and then checking for readystate == 4 && status!= 200 in the onreadystatechange callback. Create the Store in Viewer Builder After the Custom Store has been created and tested on the desktop, the next step is to zip the contents and upload the assets in Viewer Builder. Viewer Builder allows publishers to also upload the Up and Down buttons used for the tab bar. For end users, the hardware requirements are the same as the viewer. Users with a device that supports your viewer can see the Custom Store. Performance and HTML implementations vary across devices. Testing strongly recommended on the target platforms. Custom Store API reference For companies cross-selling additional publishing content from within a Custom Store, the following API calls provide the necessary communication with Digital Publishing Suite, allowing your users to: Purchase subscriptions that entitle them to view and download items Discover items available for purchase within the Store View, purchase, and download items from the Store Companies selling non-publishing products or services from the Custom Store can link directly to the company s website to complete the transaction. The Custom Store APIs are ready for use when window.onadobedpscontextloaded is called. This call is done automatically. To make use of this event, you can define it as: window.onadobedpscontextloaded = function() { } // Store APIs are ready to use. Store API documentation To trigger a buy transaction for a folio: adobe.dps.store.buyfolio(folioproductid, callback) When this method is called, an ios dialog appears so that a user can enter a password. Upon success, the view is switched to the library for download of the folio. folioproductid Unique product identifier of the folio assigned by the publisher from Viewer Builder. callback Developer-supplied function to handle the result of the operation. The function receives one parameter, an object with this property: { result :status}. The status is either: succeeded failed cancelled refunded Example: adobe.dps.store.buyfolio( OCT11 ); // OCT11 represents the productid. 7

8 To trigger a buy subscription transaction: adobe.dps.store.buysubscription(subscriptionproductid, callback) subscriptionproductid Unique product identifier of the subscription. callback Developer-supplied function to handle the result of the operation. The function receives one parameter, an object with this property: { result :status}. The status is either: succeeded failed cancelled refunded To display an optional custom dialog after a user buys a subscription: adobe.dps.store.presentcustomdialog() This value cannot be set from Viewer Builder, but this functionality is planned for the near future. To dismiss the custom dialog displayed after a user buys a subscription or after a call to presentcustomdialog(): adobe.dps.store.dismisscustomdialog() To include constants to describe the library state of a folio that an API function is attempting to operate on: adobe.dps.store.foliostate The state indicates whether the folio can be purchased, downloaded, viewed, or updated, and whether such an operation is already in process. Values are: INVALID : 0, UNAVAILABLE : 50 The folio is not yet available for purchase. PURCHASABLE : 100 The folio be purchased and downloaded. PURCHASING : 101 There is an active or paused purchase transaction. DOWNLOADABLE : 200 The folio is free, or its purchase transaction is completed. DOWNLOADING : 201 There is an active or paused download transaction. EXTRACTABLE : 400 The folio content is stored locally. EXTRACTING : 401 There is an active or paused extraction transaction. VIEWABLE : 1000 The folio can be loaded in the viewer. UPDATEDOWNLOADABLE : 1500 The folio is viewable but can be updated. UPDATEDOWNLOADING : 1501 There is an active update download for this folio. UPDATEEXTRACTABLE : 1502 The folio is viewable and has an update that can be installed. UPDATEEXTRACTING : 1503 There is an active update extraction for this folio. To retrieve a unique identifying string for the device that the viewer is running on: adobe.dps.store.getdeviceid(callback) Publishers might need the device ID if they have a custom login for entitlements. callback Developer-supplied function to handle the result. The callback function receives one parameter, deviceid, which is a string representing the unique device identifier. To retrieve library state information for the folios in the library: adobe.dps.store.getfoliodata(callback) If no current or cached information is available, the function returns an empty list. You can use this method 8

9 to compare the valid folios in a library against another data source for a custom view. This method is also helpful for displaying a button to download a folio. Because each item in the array contains price and state information, a developer can determine whether to show a price or a string, such as download or update. callback Developer-supplied function that is passed an array of folios. Each folio is an object with these properties: id Auto-generated ID of a folio. state State of the folio corresponding to a value from FolioState. price Price of a folio. If it is free, it is marked FREE. productid Publisher-supplied productid for a folio set from Viewer Builder. Example: adobe.dps.store.getfoliodata(getfoliodatahandler); function getfoliodatahandler(data) { // Add JavaScript to handle the data, which is an array of objects with properties. } To retrieve receipts for all purchased folios and purchased subscriptions: adobe.dps.store.getreceiptdata(callback) callback Developer-supplied function that is passed an array of subscriptions. Each subscription is an object with these properties: productid Store product identifier. title Formatted title of the subscription. duration Formatted duration of the subscription, such as 3 Months, 1 Week. price Localized string representing the price of the folio. owned True if this subscription has been owned by the user. active True if this subscription is currently active. To retrieve library state information for the subscriptions available in the library: adobe.dps.store.getsubscriptiondata(callback) If no current or cached information is available, the function returns an empty list. This method is helpful if a publisher wants to display available subscriptions in a custom view. callback Developer-supplied function to handle the list of subscriptions. Each subscription is an object with these properties: productid Store product identifier. title Formatted title of the subscription. duration Formatted duration of the subscription, such as 3 Months, 1 Week. price Localized string representing the price of the folio. owned True if this subscription has been owned by the user. active True if this subscription is currently active. To retrieve the authentication token and user name: adobe.dps.store.getuserinfo(callback) 9

10 You can use this method to determine if a user is logged in. If an authtoken is not present, the user is not logged in. You can also use this method to retrieve the authtoken for entitlement purposes. callback Developer-supplied function to handle the result. Either value can be empty. The result is an object with these properties: authtoken Authentication token for a logged-in user username User s login name To initiate a refresh of entitlements in the viewer: adobe.dps.store.refreshentitlements() This function has no callback. On error, the function fails silently. To set the authentication token and username and let the viewer persist them: adobe.dps.store.setuserinfo(authtoken, username) This method is called on both sign-in and sign-out to update the viewer s state. This function has no callback. If either parameter is invalid, the function fails silently. You can use this method to provide a custom login experience from a custom view. To sign out a user, a null value is passed for authtoken. authtoken Authentication token on sign-in, or undefined on sign-out. username Username on sign-in, or undefined to clear the persisted username on sign-out. To download or view a folio: adobe.dps.store.viewfolio(folioproductid) If the folio is already on the device, the viewer opens it for viewing; otherwise, the viewer initiates download of the folio. In either case, the store web view closes immediately. This function has no callback. If the operation fails, the viewer handles the error. folioproductid Unique publisher-supplied productid for a folio set from Viewer Builder. Summary By merchandising content, products, and services with a Custom Store, companies can streamline the purchase process, encourage brand engagement, and drive incremental sales. In addition to providing flexibility and control over design, typography, and colors, a Custom Store immerses readers in the brand experience of a publication, encouraging brand loyalty. Through cross-sell and upsell opportunities, companies can drive incremental revenue of publishing and non-publishing content. In addition, when used with the Direct Entitlement feature of Adobe Digital Publishing Suite, Enterprise Edition, publishers can create customized offers based on a user s role. For more information on purchasing Digital Publishing Suite, Enterprise Edition and setting up a Custom Store, request a sales consultation at For more information Solution details: Adobe Systems Incorporated 345 Park Avenue San Jose, CA USA Adobe, the Adobe logo, and Scene7 are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Android is a trademark of Google Inc. All other trademarks are the property of their respective owners Adobe Systems Incorporated. All rights reserved. Printed in the USA /12 10

Managing customer entitlement with Adobe Digital Publishing Suite

Managing customer entitlement with Adobe Digital Publishing Suite Managing customer entitlement with Adobe Digital Publishing Suite Accelerate digital readership by making content easily accessible to existing users and customers Table of contents 1: Overview of Adobe

More information

Adobe Digital Publishing Suite, Analytics Service

Adobe Digital Publishing Suite, Analytics Service Adobe Digital Publishing Suite, Analytics Service Analyze and optimize content for greater business impact Table of contents 1: Business benefits 2: Key features 2: Standard baseline analytics reporting

More information

Adobe Experience Manager: Commerce

Adobe Experience Manager: Commerce Adobe Experience Manager: Commerce Datasheet Adobe Experience Manager: Commerce Benefits of e-commerce capabilities Agile merchandising and marketing Rapid and flexible customization of the shopping experience

More information

Adobe Digital Publishing Suite (DPS) User Interface Best Practices for Building ios DPS Apps

Adobe Digital Publishing Suite (DPS) User Interface Best Practices for Building ios DPS Apps Adobe Digital Publishing Suite (DPS) User Interface Best Practices for Building ios DPS Apps Overview The Adobe Digital Publishing Suite (DPS) provides publishers with various options to customize the

More information

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2 Personal Cloud Support Guide for Mac Computers Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 3 Renaming files 3 Moving

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

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

More information

Adobe Reader 7.0 Frequently Asked Questions for Digital Edition Users

Adobe Reader 7.0 Frequently Asked Questions for Digital Edition Users FAQ Adobe Reader 7.0 TOPICS 1 General 4 Adobe DRM 4 digital edition support 4 Activation 5 Mac OS support 6 PDA support General Q: What is a digital edition (formerly known as an ebook)? A: A digital edition

More information

Digital Publishing Suite - HTML store customization Pieter van Helvoirt Sr. Channel Account Manager @ Adobe Systems Benelux

Digital Publishing Suite - HTML store customization Pieter van Helvoirt Sr. Channel Account Manager @ Adobe Systems Benelux Digital Publishing Suite - HTML store customization Pieter van Helvoirt Sr. Channel Account Manager @ Adobe Systems Benelux 2011 Adobe Systems Incorporated. All Rights Reserved. 2011 Adobe Systems Incorporated.

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Adobe Digital Publishing Suite, Analytics Service

Adobe Digital Publishing Suite, Analytics Service Adobe Digital Publishing Suite, Analytics Service Optimize editorial and advertising content for greater business impact Table of contents 1: Business benefits 2: Key features 2: Standard base-level analytics

More information

Getting started with Adobe Reader

Getting started with Adobe Reader Getting started with Adobe Reader Adobe Reader is the gold standard for reliably viewing PDF documents on Android phones and tablets. Let s take a look at the ways you can use PDF documents with Adobe

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

Digital and Mobile Advertising Specs. Preparing elements that increase revenue and improve results

Digital and Mobile Advertising Specs. Preparing elements that increase revenue and improve results Digital and Mobile Advertising Specs Preparing elements that increase revenue and improve results Digital and Mobile Offerings According to emarketer, spending on digital advertising will experience double-digit

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Drive revenue with sales enablement apps

Drive revenue with sales enablement apps Drive revenue with sales enablement apps Increasing business impact through mobile sales enablement Table of contents 2 Digital Publishing Suite for sales enablement 3 Use engaging sales apps to clinch

More information

Setting Up groov Mobile Apps. Introduction. Setting Up groov Mobile Apps. Using the ios Mobile App

Setting Up groov Mobile Apps. Introduction. Setting Up groov Mobile Apps. Using the ios Mobile App Introduction Using the ios Mobile App Opto 22 s free groov View apps for ios and Android allow you to use View for one or more groovs on your smartphone or tablet in full-screen mode without the address

More information

Generate Android App

Generate Android App Generate Android App This paper describes how someone with no programming experience can generate an Android application in minutes without writing any code. The application, also called an APK file can

More information

Store & Share Quick Start

Store & Share Quick Start Store & Share Quick Start What is Store & Share? Store & Share is a service that allows you to upload all of your content (documents, music, video, executable files) into a centralized cloud storage. You

More information

Mobile Strategy and Design

Mobile Strategy and Design Mobile Strategy and Design A Guide for Publishers December 5, 2011 www.xtenit.com US: 01.877.XTENIT.1 International: 01.212.646.9070 Overview This paper outlines mobile strategies and deployment guidelines

More information

WatchDox for Mac User Guide

WatchDox for Mac User Guide WatchDox for Mac User Guide Version 2.3.0 Confidentiality This document contains confidential material that is proprietary to WatchDox. The information and ideas herein may not be disclosed to any unauthorized

More information

User Guide. Version 1.0

User Guide. Version 1.0 Version 1.0 THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION, INFRAGISTCS, INC. DISCLAIMS ALL IMPLIED REPRESENTATIONS AND WARRANTIES,

More information

SAHARA FASHION15 RESPONSIVE MAGENTO THEME

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

More information

Mobility with Eye-Fi Scanning Guide

Mobility with Eye-Fi Scanning Guide Mobility with Eye-Fi Scanning Guide Scan and Transfer Images Wirelessly with Eye-Fi This document is to be used in addition to the scanner s user guide located on the installation disc. The instructions

More information

Republic Polytechnic School of Infocomm C308 Web Framework. Module Curriculum

Republic Polytechnic School of Infocomm C308 Web Framework. Module Curriculum Republic Polytechnic School of Infocomm C308 Web Framework Module Curriculum This document addresses the content related abilities, with reference to the module. Abilities of thinking, learning, problem

More information

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

Worksheet - Document management and Cloud Services on the ipad

Worksheet - Document management and Cloud Services on the ipad Worksheet - Document management and Cloud Services on the ipad This worksheet requires installation of the following ipad apps: Adobe Reader, Google Drive, Chrome, Windows Skydrive, Dropbox and Goodreader.

More information

How to select the right Marketing Cloud Edition

How to select the right Marketing Cloud Edition How to select the right Marketing Cloud Edition Email, Mobile & Web Studios ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire customer lifecycle

More information

ONLINE ACCOUNTABILITY FOR EVERY DEVICE. Quick Reference Guide V1.0

ONLINE ACCOUNTABILITY FOR EVERY DEVICE. Quick Reference Guide V1.0 ONLINE ACCOUNTABILITY FOR EVERY DEVICE Quick Reference Guide V1.0 TABLE OF CONTENTS ACCOUNT SET UP Creating an X3watch account DOWNLOADING AND INSTALLING X3WATCH System Requirements How to install on a

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

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

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

Adobe Digital Publishing Security FAQ

Adobe Digital Publishing Security FAQ Adobe Digital Publishing Suite Security FAQ Adobe Digital Publishing Security FAQ Table of contents DPS Security Overview Network Service Topology Folio ProducerService Network Diagram Fulfillment Server

More information

Taylor & Francis Online Mobile FAQs

Taylor & Francis Online Mobile FAQs Taylor & Francis Online Mobile FAQs ACCESS Q. How do I access Taylor & Francis Online Mobile? A. Open the browser on your mobile device and enter the URL www.tandfonline.com. As you are accessing the site

More information

ADOBE ACROBAT CONNECT PRO MOBILE VISUAL QUICK START GUIDE

ADOBE ACROBAT CONNECT PRO MOBILE VISUAL QUICK START GUIDE ADOBE ACROBAT CONNECT PRO MOBILE VISUAL QUICK START GUIDE GETTING STARTED WITH ADOBE ACROBAT CONNECT PRO MOBILE FOR IPHONE AND IPOD TOUCH Overview Attend Acrobat Connect Pro meetings using your iphone

More information

Microsoft Expression Web

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

More information

Wave 4.5. Wave ViewPoint Mobile 2.0. User Guide

Wave 4.5. Wave ViewPoint Mobile 2.0. User Guide Wave 4.5 Wave ViewPoint Mobile 2.0 User Guide 2014 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Applications

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Version 3.3 Content Administrator Guide

Version 3.3 Content Administrator Guide Version 3.3 Content Administrator Guide This document is a guide to assist Content Administrators as they upload, catalog, publish, and share videos using the Ensemble Video enterprise video publishing

More information

APP ANALYTICS PLUGIN

APP ANALYTICS PLUGIN support@magestore.com Phone: 084.4.8585.4587 APP ANALYTICS PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION 2. HOW TO INSTALL 3. HOW TO SET UP YOUR GOOGLE ANALYTICS ACCOUNT 4. HOW TO CONFIGURE IN MAGENTO

More information

separate the content technology display or delivery technology

separate the content technology display or delivery technology Good Morning. In the mobile development space, discussions are often focused on whose winning the mobile technology wars how Android has the greater share of the mobile market or how Apple is has the greatest

More information

Managing Existing Mobile Apps

Managing Existing Mobile Apps Adobe Summit 2016 Lab 324: Managing Existing Mobile Apps Adobe Experience Manager Mobile 1 Table of Contents INTRODUCTION 4 GOAL 4 OBJECTIVES 4 MODULE 1 AEM INTRODUCTION 5 LESSON 1 - AEM BASICS 5 OVERVIEW

More information

Developer Reference. A mobile loyalty platform for retailers. Document Number: 09720037

Developer Reference. A mobile loyalty platform for retailers. Document Number: 09720037 Developer Reference A mobile loyalty platform for retailers Document Number: 09720037 CONTENTS Guide Overview Description of this Guide... ix What s new in this guide...x Upgrade impact...xii 1. Getting

More information

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015

ON24 MOBILE WEBCASTING USER GUIDE AND FAQ FEBRUARY 2015 FEBRUARY 2015 MOBILE ATTENDEE GUIDE ON24 s Mobile Webcasting console allows you to bring your webcast directly to your audience, regardless of location. Users on mobile devices can register, attend, and

More information

Personal Cloud. Support Guide for Mobile Apple Devices

Personal Cloud. Support Guide for Mobile Apple Devices Personal Cloud Support Guide for Mobile Apple Devices Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 2 Downloading files

More information

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users Getting Started Getting Started with Time Warner Cable Business Class Voice Manager A Guide for Administrators and Users Table of Contents Table of Contents... 2 How to Use This Guide... 3 Administrators...

More information

Selling Digital Goods Online

Selling Digital Goods Online PayLoadz.com Selling Digital Goods Online How to use the PayLoadz and PayPal services to sell digital goods on your web site Updated: 02/12/2006 TABLE OF CONTENTS INTRODUCTION...3 HOW IT WORKS...3 GETTING

More information

CRESTRON-APP-ANDROID Control App for Android

CRESTRON-APP-ANDROID Control App for Android 1 Introduction The app from Crestron provides a Smart Graphics touch screen user interface on Android devices. Fully integrated with Crestron programming software including Crestron Studio, VT Pro-e, and

More information

Work with PassKey Manager

Work with PassKey Manager Work with PassKey Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other

More information

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

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

More information

LiveStreamingCDN Producer User s Guide

LiveStreamingCDN Producer User s Guide LiveStreamingCDN Producer User s Guide A LiveStreamingCDN Producer account offers a variety of premium features in addition to live and VOD streaming capabilities. A Producer account comes with a multi-device

More information

ACE: Dreamweaver CC Exam Guide

ACE: Dreamweaver CC Exam Guide Adobe Training Services Exam Guide ACE: Dreamweaver CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

Getting Started with the new VWO

Getting Started with the new VWO Getting Started with the new VWO TABLE OF CONTENTS What s new in the new VWO... 3 Where to locate features in new VWO... 5 Steps to create a new Campaign... 18 Step # 1: Enter Campaign URLs... 19 Step

More information

Module - Facebook PS Connect

Module - Facebook PS Connect Module - Facebook PS Connect Operation Date : October 10 th, 2013 Business Tech Installation & Customization Service If you need assistance, we can provide you a full installation and customization service

More information

Integrated Cloud Environment Google Drive User s Guide

Integrated Cloud Environment Google Drive User s Guide Integrated Cloud Environment Google Drive User s Guide 2012-2015 Ricoh Americas Corporation It is the reader's responsibility when discussing the information contained this document to maintain a level

More information

Authorize.net for WordPress

Authorize.net for WordPress Authorize.net for WordPress Authorize.net for WordPress 1 Install and Upgrade 1.1 1.2 Install The Plugin 5 Upgrading the plugin 8 2 General Settings 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 Connecting to Authorize.net

More information

JTouch Mobile Extension for Joomla! User Guide

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

More information

MAGENTO THEME SHOE STORE

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

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

Nanacast.com Membership Wizard. and offer setup Manual

Nanacast.com Membership Wizard. and offer setup Manual Membership Wizard and offer setup Manual Though not required we recommend setting up just about every offer in Nanacast using the Membership Wizard. To find out why and what the benefits are please watch

More information

Available on VitalSource

Available on VitalSource User Guide Available on VitalSource Welcome to Pageburst on VitalSource all of your Elsevier ebooks at your fingertips! This user guide contains the information you will need to redeem your access code

More information

Content Management System Help. basic tutorial on Evergreen s CMS

Content Management System Help. basic tutorial on Evergreen s CMS Content Management System Help cms.evergreen.edu Tips, tricks and basic tutorial on Evergreen s CMS Contents Vocabulary Login Opening a page Editing a page Creating a new page Inserting internal and external

More information

Zinio FAQ. » I created a Library Collection account but I did not receive my confirmation email. Why not?

Zinio FAQ. » I created a Library Collection account but I did not receive my confirmation email. Why not? Zinio FAQ» I created a Library Collection account but I did not receive my confirmation email. Why not? The notification emails are sent automatically after you subscribe and should show up in your email

More information

Index. Terminology Pg. 2 Your Backend Pg. 3. Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg.

Index. Terminology Pg. 2 Your Backend Pg. 3. Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg. Index Terminology Pg. 2 Your Backend Pg. 3 Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg. 8 Content Pg. 9 Homepage Image Pg. 9 Events Pg. 9 News Articles

More information

Qlik Sense Cloud. Qlik Sense 2.0.4 Copyright 1993-2015 QlikTech International AB. All rights reserved.

Qlik Sense Cloud. Qlik Sense 2.0.4 Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik Sense Cloud Qlik Sense 2.0.4 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

Work with the File Library App

Work with the File Library App Work with the File Library App Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. August 2012 202-10933-04 v1.0

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. August 2012 202-10933-04 v1.0 User Manual 350 East Plumeria Drive San Jose, CA 95134 USA August 2012 202-10933-04 v1.0 Support Thank you for choosing NETGEAR. To register your product, get the latest product updates, get support online,

More information

MasterPass Service Provider Onboarding & Integration Guide Fileand API-Based Merchant Onboarding Version 6.10

MasterPass Service Provider Onboarding & Integration Guide Fileand API-Based Merchant Onboarding Version 6.10 MasterPass Service Provider Onboarding & Integration Guide Fileand API-Based Merchant Onboarding Version 6.10 7 January 2016 SPBM Summary of Changes, 7 January 2016 Summary of Changes, 7 January 2016 This

More information

Aventail Connect Client with Smart Tunneling

Aventail Connect Client with Smart Tunneling Aventail Connect Client with Smart Tunneling User s Guide Windows v8.7.0 1996-2006 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,

More information

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

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

More information

Web Portal User Guide. Version 6.0

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

More information

Adobe Flash Catalyst CS5.5

Adobe Flash Catalyst CS5.5 Adobe Flash Catalyst CS5.5 Create expressive interfaces and interactive content without writing code Use a new efficient workflow to collaborate intelligently and roundtrip files with developers who use

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.2 Updated March 16, 2012 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

Adobe, shortening the sales cycle.

Adobe, shortening the sales cycle. Adobe, shortening the sales cycle. Digital publishing solutions leader leverages Adobe Digital Publishing Suite and Adobe Experience Manager integration to drive impact with sales enablement app. Adobe

More information

Google Drive lets you store and share all your stuff, including documents, videos, images and other files that are important to

Google Drive lets you store and share all your stuff, including documents, videos, images and other files that are important to What are Docs & Drive? Docs Use Google Docs, Sheets and Slides for document editing anywhere, anytime. Google Docs is an online word processor that lets you create and format text documents and collaborate

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare

More information

Tablet publishing on the new ipad

Tablet publishing on the new ipad Tablet publishing on the new ipad Best practices for using Adobe Digital Publishing Suite to publish to the new ipad By Colin Fleming, Digital Publishing Evangelist Table of contents Design and production

More information

Authorize.net for WordPress

Authorize.net for WordPress Authorize.net for WordPress Authorize.net for WordPress 1 Install and Upgrade 1.1 1.2 Install The Plugin 5 Upgrading the plugin 8 2 General Settings 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 2.11 Connecting

More information

Official Amazon Checkout Extension for Magento Commerce. Documentation

Official Amazon Checkout Extension for Magento Commerce. Documentation Official Amazon Checkout Extension for Magento Commerce Documentation 1. Introduction This extension provides official integration of your Magento store with Inline Checkout by Amazon service. Checkout

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

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

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

More information

LIBRARY MEMBER USER GUIDE

LIBRARY MEMBER USER GUIDE LIBRARY MEMBER USER GUIDE CONTENTS PAGE Part 1) How to create a new account... 2 Part 2) How to checkout a magazine issue... 4 Part 3) How to download and use Zinio Reader 4... 8 a) For your PC... 8 b)

More information

My Stuff Everywhere Your Content On Any Screen

My Stuff Everywhere Your Content On Any Screen Technical Brief Bob Lund, Distinguished Technologist, CableLabs September, 2014 My Stuff Everywhere Your Content On Any Screen The My Stuff Everywhere Concept The My Stuff Everywhere (MSE) concept is simple

More information

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved.

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved. Reference Guide Pogoplug Team Reference Guide Table of Contents Table of Contents 1. What s Included 2. Getting Started 3. Customizing the Pogoplug Interface a. Custom UI b. Custom Domain Name c. Custom

More information

Set Up and Maintain Customer Support Tools

Set Up and Maintain Customer Support Tools Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

SmallBiz Dynamic Theme User Guide

SmallBiz Dynamic Theme User Guide SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the

More information

SonicWALL SSL VPN 3.5: Virtual Assist

SonicWALL SSL VPN 3.5: Virtual Assist SonicWALL SSL VPN 3.5: Virtual Assist Document Scope This document describes how to use the SonicWALL Virtual Assist add-on for SonicWALL SSL VPN security appliances. This document contains the following

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Table of Contents OggChat Overview... 3 Getting Started Basic Setup... 3 Dashboard... 4 Creating an Operator... 5 Connecting OggChat to your Google Account... 6 Creating a Chat Widget...

More information

Advanced Configuration Steps

Advanced Configuration Steps Advanced Configuration Steps After you have downloaded a trial, you can perform the following from the Setup menu in the MaaS360 portal: Configure additional services Configure device enrollment settings

More information

PMI Marketing Portal User Guide

PMI Marketing Portal User Guide PMI Marketing Portal User Guide PMI Marketing Portal: Supporting member and credential holder acquisition and retention 2010 Project Management Institute, Inc. All right reserved. PMI, the PMI logo and

More information

Wiki Server. Innovative tools for workgroup collaboration and communication. Features

Wiki Server. Innovative tools for workgroup collaboration and communication. Features Wiki Server Innovative tools for workgroup collaboration and communication. Features Single site for group collaboration Project-specific wiki accessible via web browsers on Mac, PC, iphone, and ipod touch

More information

Employee Active Directory Self-Service Quick Setup Guide

Employee Active Directory Self-Service Quick Setup Guide Employee Active Directory Self-Service Quick Setup Guide (V2.0) Last update: 11/5/2014 Copyright 2014 InfraDog Inc. All rights reserved Corporate Phone: +1 (416) 473-4096, Fax: +1 (888) 863-3936, Email:

More information

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

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

More information

Sharepoint server SSO

Sharepoint server SSO Configuring g on-premise Sharepoint server SSO Chapter 99 You can now provide single sign-on to your on-premise Sharepoint server applications. This section includes the following topics: "An overview

More information

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual 2013 SPHOL326: Designing a SharePoint 2013 Site Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

E21 Mobile Users Guide

E21 Mobile Users Guide E21 Mobile Users Guide E21 Mobile is the Mobile CRM companion to TGI s Enterprise 21 ERP software. Designed with the mobile sales force in mind, E21 Mobile provides real-time access to numerous functions

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

RESCO MOBILE CRM USER GUIDE. Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8

RESCO MOBILE CRM USER GUIDE. Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8 RESCO MOBILE CRM USER GUIDE Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8 Contents Synchronization... 1 1.1. How to synchronize your device... 1 1.2.

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Updated November 20, 2009 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage 7 Main

More information

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

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

More information