Customizing the Cognos 8 Welcome Page

Size: px
Start display at page:

Download "Customizing the Cognos 8 Welcome Page"

Transcription

1 Proven Practice Customizing the Cognos 8 Welcome Page Product(s): Cognos 8 Area of Interest: Infrastructure

2 Customizing the Cognos 8 Welcome Page 2 Copyright Your use of this document is subject to the Terms of Use governing the Cognos software products and related services which you have licensed or purchased from Cognos. The information contained in this document is proprietary information of Cognos Incorporated and/or its licensors and is protected under copyright and other applicable laws. You may use the information and methodologies described in this document 'as is' or you may modify them, however Cognos will not be responsible for any deficiencies or errors that result from modifications which you make. Copyright 2006 (c) Cognos Incorporated. All Rights Reserved. You can print selected pages, a section, or the whole book. Cognos grants you a non-exclusive, non-transferable license to use, copy, and reproduce the copyright materials, in printed or electronic format, solely for the purpose of providing internal training on, operating, and maintaining the Cognos software. This document is maintained by the Best Practices, Product and Technology team. You can send comments, suggestions, and additions to Best Practices, Product and Technologies.

3 Customizing the Cognos 8 Welcome Page 3 Contents 1 INTRODUCTION CUSTOMIZATION OPTIONS CREATE OR USE YOUR OWN CUSTOM WELCOME PAGE LOCALIZATION AND STYLES MODIFYING THE ORDER AND ADDING CUSTOM SECTIONS TO THE WELCOME PAGE APPENDIX REFERENCE THE REQUIRED GROUPS OR ROLES IN THE SYSTEM.XML FILE... 14

4 Customizing the Cognos 8 Welcome Page 4 1 Introduction Cognos 8 has a predefined Welcome page that all users are directed to when they first login. This Welcome page varies on the user s style. Although the Welcome page provides a good starting point into Cognos products, most customers will inevitably want to customize this page or bypass it altogether. In Cognos 8, users and administrators have the capability to set any view as their home or Welcome page. An administrator can customize the existing Welcome page, use their own custom HTML page, or use a hybrid of their custom Welcome page and sections of the existing Welcome Page. Furthermore, users can choose to set any portal tab as their home page. This document provides technical details on how this can be done as well as details on how this can be localized. 2 Customization Options Administrators can customize the Welcome Page in the following ways: Change the colors, fonts, and text of the existing Welcome Page. Set their own HTML page as their default Welcome Page. Using this approach, administrators can still embed the links and text of the default Welcome Page within their own custom page. Set any portal tab as their default start page. Customizing the existing Welcome Page Here is a look at the default Cognos 8 Welcome Page for the Corporate style: This page can be customized to use its own colors, text, and fonts to match your corporate branding.

5 Customizing the Cognos 8 Welcome Page 5 Files Used <install-location>/c8/webcontent/skins/corporate/portal/default.css <install-location>/c8/templates/ps/messages/portal_en.xml <install-location>/c8/webcontent/corporate/fonts.css Modifying the Colors of the Welcome Page The default.css file controls the colors used in the existing Welcome Page. The following parameters can be modified to customize this Welcome Page: Controls the outer blue background on the Welcome page..welcomepagefull background-color: #ffffff; padding: 0%; Controls the outer-most border and the blue vertical lines on the right hand side of the page..welcomecontentpanel border-style: solid; border-width: 0px; border-color: #000000; padding:0px; background-image: url(../branding/welcome_back.gif); Controls the image used at the top of the Welcome Page.welcomeLogoContainer height: 55px; width: 225px; background-image:url(../branding/bank.gif); background-repeat: no-repeat; Controls the text color of the user that s logged in..welcomeusernamecontainer padding-right:8px; color: #333300; padding-bottom: 5px; font-weight: bold; white-space:nowrap; Controls the left-hand Welcome Panel.welcomeLeftPanel background-color: #c5c58a; height: 100%; margin-right:1px; text-align: middle; vertical-align:top;.welcometitle color: #333300; text-align: left; border-bottom: 3px solid #666633; width:100%; white-space:nowrap; font-weight: bold;

