IBM Connections Customisation and Integration with Lotus Sametime. Brian

Size: px
Start display at page:

Download "IBM Connections Customisation and Integration with Lotus Sametime. Brian"

Transcription

1 IBM Connections Customisation and Integration with Lotus Sametime Brian

2 Who Am I? Brian Bermingham Social Software Customer Excellence

3 Agenda Customising IBM Connections IBM Connections integration with Lotus Sametime References IBM Redbooks: Customizing IBM Connections (also in PDF) Creating Integrated Web Experience with IBM Lotus collaboration software

4 Customisation

5 Customising IBM Connections What's Different in Connections Typical Connection Customisation Organisation Roles Understanding the New Customisation Process Building Simple Customisations Best Practices for Creating, Maintaining, and Debugging Resources

6 What's Different in Connections Customisation Directory Enabling a simpler process for customising markup, style sheets and images The header and footer now support Java Server Page (JSP) logic, so it is easy to add new menus or links to the header Log in page is shared by all applications Themes for Communities are easier to deploy and manage What Hasn't Changed (Much)? Changing the business card Adding custom widgets to Homepage, Profiles, or Communities

7 Typical Connections Customisation Organisation Roles Administrators Configure Connections to match organizational objectives Maintain installation and manage deploying customisation Work with developers to update customisation when fixes are deployed Maintain source control Designers Determine how Connections should be branded Produce images and aesthetic guidance Web Developers Implement branding and customisation Assume sufficient familiarity to make basic changes to JSP files Implement deeper customisation of Profiles, Communities, or other components to fit organizational objectives Update customisation when fixpacks or ifixes are applied

8 Understanding the New Customisation Process Content in the customisation directory overrides installed content Works on many different file types JSP, HTML, CSS, GIF, JPG, etc Customization Directory Custom Custom Installed Content User Sees Custom Custom Custom Custom Custom Custom

9 Understanding the New Customisation Process (cont.) Customisation Directory 1) Find the file you want to change from the installed application 2) Copy the file into the customisation directory at the correct sub-directory 3) Make changes to the copied file 4) Restart the affected applications on your application server 5) Clear browser cache or change version stamp

10 Understanding the New Customisation Process (cont.) Application-specific customisation directories override the common customisation directory Profiles Customisation Common Customisation Installed Content Profiles User Sees Wikis User Sees

11 Building Simple Customisation

12 Building Simple Customisation

13 Building Simple Customisation

14 Building Simple Customisation Examples of customising: Styles Log in Adding a Communities custom theme Strings Adding Widgets

15 WAIT! - Make Life Easier Use customisation debug mode in test environments Add WAS environment variable at the cell level CONNECTIONS_CUSTOMIZATION_DEBUG and set to true Customisation changes take effect immediately, no server / application restart required Never use debug mode on a production server More details in the InfoCenter:

16 Customising Connections CSS (Where To Begin) Open default theme style sheet in a text editor <WebSphere>/profiles/<profile>/installedApps/<cell>/Files.ear/qkr.share.files.war/nav/commo n/styles/defaulttheme/defaulttheme.css Create new, empty style sheet file in the common customisation directory <CONNECTIONS_CUSTOMIZATION_PATH>/common/nav/common/styles/defaultTheme/ custom.css Open custom.css file in a text editor Locate styles you want to change in defaulttheme.css Paste those styles in custom.css, and make your changes Tip: defaulttheme.css contains most colour settings for the product Tip: Figuring out which CSS styles control which elements can be difficult. Use a tool like Firebug for Mozilla Firefox to locate the styles you want to change

17 Customising the Adding a logo Create a new logo image for the site, e.g. blug_logo.png (218x83) Copy image to the common customisation directory: <CONNECTIONS_CUSTOMIZATION_PATH>/common/nav/common/styles/images/blug_logo.png Verify the image appears Open

18 Customising the (cont.) Adding a logo (cont.) Open custom.css in a text editor Change the source URL for the logo in this file Minor style changes to align the menus with the logo Visit Connections in your web browser Clear your browser cache! Tip: Any file you add to the common directory becomes available in all applications

19 Customising the (cont.) Adding a link or a menu to the navigation bar Locate the header file <WebSphere>/profiles/<profile>/installedApps/<cell>/Files.ear/qkr.share.files.war/nav /templates/header.jsp Copy the header.jsp file to the common customisation directory <CONNECTIONS_CUSTOMIZATION_PATH>/common/nav/templates/header.jsp Open the copied file in a text editor Create a new BLUG menu drop down by copying the People menu link Add a BLUG on Lotus Greenhouse link in the upper right Save changes

20 Customising the (cont.) Adding menus to the navigation bar Locate the header menu file <WebSphere>/profiles/<profile>/installedApps/<cell>/Files.ear/qkr.share.files.war/nav/templ ates/menu/people.jsp Copy menu file to the common customisation directory with a new name <CONNECTIONS_CUSTOMIZATION_PATH>/common/nav/templates/menu/blug.jsp Open the copied file in a text editor Using the Profiles menu as an example, create links pointing to BLUG locations Tip: Popup menus can use dynamic logic or JavaScript very flexible Tip: Menu contents can be styled as desired

