Optimizing your E-Business Suite for Mobile and Tablet

Size: px
Start display at page:

Download "Optimizing your E-Business Suite for Mobile and Tablet"

Transcription

1 Optimizing your E-Business Suite for Mobile and Tablet - Using existing EBS Functionality to transform your User Experience (UX) 08 th December 2014 Michael West UX Hero / Director T: E: michael.west@appsynx E: michaelwest uk.linkedin/in/oraclehcm/ Note: Personalization code used in the Apps14 demonstration is contained in slide comments If you are viewing the PDF version of this document then please contact me for the code -> no additional technology required!

2 About Me o Oracle HCM Consultant since 2005 Functional background Originally specialising in EBS Self-Service / OAF modules Custom Look and Feel / UI expert Now doing Fusion HCM Implementations o Started Appsynx / OracleSkins in 2009 Offering remote UX & UI services for Oracle Customers worldwide Worked for number of global customers on their EBS UX, including:

3 Optimising your E-Business Suite for Mobile and Tablet o Mobile Strategy / your options for going Mobile? What s out there? What you need to consider What you can do without extra technology / large investment! o Exploring Personalizations o Demo: Icon Based Home Page o Demo: CSS to Improve Usability o Exploring Custom Look and Feel CLAF o Demo: CLAF o Deployment options / technical requirements o Q&A

4 Mobile Strategy do I need one? o Why? Anywhere, anytime is now expectation for corporate systems User wants to be able to perform admin transactions quickly and simply Retail, Manufacturing = large volumes of employees/users who don t sit at a PC o Oracle Stats 59% of employees use mobile devices to run line of business applications 71% of companies are discussing developing custom mobile apps 74% of companies allow Bring Your Own Device (BYOD) in some fashion Enterprise tablet adoption will grow by almost 50% per year By 2015, mobile app development projects will outnumber PC projects by a ratio of 4-to-1 Mobile internet users will exceed desktop internet users by 2014 o Oracle Key Theme: Modern User Experience Simplify Iconize Dashboards Reduce Clicks

5 Mobile Strategy Apps vs Optimized Design o Apps Easy to Use as Layout and Navigation built just for Mobile/Tablet Native Device Access Can be available offline [used to be key selling point] But Content / business process now needs maintenance in > 1 place Architecture constantly changing = constant software update and support Multiple platforms (ios, Android, Windows, Other ) Multiple software versions Multiple screen resolutions Future-Proofed? o Responsive Design Now common practice among modern websites Optimized for Mobile / Tablet without extra technology Flexible / Dynamic Layout, Hide/Show Key Information only But Not available offline & same page flow for desktop and mobile Recommended Article: Responsive Web Design Recommended Article: You Don t Need an App for That

6 Mobile Strategy Considerations o Accessibility / Security Corporate internal access only Access from anywhere o Scope of Mobile / Tablet Accessible Transactions All transactions vs individual transactions o User Interface o Timescale o Budget Is branding important? How quick do you need a solution? How long will it be active? Future plans upgrade to R12.2+ move to Fusion Development Infrastructure Support/License o In-house maintenance skills

7 ESB - So What Are The Options? upgrade / roadmap o SimpliedUI in OAF New Oracle delivered skin (uses CLAF) But Built for desktop Same view/access on desktop and mobile Only available on latest releases R o Wait for Responsive OAF? Responsiveness is on the EBS roadmap however no current information on the scope or release date (notexpected in next 1-2 years) and not likely to be a full solution I would expect a delivered scope similar to PeoplesoftFluidUIi.e. limited transaction scope, requires technical work to extend to other transactions o Fusion (Direct Move or Co-existence) Fuse = 2 nd interface for Mobile Devices Fusion Tap apps Recommended Session: MON 15:00 15:50 Which Journey is best for you? [R.Atkins-Certus Solutions]

8 EBS - So What Are The Options? new technology o Oracle Provided Apps Oracle have started to provide apps for individual transactions Speciality Apps But Limited transaction scope and device support e.g. Oracle Mobile Approvals app = Expenses, Requisitions, Purchase Orders Recruitment only, ios 7+ only Limited configuration options (won t support your customized business processes) Oracle UI only o Create Your Own Apps / 3 rd Party Apps e.g. Oracle ADF Mobile But Limited transaction scope & scalability Development, Technology/Integration costs Future Maintenance / License costs o Custom Front Ends Full Control over your design / can be made Responsive But Limited transaction scope & scalability Development, Technology / Integration costs Future Maintenance / License costs Recommended Session: WED 11:30 12:20 National Trust irecruitment Extreme Makeover [Claremont / Applaud]

