Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5

Size: px
Start display at page:

Download "Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5"

Transcription

1 Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management User Guide 7th October 2010 Authors: Mark Hampton & Melissa Howarth

2 Introduction This document is a user guide for the Prosphero Intranet Sample Site produced by the IBM Lotus Web Content Management development team. The Prosphero Intranet Sample was designed to illustrate in depth how the version of IBM Websphere Portal and IBM Lotus Web Content Management can be used to build a best practice intranet site. 4/11/2010 Page 2

3 What s in the sample Custom theme The sample contains a modified version of the Page Builder theme. The theme has been modified to be content-oriented, using the new content context capabilities in Portal to fill in the page title, page metadata, breadcrumbs, etc. from WCM. It also pulls images and stylesheets from WCM.A set of layouts were built to go with the theme, which utilise the same stylesheet as the theme. The modified files are: Default.jsp GetContext.jsp /js/pagebuildertheme.js /system/layouts.json /system/styles.json /layouts/1column.jsp /layouts/1row2columnunequal.jsp /layouts/1row3columnequal.jsp /layouts/2columnleft.jsp /layouts/2columnleftsplit.jsp /layouts/3columncenter.jsp /layouts/3columnequal.jsp There are also an additional set of JSPs in the theme which are used in WCM JSP components in the sample. See the section below on JSP Component Scripts. Stylesheet A base stylesheet and two overriding colour schemes are in the sample. These were matched up with existing stylesheet schemes in the Page Builder; this was to make it simple to keep the page customisation working. The stylesheet is stored in the WCM library as a set of content items under the path /Intranet/Stylesheets/... BaseStyles.css InternetExplorerStyles.css /lightgreentheme/lightgreentheme.css /orangetheme/orangetheme.css Page hierarchy The sample page hierarchy all hangs off a single node in the Portal hierarchy under Home. The pages are already mapped to the appropriate site areas and the portlets are all set up appropriate to display content Page templates A set of page templates is provided to make it easier to add news pages into the site, with layouts and portlets already added to the page. You only need create a page from the template, map it to a site area and configure the portlets if required. 4/11/2010 Page 3

4 Sample site hierarchy The sample site hierarchy mirrors the page hierarchy almost exactly, except that some of the pages under the Home page are actually siblings to the Home Site Area in WCM. This was to avoid having these show up in the sitemap. Sample content has been placed in each area to illustrate the usage of the site. JSP component scripts You can store these in any web app you like but the theme is recommended as it keeps all your rendering code in one place. DisplayAttribute.jsp GetSearchQuery.jsp ItemsByDateRange.jsp RelatedLinks.jsp RenderGroupedListCleanup.jsp RenderGroupedListResult.jsp RenderNestedListCleanup.jsp RenderNestedListResult.jsp SetContext.jsp SetCurrentResultContext.jsp SetFeaturedItemContext.jsp 4/11/2010 Page 4

5 Installing the sample To install this sample, you should be familiar with WebSphere Application Server administration, WebSphere Portal Administration and Lotus Web Content Management administration. Note that the sample was designed to run in it s own virtual portal, though it could be installed in a root portal if you did not have other sites already running. Also note that the site has been setup for anonymous access; restrict access after installation if you do not want anonymous access to the sample. 1. Unzip sample package onto your local machine - ProspheroSample.zip a. This file contains all of the exported data you need to install the sample site: Prosphero_Theme.ear customised theme deploysampletheme.xml deployment script for the theme Prosphero_Content.zip web content library export Prosphero_Pages.xml page export Prosphero_PageTemplates.xml page templates export 2. Install the Prosphero theme EAR a. The first step is to install a theme ear, as detailed in the link below. The EAR file is called Prosphero_Theme.ear : Note: the ear file should be installed with the context root: /ProspheroTheme topic=/com.ibm.lotus.wcm.doc/dev/dgn_dep_theme.html 3. Deploy the Prosphero theme a. The theme then needs to be imported into Portal; a deployment XML has been provided in the sample package called deploysampletheme.xml : NOTE: do not follow steps 5. onwards in these instructions topic=/com.ibm.lotus.wcm.doc/dev/dgn_import_theme.html 4. Create a virtual portal a. Now create a virtual portal called Sample to contain the sample site: Note: Do not select the Prosphero theme as the default theme for your virtual portal it was not designed to be used for administrative pages topic=/com.ibm.lotus.wcm.doc_v615/admin/advptsk.html 5. Import the WCM library a. Copy the content export file called Prosphero_Content.zip onto your server and unzip it into a new directory b. Then follow the instructions below to import the library: Note you must configure the import to use the directory where you unzipped the content, and to enter the import library name as sample topic=/com.ibm.lotus.wcm.doc_v615/wcm/wcm_config_wcmlibrary_export.html 6. Import the sample pages and page templates a. Navigate to the Administration of the Sample virtual portal you created b. Note that your virtual portal has a label called Home remove this now as the sample site already has a Home page c. Import the pages in the file called Prosphero_Pages.xml using the Import XML function d. Import the page templates in the file Prosphero_PageTemplates.xml using the Import XML function 7. At this point you can confirm whether the site is working 4/11/2010 Page 5