21 Customising The As with the navigation bar, the footer supports JSPs, so you can add a menu to the footer Add links, menu items, or images to the footer Locate the footer file <WebSphere>/profiles/<profile>/installedApps/<cell>/Files.ear/qkr.share.files.war/nav/templ ates/footer.jsp Copy the footer.jsp file to the common customisation directory <CONNECTIONS_CUSTOMIZATION_PATH>/common/nav/templates/footer.jsp

22 Modifying Theme Colours

23 Modifying Theme Colours (cont.) Open custom.css file in a text editor Locate rules for sections of the page with gradient colours title bar and left navigation in defaulttheme.css (contains most colour settings for the product) Paste those rules in custom.css, and change the colours as required Tip: defaulttheme.css contains most colour settings for the product Changing the title bar: /* Change the colour of the Title bar */.lotustitlebar { background-color: #F16C1F; background-image: -moz-linear-gradient(#fae5b8 0%, #F16C1F 100%); background-image:-webkit-gradient(linear, left top, left bottom, from(#fae5b8), to(#f16c1f)); }.lotustitlebar.lotustabs li { background-color: #000; }

24 Customising The Login page

25 Customising The Login Locate the login.jsp file <websphere>/profiles/<profile>/installedapps/<cell>/files.ear/qkr.share.files.war/nav/ templates/login.jsp Copy the login.jsp file to the common customisation directory <CONNECTIONS_CUSTOMIZATION_PATH>/common/nav/templates/login.jsp Open the copied file in a text editor Add background image Remove IBM branding and add informational text Add a very simple click through agreement using JavaScript

26 Adding custom Communities themes Community owners can customise the appearance of a community Administrators can modify or add to the selection of default themes provided with Communities Add new themes to match customisation's made to Connections New themes must be saved in the common customisation directory so that it can be used from all the applications

27 Defining a Community theme Copy and rename existing defaulttheme directory to customisation directory, e.g <customization_dir>/common/nav/common/styles/corporatetheme Rename the defaulttheme(rtl).css stylesheet inside new directory to corporatetheme(rtl).css Update corporatetheme.css and other CSS files as needed Add new image for custom theme: Upload a <theme>.png file to the following directory: <customization_dir>/communities/images/ e.g. <customization_dir>/communities/images/corporate.png

28 Adding a theme to the Communities configuration file After defining custom theme, needs to be added to Communities config file Check out and open communities-config.xml file Add new <comm:theme> element to include theme in list of themes already defined: For example: <comm:theme> <comm:themeuuid>corporate</comm:themeuuid> <comm:displaynamekey> label.theme.name.corporate </comm:displaynamekey> <comm:isscriptkey>false</comm:isscriptkey> <comm:cssurl> /nav/common/styles/corporatetheme/corporatetheme.css </comm:cssurl> <comm:cssrtlurl> /nav/common/styles/corporatetheme/corporatethemertl.css </comm:cssrtlurl> <comm:thumbnailurl>/images/corporate.png</comm:thumbnailurl> </comm:theme> Save, check back in

29 Altering Product Strings Changing the Login strings, e.g. login.title=welcome to IBM Connections login.windowtitle=log In to IBM Connections login.user.label=user name:

30 Altering Product Strings (cont.) - Example Open templates.properties file: <websphere>/profiles/<profile>/installedapps/<cell>/files.ear/lc.util.web-3.0.jar/ com/ibm/lconn/core/strings/templates.properties Create a new file in the strings directory that contains the path (within jar) to the property file and the files name: <CONNECTIONS_CUSTOMIZATION_PATH>/strings/com.ibm.lconn.core.strings.templates. properties Copy the strings listed in previous slide and paste into the string file Customise strings, Save, Restart For translated strings, create additional files with the language code suffix applied to the file name, e.g. com.ibm.lconn.core.strings.templates_fr.properties

31 Introducing Custom iwidgets Why use custom widgets? Allows seamless integration of data into Communities, Homepage, or Profiles Existing business applications IBM Connections Data Third party APIs Uses flexible IBM iwidget architecture Development can target server-side, client-side, or both Can be used in other iwidget containers Self contained All code in its own module Only references to module exist in configuration files Check out Mikkel Findt Heisterberg presentation on Creating Widgets for IBM Connections

32 Administering Homepage widgets Widgets can be added to side bar of updates page or to the catalogue Cannot edit/remove Connections widgets Can turn off the widget tab altogether from the admin tab Administering Profiles & Communities widgets Profiles only allows mandated widgets Registering widgets is done using command line wsadmin services not UI Configuration made in the widgets-config.xml

33 Adding Custom iwidgets Add a new <widgetdef> element to widgets-config.xml under <resource type="community"> as described in the InfoCenter, e.g. <widgetdef defid="twittersearch" url=" modes="view edit" primarywidget="false" iconurl=" uniqueinstance="true" /> Restart Communities Tip: The same procedure is used to add widgets to Profiles Tip: Check the Lotus Greenhouse Catalog for a large range of widgets Check out Mikkel Findt Heisterberg (@lekkim) presentation on Creating Widgets for IBM Connections

34 Configuring the Ajax proxy Ajax proxy prevents HTTP GET requests from non-ibm Connections services Prevents all cookies or headers from being directed to the applications Use the proxy template file proxy-config.tpl or create an application specific version. Eg. proxy-<applicationname>config.tpl Check the files in and out using wsadmin console and the appropriate configuration service <proxy:policy url=" acf="none"> <proxy:actions> <proxy:method>get</proxy:method> </proxy:actions> <proxy:headers/> <proxy:cookies/> </proxy:policy>

35 Customising - Best Practices: Creating Only copy the files you need into the customisation directory Reduce the number of files to manage Makes it easier to know what you have changed Keep track of the changes you make through documentation or comments Put comments directly into JSP or CSS files to simplify merging Extensive changes may be difficult to update from release to release Use custom.css whenever possible Back up frequently, and have a process around deploying customization If you have a staging or test environment, it is easy to back up your old customization before copying over the new customization If you rename or move the customization directory you will completely disable customization You may want to use a version control system for your customization folder When you are ready to deploy, always update the version stamp

36 Customising - Best Practices: Maintaining Occasionally IBM will change a file you have customised 1) Back up your customisation directory 2) Disable all customisation by renaming the customization directory 3) Apply the ifix or fixpack 4) Test that the fix has been applied successfully 5) Identify any files that have changed in the fixpack that you have customised 6) Compare each new file from IBM to your customised copy, and merge changes 7) Rename your customisation directory to the correct name 8) Test your customisation's Most changes to supported customisation files will be simple