9 EBS - So What Are The Options? existing technology o Personalizations Each OAF page is a webpage You can add any content or changes you wish -> the only limit is your imagination! Take advantage of CSS / CSS3 / HTML5 / Javascript/ jqueryvia Raw Text items But Individual page / region changes only No layout control Oracle UI only o Custom Look and Feel Easy way to modernize your User Experience Control over appearance and layout Covers all pages / transactions (use profile option to switch on or off) Option to create Responsive layout or standalone mobile skin But Doesn t help with page click (though does pick up custom OAF pages and new one-page SSHR pages)

10 Personalizations Modernize Iconize o EBS can be changed just like Fusion Main Fusion Homepage has no content by default you must create it

11 Personalizations Modernize Iconize o Challenge: Recreate the R Iconized Homepage on 11i/R12 Navigator is just a webpage can t we just add our own icons

12 Personalizations DEMO - Iconize o Example: Use Personalization to Create Navigation Icons Buy / build some icons [I bought mine from shutterstock] Upload Icons to OA_MEDIA Add Icons as Raw Text Personalizations use Hyperlink to EBS Functions Optional Use SPEL Function security to determine access to icons Use switcher to switch between normal navigator and icon navigation Note: Personalization code used in the Apps14 demonstration is contained in slide comments If you are viewing the PDF version of this document then please contact me for the code

13 Personalizations DEMO Usability / Accessibility o Example: Buttons for Mobile Devices Apple recommends that the minimum size tap target area for iphone and ipad is: 44 pixels Oracle R12 Standard Button size: 18px Add Raw Text Items with CSS code to override standard button size on Mobile <style> #button#submitbutton, button#cancel{font-size: 44px;} </style> One Step Further: Use multiple CSS styles to create a full new button look and feel Use custom.xss or full Custom Look and Feel to make changes across all screens Example: Note: Personalization code used in the Apps14 demonstration is contained in slide comments If you are viewing the PDF version of this document then please contact me for the code

14 Personalization DEMO Simplify o Example: Login Page o How to Enhance User Experience? Show Important information only -> declutter Remove need to Zoom in / out to complete One Step Further: Make additional CSS rules Landscape and Portrait modes only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { } Next Step: How to apply the same rules across the whole E-Business Suite at one time?

15 Custom Look and Feel (CLAF) Skins o Ability to change the style / layout of your Oracle OAF pages without customizing All your existing processes, personalizations, custom pages are all supported see Oracle Applications Framework Personalization Guide o Oracle seeded Look and Feels: BrowserLookandFeel Swan Skyros o Custom Look and Feels -typically used for changing the Brandingof your EBS

16 Custom Look and Feel (CLAF) Skins Overview o Improved User Experience (UX) o Improved Employee Buy-in / User Adoption to new or existing applications o Seamless Integration with Website / Intranet Systems o No new technology required o Quick to Implement: Development: 2-3 weeks Go-live: 2-8 weeks

17 Custom Look and Feel (CLAF) Skins o Examples

18 Custom Look and Feel (CLAF) Skins o Examples

19 Custom Look and Feel (CLAF) Skins o Examples

20 Custom Look and Feel (CLAF) Touch Skins o Responsive Design to Optimize the appearance of EBS on Mobile Devices o see Peoplesoft FluidUI just released o Using CSS3 / HTML5 Transforms / Transistions/ Box Shadows o to specify designs for different devices

21 Custom Look and Feel (CLAF) Touch Skins Design o Example Latest Project: irecruitment CLAF Skin designed for Desktop View and Mobile View expected to be live Jan 2015 Design Choices: o Responsive vs Mobile Only o for every size device

22 Touch Skins Deployment Options Access Anywhere o Suggestion: Use DMZ Server (like irecruitment/ isupplier) Server: Create DMZ Node on your server Make node externally available EBS Setup: Create Responsibility for Mobile Include the Functions you want to be available on Mobile EBS Setup: Oracle Applications Look and Feel profile option Set to xxx-desktop where xxx desktop is name of your Touch skin EBS Setup: Responsibility Trust Level profile option Set to Administrative at normal server+responsibility level Set to External at external server+responsibility level