6 Customizing the Cognos 8 Welcome Page 6 padding-left: 10px; padding-right: 10px; padding-top: 10px; font-size: 120%; Controls the background and text color in the main section of the page..welcometoolpanel height:100%; background-color: #eeeecf; margin-left:1px; padding-top: 15px; padding-left: 15px; padding-right: 15px;.welcomeToolHeading font-size: 70%; font-weight: bold; color: #333300; padding-bottom:3px;.welcometooldescription font-size: 70%; color: #333300; Change the color of the hyperlinks a color: #333399; Controls the Show this page in the future.welcomehideshowtext padding-left:5px; font-size: 70%; color: #333300; Controls the Quick Tour button.welcomeqtcontainer margin-top:15px; float:right; background-color: #e4e4c5; border:1px solid #333300; padding: 1px;.welcomeQTButton background-color: #e4e4c5; cursor:pointer; color: #333300; font-size: 70%; padding:5px; font-weight: bold; white-space:nowrap;.welcomelegalnotice margin-top:20px; font-size: 70%; color: #ffffff;.welcomeslogan font-size: 50%;

7 Customizing the Cognos 8 Welcome Page 7 color:#ffffff; white-space:nowrap; End Result Changing the Default Text on the Welcome Page The text that appears on the Welcome Page comes from message files. In particular, the text for the Welcome Page is located in the <installlocation>/c8/templates/ps/messages/portal_language.xml file. To modify the English text used in the Welcome page, you would need to modify the portal_en.xml file. All other languages have a prefix to specify their language. To modify the text, search for the appropriate text string you wish to modify and modify it directly within this file. Please note that the Cognos 8 service needs to be restarted for these changes to take effect. 3 Create or Use your Own Custom Welcome Page In many instances, administrators may wish to have a Welcome Page that matches a very specific style or they may want their users to enter Cognos through another web site. Instead of using the existing Welcome Page, you can create your own custom Welcome Page using any standard HTML page. To configure Cognos 8 to use its own Welcome Page: 1. Edit the <install-location>/c8/templates/ps/portal/system.xml file 2. Enter the following parameter in this file.

8 Customizing the Cognos 8 Welcome Page 8 <param name= welcomeurloverride > </par am> Make sure that this parameter is entered inside the <system> node and outside of the <param> node. 3. Restart the Cognos 8 service. When you launch Cognos 8, this new Welcome Page will be used. Additionally, the link through Help > Go to Welcome Page will point to this new Welcome Page as well. Any standard HTML page can be used as your new Welcome Page. However, as an administrator, you may wish to also place the appropriate links and login parameters to Cognos 8. There are a few different techniques that you can be used to do this. Using Links-Only to the Welcome page Administrators can embed only the links from the standard Welcome Page into their own custom Welcome page. With this approach, only the links and text of the main section of the Welcome Page will appear, without the extra colors and banners used in the standard Welcome Page. This approach is especially beneficial as it allows you to embed the Welcome Page within a frame of any HTML page while preserving capabilities. To do this: A. Place the following URL within a frame of your HTML page: &wtarget=top B. Modify the default.css (of your style) to change background colors of the main section of the welcome page..welcometoolpanel height:100%; background-color: #ffffff; margin-left:1px; padding-top: 15px; padding-left: 15px; padding-right: 15px; C. Once the URL is placed with a frame of an HTML page, the result may look as follows:

9 Customizing the Cognos 8 Welcome Page 9 With this approach, all capabilities and permissions are preserved assuring that the user will only view those links that they are entitled to see. Use a Custom Welcome Page and Link to Cognos through URLs Administrators can define a completely generic HTML page can be used with hard-coded URL links to Cognos. In this case, all that is required is to place the following parameter in the system.xml file; <param name= welcomeurloverride > tml </param>. Note: With this approach, the user is not authenticated meaning that the user will need to login when entering Cognos Connection and the text on this new Welcome Page will be hard-coded (and not controls by capabilities). Examples: Custom Welcome Page with a banner that links to Cognos Connection Using a Report or a Portal Page as the Welcome Page

10 Customizing the Cognos 8 Welcome Page 10 URL links to other reports, studios, and pages With this approach, the user will be prompted for their credentials when this page is invoked. 1. User Defined Start Page Users can browse to any portal page and set this page as their home page by clicking on Home > Set View as Home. Note: This start page is user specific and the administrator cannot override or control this start page for users or for groups of users. For more information about customizing the Welcome Page, refer to the Customization section of the Cognos 8 Administration & Security Guide