37 Customising - Best Practices: Debugging Use customisation debug mode in test environments Changes take effect immediately Never use debug mode on a production server! Why don't I see my changes? Check that the file is in the right location in the customisation directory (#1 source of problems!) Clear your browser cache Restart the application (or server) if debug mode is off Syntax error in file you changed? Check that there are no errors being output to the page or to the logs Printing the list of customized files Enable IBM WebSphere trace for com.ibm.lconn.core.web.customization.*=all Restart the Connections application trace.log will contain customisation debug information during application startup

38 Publishing customisation changes Disable customisation debug: CONNECTIONS_CUSTOMIZATION_DEBUG and set to false Update version stamp Restart server

39 Integration

40 Integrating Connections with Sametime Sametime Awareness via the Sametime Client Configuring Single Sign On Sametime Awareness via the Sametime Server

41 Sametime Awareness through the Sametime Client Connects to mini http server in Connect client Client must be or above Browser connects over http to the local client listening on Presence awareness can be retrieved over SSL for: Sametime 8.5 or later standalone client Notes or later embedded client User must be logged into Sametime from the same machine where they access Connections

42 Sametime Awareness through the Sametime Client Check out profiles-config.xml to a temp directory Open config file and locate the sametimeawareness element Set enabled to true Set ssl_href port to if sending traffic over SSL (Sametime 8.5 and above) Check in profiles-config.xml and restart Profiles Awareness shown in user profile and Business Card Start chat from Business Card

43 Sametime Awareness through the Sametime Server Requirements: Profiles application of IBM Connections Domino Server 8.5 or later Sametime Community Server or later Sametime Proxy Server or ST proxy server environments cannot be set up with SSO: Tivoli Access Manager, Computer Associates' SiteMinder, or Windows desktop. ST environments supports SSO with any security proxies that are supported by both Sametime and IBM Connections. In IBM Sametime Community Server environments, must configure server in front of Connections to proxy Sametime requests (IHS, Edge, etc.)

44 Configuring Single Sign-On (cont.) Prerequisites for Single Sign-On Common DNS domain Common realm name Time synchronisation Export LTPA Key for WebSphere Import LTPA Key into Domino Enable multi server session authentication Restart HTTP

45 Testing SSO between Connections and Sametime Always verify SSO in both directions Log in to IBM Connections Verify same user is logged in to Sametime Clear cookies Try the reverse Log in to Sametime Verify user is logged into Connections

46 Configure the IBM HTTP Server Configure IHS in front of Connections to act as a proxy server for awareness and chat between the client and STProxy server Configurations steps: 1) Open IHS httpd.conf 2) Uncomment the following modules: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_http_module modules/mod_proxy_http.so 3) Add the following to the end of the conf file (they may already exist) LoadModule was_ap22_module "<PATH_TO_IHS_PLUGINS>\bin\32bits\mod_was_ap22_http.dll" WebSpherePluginConfig "<PATH_TO_IHS_PLUGINS>\config\webserver1\plugin-cfg.xml" 4) Add these proxy rules above WebSpherePluginConfig ProxyPass /stwebclient ProxyPass /stwebapi ProxyPass /stbaseapi ProxyPassReverse /stwebclient ProxyPassReverse /stwebapi ProxyPassReverse /stbaseapi ProxyPassReverseCookieDomain ibm.com ProxyPassReverseCookiePath / / 5) Save and close httpd.conf 6) Restart IHS