23 Personalize and Touch Custom Look and Feel Together Benefits: o No New Technology! o No License costs o Quick to implement o Control over the design / brand Limitations: o Can t reduce Page Clicks Could use OAF / Workflow Manager Actions Simplified o Not available offline o Can require additional personalization effort per page to fully optimize Note: Personalization code used in the Apps14 demonstration is contained in slide comments If you are viewing the PDF version of this document then please contact me for the code

24 Summary o Lots of options to go mobile! My Personal Recommendation: Try to use HTML / browserbased solutions [rather than apps] as these will have greatest flexibility / future-proof across devices & platforms e.g. Smart Watches could be the future (?) Apps will need re-developed from scratch but any HTML / browser based solutions will be supported and you can queries to improve the layout / uifor the specific device o Personalizations use to quickly iconize and de-clutter Skills Required: Oracle Functional or Technical Expertise Estimated Implementation Time: 1-2 days o Custom Look and Feel mobilize all or single transactions No extra technology / licenses required queries to optimize for mobile Design/brand completely controllable Skills Required: Web Design, Oracle Technical Expertise Estimated Implementation Time: 2-8 weeks

25

26

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. Oracle E-Business Suite: Mobile Strategy & Update Be Informed and Take Action on the Go Jeanne Lowell Vice President, EBS Product Strategy Applications Development Oracle Sept 2014 Safe Harbor Statement

More information

Resco CRM Guide. Get to know Resco CRM

Resco CRM Guide. Get to know Resco CRM Resco CRM Guide Get to know Resco CRM Table of Contents Introducing Resco CRM... 3 1.1. What is Resco CRM...3 1.2. Capabilities of Resco CRM... 4 1.3. Who should use Resco CRM...5 1.4. What are the main

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

Responsive Web Design in Application Express

Responsive Web Design in Application Express Insert Information Protection Policy Classification from Slide 13 1 Responsive Web Design in Application Express using HTML5 and CSS3 Shakeeb Rahman @shakeeb Principal Member of Technical Staff Oracle

More information

MOBILIZING ORACLE APPLICATIONS ERP. An Approach for Building Scalable Mobility Solutions. A RapidValue Solutions Whitepaper

MOBILIZING ORACLE APPLICATIONS ERP. An Approach for Building Scalable Mobility Solutions. A RapidValue Solutions Whitepaper MOBILIZING ORACLE APPLICATIONS ERP An Approach for Building Scalable Mobility Solutions A RapidValue Solutions Whitepaper TABLE OF CONTENTS Executive Overview Typical Architecture for Mobilizing Oracle

More information

RESCO MOBILE CRM QUICK GUIDE. for MS Dynamics CRM. ios (ipad & iphone) Android phones & tablets

RESCO MOBILE CRM QUICK GUIDE. for MS Dynamics CRM. ios (ipad & iphone) Android phones & tablets RESCO MOBILE CRM for MS Dynamics CRM QUICK GUIDE ios (ipad & iphone) Android phones & tablets Windows Phone 7 & 8, Windows XP/Vista/7/8.1 and RT/Surface, Windows Mobile Synchronize Synchronize your mobile

More information

Ad Specifications and Guidelines

Ad Specifications and Guidelines and Guidelines Banner Ad Formats Full-Screen Formats Full-Screen: Smartphone Full-Screen: Tablet Brand Video App Video Native Formats Brand Native App Native Video Native Rich Media Full HTML5 Support

More information

Sage CRM. Sage CRM 7.3 Mobile Guide

Sage CRM. Sage CRM 7.3 Mobile Guide Sage CRM Sage CRM 7.3 Mobile Guide Copyright 2014 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,

More information

Sage CRM. Sage CRM 2016 R1 Mobile Guide

Sage CRM. Sage CRM 2016 R1 Mobile Guide Sage CRM Sage CRM 2016 R1 Mobile Guide Contents Chapter 1: Introduction to Sage CRM Mobile Solutions 1 Chapter 2: Setting up Sage CRM Mobile Apps 2 Prerequisites for Sage CRM mobile apps 3 Enabling users

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle WebCenter Strategy and Vision Rob Schootman Principal Sales Consultant Oracle Fusion Middleware 2 Insert Information Protection Policy Classification from Slide 13 Let s introduce myself... 3

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any