6 a. As the admin user, navigate to the Home link and you should see the Prosphero site and be able to navigate around 8. Create search collection To enable search in the site you need a search collection and you need to create a content source in that collection a. Create a collection: i. Navigate back to the Administration of the Sample virtual portal you created ii. Go to Manage Search and create a new collection called WCMCollection b. If anonymous searching is required, grant anonymous access to the collection: i. Go to Resource Permissions and open PSE Sources ii. Locate your new collection and assign User access to the collection c. Trigger creation of a content source: i. Navigate to the Web Content Authoring interface in your virtual portal, and browse down to the Intranet site ii. Edit the Intranet site, first disable the Searchable option and Save, then reenable the Searchable option and Save again disabling and then reenabling will cause a content source to be created inside WCMCollection d. Kick off the site crawler to index the site: i. Navigate back to the Administration ii. Go to Manage Search and open the WCMCollection iii. Initiate a crawl on the content source that will have been created for you press the button Start Crawler Note: If you choose to create your new search collection with a different name, you will need to re-select it in the Intranet site prior to the second save, and you will also need to modify the Search component called Search Site to use the new collection 9. Set up access control a. If you want anonymous access: i. Navigate to the root Portal Administration and grant anonymous User access to the Web Content Viewer (JSR 286) portlet b. If you do NOT want anonymous access: i. Restrict User access to the site by removing Anonymous from the Home page and Sample library and adding your own site user groups instead c. For site authoring, grant Contributor access to the Sample library for your authoring groups 4/11/2010 Page 6

7 About The Sample Site Page Editing As the sample site does not use skins, you must use the Edit Page Layout command to modify portlet configuration. This is available inline by opening the customisation bar using the Go to Edit Mode link, and then clicking on the More Actions button. The same screen is of course available through the Administration. To modify the hidden content item pages that are used to display content items, you must first navigate to a specific content item link, and then use the Edit Page Layout command. Authoring You can create, modify and delete content directly in the WCM authoring portlet, or through the inline editing tools placed throughout the site. Each area of the site has a master list that has an inline control for creating content in that area. The template that is used is being driven from the portlet configuration on that page, so if you create new templates, you will need to modify these portlet configurations. Note that throughout the site hierarchy in WCM it is important to create content under the Content site areas you see in each main area. Otherwise they will not appear in the pre-built menus and rules. Workflow & Access Control The sample content has all been set to use a shortcut workflow and all anonymous access for viewing. This was done to make it easier to explore and demonstrate the site. For real-life usage, switch to using workflow s with approval stages and set up access control on the library and pages. Note that adding approval stages will mean content contributed through the inline editing will not be visible until it is approved. Styles The site has no non-semantic markup in the theme, templates or components: the markup consists entirely of container tags like <div>, <span> and <p>, a repeated pattern of list markup across all lists including the navigation, and of course the conten. This allows the site to be re-styled in any number of ways just by modifying in the supplied stylesheets, or supplying additional ones. If a change to the overall layout of the page is required, you may be able to achieve this just through style modification. If style modification is not enough (e.g. you require an additional toolbar, or wish to combine areas on the page) then the default theme jsp will need to be modified to alter the main containers for the site. If layout of the body of the page (the main area where the portlets are displayed) is required, once again style modification may be all that is required. If it is not enough (e.g. you required a completely new layout like a 4 column layout), then you will need to modify the supplied layout JSPs, or supply additional ones. Performance The sample site, as installed, is not using any caching at the portlet or servlet level. This was done to ensure you can play with the product without having to concern yourself with cache timeouts. 4/11/2010 Page 7

8 If you do choose to use this site as a jumpstart you will need to design an appropriate set of performance criteria, and a performance test, and then implement a caching strategy that allows you to fulfil your performance requirements. Component Wrapper Pattern Many of the portlets in the sample site that appear to be components e.g. home page news, essential links,e tc. are actually content items that wrap formatting around a component. This pattern encourages re-use of the components, and gives you a nicer interface for modifying the wrapper, with inline editing. But it does have one drawback you must be aware of one modifying or building pages: you have to set the Advanced Options Receive links from [None] option. As these portlets are set to show content, the default setting for receiving links would mean they changed context when you click on a link; you do not want that to happen. 4/11/2010 Page 8