47 Configure the IBM HTTP Server Test IHS connectivity to STProxy Server Browse to STProxy via Connections HTTP server - Enable Connections configuration with STProxy Check out uiextension-config.xml and edit Enable the global.pagerendering and lc.imawareness extensions Set the lconnproxysvcurl and lconnproxysvcurlssl parameters with the hostname of the HTTP Server used to access Connections Save and check in uiextensions-config.xml Update the value of the version stamp to force users' browsers to pick up this change Sync nodes and restart server

48 Test awareness and chat in Connections Log in to Connections Sametime widget is displayed at the bottom right corner of the browser Change Sametime status Disconnect from Sametime Launch Sametime web client View a users profile to check their Sametime status Load a users business card to view their status or launch chat

49 Customisation Resources IBM Connections wiki Customizing IBM Redbooks Customizing IBM Connections Sametime Integration Resources IBM Connections Product Documentation: Adding Sametime awareness though the Sametime client Adding Sametime awareness through the Sametime server IBM Redbooks: Creating Integrated Web Experience with IBM Lotus collaboration software Includes Portal, Connections, Sametime, and Quickr Domino integration steps

50 Thank You For Your

Lotusphere IBM Collaboration Solutions Development Lab

Lotusphere IBM Collaboration Solutions Development Lab Lotusphere 2012 IBM Collaboration Solutions Development Lab Lab #6 Deliver Real-time Collaboration and Social Software by Integrating IBM WebSphere Portal with IBM Connections, IBM Sametime and inotes

More information

Installation Guide. Kudos Boards v3.x. January ISW Development Pty Ltd

Installation Guide. Kudos Boards v3.x. January ISW Development Pty Ltd Installation Guide Kudos Boards v3.x January 2018 2018 ISW Development Pty Ltd Table of Contents Installation Overview... 3 Step 1: Setup the Java Message Service for Kudos Boards... 4 Task 1.1 - Login

More information

IBM Forms V8.0 Custom Themes IBM Corporation

IBM Forms V8.0 Custom Themes IBM Corporation IBM Forms V8.0 Custom Themes Agenda 2 Overview Class Names How to Use Best Practice Styling Form Items Test Custom CSS Sample Overview 3 To create custom theme you must be familiar with the basic concept

More information

Installation and Setup of IBM Lotus Sametime From Zero to Hero The Next Generation

Installation and Setup of IBM Lotus Sametime From Zero to Hero The Next Generation Installation and Setup of IBM Lotus Sametime 8.5.1 From Zero to Hero The Next Generation Frank Altenburg Senior Field Support Engineer frank.altenburg@de.ibm.com Agenda Components of IBM Lotus Sametime

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Lotus Learning Management System R1

Lotus Learning Management System R1 Lotus Learning Management System R1 Version 1.0.4 March 2004 Administrator's Guide G210-1785-00 Contents Chapter 1 Introduction to the Learning Management System and Administration...1 Understanding the

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents 8.0 Help for Community Managers... 3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Show 201 Installation and Setup of IBM Lotus Sametime From Zero to Hero The Next Generation

Show 201 Installation and Setup of IBM Lotus Sametime From Zero to Hero The Next Generation Show 201 Installation and Setup of IBM Lotus Sametime 8.5.1 From Zero to Hero The Next Generation Frank Altenburg SME for Sametime IBM Volker Juergensen Senior IT Specialist IBM 2011 IBM Corporation Agenda

More information

Architecture & Deployment

Architecture & Deployment Architecture & Deployment IBM Connections 5.0 Workshop Author: Paul Godby IBM Ecosystem Development Duration: 30 minutes 2014 IBM Corporation Agenda IBM Connections lications Prerequisite Software Deployment

More information

Live Data Connection to SAP BW

Live Data Connection to SAP BW Live Data Connection to SAP BW Live data connections allow you to connect your data sources with SAP Analytics Cloud. Any changes made to your data in the source system are reflected immediately. The benefit

More information

... HTTP load balancing for Oracle s JD Edwards EnterpriseOne HTML servers using WebSphere Application Server Express Edition

... HTTP load balancing for Oracle s JD Edwards EnterpriseOne HTML servers using WebSphere Application Server Express Edition HTTP load balancing for Oracle s JD Edwards EnterpriseOne HTML servers using WebSphere Application Server Express Edition........ Diane Webster Performance Consultant IBM Oracle International Competency

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

V7.0. cover. Front cover. IBM Connections 4.5 Deployment Scenarios. Deployment Scenarios ERC 1.0

V7.0. cover. Front cover. IBM Connections 4.5 Deployment Scenarios. Deployment Scenarios ERC 1.0 V7.0 cover Front cover IBM Connections 4.5 Deployment Scenarios Deployment Scenarios ERC 1.0 Deployment Scenarios Trademarks IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International

More information

Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation

Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation Unified Task List Software requirements The information in this topic provides details about the software required to install or develop using the Unified Task List portlet. For information about supported