More information

WebCenter User experience. John Sim @JRSim_UIX

WebCenter User experience. John Sim @JRSim_UIX WebCenter User experience ipads - Xbox John Sim @JRSim_UIX About Fishbowl Solutions Specializing on portals & content management for 13 years Customers throughout North America & EMEA Enterprise-wide consulting

More information

Quick Start Guide Mobile Entrée 4

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

More information

How much will a website cost?

How much will a website cost? 0116 318 3855 How much will a website cost? This this a common question we get from many businesses planning a new website project. To answer this accurately for you or your business specifically, we need

More information

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions Responsive Web Design vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions The New Design Trend: Build a Website; Enable Self-optimization Across All Mobile De vices

More information

Compare versions with Maximizer CRM 12: Summer 2013

Compare versions with Maximizer CRM 12: Summer 2013 Compare versions with Maximizer CRM 12: Summer Group and Enterprise Editions The Summer release of 12 continues to build on the theme of enhanced performance, usability and productivity while maintaining

More information

Mobile Application Development

Mobile Application Development Web Engineering Mobile Application Development Copyright 2015 Slides from Federico M. Facca (2010), Nelia Lasierra (updates) 1 2 Where we are? # Date Title 1 5 th March Web Engineering Introduction and

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

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development A RapidValue Solutions Whitepaper Contents Executive Summary... 03 Oracle Mobile Application Framework (MAF): The Complete Development

More information

RESPONSIVE WEB DESIGN

RESPONSIVE WEB DESIGN WHITE PAPER December 2012 RESPONSIVE WEB DESIGN A QUICK INTRODUCTION Responsive Web Design is generating a lot of buzz among web designers. What s all the fuss about? facing Responsive Design and total

More information

50 shades of Siebel mobile

50 shades of Siebel mobile 50 shades of Siebel mobile Markus Schneeweis ec4u expert consulting AG 1 Agenda Start Part 1 The disruption Part 2 What means mobile? Part 3 Siebel Mobile clash of the generations? Part 4 Our offer 7 Key

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Deploying Mobile HR applications for Oracle EBS. products@applaudsolutions.com @ApplaudSolution

Deploying Mobile HR applications for Oracle EBS. products@applaudsolutions.com @ApplaudSolution Deploying Mobile HR applications for Oracle EBS products@applaudsolutions.com @ApplaudSolution 1 Independent Software Vendor About Applaud Formed in 2008 Offices in UK and India Software vendor dedicated

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

EBS Self Service HR:Modernising The User Experience and More

EBS Self Service HR:Modernising The User Experience and More EBS Self Service HR:Modernising The User Experience and More Stephen Hughes Senior Principal Product Strategy Manager EBS HCM Product Development October 2, 2014 Oracle Confidential Internal/Restricted/Highly

More information

Sage CRM. 7.2 Mobile Guide

Sage CRM. 7.2 Mobile Guide Sage CRM 7.2 Mobile Guide Copyright 2013 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

DreamFactory & Modus Create Case Study

DreamFactory & Modus Create Case Study DreamFactory & Modus Create Case Study By Michael Schwartz Modus Create April 1, 2013 Introduction DreamFactory partnered with Modus Create to port and enhance an existing address book application created

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Customer Relationship Management Software

Customer Relationship Management Software Customer Relationship Management Software Second CRM Mobile Web App Guide Version 1.2 Table of Contents SECOND CRM MOBILE OVERVIEW... 3 USER LOGIN... 3 LOGIN & NAVIGATION... 5 DASHBOARD... 5 VIEW... 6

More information

cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL

cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL cbox YOUR FILES GO MOBILE! FOR ANDROID SMARTPHONES AND TABLETS USER MANUAL Introduction cbox is a software that you can easily install on your computer. Once done, an online storage drive cbox appears

More information

ADF Mobile Overview and Frequently Asked Questions

ADF Mobile Overview and Frequently Asked Questions ADF Mobile Overview and Frequently Asked Questions Oracle ADF Mobile Overview Oracle ADF Mobile is a Java and HTML5-based mobile application development framework that enables developers to build and extend