9 Interesting Components Featured Articles See Home Page and News & Community Landing Page A common requirement in sites it to be able to mark a news item, or some other type of content, as being a Feature and for it to be displayed prominently in a list on the home page. The featured article is displayed first, and the list must not contain a duplicate entry for this article. When the next item comes along that is the new feature, the old feature will be displaced from its top billing. Typical solutions to this are either to ensure only a single item is marked with a feature category, or using a hard-coded link that must be updated whenever a new feature is to be displayed. A slightly different approach is taken in this sample. A feature category is used, but it does not have to be removed from the article to ensure displacement by the next feature. How this works is that one menu is used to retrieve a single article the latest article marked as a feature. Another menu is then used to display both this article, and the rest of the latest articles available. Just prior to executing this second menu however, the result of the first menu (i.e. the feature article) is set as the current context. The menu can then render the feature article in the header, and then the rest of the top items in it s results. The hide current item flag is used to ensure the feature article only appears once. Date Range Navigator See News & Community Landing Page, and each of the landing pages in that area For date oriented content like News, Events, Training, and Blogs, it is nice to be able to a date based navigation component to users. The sample includes an implementation of this type of navigation. A content item is used to configure the navigation specifying what type of date range (daily, weekly, monthly, yearly), how many ranges, and which direction to go in. A JSP then sets up the start and end dates for the entire result set and executes a Personalization rule to perform the retrieval. The Personalization rule retrieves all the results, and then sorts them into date order. Another JSP in the result design for the rule component is then responsible for implementing the date range groupings i.e. it detects breaks the date ranges, and then renders a new header for the new date range before continuing to render results. This JSP was written to only display headers for date ranges that have results. Essential Links Often a site has a set of essential links or quicklink or something similar, which are a set of links to areas of the site that you expect users to use. These links are shortcuts that bypass the normal navigation Sometimes this is implemented using a categorisation, but this offers no way of grouping or odering the links. So in our sample site, a different strategy was used: there is a mini site contained off the main site that can be used to set up an explicit essential links navigation. Note that this pattern could be repeated to create multiple essential links navigators that may be used in different parts of your site. Related links All articles in the Business Support and Employee Services areas Another common requirement that is often fulfilled using categories. The problem with using categories is that the author of the content has no control over the related links shown, and cannot order them either. 4/11/2010 Page 9

10 In our sample site we used explicit linking to implement this feature, with each article having up to three related links, and a JSP which only renders a related links breakout box if there are links to display. Random Tip See Home page This was built using a standard function in Personalization to randomly order results that is not often used. Besides tips it could be used as an alternative way to pull a featured article out, or to have randomized advertising. Grid Navigation See landing pages for Our Company, Business Support and Employee Services This is just a simple stylesheet rendering with floating line items. It is a nice way to create a prominent but scalable navigation solution with imagery. 4/11/2010 Page 10

11 Customizations There are many other things you could do to customise the site that do not require significant development effort, just re-use of existing components or minor modifications of the site set up. Some ideas: Putting the latest executive communications on the home page instead of, or as well as, a featured story Create new authoring templates for specific content types in the business support and employee services areas Create a news archive section: copy the pattern that was used for the events archive, and use an arbitrary cut-off date for the archived news, e.g. 1 year Create essential links maps in other site areas create an essential links area AFTER the Content area in a second level site area, and then create a component configuration using the essential links component as a guide, but root it at the new sub area Spit the news up into multiple categorisations and display these in separate menus Add a categorisation filter into the search form Advanced Customizations The sample was deliberately kept quite simple. If you intend to use it as a jumpstart for development, you may find that you need to modify it to support a more complex site. Flexible mapping over to content hierarchy The sample has a fixed mapping over from pages to content at the 3 rd navigation level in the site. If you need this to be flexible to allow different areas of the site to switch to content and different navigational levels, then you will need to use a page property to indicate when to switch. Note that this means you will need to modify the Title and Breadcrumb creation code to cope with this. Dynamic 2 nd navigation Moving the 2 nd level navigation into a pop-up would be relatively simple. Render all of the 2 nd level navigators at once, with display:none. Use javascript to detect hover and change the style to display:block. It would also be possible to add the 3 rd level and beyond into the pop-up navigation. This would require pulling content from WCM basically the same content as is showing up in the left hand navigation. Would not be prudent to load this initially, load it on demand using AJAX call. You will need to create a portal page with the navigation on it and load that page asynch with the appropriate context passed in. Dynamic 3+ level navigation Making the left hand side navigation dynamic would reasonably simple, but as you would not want to load this all up immediately, use AJAX instead to avoid loading the whole navigational tree every time. Note that the current navigator already takes care of loading the expanded areas for the current path, so you only need to pull in areas that were not expanded automatically. Or you could choose to stop doing the auto-expansion and always show this navigation collapsed. Embedded Media player The executive communications presentation template currently just shows a link for any media that has been uploaded; this could be changed to embed a player. You may need to include more fields in the authoring template too for size, captions, etc. 4/11/2010 Page 11