More information

BIG-IP Access Policy Manager : Portal Access. Version 12.1

BIG-IP Access Policy Manager : Portal Access. Version 12.1 BIG-IP Access Policy Manager : Portal Access Version 12.1 Table of Contents Table of Contents Overview of Portal Access...7 Overview: What is portal access?...7 About portal access configuration elements...7

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

AD218 Working with Customers via the IBM Lotus Sametime Links Toolkit. Carl Tyler Instant Technologies

AD218 Working with Customers via the IBM Lotus Sametime Links Toolkit. Carl Tyler Instant Technologies AD218 Working with Customers via the IBM Lotus Sametime Links Toolkit Carl Tyler Instant Technologies Agenda What is Lotus Sametime Links (STLinks) Adding STLinks to your site Building a STLinks queuing

More information

Installation Guide. Apparo Fast Edit. Version 3.1

Installation Guide. Apparo Fast Edit. Version 3.1 Installation Guide Apparo Fast Edit For Windows Server 2008-2016 / IBM Cognos BI Version 3.1 [1] 1 Prior to Installation 4 1.1 Hardware requirements... 4 1.2 Supported operating systems... 4 1.3 Supported

More information

Implementing Single-Sign-On(SSO) for APM UI

Implementing Single-Sign-On(SSO) for APM UI Implementing Single-Sign-On(SSO) for APM UI 1.Introduction...2 2.Overview of SSO with LTPA...3 3.Installing and configuring TDS...5 3.1.Installing TDS 6.3...5 3.2.Changing the administrator password (Optional)...7

More information

TIM TAM Integration. Planning to install the Tivoli Access Manager Combo Adapter

TIM TAM Integration. Planning to install the Tivoli Access Manager Combo Adapter TIM TAM Integration For TIM TAM Integration, TAM Combo Adapter is required. The installation and configuration details of TAM Combo Adapter is described below. Planning to install the Tivoli Access Manager

More information

Lotus Connections new features and

Lotus Connections new features and Lotus Connections new features and configuration tips Overview What's new: Features What's new: Administration Install tips Configuration tips Future Reporting Tool for Lotus Connections Whats new: Getting

More information

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft DEPLOYMENT GUIDE Version 1.1 Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft Table of Contents Table of Contents Introducing the BIG-IP APM deployment guide Revision history...1-1

More information

Apparo Fast Edit. Installation Guide 3.1

Apparo Fast Edit. Installation Guide 3.1 Apparo Fast Edit Installation Guide 3.1 Linux & IBM AIX / Standalone version [1] Table of content 1 Prior to Installation 4 1.1 Hardware requirements... 4 1.2 Supported operating systems... 4 1.3 Supported

More information

Portal Express 6 Overview

Portal Express 6 Overview Portal Express 6 Overview WebSphere Portal Express v6.0 1 Main differences between Portal Express and Portal 6.0 Built with the same components as Portal 6.0.0.1 BPC is the only missing piece Supports

More information

LOT-404 IBM. Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal

LOT-404 IBM. Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal IBM LOT-404 Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal Download Full Version : https://killexams.com/pass4sure/exam-detail/lot-404 A. Safari B. the Newsstand

More information

New Face of z/os Communications Server: V2R1 Configuration Assistant

New Face of z/os Communications Server: V2R1 Configuration Assistant New Face of z/os Communications Server: V2R1 Configuration Assistant Kim Bailey (ktekavec@us.ibm.com) IBM August 14, 2013 Session # 13630 Agenda What is the Configuration Assistant and how can it help

More information

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ]

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] s@lm@n Lotus Exam 190-959 IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] Topic 0, A A Question No : 1 - (Topic 0) A large motorcycle manufacturer has an internet

More information

IBM Lotus Quickr Customization

IBM Lotus Quickr Customization IBM Software Group IBM Lotus Quickr Customization Making a place your own An IBM Proof of Technology 2008 IBM Corporation Agenda TechWorks What is Lotus Quickr Customization? Lotus Quickr Architecture

More information

Installation Guide. Apparo Fast Edit. For Linux / IBM AIX. IBM Cognos Analytics. Version Single Instance

Installation Guide. Apparo Fast Edit. For Linux / IBM AIX. IBM Cognos Analytics. Version Single Instance Installation Guide Apparo Fast Edit For Linux / IBM AIX IBM Cognos Analytics Version 3.0.7.1 Single Instance [1] 1 Prior to Installation 4 1.1 Hardware requirements... 4 1.2 Supported operating systems...

More information

IBM Security Access Manager Version December Release information

IBM Security Access Manager Version December Release information IBM Security Access Manager Version 8.0.1 12 December 2014 Release information IBM Security Access Manager Version 8.0.1 12 December 2014 Release information ii IBM Security Access Manager Version 8.0.1

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Expand Your IBM Case Manager System - Integrating with IBM Sametime