More information

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER PEGA MOBILITY A PEGA PLATFORM WHITEPAPER Background Mobile devices now outnumber computers as a means of connecting to the Internet. This new mobile ubiquity presents opportunities for the enterprise to

More information

JD Edwards EnterpriseOne Mobile Solutions

JD Edwards EnterpriseOne Mobile Solutions Specialists ORACLE / JD Edwards JD Edwards EnterpriseOne Mobile Solutions 1 Agenda Mobile Computing Smart Phones Oracle ADF Overview Tablets Industrial Mobile Applications Summary 2 Mobile Computing 3

More information

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

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

More information

Oracle RightNow Cloud Service Mobile Agent Solution. Prepared for MUG, Dec 2013. Jason Davis, Sr. Principal, Product Mgmt

Oracle RightNow Cloud Service Mobile Agent Solution. Prepared for MUG, Dec 2013. Jason Davis, Sr. Principal, Product Mgmt Oracle RightNow Cloud Service Mobile Agent Solution Prepared for MUG, Dec 2013. Jason Davis, Sr. Principal, Product Mgmt Agenda Mobile Trends Oracle Service Cloud Mobile Agent Solution Overview Solution

More information

VMware End User Computing Horizon Suite

VMware End User Computing Horizon Suite VMware End User Computing Horizon Suite Luc Gallet lgallet@vmware.com 2010 VMware Inc. All rights reserved The pace and rate of technology change is faster than ever Devices 66 % use 2+ devices for work

More information

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8 v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer

More information

How to Build a Mobile Site with Drupal. Andrew Berry, Lullabot Harris Rashid, Chapter Three

How to Build a Mobile Site with Drupal. Andrew Berry, Lullabot Harris Rashid, Chapter Three How to Build a Mobile Site with Drupal Andrew Berry, Lullabot Harris Rashid, Chapter Three About Us BADCAMP11 $20 off 1st month, good until October 28 We're still figuring out how to "do mobile" https://secure.flickr.com/photos/3059349393/3786855827/in/photostream/

More information

PARK UNIVERSITY. Information Technology Services. VDI In-A-Box Virtual Desktop. Version 1.1

PARK UNIVERSITY. Information Technology Services. VDI In-A-Box Virtual Desktop. Version 1.1 PARK UNIVERSITY Information Technology Services VDI In-A-Box Virtual Desktop Version 1.1 I N F O R M A T I O N T E C H N O L O G Y S E R V I C E S VIRTUAL DESKTOP USER MANUAL Park University 8700 NW River

More information

Extending Oracle Applications on Mobile Using Oracle MAF and Oracle Mobile Security

Extending Oracle Applications on Mobile Using Oracle MAF and Oracle Mobile Security Extending Oracle Applications on Mobile Using Oracle MAF and Oracle Mobile Security Contents Executive Summary... 03 Building Mobile Centric Applications... 04 Business Challenges... 04 Development Challenges...

More information

SQL Server 2016 BI Any Data, Anytime, Anywhere. Phua Chiu Kiang PCK CONSULTING MVP (Data Platform)

SQL Server 2016 BI Any Data, Anytime, Anywhere. Phua Chiu Kiang PCK CONSULTING MVP (Data Platform) SQL Server 2016 BI Any Data, Anytime, Anywhere Phua Chiu Kiang PCK CONSULTING MVP (Data Platform) SQL Server 2016 Pin paginated report items to Power BI dashboards Visualization Mobile and paginated reports

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

Mobile Technique and Features

Mobile Technique and Features Smart evision International, Inc. Mobile Technique and Features Smart evision White Paper Prepared By: Martin Hu Last Update: Oct 16, 2013 2013 1 P a g e Overview Mobile Business intelligence extends and

More information

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere Access Database Hosting An introduction to Cloud Hosting Access databases from Your Office Anywhere Microsoft Access is a powerful way of creating bespoke database applications for either your own business

More information

Xero Touch Reviewer s Guide

Xero Touch Reviewer s Guide Beautiful accounting software Xero Touch Reviewer s Guide Xero is the global leader in seamless online accounting and payroll software. Use this guide to understand the key features of Xero Touch, the

More information

Petroleum Web Applications to Support your Business. David Jacob & Vanessa Ramirez Esri Natural Resources Team