11 Customizing the Cognos 8 Welcome Page 11 4 Localization and Styles Administrators can localize their Welcome pages and make them skin sensitive. To do this, the administrator will need to create a separate custom welcome page for each language and/or skin. However to reference this locale and skin sensitive Welcome page, the page must be placed in the appropriate skin and/or language directory. For example, suppose that you wish to support English, French, German, and Japanese for all the out-of-thebox styles. In this case, you would need to create the following directory structure (where your custom Welcome page resides) and place the appropriate custom pages within each directory. custom_welcome/en/classic custom_welcome/en/contemporary custom_welcome/en/corporate custom_welcome/en/modern custom_welcome/en/presentation For Cognos 8 to use these skin and/or language sensitive custom Welcome page, parameters need to be placed with the URL to specify the appropriate skin and/or language. In the system.xml file, wildcards can be used within the URLs: %LOCALE% and %SKIN%, where %LOCALE% denotes the product locale and %STYLE% is the user s currently selected skin. To make the Welcome page both skin and language sensitive, the following parameters would be added to the systeml.xml file. <param name= "welcomeurloverride"> <param> In this case, if a user who s product locate was set to French and skin set to Classic, the welcome screen url would be calculated as: /cognos8/custom_welcome/fr/classic/customwel.htm 5 Modifying the Order and Adding Custom Sections to the Welcome Page Administrators can change the order of the tools and links shown on the Welcome Page. They can choose to show tools to certain groups/roles or add new custom section. The order of the tools and the tools shown on the welcome page are governed in the following file: <install directory>/templates/ps/portal/welcome/welcome.xml. Modifying this file will change the order and which tools are shown in the welcome page. Adding a show attribute will restrict the visibility of the tool to certain roles, users or groups. Modifying the Order of Tools The order that the tools show up in the welcome page is defined by the order of the tool tags. For example, this order can be modified to change the order in which the tools appear:

12 Customizing the Cognos 8 Welcome Page 12 <welcome xmlns:xsi=" xsi:nonamespaceschemalocation="welcome.xsd"> <tool name="viewcognoscontent" type="cognos"/> <tool name="analysisstudio" type="cognos"/> <tool name="eventstudio" type="cognos"/> <tool name="planning" type="cognos"/> <tool name="controller" type="cognos"/> <tool name="metricsmanager" type="cognos"/> <tool name="querystudio" type="cognos"/> <tool name="reportstudio" type="cognos"/> <tool name="managecognoscontent" type="cognos" /> </welcome The tools in the Welcome page will then appear in this order: Hiding Tools Tools can be permanently hidden be removing the relevant tool tag from the welcome.xml file. If a tool is not present in the welcome.xml file, it will not show up as a link in the welcome page (even with the appropriate capabilities). Tools can be restricted to be used by user, group or role by adding a show attribute to the tool tag. The show attribute can take on any of the following predefined values: Administrators, QSUsers, RSUsers, Consumers, or Anonymous or a value in the system.xml can be defined using the ui_groups tag (see Appendix for more information on adding ui_groups). For example, show= Consumers will restrict the tool to only users in the Consumers group. show= Consumers, Anonymous will show the tool to both users in the Consumer group and anonymous users. Leaving the show attribute out of the tool tag means show the tool to all users Adding Custom Sections Custom links can be added to point to virtually any destination by adding a tool tag with the type custom. These tools follow the same rules as the default tool tags. Their order is governed by their order in the welcome.xml file and the show attribute restricts access to the tool. For example, if we want to add a custom tool:

13 Customizing the Cognos 8 Welcome Page 13 <tool name="search" type="custom" > <heading xml:lang="en">search For Stuff</heading> <heading xml:lang="fr">recherche de substance</heading> <body xml:lang="en">use <a href=" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">google</a> to search for things on the web.</body> <body xml:lang="fr">utilisateur <a href=" onmouseover="window.status='';return true;" onmouseout="window.status='';return true;">google</a> pour rechercher la substance sur l'enchaînement.</body> </tool> This example shows a link in the Welcome Page to Google. The heading tag is the text that appears as the title of the tool and the body tag appears as the description section. Both tags can contain any well-formed HTML. Since these sections can contain translatable elements, an xml:lang attribute is used to show which language the heading or body is meant for. When Cognos Connection renders the Welcome page, it uses the heading and body tags where the xml:lang tags is set to the user s product locale. For example, the above modifications will render the following if the product locale is set to English: But render the following, if the product locale is set to French: For users who have there product locale set to German, the link will not show up at all since there is no heading or body with the xml:attribute = de.