12 Known Limitations/Issues Skin-driven Features No skins are being used in the site, which has a number of functional consequences: - Inline configuration of portlets is not available directly on the page, you must go to Edit page layout - Drag and drop of portlets on the page is not enabled - The default analytics gathering is not enabled Skins where not used to the layout issues we had with the out of the box skins. You could develop your own skin that avoided these issues while still enabling the above functions. Internet Explorer 6 Support There is an override stylesheet for Internet Explorer 6 that corrects layout problems, however it also disables the hover expansion for the date range navigation and just permanently expands. If you wished to have the date range navigation expansion work correctly in Internet Explorer 6 you would need to modify the stylesheet to work off <A> tag hover, or use javascript to perform the expansion instead of styles. The sitemap formatting was not compatible with Internet Explorer 6, so only a very simple stylesheet format was implemented for the Internet Explorer 6 override. If good support for Internet Explorer 6 is important to your requirements, you may want to consider redesigning the sitemap so it will look good even with the more limited stylesheet support in Internet Explorer 6. Dynamic Stylesheet Switch There is an issue we have yet to fix in the dynamic stylesheet selection: in Firefox and Opera the selection applies immediately; in Chrome, Internet Explorer and Safari you have to click to a new style, back to the old one, and then to the new one again to get the stylesheet to apply. The issue was not serious enough to prevent release; when the problem is found a new version will be released. Accessibility The site has not been tested for accessibility. Care was taken in ensuring well structure markup was used, but without a thorough accessibility test there is likely to be some issues that will need to be resolved for a production site, depending on the accessibility requirements of your particular company and usage scenario. Search Form When you run a search, the search query is displayed at the top of the results and in the search again form. To ensure the query stays there as the user pages through the results, the query is stored in the session. This is not ideal given they could have multiple windows or tabs open with search results in them, but it was a simple solution to implement. An alternative 4/11/2010 Page 12

Siteforce Pilot: Best Practices

Siteforce Pilot: Best Practices Siteforce Pilot: Best Practices Getting Started with Siteforce Setup your users as Publishers and Contributors. Siteforce has two distinct types of users First, is your Web Publishers. These are the front

More information

IBM Workplace Web Content Management and Why Every Company Needs It. Sunny Wan Technical Sales Specialist

IBM Workplace Web Content Management and Why Every Company Needs It. Sunny Wan Technical Sales Specialist IBM Workplace Web Content Management and Why Every Company Needs It Sunny Wan Technical Sales Specialist sunnywan@au1.ibm.com Agenda What s Web Content Management? Benefits Demo Roadmap What s New in Web

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning Creating an Intranet using Lotus Web Content Management Introduction Part 2 Project Planning Many projects have failed due to poor project planning. The following article gives an overview of the typical

More information

Script Portlet Installation and Configuration with Websphere Portal v8.5. Adinarayana H

Script Portlet Installation and Configuration with Websphere Portal v8.5. Adinarayana H Script Portlet Installation and Configuration with Websphere Portal v8.5 Adinarayana H Table Of Contents 1. Script Portlet Overview 2. Script Portlet Download Process 3. Script Portlet Installation with

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

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

Getting Started with Access

Getting Started with Access MS Access Chapter 2 Getting Started with Access Course Guide 2 Getting Started with Access The Ribbon The strip across the top of the program window that contains groups of commands is a component of the

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

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

CORNERSTONE CONNECT REDESIGN Phase 2 (new UI!) GLOBAL SEARCH CONNECT (new UI!)

CORNERSTONE CONNECT REDESIGN Phase 2 (new UI!) GLOBAL SEARCH CONNECT (new UI!) 1 CORNERSTONE CONNECT REDESIGN Phase 2 (new UI!) The next phase of Cornerstone Connect is here! The user interface and experience of Knowledge Bank and Communities have been completely redesigned. This

More information

sforce Web Services Enterprise API sforce Object Query Language sforce Custom Objects... 40

sforce Web Services Enterprise API sforce Object Query Language sforce Custom Objects... 40 Release Notes Winter 04 Major Announcements Dashboards... 2 Workflow Automation... 8 Advanced Page Layout Wizard... 12 Dynamic Page Layouts and Field-Level Security... 14 Team-Based Account Management...

More information

Release Notes (Build )