Expand Your IBM Case Manager System - Integrating with IBM Sametime Expand Your IBM Case Manager System - Integrating with IBM Sametime Author: Harris Yang (yanghes@cn.ibm.com) Harris works on QA of IBM Case Manager development starting from the first release of this product.

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER Table of Contents Table of Contents Introducing the F5 and Oracle Access Manager configuration Prerequisites and configuration notes... 1 Configuration

More information

IBM Case Manager Client

IBM Case Manager Client Presented by IBM developerworks ibm.com/developerworks/ IBM Case Manager Client Information Management 1 2011 IBM Corporation What is IBM Case Manager Client? A web-based application: Used by case workers

More information

Installation Guide. Apparo Fast Edit. Version 3.1

Installation Guide. Apparo Fast Edit. Version 3.1 Installation Guide Apparo Fast Edit For Linux & IBM AIX / IBM Cognos BI Version 3.1 [1] 1 Prior to Installation 4 1.1 Hardware requirements... 4 1.2 Supported operating systems... 4 1.3 Supported IBM Cognos

More information

Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5

Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5 www.ibm.com.au Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5 User Guide 7th October 2010 Authors: Mark Hampton & Melissa Howarth Introduction This document is a user guide

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Introduction 2 Prerequisites 2 Installation 2 Installation Overview 3 Downloading and Installing for Windows 3 Downloading and Installing for macos 4 Installing

More information

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise IBM Forms V8.0 Forms Experience Builder - Portal Integration Lab Exercise Catalog Number Copyright IBM Corporation, 2012 US Government Users Restricted Rights - Use, duplication or disclosure restricted

More information

What desktop integrations are available using Productivity Tools?

What desktop integrations are available using Productivity Tools? General Questions, page 1 Installation and Configuration, page 2 Scheduling Meetings using, page 4 Instant Meetings using, page 5 Site Administration, page 8 General Questions What are WebEx? What desktop

More information

Quickr Configuration/Administration

Quickr Configuration/Administration IBM Software Group Quickr Configuration/Administration Managing Quickr An IBM Proof of Technology 2008 IBM Corporation Presentation objectives Define configuration and administration of IBM Lotus Quickr

More information

Setup domino admin client by providing username server name and then providing the id file.

Setup domino admin client by providing username server name and then providing the id file. Main focus of this document is on the lotus domino 8 server with lotus sametime 8. Note: do not configure Web SSO, Ltpatoken, directory assistance and ldap configuration because they will be configured

More information

Lotus Connections 2.5 Install

Lotus Connections 2.5 Install Copyright IBM Corporation All rights reserved Lotus Connections 2.5 Install Contact you local IBM Representative for more information IBM Corporation Page 1 of 108 The architecture used in this guide is

More information

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2 VMware Identity Manager Administration MAY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Extending and Customizing the IBM Security Identity Manager

Extending and Customizing the IBM Security Identity Manager Extending and Customizing the IBM Security Identity Manager Parag Gokhale parag.gokhale@in.ibm.com May 12, 2016 Abstract: The IBM Security Identity Manager (ISIM) virtual appliance significantly reduces

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 WebSphere Portlet Factory Development Team 6 September 2010 Copyright International Business Machines Corporation 2010.

More information

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group 2008 IBM Corporation Agenda XPage overview From palette to properties: Controls, Ajax

More information

Lotus Team Workplace. Version Installation and Upgrade Guide G

Lotus Team Workplace. Version Installation and Upgrade Guide G Lotus Team Workplace Version 6.5.1 Installation and Upgrade Guide G210-1658-00 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE

More information

What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012

What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012 What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012 Stefan Liesche Web Experience Solution and Platform Chief Architect, STSM Stefan Koch Chief Programmer - WebSphere Portal IBM Collaboration

More information

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 Open Mic Date: 13-10-2016 IBM Collaboration Solutions Open Mic Team Jayesh Parmar - IBM ICS Support engineer

More information

z/osmf V2R1: Configuration Assistant for z/os Communications Server

z/osmf V2R1: Configuration Assistant for z/os Communications Server z/osmf V2R1: Configuration Assistant for z/os Communications Server Kim Bailey IBM Tuesday, March 11, 2014: 12:15 PM - 01:15 PM MA, Gold Key 1/2 Session Number 15196 Insert Custom Session QR if Desired.

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Client 2. Authentication 5

Client 2. Authentication 5 Pipeline Pilot Web Port Support Guide April 2011 Contents Requirements 2 Requirements 2 Server 2 Client 2 Web Port Access 3 Authentication 5 Introduction Pipeline Pilot Web Port is a web-based application

More information

WebSphere Portal Application Development Best Practices using Rational Application Developer IBM Corporation

WebSphere Portal Application Development Best Practices using Rational Application Developer IBM Corporation WebSphere Portal Application Development Best Practices using Rational Application Developer 2009 IBM Corporation Agenda 2 RAD Best Practices Deployment Best Practices WSRP Best Practices Portlet Coding

More information

Exercises Advanced Workshop Using Roxen Content Management System. Editing exercises using sandbox version of Roxen 4.5 site