Petroleum Web Applications to Support your Business. David Jacob & Vanessa Ramirez Esri Natural Resources Team Petroleum Web Applications to Support your Business David Jacob & Vanessa Ramirez Esri Natural Resources Team Agenda Petroleum Web Apps to Support your Business The ArcGIS Location Platform Introduction

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

Medstar Health Dell Services

Medstar Health Dell Services Medstar Health Dell Services Non Medstar Device Citrix Connectivity Guide October 2012 Sean Kaminski Dell Services System Admin Consultant 1 Table of Contents Overview...3 What is Citrix and why do I need

More information

ios App for Mobile Website! Documentation!

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

More information

The Landscape of Mobile Apps for Cityworks

The Landscape of Mobile Apps for Cityworks The Landscape of Mobile Apps for Cityworks It s not a one size fits all world February 2015 What We Will Show You Today Your options for taking Cityworks out to field. The mobile options on different size

More information

Responsive Web Design for Drupal

Responsive Web Design for Drupal Responsive Web Design for Drupal www.responsivewebdesignguild.com @emmajanedotnet emma@designtotheme.com I am IAM Sorry A boot eh? Drupal drupal.org/user/1773 Photo: morten.dk Legs: walkah Author / Trainer

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

How A Powerful SAP UI Strategy Affects Your Business

How A Powerful SAP UI Strategy Affects Your Business How A Powerful SAP UI Strategy Affects Your Business DeeDee Kato Sr. Director of Marketing Nikhil Keeppanasseril Demo Solutions Engineer 2014 Synactive, Inc. GuiXT.com Agenda Human Resources Management

More information

Getting Started with VMware Horizon View (Remote Desktop Access)

Getting Started with VMware Horizon View (Remote Desktop Access) Getting Started with VMware Horizon View (Remote Desktop Access) Use The Links Below To Navigate This Document Using VMware Horizon View with Tablet and Smartphone APP or Mobile Web Browser Walk Through

More information

Novell Filr. Mobile Client

Novell Filr. Mobile Client Novell Filr Mobile Client 0 Table of Contents Quick Start 3 Supported Mobile Devices 3 Supported Languages 4 File Viewing Support 4 FILES THAT CANNOT BE VIEWED IN THE FILR APP 4 FILES THAT GIVE A WARNING

More information

Office 365 Cheat Sheet OneDrive for Business

Office 365 Cheat Sheet OneDrive for Business DEPARTMENT OF EDUCATION Office 365 Cheat Sheet OneDrive for Business Introduction to OneDrive for Business OneDrive for Business is a new offering within Office 365 that has been enabled for all NTSchools

More information

Copyright 2011 Center for Innovation in Teaching and Research 1

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

More information

7. Mobile Phone Support

7. Mobile Phone Support 7. Mobile Phone Support A state-of-the-art feature of this DVR device is transmitting live feed from the CCTV cameras to your mobile phone, so that you can have on the go access to your surveillance system

More information

COLAB + ECHO ENTERTAINMENT GROUP

COLAB + ECHO ENTERTAINMENT GROUP COLAB + ECHO ENTERTAINMENT GROUP Company: Colab Consulting Pty Ltd Location: Sydney, Australia colab.com + cel-mobile.com Industry: Software Development Oracle Products & Services: Oracle JDeveloper 11g

More information

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory. 2012 IBM Corporation 1

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory. 2012 IBM Corporation 1 Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory 1 Agenda Mobile web applications and Web Experience Factory High-level tour of Web Experience Factory automation

More information

ACES SCOPIA Mobile Quick Reference Guide

ACES SCOPIA Mobile Quick Reference Guide ACES SCOPIA Mobile Quick Reference Guide Step 1 Obtain Scopia Mobile V3 from the App Store. Step 2 Install Scopia Mobile V3 to your device. Step 3 Tap the SCOPIA Mobile icon to open the application. Step

More information

Armedia. Drupal and PhoneGap Building Mobile Apps

Armedia. Drupal and PhoneGap Building Mobile Apps Armedia Drupal and PhoneGap Building Mobile Apps Armedia www.armedia.com Jim Nasr, CEO e: jnasr@armedia.com t: @jnarm o: (770) 615-4231 I in brief... The mobile landscape is convoluted. Lots of service

More information

Mobile Optimisation 2014

Mobile Optimisation 2014 IAB Email Marketing Series 2014 Ryan Hickling, Head of Email, TMW Landscape Over the past two to three years we ve seen a massive change in the way consumers interact with brands digitally. As technology