14 Customizing the Cognos 8 Welcome Page 14 6 Appendix Reference the Required Groups or Roles in the system.xml File Before you start implementing the customization changes in the Cognos Connection user interface, you must identify the groups or roles on which your customizations will be based. Add a reference about the groups or roles you want to use to the portal system.xml file. Modify this file by adding the ui_groups parameter and listing all required groups and roles within this parameter. Each group or role is represented by the group element that must contain a unique id attribute. The value of the id attribute is specified in the group or role search path in Cognos Connection. Include only the groups and roles you want to use for the purpose of hiding or adding user interface elements. The groups and roles must already exist in Cognos 8 and can be associated with any namespace configured for your Cognos 8 environment. To reference a group: 1. Open the c8_location/templates/ps/portal/system.xml file in a text editor. 2. Add a parameter named ui_groups and then do the following: A. Add the group element for each group or role you want. B. Specify a unique id attribute for each group or role. The IDs are case sensitive. C. For the custom groups or roles, the IDs cannot contain more than two characters, and cannot contain spaces. For example, the following IDs can be used: a1, b2, Ab, AB. The following IDs cannot be used: abc, A 1, a bc. D. Specify a value for the id attribute for each group element. Tip: To find the ID in Cognos Connection, open the group or role properties page and, on the General tab, click the View the search path and ID link. The following example shows the syntax of the ui_groups parameter. <param name="ui_groups"> <group id="g1">xom5ldybncm91chm6dwlhmv9lbg_</group> <group id="g2">xom5ldybncm91chm6dwlfuji_</group> <group id="55">xof5ldybnc4htchm6dalfuji_</group> </param> 3. Save the system.xml file. Restart the Cognos 8 service.

How to Add and Hide UI Elements in Cognos Connection

How to Add and Hide UI Elements in Cognos Connection Guideline How to Add and Hide UI Elements in Product(s): Cognos 8 Area of Interest: Infrastructure 2 Copyright Your use of this document is subject to the Terms of Use governing the Cognos software products

More information

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide COGNOS (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM Product Information This document applies to Cognos (R) 8 Version 8.1.2 MR2 and may also

More information

Cognos Connection User Guide USER GUIDE. Cognos (R) 8 COGNOS CONNECTION USER GUIDE

Cognos Connection User Guide USER GUIDE. Cognos (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE Cognos (R) 8 COGNOS CONNECTION USER GUIDE Product Information This document applies to Cognos (R) 8 Version 8.2 and may also apply to subsequent releases. To check

More information

MN Studio Website - User Guide

MN Studio Website - User Guide MN Studio Website - User Guide Version 1.1 MN Studio Website Program 1. Introduction Welcome to the new website program! The MN Studio Website program allows you to create your own website with customized

More information

Positioning in CSS: There are 5 different ways we can set our position:

Positioning in CSS: There are 5 different ways we can set our position: Positioning in CSS: So you know now how to change the color and style of the elements on your webpage but how do we get them exactly where we want them to be placed? There are 5 different ways we can set

More information

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM)

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) GETTING STARTED Cognos ReportNet Getting Started 07-05-2004 Cognos ReportNet 1.1MR1 Type the text for the HTML TOC entry Type the text for the HTML

More information

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

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

Configuring Hotspots

Configuring Hotspots CHAPTER 12 Hotspots on the Cisco NAC Guest Server are used to allow administrators to create their own portal pages and host them on the Cisco NAC Guest Server. Hotspots created by administrators can be

More information

Collapsible Hierarchies using Scripting

Collapsible Hierarchies using Scripting Tip or Technique Collapsible Hierarchies using Scripting Product(s): Cognos 8.2, Cognos 8.3 Area of Interest: Report Design 2 Copyright Your use of this document is subject to the Terms of Use governing

More information

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes

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

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

Creating Layouts Using CSS. Lesson 9