Release Notes (Build ) Release Notes (Build 6.0.4660) New to this build (6.0.4660) New in build 6.0.4490 New in build 6.0.4434 OneWeb CMS 6 features Additional enhancements Changes Fixed Known Issues New to this build (6.0.4660)

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

WordPress Manual For Massachusetts Academy of Math and Science

WordPress Manual For Massachusetts Academy of Math and Science WordPress Manual For Massachusetts Academy of Math and Science September 19, 2017 Table of Contents Who should use this manual... 4 Signing into WordPress... 4 The WordPress Dashboard and Left-Hand Navigation

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

KWizCom Corporation. SharePoint Repeating Rows Field Type. User Guide

KWizCom Corporation. SharePoint Repeating Rows Field Type. User Guide KWizCom Corporation SharePoint Repeating Rows Field Type User Guide Copyright 2005-2017 KWizCom Corporation. All rights reserved. Company Headquarters 95 Mural Street, Suite 600 Richmond Hill, ON L4B 3G2

More information

BCI.com Sitecore Publishing Guide. November 2017

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

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

ITaP Confluence Guide. Instructions for Getting Started with Confluence a Purdue

ITaP Confluence Guide. Instructions for Getting Started with Confluence a Purdue ITaP Confluence Guide Instructions for Getting Started with Confluence a Purdue This instruction set was developed by ITaP for instructor and student use. For comments, suggestions, correction, etc. please

More information

1. Hiding/Showing Edit Controls

1. Hiding/Showing Edit Controls 1. Hiding/Showing Edit Controls You may want to hide or show the editing controls of a portlet. Here s how you can do it. On the Global Navigation Toolbar (footer toolbar) hover over the Actions icon.

More information

IBM Lotus Web Content Management Rendering Portlet Documentation:

IBM Lotus Web Content Management Rendering Portlet Documentation: Lotus Lotus Web Content Management Version 6.1 Version 6 Release 1 IBM Lotus Web Content Management Rendering Portlet Documentation: Installing and Using the JSR 286 Web Content Viewer Lotus Lotus Web

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Kentico CMS Web Parts

Kentico CMS Web Parts Kentico CMS Web Parts Abuse report Abuse report In-line abuse report Articles Article list BizForms BizForm (on-line form) Blogs Comment view Recent posts Post archive Blogs comments viewer New blog Blog

More information

Technical Architecture & Analysis

Technical Architecture & Analysis Technical Architecture & Analysis HS2 Technical Architecture & Analysis 15 October 2012 Anton Palitsyn 020 7426 8920 anton.palitsyn@precedent.co.uk Contents Contents... 2 Document info... 3 Authors...

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

eportfolio GENERAL USER

eportfolio GENERAL USER eportfolio GENERAL USER Startup Guide [2016-17] Table of Contents Page 2: Introduction Logging in to your Digication account Page 3: Page 4: Steps to create an eportfolio from course template Steps to

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

SitePublish User Guide

SitePublish User Guide PRESENCE SitePublish User Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 4 Who Should Use this

More information

Content Publisher Training

Content Publisher Training Table of Contents 1 Log on to the Front End 2 Front End Fundamental Concepts 3 Log on to the Admin 4 Admin Fundamental Concepts 5 Managing Site Administrations & Content Publishers: Admin Users 6 Subsites

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

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

Worldnow Producer. Stories

Worldnow Producer. Stories Worldnow Producer Stories Table of Contents Overview... 4 Getting Started... 4 Adding Stories... 5 Story Sections... 5 Toolbar... 5 Copy Live URL... 6 Headline... 6 Abridged Title... 6 Abridged Clickable

More information

Nintex Reporting 2008 Help

Nintex Reporting 2008 Help Nintex Reporting 2008 Help Last updated: Thursday, 24 December 2009 1 Using Nintex Reporting 2008 1.1 Chart Viewer Web Part 1.2 Importing and Exporting Reports 1.3 Import Nintex report page 1.4 Item Level

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Table of Contents. Revu ipad. v3.6. Navigation. Document Manager. File Access. Markups. Signature Tool. Field Verification Measurements

Table of Contents. Revu ipad. v3.6. Navigation. Document Manager. File Access. Markups. Signature Tool. Field Verification Measurements Table of Contents Navigation Document Manager File Access Markups Signature Tool Field Verification Measurements Editing Properties Tool Sets & the Tool Chest Markups List Forms Studio Sessions Studio

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

Hands-On Introduction to Queens College Web Sites

Hands-On Introduction to Queens College Web Sites Hands-On Introduction to Queens College Web Sites This handout accompanies training workshops for Queens College Content Editors who will manage and maintain the web content in their areas. Overview of