More information

Word 2010 to Office 365 for business

Word 2010 to Office 365 for business Word 2010 to Office 365 for business Make the switch Microsoft Word 2013 desktop looks different from previous versions, so here s a brief overview of new features and important changes. Quick Access Toolbar

More information

Experience IT. Let us describe the new experience.

Experience IT. Let us describe the new experience. SysAid IT 8.5 1 Experience IT SysAid 8.5 enriches and improves the overall ITSM (IT Service Management) experience, focusing on: End-User Satisfaction Let us describe the new experience. 2 End-User Portal

More information

ENTERPRISE MOBILITY Strategy and Execution Approach. A RapidValue Solutions Whitepaper. RapidValue Solutions

ENTERPRISE MOBILITY Strategy and Execution Approach. A RapidValue Solutions Whitepaper. RapidValue Solutions ENTERPRISE MOBILITY Strategy and Execution Approach A RapidValue Solutions Whitepaper Contents Driver s of Enterprise Mobility 04 Current Landscape Mobile 1.0 Mobile 2.0 Mobile 3.0 Why do we need mobile

More information

EMPLOYEE LOCATION TRACKING SERVICE

EMPLOYEE LOCATION TRACKING SERVICE WES T ST R EET AWE SOM E STR EET EMPLOYEE LOCATION TRACKING SERVICE Web & Android OVERVIEW GPS fleet tracking services have been on the market for some years now but with the explosion of smartphone usage,

More information

Murali. Nori, SAS Institute Inc.

Murali. Nori, SAS Institute Inc. Paper SAS1722-2015 HTML5 and SAS Mobile BI Empowering Business Managers with Analytics and Business Intelligence Murali. Nori, SAS Institute Inc. ABSTRACT Business managers are seeing the value of incorporating

More information

Architecture of Enterprise Mobile Apps

Architecture of Enterprise Mobile Apps Architecture of Enterprise Mobile Apps November 22, 2011 Sergey Zabaluev http://mobile.ctco.eu Setting the context Business trends need for speed and agility Highly competitive, global marketplace Increasing

More information

Sage CRM What s New with Sage CRM 7.2 - Standalone. Sage CRM What s New with Sage CRM 7.2 -Standalone

Sage CRM What s New with Sage CRM 7.2 - Standalone. Sage CRM What s New with Sage CRM 7.2 -Standalone Sage CRM What s New with Sage CRM 7.2 - Standalone Sage CRM What s New with Sage CRM 7.2 -Standalone Agenda 7.2 On Premise Release EndUser Features Other Features Technology Changes Integrations Roadmap

More information

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure CONTROL PERSONALISE SOCIALISE www.airangel.com Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure Contents Why is my portal design so important? Page 03 - You

More information

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide 2 Purpose of this guide Experience the most common use cases for the product, learn about

More information

Enterprise Mobile Application Development: Native or Hybrid?

Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? SevenTablets 855-285-2322 Contact@SevenTablets.com http://www.seventablets.com

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 PeopleSoft Human Capital Management Roadmap Ronnie Toerien ECEMEA Competency

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

16 Signs You Might Need SharePoint

16 Signs You Might Need SharePoint 16 Signs You Might Need SharePoint Utilizing SharePoint s collaboration features, it is easier than ever for everyone to work off the same document stored in one location. What is SharePoint? SharePoint

More information

Compare versions with Maximizer CRM 12: Winter 2012

Compare versions with Maximizer CRM 12: Winter 2012 Compare versions with Maximizer CRM 12: Winter 2012 Group and Enterprise Editions The Winter release of Maximizer CRM 12 continues to build on the theme of enhanced performance, usability and productivity

More information

SAP FIORI / HR Renewal

SAP FIORI / HR Renewal SAP FIORI / HR Renewal (HR Renewal) http://help.sap.com/fiori_bs2013/ General Overview A History of User Interfaces & Technical Architecture User Interface SAP GUI ITS BSP/Web Dynpro for Java WD for ABAP

More information

What We Do: Simplify Enterprise Mobility

What We Do: Simplify Enterprise Mobility What We Do: Simplify Enterprise Mobility AirWatch by VMware is the global leader in enterprise-grade mobility solutions across every device, every operating system and every mobile deployment. Our scalable

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

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION Executive Summary Enterprise mobility has transformed the way businesses engage with customers, partners and staff while exchanging