Creating Layouts Using CSS. Lesson 9 Creating Layouts Using CSS Lesson 9 CSS Page Layout Advantages Greater typography control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control

More information

ProSystem fx Site Builder. enewsletters

ProSystem fx Site Builder. enewsletters ProSystem fx Site Builder enewsletters December 2011 Copyright 2010-2011, CCH INCORPORATED. A Wolters Kluwer business. All Rights Reserved. Material in this publication may not be reproduced or transmitted,

More information

Tivoli Common Reporting V2.x. Training on Security Permissions

Tivoli Common Reporting V2.x. Training on Security Permissions Tivoli Common Reporting V2.x Training on Security Permissions Preethi C Mohan Bhanu P Velampati IBM India Ltd. India Software Labs, Bangalore preethi.mohan@in.ibm.com bhanu.prathap@in.ibm.com Copyright

More information

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling Universal CSS Navigation Menu: Advanced Styling Page 1 of 15 Content 1. Introduction... 3 2. How to use... 3 2.1. Editing existing CSS Styles... 3 2.2. Creating new CSS Styles... 6 3. Explanation of styles...

More information

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

More information

Module 2 (VII): CSS [Part 4]

Module 2 (VII): CSS [Part 4] INTERNET & WEB APPLICATION DEVELOPMENT SWE 444 Fall Semester 2008-2009 (081) Module 2 (VII): CSS [Part 4] Dr. El-Sayed El-Alfy Computer Science Department King Fahd University of Petroleum and Minerals

More information

CIE-H12 Web page Sample

CIE-H12 Web page Sample eztcp Technical Document CIE-H12 Web page Sample Version 1.0 2011-08-31 Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents Contents 1 Overview... 3 1.1 Overview... 3 2 Default... 4 2.1 Simple Modification

More information

Wolf. Responsive Website Designer. Mac Edition User Guide

Wolf. Responsive Website Designer. Mac Edition User Guide Wolf Responsive Website Designer Mac Edition User Guide Version 2.10.3 Table of Contents What is Wolf Website Designer? Editor overview Save and open website Create responsive layout How to create responsive

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

Impromptu User Installation Guide. IBM Cognos Business Intelligence Series 7 IBM Cognos Impromptu User. Version 7.4

Impromptu User Installation Guide. IBM Cognos Business Intelligence Series 7 IBM Cognos Impromptu User. Version 7.4 IBM Cognos Business Intelligence Series 7 IBM Cognos Impromptu User Version 7.4 for the Microsoft(R) Windows(R) Operating System Impromptu User Installation Guide IMPROMPTU USER INSTALLATION GUIDE Installation

More information

CSS means Cascading Style Sheets. It is used to style HTML documents.

CSS means Cascading Style Sheets. It is used to style HTML documents. CSS CSS means Cascading Style Sheets. It is used to style HTML documents. Like we mentioned in the HTML tutorial, CSS can be embedded in the HTML document but it's better, easier and neater if you style

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Dolphin Dynamics. Enhancing Your Customer Facing Documents

Dolphin Dynamics. Enhancing Your Customer Facing Documents Dolphin Dynamics Enhancing Your Customer Facing Documents Document Amendment History Date Issue number and reason Author 17/06/15 Document Creation Simon Baker Copyright 2015 Dolphin Dynamics Ltd. 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

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt.

Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt. Tip or Technique Report Studio: Using Java Script to Select and Submit Values to a SAP Prompt. Product(s): IBM Cognos 8 Area of Interest: Reporting Prompt. 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

Modular: Shopify Theme

Modular: Shopify Theme Modular: Shopify Theme Table of Contents Introduction 2 Top Bar 2 Header/Branding 3 Main Navigation 3 Backgrounds 4 Global Colors 4 Fonts 4 Home Slideshow 5 Home 6 Collection Pages 6 Product Pages 7 Blog

More information

Additional catalogs display. Customize text size and colors.

Additional catalogs display. Customize text size and colors. Collapsible Skin The collapsible skin option displays the catalogs and categories in a collapsible format enabling enhanced navigation on Qnet. Categories can be expanded to view all of the sub categories

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017 ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3 Created: 2/10/2017 Table of Contents ENGINEERING DATA HUB... 1 DESKTOP VIEW... 3 HEADER... 4 Logo... 5 Main Title... 6 User Menu... 7 Global