More information

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions

+1 (646) (US) +44 (20) (UK) Blog. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions Blog for Magento 2 Table of contents: Table of contents:... 2 Reference table... 3 Getting started... 4 Sidebar... 5 SEO... 6 Related Products... 6 Wordpress Import... 7 Blog categories... 7 Blog posts...

More information

SharePoint Online Power User

SharePoint Online Power User Course 55215: SharePoint Online Power User Page 1 of 6 SharePoint Online Power User Course 55215: 3 days; Instructor-Led Introduction This course delivers the complete site owner story from start to finish

More information

User Guide-Store Builder

User Guide-Store Builder User Guide-Store Builder 1. Introduction 2. User Guide Overview Page Template Category Banner Video Product 3. My Pages 4. Analytics 2 Example of a decorated store page on Lazada Store builder is a self

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : C2040-915 Title : IBM WebSphere Portal 7.0 Solution Development Vendors

More information

HarePoint Analytics. For SharePoint. User Manual

HarePoint Analytics. For SharePoint. User Manual HarePoint Analytics For SharePoint User Manual HarePoint Analytics for SharePoint 2013 product version: 15.5 HarePoint Analytics for SharePoint 2016 product version: 16.0 04/27/2017 2 Introduction HarePoint.Com

More information

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration 2012 IBM Corporation Ideas behind this session Broaden the discussion when considering

More information

Document Management System GUI. v6.0 User Guide

Document Management System GUI. v6.0 User Guide Document Management System GUI v6.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

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

Magnolia Community Edition vs. Enterprise Edition. Non-Functional Features. Magnolia EE. Magnolia CE. Topic. Good value for money.

Magnolia Community Edition vs. Enterprise Edition. Non-Functional Features. Magnolia EE. Magnolia CE. Topic. Good value for money. Community Edition vs. Enterprise Edition Non-Functional Features Good value for money Enterprise Edition is based on an Open Source business model that minimizes sales effort and cost without sacrificing

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

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

Working with WebNode

Working with WebNode Workshop 28 th February 2008 Page 1 http://blog.larkin.net.au/ What is WebNode? Working with WebNode WebNode is an online tool that allows you to create functional and elegant web sites. The interesting

More information

What's New in Sitecore CMS 6.4

What's New in Sitecore CMS 6.4 Sitecore CMS 6.4 What's New in Sitecore CMS 6.4 Rev: 2010-12-02 Sitecore CMS 6.4 What's New in Sitecore CMS 6.4 This document describes the new features and changes introduced in Sitecore CMS 6.4 Table

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Standard Professional Premium

Standard Professional Premium Standard Professional Premium Company size:

More information

General Features Guide

General Features Guide General Features Guide 11/01/2017 Blackbaud Altru 4.98 General Features US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,

More information

Lightning Conductor Web Part 2013 Manual 2 Last update: October 24, 2014 Lightning Tools

Lightning Conductor Web Part 2013 Manual 2 Last update: October 24, 2014 Lightning Tools Lightning Conductor Web Part 2013 Manual 2 Last update: October 24, 2014 Lightning Tools Table of Contents Installing the Lightning Conductor 2013 Web Part... 2 Uploading the Lightning Conductor solution

More information

Pharos Designer 2. Copyright Pharos Architectural Controls (15/1/2015)

Pharos Designer 2. Copyright Pharos Architectural Controls (15/1/2015) Pharos Designer 2 Welcome Welcome to Pharos Designer 2. We are delighted to introduce you to an entirely new version of the Pharos Designer software that picks up where the venerable and much- loved version

More information

Power BI 1 - Create a dashboard on powerbi.com... 1 Power BI 2 - Model Data with the Power BI Desktop... 1

Power BI 1 - Create a dashboard on powerbi.com... 1 Power BI 2 - Model Data with the Power BI Desktop... 1 Our course outlines are 1 and 2 hour sessions (all courses 1 hour unless stated) that are designed to be delivered presentation style with an instructor guiding attendees through scenario based examples

More information

TRAINING & CERTIFICATION. Salesforce.com Certified Force.com Developer Study Guide

TRAINING & CERTIFICATION. Salesforce.com Certified Force.com Developer Study Guide Salesforce.com Certified Force.com Developer Study Guide Contents About the Force.com Certification Program... 1 Section 1. Purpose of this Study Guide... 2 Section 2. Audience Description: Salesforce.com

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.2 Client Configuration Cookbook Rev: 2009-10-20 Sitecore CMS 6.2 Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of Contents Chapter 1

More information

Adobe Experience Manager (AEM) Author Training