More information

How To Develop A Mobile Application On An Android Device

How To Develop A Mobile Application On An Android Device Disclaimer: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Integration Options for Oracle E-Business Suite Rekha Ayothi, Lead Product Manager, Oracle Safe Harbor Statement The following is intended to outline our general product direction. It is intended for

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

Simplify Enterprise Mobility. Frédéric Desbiens Principal Product Manager Mobility and Development Tools

Simplify Enterprise Mobility. Frédéric Desbiens Principal Product Manager Mobility and Development Tools Simplify Enterprise Mobility Frédéric Desbiens Principal Product Manager Mobility and Development Tools Agenda MARKET TRENDS ORACLE MOBILE STRATEGY MOBILE SUITE & SECURITY SUITE ROADMAP MOBILE CLOUD SERVICE

More information

Washington Goes Mobile Tax Rate Lookup App. Simplifying how businesses collect and track sales tax

Washington Goes Mobile Tax Rate Lookup App. Simplifying how businesses collect and track sales tax Tax Rate Lookup App Simplifying how businesses collect and track sales tax The Tax Rate Lookup App Allows businesses to look up the sales tax rate and code for any location in Washington iphone app in

More information

Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21

Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21 Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21 Contents Contents Checklist Planning Responsive Web Design Overview What is responsive design? When should

More information

Roadmap. Datum : July 2013. : Martijn van der Hoeden. Version : 1.0

Roadmap. Datum : July 2013. : Martijn van der Hoeden. Version : 1.0 Roadmap Datum : July 2013 Door : Martijn van der Hoeden Version : 1.0 Status : Final Introduction Introduction Assistance Software launched Assistance PSA for Microsoft CRM 2011 in March 2011 and in 2013

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

Quick Reference / Install Guide v1.3

Quick Reference / Install Guide v1.3 v1.3 Table of Contents License... 2 Supported Languages Disclaimer... 2 Roadmap... 2 Wordpress Support... 2 Twitter, Facebook / Social Media Support... 2 Installation... 3 Installation requirements...

More information

Kony Mobile Application Management (MAM)

Kony Mobile Application Management (MAM) Kony Mobile Application Management (MAM) Kony s Secure Mobile Application Management Feature Brief Contents What is Mobile Application Management? 3 Kony Mobile Application Management Solution Overview

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

MicroStrategy Desktop 10.2. MicroStrategy 10.2: New features overview. microstrategy.com 1

MicroStrategy Desktop 10.2. MicroStrategy 10.2: New features overview. microstrategy.com 1 MicroStrategy Desktop 10.2 MicroStrategy 10.2: New features overview. microstrategy.com 1 TABLE OF CONTENTS MicroStrategy Desktop 10.2 Easier integration of custom visualizations 3 BETA Dashboard annotation

More information

Oracle E-Business Suite and Oracle Cloud: Practical Coexistence Scenarios

Oracle E-Business Suite and Oracle Cloud: Practical Coexistence Scenarios Oracle E-Business Suite and Oracle Cloud: Practical Coexistence Scenarios Nadia Bendjedou Senior Director, Product Strategy E-Business Suite Development Oracle Corporation Safe Harbor Statement The following

More information

Throughout this document, you will be instructed to log in as user Ann, or as user Julia. Log in using the user name assigned to you.

Throughout this document, you will be instructed to log in as user Ann, or as user Julia. Log in using the user name assigned to you. Introduction Oracle Documents Cloud Service (also referred to as "Oracle DOCS ) is a subscription-based file sync and share service available in the Oracle Cloud. It gives your employees a way to easily

More information

Sticky Password 7. Sticky Password 7 is the latest, most advanced, portable, cross platform version of the powerful yet

Sticky Password 7. Sticky Password 7 is the latest, most advanced, portable, cross platform version of the powerful yet Sticky Password 7 Reviewer Guide Introduction Sticky Password 7 is the latest, most advanced, portable, cross platform version of the powerful yet simple password manager and form-filler. Its main goal

More information

Viewports. Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk jquery EU, 28 February 2014

Viewports. Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk jquery EU, 28 February 2014 Viewports Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk jquery EU, 28 February 2014 or: Why responsive design works Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk jquery EU,

More information