Exercises Advanced Workshop Using Roxen Content Management System. Editing exercises using sandbox version of Roxen 4.5 site Exercises Advanced Workshop Using Roxen Content Management System Editing exercises using sandbox version of Roxen 4.5 site Exercise 1 Creating a sandbox 1. Start a web browser on your computer (Firefox

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 5/6/2016) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 Before Starting - Is your software up to date?...

More information

How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT

How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT Ta Table of Contents Table of Contents TA TABLE OF CONTENTS 1 TABLE OF CONTENTS 1 BACKGROUND 2 CONFIGURATION STEPS 2 Create a SSL

More information

JMP305: JumpStart Your Multi-Channel Digital Experience Development with Web Experience Factory IBM Corporation

JMP305: JumpStart Your Multi-Channel Digital Experience Development with Web Experience Factory IBM Corporation JMP305: JumpStart Your Multi-Channel Digital Experience Development with Web Experience Factory 2014 IBM Corporation Agenda Multi-channel applications and web sites Rapid development with the model-based

More information

How to Customize Support Portals

How to Customize Support Portals How to Customize Support Portals 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

Xerte. Guide to making responsive webpages with Bootstrap

Xerte. Guide to making responsive webpages with Bootstrap Xerte Guide to making responsive webpages with Bootstrap Introduction The Xerte Bootstrap Template provides a quick way to create dynamic, responsive webpages that will work well on any device. Tip: Webpages

More information

BIG-IP Access Policy Manager : Portal Access. Version 13.0

BIG-IP Access Policy Manager : Portal Access. Version 13.0 BIG-IP Access Policy Manager : Portal Access Version 13.0 Table of Contents Table of Contents Overview of Portal Access...7 Overview: What is portal access?...7 About portal access configuration elements...

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

IBM Lotus Quickr STEW Technical Overview

IBM Lotus Quickr STEW Technical Overview Lotus Worldwide Technical Sales IBM Lotus Quickr STEW Technical Overview 2007 IBM Corporation Agenda Section 1 Installing Quickr Services for Lotus Domino Configuring Quickr Services for Lotus Domino Section

More information

How to Customize Support Portals

How to Customize Support Portals How to Customize Support Portals 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective

More information

Sametime Links 3.0 Toolkit

Sametime Links 3.0 Toolkit Sametime Links 3.0 Toolkit Community Services API Developer s Guide and Reference Disclaimer Copyright and Trademark Information THIS DOCUMENTATION IS PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS

More information

CUSTOMER PORTAL. Custom HTML splashpage Guide

CUSTOMER PORTAL. Custom HTML splashpage Guide CUSTOMER PORTAL Custom HTML splashpage Guide 1 CUSTOM HTML Custom HTML splash page templates are intended for users who have a good knowledge of HTML, CSS and JavaScript and want to create a splash page

More information

Installation Guide. Apparo Fast Edit. Multi Instance. Version 3.0

Installation Guide. Apparo Fast Edit. Multi Instance. Version 3.0 Installation Guide Apparo Fast Edit Multi Instance For Windows 2008 & 2012 / IBM Cognos BI Version 3.0 1 / 65 1 Prior to Installation 4 1.1 Installation strategy 6 1.2 Architecture 7 2 Preparation 9 2.1

More information

Connecting to System i System i Access for Web

Connecting to System i System i Access for Web System i Connecting to System i System i Access for Web Version 6 Release 1 System i Connecting to System i System i Access for Web Version 6 Release 1 Note Before using this information and the product

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information

Get Started Installing IBM Lotus Sametime You Too Can Be a WAS Admin! OR 140 Slides In 60 Minutes

Get Started Installing IBM Lotus Sametime You Too Can Be a WAS Admin! OR 140 Slides In 60 Minutes Get Started Installing IBM Lotus Sametime 8.5.1 You Too Can Be a WAS Admin! OR 140 Slides In 60 Minutes Gabriella Davis Technical Director The Turtle Partnership About Me Gabriella Davis The Turtle Partnership

More information

Lotus Domino and Extended Products. Version Administrator's Guide G

Lotus Domino and Extended Products. Version Administrator's Guide G Lotus Domino and Extended Products Version 6.5.1 Administrator's Guide G210-1747-00 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware AirWatch 9.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

WebSphere Application Server V7: Administration Consoles and Commands

WebSphere Application Server V7: Administration Consoles and Commands Chapter 5 of WebSphere Application Server V7 Administration and Configuration Guide, SG24-7615 WebSphere Application Server V7: Administration Consoles and Commands WebSphere application server properties

More information

Microsoft Windows SharePoint Services

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

More information

Deployment Scenario: WebSphere Portal Mashup integration and page builder

Deployment Scenario: WebSphere Portal Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder...1 Abstract...2 Portal Mashup integration

More information

Expand Your IBM Case Manager System - Integrating with Cognos Real-Time Monitor

Expand Your IBM Case Manager System - Integrating with Cognos Real-Time Monitor Expand Your IBM Case Manager System - Integrating with Cognos Real-Time Monitor Author: Gang Zhan (zhangang@cn.ibm.com) Gang Zhan works on QA of IBM Case Manager development starting from the 2011. He