More information

Enhancing Your Customer Facing Documents (updated 10/03/2017)

Enhancing Your Customer Facing Documents (updated 10/03/2017) Dolphin Dynamics Enhancing Your Customer Facing Documents (updated 10/03/2017) Copyright 2016 Dolphin Dynamics Ltd. The information contained herein is the property of Dolphin Dynamics Ltd. No part of

More information

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions: Quick Start Guide This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:. How can I install Kentico CMS?. How can I edit content? 3. How can I insert an image or

More information

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2015-2016 Updated by Matt Black, SAA Web and Information Services Administrator Available online at www.archivists.org/governance.

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

DocuSign PowerForms User Guide

DocuSign PowerForms User Guide Information Guide 1 DocuSign PowerForms User Guide 2 Copyright 2003-2015 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign Intellectual

More information

Flash Info Cube. User Guide. Copyright 2006 Data Springs Inc. All rights reserved.

Flash Info Cube. User Guide. Copyright 2006 Data Springs Inc. All rights reserved. Flash Info Cube User Guide Copyright 2006 Data Springs Inc. All rights reserved. Table of contents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING FLASH INFO CUBE MODULE TO A PAGE...7 4 FLASH

More information

SQL Deluxe 2.0 User Guide

SQL Deluxe 2.0 User Guide Page 1 Introduction... 3 Installation... 3 Upgrading an existing installation... 3 Licensing... 3 Standard Edition... 3 Enterprise Edition... 3 Enterprise Edition w/ Source... 4 Module Settings... 4 Force

More information

SAS Web Infrastructure Kit 1.0. Overview

SAS Web Infrastructure Kit 1.0. Overview SAS Web Infrastructure Kit 1.0 Overview The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS Web Infrastructure Kit 1.0: Overview. Cary, NC: SAS Institute Inc.

More information

Website Integration Setup

Website Integration Setup Website Integration Setup Table of Contents Table of Contents... 2 Pages to Create... 3 Giving Opportunities... 3 Fund Detail... 4 General Designation Detail... 4 Campaign Detail... 5 Project Detail...

More information

Getting Started with CSS Sculptor 3

Getting Started with CSS Sculptor 3 Getting Started with CSS Sculptor 3 With CSS Sculptor, you can quickly create a cross-browser compatible layout with custom widths, margins, padding, background images and more. Additionally, you can use

More information

Application Servers - Installing SAP Web Application Server

Application Servers - Installing SAP Web Application Server Proven Practice Application Servers - Installing SAP Web Application Server Product(s): IBM Cognos 8.3, SAP Web Application Server Area of Interest: Infrastructure DOC ID: AS02 Version 8.3.0.0 Installing

More information

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster.

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster. Wanted! Introduction In this project, you ll learn how to make your own poster. Step 1: Styling your poster Let s start by editing the CSS code for the poster. Activity Checklist Open this trinket: jumpto.cc/web-wanted.

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Sedao Ltd. QuickChange PROject. User Manual for QuickChange PROject version 2.1.5

Sedao Ltd. QuickChange PROject. User Manual for QuickChange PROject version 2.1.5 Sedao Ltd QuickChange PROject User Manual for QuickChange PROject version 2.1.5 Contents What is QuickChange PROject?... 2 Simple Artwork Creation... 5 Creating a project... 7 QuickChange PROject Template

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

limelightplatform.com

limelightplatform.com 1 limelightplatform.com Introduction: Email Template Overview: This document is an example of an email template. It contains the different sections that could be included. Email templates provide a layout.

More information

Club Site Editing Guide

Club Site Editing Guide Swimming New Zealand Club Site Editing Guide Intelligent Software for Membership All information contained in this document is for the exclusive use of Swimming New Zealand. We are happy that any part

More information

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student Welcome Please sit on alternating rows powered by lucid & no.dots.nl/student HTML && CSS Workshop Day Day two, November January 276 powered by lucid & no.dots.nl/student About the Workshop Day two: CSS

More information

Lab 1: Introducing HTML5 and CSS3

Lab 1: Introducing HTML5 and CSS3 CS220 Human- Computer Interaction Spring 2015 Lab 1: Introducing HTML5 and CSS3 In this lab we will cover some basic HTML5 and CSS, as well as ways to make your web app look and feel like a native app.

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Halcyon Spooled File Manager GUI. v8.0 User Guide