Adobe Experience Manager (AEM) Author Training Adobe Experience Manager (AEM) Author Training McGladrey.com 11/6/2014 Foster, Ken Table of Contents AEM Training Agenda... 3 Overview... 4 Author and Publish Instances for AEM... 4 QA and Production Websites...

More information

de la session Portal 6.1 Administration

de la session Portal 6.1 Administration IBM Corporation Titre WebSphere de la session Portal 6.1 Administration Nom du speaker email 1 er et 2 octobre 2007 Agenda WebSphere Portal Strategy Delivering Exceptional User Experiences: Deliver the

More information

EDRMS Version 6.3 User Guide

EDRMS Version 6.3 User Guide EDRMS Version 6.3 User Guide Version 1.2 Copyright Netcall Telecom 2015; Proprietary Page 1 of 109 Contents ACCURACY... 6 RESTRICTED RIGHTS... 6 INTENDED AUDIENCE... 6 USER GUIDE STRUCTURE... 7 1 INTRODUCTION...

More information

SharePoint Online Power User

SharePoint Online Power User Course 55215A: SharePoint Online Power User - Course details Course Outline Module 1: An Introduction to SharePoint Online Let s get started with SharePoint online by letting you know about its fantastic

More information

DocAve Governance Automation Online

DocAve Governance Automation Online DocAve Governance Automation Online Business User Guide Service Pack 9 Cumulative Update 6 Issued December 2017 Table of Contents What s New in this Guide... 5 About DocAve Governance Automation Online...

More information

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

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

More information

VisualSP Help System 2013 Installation Procedure. Rehmani Consulting, Inc.

VisualSP Help System 2013 Installation Procedure. Rehmani Consulting, Inc. Rehmani Consulting, Inc. VisualSP Help System 2013 Installation Procedure http://www.visualsp.com vsp-support@visualsp.com 630-786-7026 Rev 6.2 for VSP 5.2.0.0 Contents Contents... 1 Introduction... 2

More information

Rating WCM content Marwa Arafa

Rating WCM content Marwa Arafa Rating WCM content Marwa Arafa Senior Software Engineer Cairo Technology Development Center (CTDC) IBM Egypt June 2013 About the Author Marwa Arafa is a senior software engineer in the Cairo Technology

More information

Digication eportfolio Student s Guide (Last update: 8/2017)

Digication eportfolio Student s Guide (Last update: 8/2017) Digication eportfolio Student s Guide (Last update: 8/2017) 2 Table of Contents Introduction... 1 Creating Your eportfolio... 3 Editing Your eportfolio... 4 Area 1: Top Menu Bar... 6 Area 2: The Main Tabs...

More information

edublogs ~ a WordPress Blog

edublogs ~ a WordPress Blog Page 1 http://blog.larkin.net.au/ edublogs ~ a WordPress Blog Introduction There are a number of online tools that teachers can use to establish an online blog. Three of the most commonly used tools are

More information

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6 for SharePoint 2010/2013 Contents 2 Contents 8.0 Help for End Users... 3 About Jive for SharePoint... 4 System Requirements... 5 Using Jive for SharePoint... 6 Overview of Jive for SharePoint... 6 Accessing

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.4 or later Client Configuration Cookbook Rev: 2013-10-01 Sitecore CMS 6.4 or later Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of

More information

What s New AccessVia Publishing Platform Features and Improvements

What s New AccessVia Publishing Platform Features and Improvements ACCESSVIA 3131 Western Avenue #530 Seattle WA 98121.1028 +1.206.285.4994 www.accessvia.com What s New AccessVia Publishing Platform Features and Improvements v8.5.265 to v8.6.272 May 8, 2014 Overview New

More information

Salesforce.com Winter 18 Release

Salesforce.com Winter 18 Release Salesforce.com Winter 18 Release October 2017 Copyright 2017 Veeva Systems Inc., all rights reserved veeva.com 1 Table of Contents SFDC Release Schedule and Deck Intentions Summary of Enhancements and

More information

Reporting and Printing Guide

Reporting and Printing Guide Enterprise Studio Reporting and Printing Guide 2017-03-17 Applies to: Enterprise Studio 2.3 and Team Server 2.3 Table of contents 1 About reporting and printing models 4 2 Reporting models to HTML and

More information

IBM Workplace Web Content Management

IBM Workplace Web Content Management IBM Workplace Web Content Management Rapidly Manage Intranet, Extranet, Internet and Portal Assets Mark A. Barrett Worldwide Technology Advocate Workplace, Portal & Collaboration What is Web Content Management?

More information

Enterprise Architect. User Guide Series. Portals. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Portals. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Portals Author: Sparx Systems Date: 19/03/2018 Version: 1.0 CREATED WITH Table of Contents Portals 3 Perspective Portal 6 Workspace Portal 7 Window Portal 9 Status