More information

AD406: What s New in Digital Experience Development with IBM Web Experience Factory

AD406: What s New in Digital Experience Development with IBM Web Experience Factory AD406: What s New in Digital Experience Development with IBM Web Experience Factory Jonathan Booth, Senior Architect, Digital Experience Tooling, IBM Adam Ginsburg, Product Manager, Digital Experience

More information

IBM Realtests LOT-911 Exam Questions & Answers

IBM Realtests LOT-911 Exam Questions & Answers IBM Realtests LOT-911 Exam Questions & Answers Number: LOT-911 Passing Score: 800 Time Limit: 120 min File Version: 35.4 http://www.gratisexam.com/ IBM LOT-911 Exam Questions & Answers Exam Name: IBM WebSphere

More information

Experience SAP HANA Cloud Portal. Use SAP HANA Cloud Portal to Create Engaging Websites in 5 Simple Steps

Experience SAP HANA Cloud Portal. Use SAP HANA Cloud Portal to Create Engaging Websites in 5 Simple Steps Experience SAP HANA Cloud Portal Use SAP HANA Cloud Portal to Create Engaging Websites in 5 Simple Steps TABLE OF CONTENTS TUTORIAL AGENDA... 3 PREREQUISITES... 3 EXERCISE 1: CREATE AND CONFIGURE A NEW

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

Introduction to Theming in Magento Go"

Introduction to Theming in Magento Go Introduction to Theming in Magento Go" Webinar date: July 20, 2011 Presenters: Kara Heinrichs, Brillig House (twitter: @kkarahh) Mosses Akizian, Magento (twitter: @monocat) Agenda for todayʼs webinar"

More information

IBM Worklight V5.0.6 Getting Started

IBM Worklight V5.0.6 Getting Started IBM Worklight V5.0.6 Getting Started Creating your first Worklight application 17 January 2014 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector

Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Session ID: Session Title: DDX-15 Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 3: Exploring Commerce DDC Components

More information

Live Data Connection to SAP HANA and SAP Cloud Platform

Live Data Connection to SAP HANA and SAP Cloud Platform Live Data Connection to SAP HANA and SAP Cloud Platform Live data connections allow you to connect your data sources with SAP Analytics Cloud. Any changes made to your data in the source system are reflected

More information

Group Microsite Manual

Group Microsite Manual Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2017-2018 Updated by Matt Black, SAA Web and Information Services Administrator Available online at http://www2.archivists.org/governance/leaderresources.

More information

Authlogics Forefront TMG and UAG Agent Integration Guide

Authlogics Forefront TMG and UAG Agent Integration Guide Authlogics Forefront TMG and UAG Agent Integration Guide With PINgrid, PINphrase & PINpass Technology Product Version: 3.0.6230.0 Publication date: January 2017 Authlogics, 12 th Floor, Ocean House, The

More information

Websites. Version 1.7

Websites. Version 1.7 Websites Version 1.7 Last edited 15 Contents MyNetball Information...3 Websites...4 Web packages...4 Setting up the layout...5 Uploading files and images...6 Using Dropbox to Increase your Website Data...7

More information

Key Challenges with the Current RFQ Process

Key Challenges with the Current RFQ Process Key Challenges with the Current RFQ Process Coordination of cross-organizational work teams and sharing of documents is difficult and errorprone Open Client Strategy Cost Containment Invest for Growth

More information

08/10/2018. Istanbul Now Platform User Interface

08/10/2018. Istanbul Now Platform User Interface 08/10/2018 Contents Contents...5 UI16... 9 Comparison of UI16 and UI15 styles... 11 Activate UI16... 15 Switch between UI16 and UI15...15 UI16 application navigator... 16 System settings for the user

More information

"Charting the Course... WebSphere Portal 8 Development using Rational Application Developer 8.5. Course Summary

Charting the Course... WebSphere Portal 8 Development using Rational Application Developer 8.5. Course Summary Course Summary Description This course will introduce attendees to Portlet development using Rational Application Developer 8.5 as their development platform. It will cover JSR 286 development, iwidget

More information

O n l i n e C a t e r i n g S o f t w a r e S o l u t i o n Portal CSS Guide

O n l i n e C a t e r i n g S o f t w a r e S o l u t i o n Portal CSS Guide O n l i n e C a t e r i n g S o f t w a r e S o l u t i o n Portal CSS Guide Portal.css Customization Guide... 3 Upload Stylesheet... 3 portal.css Customization... 4 Change the Horizontal Menu Bar Background

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

HTML5/CSS3 Photo Gallery Plug-ins For Adobe Lightroom User Guide V 1.0

HTML5/CSS3 Photo Gallery Plug-ins For Adobe Lightroom User Guide V 1.0 HTML5/CSS3 Photo Gallery Plug-ins For Adobe Lightroom User Guide V 1.0 Copyright 2010. Digicrafts. All rights reserved. For license agreement, you can visit www.digicrafts.com.hk/components CONTENTS Installation

More information