Halcyon Spooled File Manager GUI. v8.0 User Guide Halcyon Spooled File Manager GUI v8.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Spring 6 @salesforcedocs Last updated: April 7, 06 Copyright 000 06 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 9A0-803 Title : Certified Dreamweaver 8 Developer Exam Version : DEMO 1 / 7 1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout

More information

SAS Web Infrastructure Kit 1.0. Overview, Second Edition

SAS Web Infrastructure Kit 1.0. Overview, Second Edition SAS Web Infrastructure Kit 1.0 Overview, Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Infrastructure Kit 1.0: Overview, Second Edition.

More information

Training Manual. Final Version. Revised September 2015

Training Manual. Final Version. Revised September 2015 Training Manual Final Version Revised September 2015 Section 1: Navigation... 3 Home Tab... 3 About IMPOWR Tab... 3 CEDAW Tab... 3 Partners Tab... 3 Research Database Tab... 3 Login/Logout Tab... 4 Site

More information

TIBCO Nimbus. SharePoint Customization Guide. Software Release November 2017

TIBCO Nimbus. SharePoint Customization Guide. Software Release November 2017 TIBCO Nimbus Customization Guide Software Release 10.2.0 November 2017 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS

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

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Certified CSS Designer VS-1028

Certified CSS Designer VS-1028 VS-1028 Certification Code VS-1028 Certified CSS Designer Certified CSS Designer CSS Designer Certification requires HTML knowledge or VSkills HTML Designer Certification to allow organizations to easily

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

Snapsis CSS NavMenu Development Guide

Snapsis CSS NavMenu Development Guide Snapsis CSS NavMenu Development Guide Overview This document outlines the Snapsis NavMenu Skin Object for the DotNetNuke portal system. This module supports any type of navigation through a template driven

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

WebVisit User course

WebVisit User course WebVisit 6.01.02 User course 1 Project creation and the user interface WebVisit User course 2 Getting started with visualization creation 3 Access to structures and fields 4 Macros in WebVisit Pro 5 Language

More information

Report Viewer Version 8.1 Getting Started Guide

Report Viewer Version 8.1 Getting Started Guide Report Viewer Version 8.1 Getting Started Guide Entire Contents Copyright 1988-2017, CyberMetrics Corporation All Rights Reserved Worldwide. GTLRV8.1-11292017 U.S. GOVERNMENT RESTRICTED RIGHTS This software

More information

Inxmail Professional Advanced Template (Plus) 1 About this document. User manual Inxmail Professional Advanced Template (Plus)

Inxmail Professional Advanced Template (Plus) 1 About this document. User manual Inxmail Professional Advanced Template (Plus) Inxmail Professional Advanced Template (Plus) 1 About this document User manual Inxmail Professional Advanced Template (Plus) Version: 25.09.2018 Seit enu mbruch ob erh alb Version: TEMPAD-A-EN-18-3.0

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services Software Release 7.11 LTS November 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY

More information

ParaChat v9.12 Hosted Documentation - PDF

ParaChat v9.12 Hosted Documentation - PDF ParaChat v9.12 Hosted Documentation - PDF Table of Contents Service Administration Pages... 1 Logging Into Your Service Administration Pages... 1 Logging Into Your Service Administration Pages... 3 Site

More information

OrgPublisher 11 EChart Thin Client Implementation Guide

OrgPublisher 11 EChart Thin Client Implementation Guide OrgPublisher 11 EChart Thin Client Implementation Guide Table of Contents Table of Contents Introduction... 3 OrgPublisher Thin Client Architecture... 4 EChart Thin Client Server Requirements... 5 EChart

More information

WYSIWYG Editor: Users Manual

WYSIWYG Editor: Users Manual WYSIWYG Editor: Users Manual Table of Contents WYSIWYG Editor Overview.... 3 Adding Text... 4 Inserting an Image.... 7 Inserting a File.... 15 Embedding Media.... 21 Inserting an Email Link.... 25 Captiva

More information

Quark XML Author for FileNet 2.5 with BusDocs Guide