More information

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Unica Marketing Operations and Unica Campaign Version 8.2.0 Integration Guide Publication Date: September 20, 2010 Copyright THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Table of

More information

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing...

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing... .0 User s Manual Table of Contents Chapter : Getting Started with Integrity... Chapter : Interface Layout... Chapter : Navigation... Chapter : Printing... Chapter : Quick Search and Results Pane... Results

More information

Documentation for the new Self Admin

Documentation for the new Self Admin Documentation for the new Self Admin The following documentation describes the structure of the new Self Admin site along with the purpose of each site section. The improvements that have been made to

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

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

More information

KWizCom Corporation. SharePoint Repeating Rows Field Type. User Guide

KWizCom Corporation. SharePoint Repeating Rows Field Type. User Guide KWizCom Corporation SharePoint Repeating Rows Field Type User Guide Copyright 2005-2016 KWizCom Corporation. All rights reserved. Company Headquarters 95 Mural Street, Suite 600 Richmond Hill, ON L4B 3G2

More information

HarePoint HelpDesk for SharePoint. User Guide

HarePoint HelpDesk for SharePoint. User Guide HarePoint HelpDesk for SharePoint For SharePoint Server 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 User Guide Product version: 16.2.0.0

More information

Dreamweaver MX The Basics

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

More information

Lab Exercise: Building your Site with IBM Digital Experience and CTC

Lab Exercise: Building your Site with IBM Digital Experience and CTC Lab Exercise: Building your Site with IBM Digital Experience and CTC Author: Herbert Hilhorst herbert_hilhorst@fr.ibm.com Document History 3 April 2015 First release Name herbert_hilhorst@fr.ibm.com Copyright

More information

Introduction Installing or Upgrading DNN Using the Control Panel Admin Console Tools for SuperUsers Host Console...

Introduction Installing or Upgrading DNN Using the Control Panel Admin Console Tools for SuperUsers Host Console... Table of Contents Introduction................................................................................. 3 Installing or Upgrading DNN...................................................................

More information

CSS for Page Layout Robert K. Moniot 1

CSS for Page Layout Robert K. Moniot 1 CSS for Page Layout 2015 Robert K. Moniot 1 OBJECTIVES In this unit, you will learn: How to use style sheets for layout Controlling text flow, margins, borders, and padding Controlling visibility of elements

More information

Episerver CMS. Editor User Guide

Episerver CMS. Editor User Guide Episerver CMS Editor User Guide Episerver CMS Editor User Guide 17-2 Release date 2017-03-13 Table of Contents 3 Table of contents Table of contents 3 Introduction 11 Features, licenses and releases 11

More information

ES CONTENT MANAGEMENT - EVER TEAM

ES CONTENT MANAGEMENT - EVER TEAM ES CONTENT MANAGEMENT - EVER TEAM USER GUIDE Document Title Author ES Content Management - User Guide EVER TEAM Date 20/09/2010 Validated by EVER TEAM Date 20/09/2010 Version 9.4.0.0 Status Final TABLE

More information

<Insert Picture Here> Oracle Policy Automation Connector For Siebel Features and Benefits

<Insert Picture Here> Oracle Policy Automation Connector For Siebel Features and Benefits Oracle Policy Automation Connector For Siebel 10.3.0 Features and Benefits September 2011 Using OPA with Siebel Why? Keep business logic separate from Siebel: Make rule changes while

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

Customizing the Blackboard Learn UI & Tag Libraries. George Kroner, Developer Relations Engineer

Customizing the Blackboard Learn UI & Tag Libraries. George Kroner, Developer Relations Engineer Customizing the Blackboard Learn UI & Tag Libraries George Kroner, Developer Relations Engineer Agenda Product capabilities Capabilities in more depth Building Blocks revisited (tag libraries) Tag libraries

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 12 July 2016 Page 2 Table of Contents INTRODUCTION... 4 APPLICATION ARCHITECTURE... 5 DOCUMENT OVERVIEW... 6 GENERAL USER INTERFACE... 7 CONTROLS...

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Oracle Application Express 5 New Features

Oracle Application Express 5 New Features Oracle Application Express 5 New Features 20th HrOUG conference October 16, 2015 Vladislav Uvarov Software Development Manager Database Server Technologies Division Copyright 2015, Oracle and/or its affiliates.

More information

Divi Theme. The Divi Builder. Sections, Rows, and Columns

Divi Theme. The Divi Builder. Sections, Rows, and Columns Divi Theme The Divi theme is a very powerful, highly customizable theme for WordPress. To activate the theme on your WordPress site, go to the Dashboard of your site. From there, go to Appearance > Themes

More information