Quark XML Author for FileNet 2.5 with BusDocs Guide Quark XML Author for FileNet 2.5 with BusDocs Guide CONTENTS Contents Getting started...6 About Quark XML Author...6 System setup and preferences...8 Logging in to the repository...8 Specifying the location

More information

Insert/Edit Image. Overview

Insert/Edit Image. Overview Overview The tool is available on the default toolbar for the WYSIWYG Editor. The Images Gadget may also be used to drop an image on a page and will automatically spawn the Insert/Edit Image modal. Classic

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

For DonorCentral 4.0, all client production sites will be upgraded on the weekend of July 18, 2015.

For DonorCentral 4.0, all client production sites will be upgraded on the weekend of July 18, 2015. DonorCentral 4.0 Release Notes Upgrade Overview This release of DonorCentral 4.0 includes the following new features: Stronger Password Requirements New Configurability Updates A New Asset Allocation Chart

More information

Website Creating Content

Website Creating Content CREATING WEBSITE CONTENT As an administrator, you will need to know how to create content pages within your website. This document will help you learn how to: Create Custom Pages Edit Content Areas Creating

More information

SAS Theme Designer 4.7 for Flex

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

More information

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Make a Website A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Overview Course outcome: You'll build four simple websites using web

More information

User Guide. Administration Portal. Release 6.7. For Customer Administrators

User Guide. Administration Portal. Release 6.7. For Customer Administrators User Guide Administration Portal Release 6.7 For Customer Administrators Published: 10/22/2014 Table of Contents Table of Contents Introduction... 1 Contents of this Guide... 1 Intended Audience... 1 Version

More information

Adaptive Strong Authenticator Configuration Guide 10g ( ) December 2007

Adaptive Strong Authenticator Configuration Guide 10g ( ) December 2007 Adaptive Strong Authenticator Configuration Guide 10g (10.1.4.3.0) December 2007 Adaptive Strong Authenticator Configuration Guide, 10g (10.1.4.3.0) Copyright 2007, Oracle. All rights reserved. The Programs

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Pega Knowledge. Implementation Guide

Pega Knowledge. Implementation Guide Implementation Guide 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All other trademarks or service

More information

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY Innovative Vocational Education and Training VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY YEAR 2 (UNITS 3 & 4) TEACHER RESOURCE CERTIFICATE III (ICT30115) CORE COMPETENCIES and SELECTED ELECTIVES

More information

USER GUIDE MADCAP FLARE Tables

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

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

2 P age. Pete s Pagebuilder revised: March 2008

2 P age. Pete s Pagebuilder revised: March 2008 AKA DNN 4 Table of Content Introduction... 3 Admin Tool Bar... 4 Page Management... 6 Advanced Settings:... 7 Modules... 9 Moving Modules... 10 Universal Module Settings... 11 Basic Settings... 11 Advanced

More information

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations Hun Myoung Park (2/2/2018) Layout & Position: 1 INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations DCC5382 (2 Credits) Introduction

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

TIBCO NimbusTM SharePoint Customization Guide. Software Release March 2015

TIBCO NimbusTM SharePoint Customization Guide. Software Release March 2015 TIBCO NimbusTM SharePoint Customization Guide Software Release 9.5.1 March 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Microsoft Dynamics AX 4.0

Microsoft Dynamics AX 4.0 Microsoft Dynamics AX 4.0 Install and Configure a Microsoft Dynamics AX Enterprise Portal Server White Paper Date: June 27, 2006 http://go.microsoft.com/fwlink/?linkid=69531&clcid=0x409 Table of Contents

More information

Designing the Home Page and Creating Additional Pages

Designing the Home Page and Creating Additional Pages Designing the Home Page and Creating Additional Pages Creating a Webpage Template In Notepad++, create a basic HTML webpage with html documentation, head, title, and body starting and ending tags. From

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

USER GUIDE MADCAP DOC-TO-HELP 5. Getting Started

USER GUIDE MADCAP DOC-TO-HELP 5. Getting Started USER GUIDE MADCAP DOC-TO-HELP 5 Getting Started Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

EventsNow. Getting Started Guide

EventsNow. Getting Started Guide EventsNow Getting Started Guide Contents Creating Your First Event... 3 Name Your Event... 3 Add an Event Contact... 3 Add Event Details... 5 Upload Your Logo/Image... 6 Add Tickets... 6 Add Donations...

More information