Customizing Quickr Places

Size: px
Start display at page:

Download "Customizing Quickr Places"

Transcription

1 Customizing Quickr Places Prepared by Bryan Daniel April 21, 2009 Copyright IBM Corporation All Rights Reserved.

2 Contents OVERVIEW A...3 INTRODUCTION...3 REQUIREMENTS...3 PART 1 WCM QUICKR CUSTOMIZATION CREATE A TEAM BLOG PLACE CUSTOMIZE BLOG ENTRY TEMPLATES ACCESS WCM BLOG LIBRARY CUSTOMIZE BLOG WELCOME PAGE INTEGRATE PERSONALIZATION RULES...26 Overview Page 2

3 Overview This lab document will help you understand how Quickr Places can be customized by altering the underlying Lotus Web Content Management (WCM) objects. Persons who have a WCM background and are looking to see how Quickr leverages WCM will find this document very beneficial. Some steps in this document was based on information I learned from the following article: Customizing components in IBM Lotus Quickr services for IBM WebSphere Portal 8.0, by Jonathan Brunn and Axel Sab. Requirements Some knowledge of Lotus Web Content Management (WCM) will be extremely beneficial in learning all concepts covered. The lab is portable and only requires a clean install of Lotus Quickr 8.1 Services for IBM WebSphere Portal. The document refers to lab files (i.e. for copy-pasting/importing values) that I had on the Quickr VM I created. However, if you do not have access to these lab files, you may still complete the lab by manually typing in the content yourself (or copy-pasting the text from this lab document). Overview Page 3

4 Part 1 WCM Quickr Customization ( ~ 40 min ) In this part, you will learn how to customize a Lotus Quickr Place by altering the underlying Web Content Management objects. You will accomplish this by: Starting with a new Team Blog place Customize blog entry templates (authoring and presentation) Access WCM blog library (using Web Content Authoring portlet) Customize blog welcome page Integrate personalization rules (bonus / optional) When complete, the Team Blog place will be customized to allow users to specify the importance (high or normal) of a blog entry. In addition, the default Recent Posts section will be replaced by personalization rules that will display recent Important Posts (only blog entries of high importance). Lab 2 Page 4

5 1.1 Create Team Blog Place In this section, you will create a new team blog place. This place will be further customized in the later sections From the Quickr server, open a browser and go to Login as the administrator (quikradm/password). Click the Create a Place button. Choose Team Blog as the type of place to create: 5. Enter Lotus Team Blog as the name of the place and click the Create button. 6. Click on the Go to Lotus Team Blog button to go to your new place. Lab 2 Page 5

6 7. Observe the default layout of a team blog place: The blog page is composed of components from the underlying Web Content Management (WCM) libraries. The following sections will take you behind the scenes, into these WCM libraries. 1.2 Customize Blog Entry Templates In this section, you will customize the form, or authoring template, that is used when entering a new blog entry. More specifically, a new field will be added that allows the user to specify if this blog entry is important enough to have added attention. You will also customize the presentation template (used to render or present a blog entry) to display the user-specified importance level. 1. From the welcome/main page of the Lotus Blog Place, click the Settings button: 2. Click on the link labeled Advanced Appearance Settings. Lab 2 Page 6

7 3. Click the Customize link located next to the Blog Entry Authoring Template, as shown in the figure below: 4. Enter Lotus Blog - Entry as the template name and click OK. 5. Update the Display Title value to also be Lotus Blog Entry and then click on the Default Content Settings link: 6. Add a new field to the authoring template by completing the following steps: a. Click on the Manage Elements button. Lab 2 Page 7

8 b. Select Option Selection as the element type. Enter Importance as the name and display title, and click the Add button: c. Click the OK button to return to the default content settings screen. 7. Define options for the newly added field by completing the following steps: a. Expand the section named Content to reveal the newly added field: Lab 2 Page 8

9 b. Click the properties icon for the Importance field, as shown in the figure below: c. Check the box labeled Identify this as a required field. d. In the text for specifying choices, enter Normal and High (each on their own line). e. For the User Interface, select Dropdown list. f. Verify the properties appears as follows, and click the Apply button: g. Verify that the field has been updated and now appears as follows: Lab 2 Page 9

10 8. Save the customized authoring template by click the Save button and selecting Save and Close from the drop-down menu. 9. Click on the link labeled Advanced Appearance Settings once more, and verify that the Lotus Blog Entry authoring template is shown. 10. The default presentation template named Blog Entry controls how content will be displayed when the user clicks on a specific blog entry/item. Click the Customize link located next to the Blog Entry Presentation Template, as shown in the figure below: Lab 2 Page 10

11 11. Enter Lotus Blog - Entry as the template name and click OK. 12. Update the Display Title to also be Lotus Blog Entry. 13. Scroll down to the section named Presentation Template. Here you will find the HTML that controls how content is rendered. Content entered via the Authoring Template is referenced by special WCM Tags (ie <Element>). Lab 2 Page 11

12 14. To display the importance value, an additional WCM Element tag must be added to the presentation template. Locate the line <div class="content-container"> and insert the following HTML code immediately before it: <b><br/> Importance: <Element context="current" type="content" key="importance"/> </b> The completed code should appear as follows: 15. Save the customized presentation template by click the Save button and selecting Save and Close from the drop-down menu. Lab 2 Page 12

13 16. Click on the link labeled Advanced Appearance Settings once more, and verify that the Lotus Blog Entry presentation template is also shown Click the OK button to save the updated appearance settings. Test the customized authoring template by completing the following steps: a. Click the New Post button. b. Enter values of your choice for the title and body of the blog entry. c. Observe that the newly added field, Importance, also appears. Leave the value at the default setting of Normal. d. Click OK to save the new blog entry Repeat the previous step and create two more blog entries. This time, se the Importance value of these two new entries to High. When done, you should have three blog entries (one with Normal importance and the other two with High importance). Click on one of the blog entries. Observe that the customized presentation template is used to render the blog item (which shows the Importance field): Lab 2 Page 13

14 21. Click on the Back to Blog link to return to the welcome page of the Lotus Team Blog. 1.3 Access WCM Blog Library A Team Blog place consists of common/shared content (i.e. default blog entry templates) from a shared WCM library and private content (i.e. blog entries, customized templates) from a private WCM library. In this section, you will learn how to use the Web Content Authoring Portlet to access these behind the scenes WCM libraries. This will allow you to perform more advanced customizations (which will be demonstrated in the next section). Lab 2 Page 14

15 1. From the welcome/main page of the Lotus Team Blog, click on Customize link (located in topright corner): 2. Click on Pages and then Advanced Layout Click the New Page button. Enter WCM as the title and click OK. Click the Edit Page Layout button for the WCM page. Lab 2 Page 15

16 5. Click the Add Portlet button on the left. Search for and add the Web Content Authoring portlet: 6. Click Done to save the layout change, and click Done once more to return to the blog welcome page. Lab 2 Page 16

17 7. Click on the newly created WCM page to see the Web Content Authoring portlet. The portlet will provide you access to the underlying WCM libraries used by this team blog place. By default, the Web Content Authoring portlet will only show objects from the Shared Resources WCM library. In order to see objects specific to this team blog, you must configure the portlet (as described in the next steps). 8. Move your mouse pointer towards the top-middle and click on the Click for options link that appears: Lab 2 Page 17

18 9. Click on the Edit Shared Settings link (located in the top right corner). 10. Expand Library Selection and move both Blog and Shared Resources to the right column. Click OK to save. 11. Observe that you can now select the WCM library via the drop-down combo box located in the top-left corner of the portlet: Lab 2 Page 18

19 12. Select the Blog library and then click on Authoring Templates. Observe that the customized authoring template you previously created can be found in this library. 13. Click on Presentation Templates. Observe that the customized presentation template you previously created can also be found in this library: 14. Click on Content By Authoring Template Lotus Blog - Entry. Observe that the blog entries you previously created can also be found in this library: Lab 2 Page 19

20 Important! Special care should be taken when directly modifying objects, particularly those within the Shared Resources library. This library contains components that are referenced by multiple Quickr places. 15. Select the Shared Resources library and then click on Authoring Templates. Observe that the default templates (used by other Quickr places) are found here. 1.4 Customize Blog Welcome Page The Shared Resources library contains a default presentation template for displaying the welcome/main page of a team blog. Modifying this presentation template within the shared resources library will result in a change being made to all team blog spaces. In this section, you will learn how to modify the welcome page for a specific place. 16. From Content Authoring Portlet, select the Shared Resources library and then click on Presentation Templates. Lab 2 Page 20

21 17. Check the box next to the presentation template named Blog - Main. 18. Click the More Actions button and select Copy from the drop-down menu: Select the library named Blog and click OK. From Content Authoring Portlet, select the Blog library and then click on Presentation Templates. Lab 2 Page 21

22 21. Check the box next to the presentation template named Blog - Main, and then click the Edit button. 22. Update the display title to be Lotus Blog - Main. Lab 2 Page 22

23 23. Scroll down to the section named Presentation Template. Append the following lines to the end of the existing HTML code: <br/><b>for questions on this place, please see Bryan Daniel.</b> The completed code should appear as: Save the customized presentation template by click the Save button and selecting Save and Close from the drop-down menu. Click on the Team Blog page to navigate back to the Lotus Team Blog. Observe that the changes you made to the presentation template do NOT appear. This is because the blog is still referencing the default/shared presentation template. Complete the following steps to configure the Lotus Team Blog so that it uses the customized Lotus Blog Main presentation template when rendering the main/welcome page: a. Click on the WCM page to navigate back to the Content Authoring portlet. Lab 2 Page 23

24 b. Verify that the Blog library is currently selected: c. Navigate to Site Areas By Site. Check the box next to the site named Blog and click the Edit button: d. Scroll down to the section named Site Properties. This section maps authoring templates to presentation templates. Note that content created from the Welcome authoring template will be rendered using the Blog Main presentation template. Click on the Edit Mapping button to change this to the customized Lotus Blog Main presentation template. Lab 2 Page 24

25 e. Select the Welcome / Blog Main mapping and click Edit. f. For the Authoring Template, choose the Shared Resources library and select the Welcome authoring template. For the Presentation Template, choose the Blog library and select the Lotus Blog Main presentation template. Click OK to accept the mapping. g. Click OK once more to save the mapping. h. Verify that the Welcome Authoring Template now maps to the customized Lotus Blog Main presentation template: i. Save the changes to the Blog site by clicking on the Save button and selecting Save and Close from the drop-down menu. Lab 2 Page 25

26 26. Click on the Team Blog page once again to navigate back to the Lotus Team Blog. This time, observe that the customized changes now appear: 1.5 Integrate Personalization Rules ( Bonus / Optional ) Thus far, you have customized the team blog to allow users to specify which entries have high importance. However, the importance value is only shown when viewing a specific blog entry. In this section, you will update the Recent Posts section of the main page to show only entries that have high importance (as opposed to just showing all recent entries). This will be accomplished by defining and integrating personalization rules. 1. From the Lotus Team Blog, click on the WCM page to navigate back to the Content Authoring portlet. Lab 2 Page 26

27 2. Verify that the Blog library is selected: Click the New button and select Component Personalization from the down-down menu. Enter lotus_blog_pzn as the name and Lotus Blog PZN as the display title. 5. Scroll down to the section named Personalization Element and click the Search button. Clicking the New button will embed the rule within the personalization component, and as a result will not make it available for reuse by other components. For the purpose of this lab, we will click Search and then define a new rule that will be stored within the personalization workspace Click the New button and select Rule from the drop-down menu. Enter Select Important Lotus Blog Entries as the name and choose Select Action as the rule type. Lab 2 Page 27

28 8. Click the content* link and choose Web Content. 9. There are no predefined attributes for determining the site area of a blog entry. Fortunately, there is a method to define custom attributes. Complete the following steps to define a request attribute for holding the site area id. (You will later use a custom JSP to determine the site area id and store it in the request for use by this personalization rule.) Lab 2 Page 28

29 10. Click the value link for site area. Select Request Manage Properties from the popup menu Click the Add Dynamic Property button. Enter siteid as the name for the dynamic property, select text as the type of attribute, and enter siteid as the name to use in the rule editors. Click Save to save the new property. Lab 2 Page 29

30 13. Verify that the siteid attribute is listed as a dynamic property and click the Done button to return to the rule definition screen. 14. Click the value link for site area once again. This time, select Request siteid from the popup menu. Verify that the rule appears as follows: 15. Click the is link next to Site Area and choose is included in. Lab 2 Page 30

31 16. Click the attribute link and select Lotus Blog Entry Importance from the menu. (You may have to scroll down on the popup menu.) 17. Click on the > symbol next to the value link and select High from the popup menu. 18. Click the order as is link complete the rule so it appears as order by Creation Date descending, as shown in the following figure: 19. Lastly, click the show all items link enter 5 as the value (click the submit link that appears to save the value). Lab 2 Page 31

32 20. Verify that the rule appears as shown in the following figure and then click the Save button. Due to the manner in which the rule is defined, the Preview tab/page will NOT work. Remember, the required site id will be passed at runtime as a request attribute. If you click on the preview tab/page now, the site id will be null, and as such, no content will be returned. Lab 2 Page 32

33 21. Check the box for Select Important Lotus Blog Entries and click OK. 22. Verify that the rule now appears within the Personalization Element section: Lab 2 Page 33

34 So far, the Personalization Component is only half-way complete. A rule has been defined that will search for the five most recent blog entries that have been marked as high importance. The remaining steps will configure the personalization component on how the matching items should be displayed. The HTML you will be entering/importing was obtained from the Blog Recent Entries Menu Component (found in the Shared Resources library). 23. Scroll down to the Header field. HTML entered in this field will be displayed before any content. (Think of this as the header of a table.) Click the Import button and import the file <Lab_Files_Dir>\QuickrWCM\pzn_table_header.html. The content of this file included here, for your reference: <div class="info-section"> <h3><label class="sectionheader"> <font color="red">important Posts</font> </label></h3> <div> <ul class="property-list"> 24. Scroll down to the Design for each menu search result field. HTML entered in this field will be displayed for EACH content item to be displayed. (Think of this as the rows of a table.) Click the Import button and import the file <Lab_Files_Dir>\QuickrWCM\pzn_table_rows.html. The content of this file included here, for your reference: <li> <a class="item-link" href="<placeholder tag="href"/>" id="<placeholder tag="idnum"/>_<placeholder tag="listnum"/>_recent_post" title="<placeholder tag="title"/>" > <Placeholder tag="title"/> </a> </li> 25. Scroll down to the Footer field. HTML entered in this field will be displayed at the end of any content. (Think of this as the last row of a table.) Click the Import button and import the file <Lab_Files_Dir>\QuickrWCM\pzn_table_footer.html. The content of this file included here, for your reference: </ul> </div> </div> Lab 2 Page 34

35 26. Save the new Personalization Component by clicking on the Save button and selecting Save and Close from the drop-down menu. Recall that the personalization rule you just defined relies on a parameter named siteid to be defined within the request. In the next series of steps, you will define a JSP Component that will use the WCM APIs to determine the site id and save it into the request object (so the personalization rule can later obtain it). 27. Create a directory named customized within <quickr_root>\portalserver\installedapps\wcm_teamspace_portlet_11qc1dzm.ear\11qc1dzm. war\teamspace\jsp\html. Lab 2 Page 35

36 28. Copy the jsp file named currentsite.jsp from <Lab_Files_Dir>\QuickrWCM to <quickr_root>\portalserver\installedapps\wcm_teamspace_portlet_11qc1dzm.ear\11qc1dzm. war\teamspace\jsp\html\customized. The content of this file included here, for your reference: page import="com.ibm.portal.um.*, com.ibm.workplace.wcm.api.*, com.ibm.workplace.wcm.api.exceptions.*" %> <%--Initialize the WCM workspace with the current users context--%> <wcm:initworkspace user="<%=(java.security.principal)request.getuserprincipal()%>" > </wcm:initworkspace> <% try { /* Get rendering context from request */ RenderingContext renderingcontext = (RenderingContext)request.getAttribute("wcmRenderingContext"); if (renderingcontext!= null) { /* Retrieve the site id from rendering context */ String siteid= renderingcontext.getsite().getid().getid(); /* Add siteid to the request */ request.setattribute("siteid", "uuid:"+siteid); System.out.println("siteid="+siteid); } } catch (Exception e) { System.out.println("Custom JSP error occurred. Msg=" + e.getmessage()); } %> 29. From the Web Content Authoring portlet, verify that the Blog library is selected: 30. Click the New button and select Component JSP Component from the down-down menu. Lab 2 Page 36

37 31. Enter site_id_jsp as the name and Site Id JSP as the display title Scroll down to the section named JSP Element. For the Path, enter /teamspace/jsp/html/customized/currentsite.jsp. Save the new JSP Component by clicking on the Save button and selecting Save and Close from the drop-down menu. At this point, you have created a personalization component that runs a personalization rule to select the five most recent highly important blog entries. You ve also defined the JSP component that passes the required site id attribute to the personalization rule. In the last set of steps, you will modify the main/welcome presentation template of the Lotus Blog to render these components. 34. Navigate to Presentation Templates. Check the box next to Lotus Blog Main and click the Edit button. Lab 2 Page 37

38 35. Scroll down to the section named Presentation Template. Insert the following to the top of the existing HTML code: <Component name="site_id_jsp"/> This line will render the JSP Component (which will determine the site id and save it as an attribute in the request for the personalization rule). The HTML code should now appear as: Lab 2 Page 38

39 36. Locate the component tag which renders the Recent posts section: <Component id="c126aa8042fd9a679215f671a :nc9zagfyzwqgcmvzb3vyy2vzl2jsb2dfcmvjzw5 0X3Bvc3Rz" name="shared resources/blog_recent_posts"/> Replace this entire tag so it appears as follows: <Component name="lotus_blog_pzn"/> Lab 2 Page 39

40 37. Click the Save button and selecting Save and READ from the drop-down menu. Verify that an id parameter has been added the component tags you entered (which signify that the component names were found in the library). 38. Click the Close button to close the presentation template. Lab 2 Page 40

41 39. Click on the Team Blog page to navigate back to the Lotus Team Blog. Observe that the Recent posts section has been replaced by an Important Posts section. In addition, only blog entries which have high importance are shown on the list: In this part, you learned how to customize a Quickr Place by configuring objects located within the underlying Web Content Management library. Customization of a blog entry authoring and presentation template was initially accomplished via the place settings screen. More advanced customizations, such as changing the welcome/main blog window and leveraging personalization rules required you to use the Web Content Authoring portlet. Concepts learned in this section can also be applied to other types of Quickr places. END OF LAB Lab 2 Page 41

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

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

More information

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM Session ID: DDX-15 Session Title: Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 2: Social Rendering Instructors: Bryan

More information

IBM Mobile Portal Accelerator Enablement

IBM Mobile Portal Accelerator Enablement IBM Mobile Portal Accelerator Enablement Hands-on Lab Exercise on XDIME Portlet Development Prepared by Kiran J Rao IBM MPA Development kiran.rao@in.ibm.com Jaye Fitzgerald IBM MPA Development jaye@us.ibm.com

More information

Blogger Frequently Asked Questions

Blogger Frequently Asked Questions Blogger Frequently Asked Questions Blogger is an easy to use blogging tool, allowing you to contribute to existing blogs and create your own. Blogger requires a Google account to register. This guide will

More information

Moving WebSphere Portal Themes into Watson Content Hub. WebSphere Portal Lab Services (SEAL) Team IBM

Moving WebSphere Portal Themes into Watson Content Hub. WebSphere Portal Lab Services (SEAL) Team IBM Moving WebSphere Portal Themes into Watson Content Hub Sarah Hall WebSphere Portal Lab Services (SEAL) Team IBM 01/08/2018 Contents Contents... 1 Purpose... 2 Creating a Simple Theme in WebSphere Portal...

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

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

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

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

Jack s Coal Fired Pizza

Jack s Coal Fired Pizza Jack s Coal Fired Pizza WORDPRESS MANUAL TABLE OF CONTENTS Login... 3 Editing Existing Pages... 4 Adding New Pages... 7 Editing/Adding Text... 8 Creating a Link... 9 Linking to a PDF... 10 Making a Link

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

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Documentation Tool Tutorial Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway

Documentation Tool Tutorial Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway Tutorial for Creating a Documentation Tool Interactive in the Texas Gateway Introduction The Documentation Tool interactive serves as a wizard that can help learners easily document and evaluate goal driven

More information

IBM z/os Management Facility Hands-on Lab

IBM z/os Management Facility Hands-on Lab IBM z/os Management Facility Hands-on Lab Session 9075 SHARE in Anaheim March 2011 Anuja Deedwaniya anujad@us.ibm.com Page 1 of 45 Lab Agenda Brief overview of z/osmf Start the hands on Lab Logon to z/osmf

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

HOW TO Google Online Fillable Forms for Kiwanis Club Websites

HOW TO Google Online Fillable Forms for Kiwanis Club Websites KIWANIS INTERNATIONAL HOW TO Google Online Fillable Forms for Kiwanis Club Websites Publish via email, website or blog Mandy Grover User instructions for creating free online fillable forms with Google

More information

Drupal 7 guide CONTENTS. p. 2 Logging In

Drupal 7 guide CONTENTS. p. 2 Logging In Drupal 7 guide Drupal is a widely used, open-source, free platform that has an easy-to-use content management system for updating websites. This guide was created by the Health Communication Core (www.healthcommcore.org)

More information

IBM Web Content Manager, programmatically using content as a service.

IBM Web Content Manager, programmatically using content as a service. Introduction 1 IBM Web Content Manager, programmatically using content as a service. Table of Contents Table of Contents... 1 Introduction... 1 Prerequisites... 3 IBM Web Content Manager... 3 IBM Script

More information

Evoq 9 Content Managers Training Manual

Evoq 9 Content Managers Training Manual Evoq 9 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 9...3 Editing Bar...3 Dashboard...4

More information

Kendo UI Builder by Progress : Using Kendo UI Designer

Kendo UI Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Notices 2016 Telerik AD. All rights reserved. November 2016 Last updated with new content: Version 1.1 3 Notices 4 Contents Table of Contents Chapter

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

Integrating WCM with Personalization and Connections via CMIS

Integrating WCM with Personalization and Connections via CMIS An IBM Proof of Technology Integrating WCM with Personalization and Connections via CMIS Lab Exercises An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2012 US Government Users Restricted

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Lab instructions The objective of this exercise is to illustrate how to create a HATS portlet that uses Web Express

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a Crosstab The following instructions cover how to create a crosstab report in IBM Cognos Analytics. A crosstab is a report type in Cognos that displays an analytical look at

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

My Research Portal General User FAQ Updated 12 Nov 2013

My Research Portal General User FAQ Updated 12 Nov 2013 My Research Portal General User FAQ Updated 12 Nov 2013 1.) How can one gain access to the Portal? A: Enter https://myresearch.gatech.edu into the web browser address bar, click Sign In and use GT login

More information

User Training Manual. Polit v4.7

User Training Manual. Polit v4.7 User Training Manual PoliteMail v4.7 2 Welcome to PoliteMail This training manual is designed for users new to PoliteMail. It provides a basic overview for each function within the tool. For more detailed

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

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

How-To Guides. - Changing the Default Confirmation Message for Your Event. - Cancelling Registrations and Issuing Refunds on Certain

How-To Guides. - Changing the Default Confirmation Message for Your Event. - Cancelling Registrations and Issuing Refunds on Certain How-To Guides - Changing the Default Confirmation Message for Your Event - Switching a Certain Event Live - Cancelling Registrations and Issuing Refunds on Certain - Configuring and Creating Name Badges

More information

CreateASite Beginner s Guide

CreateASite Beginner s Guide Contents Getting Started... 3 Access the CreateASite Control Panel... 3 Select a Category/Subcategory... 4 Select a Template... 6 Change the Site Template... 10 Change Colours... 12 Change Fonts... 13

More information

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd.

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd. BP-VA Quick Start Last update: 29 th January, 2010 Copyright 2002-2010 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting started... 3 Installing Business Process Visual

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

V12 Highlights. What s new in Richmond ServiceDesk V12?

V12 Highlights. What s new in Richmond ServiceDesk V12? V12 Highlights What s new in? Richmond ServiceDesk v12 incorporates many new features including a new Report Generator, a new CSP Homepage Designer, a new CSP Menu Designer, a new CSP Panels and new CSP

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

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and PHPRad PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and Getting Started Creating New Project To create new Project. Just click on the button. Fill In Project properties

More information

JBoss Portal Quickstart User Guide. Release 2.6.6

JBoss Portal Quickstart User Guide. Release 2.6.6 JBoss Portal 2.6.6 Quickstart User Guide Release 2.6.6 Table of Contents JBoss Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting JBoss

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 : LOT-832 Title : Developing Websites Using IBM Workplace Web Content Mgmt

More information

Sitecore guide building a blog

Sitecore guide building a blog Sitecore guide building a blog Creating the page Log in to Sitecore and open the content editor. In the content tree on the left hand side use the + icon to expand the area of the site the blog is intended

More information

HTML/CSS Lesson Plans

HTML/CSS Lesson Plans HTML/CSS Lesson Plans Course Outline 8 lessons x 1 hour Class size: 15-25 students Age: 10-12 years Requirements Computer for each student (or pair) and a classroom projector Pencil and paper Internet

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Creating and Adding Formula in Global Level. Creating and Adding Formula in Inline Table

Creating and Adding Formula in Global Level. Creating and Adding Formula in Inline Table In this section Dashboard Custom Designer Create Template Insert Section (Inserting Rows) Insert Image Insert Global Table Preview of Table Inserting Elements in Cell of Table Inserting Line Item and Summary

More information

Office 365 Groups. Creating, Managing, and Joining an Office 365 Group

Office 365 Groups. Creating, Managing, and Joining an Office 365 Group Office 365 Groups Creating, Managing, and Joining an Office 365 Group Table of Contents Creating, Managing, and Joining an Office 365 Group... 3 Creating a Group... 3 Add Group Members... 5 Remove Group

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

You will need the unique URL for your site and your username and password to login to Data- Director.

You will need the unique URL for your site and your username and password to login to Data- Director. Getting Started Step 1: Login to the DataDirector website: You will need the unique URL for your site and your username and password to login to Data- Director. You may change your password after you login.

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

Admissions & Intro to Report Editing Participants Guide

Admissions & Intro to Report Editing Participants Guide IBM Cognos Analytics Admissions & Intro to Report Editing Participants Guide Welcome to Cognos - Admissions and Introduction to Report Editing! Today s objectives include: Gain a Basic Understanding of

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

Goldfish 4. Quick Start Tutorial

Goldfish 4. Quick Start Tutorial Goldfish 4 Quick Start Tutorial A Big Thank You to Tobias Schilpp 2018 Fishbeam Software Text, Graphics: Yves Pellot Proofread, Photos: Tobias Schilpp Publish Code: #180926 www.fishbeam.com Get to know

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

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client Tutorial Building Composite Applications for IBM Lotus Notes 8 For use with the IBM Lotus Notes 8 Beta 2 client Building composite applications is a process that involves multiple procedures. This tutorial

More information

How to start as registered user? How to edit a content? How to upload a document (file)?... 8

How to start as registered user? How to edit a content? How to upload a document (file)?... 8 Platform Tutorial This document provides HydroEurope participants with the basic procedures to use the platform and to update the different pages of the website with text and documents. How to start as

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

Enterprise Application Systems

Enterprise Application Systems INFORMATION TECHNOLOGY Enterprise Application Systems Mt. San Antonio College Information Technology 1100 North Grand Avenue Building 23 Walnut, CA 91789 Help Desk 909.274.4357 Contents Accessing OmniUpdate

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

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

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Prerequisites. Setup Processes. Text to Give Webpage Setup. SMS Source Setup

Prerequisites. Setup Processes. Text to Give Webpage Setup. SMS Source Setup Text to Give Setup Table of Contents Table of Contents... 2 Prerequisites... 3 Setup Processes... 3 Text to Give Webpage Setup... 3 SMS Source Setup... 3 Edit Acknowledgements... 4 Email Acknowledgement...

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

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

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

t4 Manual Teachers College, Columbia University

t4 Manual Teachers College, Columbia University Teachers College, Columbia University TABLE of CONTENTS I. INTERFACE OVERVIEW II. SECTION A. Add Section B. Modify Section C. Delete Section III. DEPARTMENT SECTION OVERVIEW A. Primary Slideshow or Carousel

More information

Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5

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

More information

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

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

College of Arts & Sciences

College of Arts & Sciences College of Arts & Sciences RedDot CMS Guide for Site Editors This guide is designed to show you how to work with the RedDot Content Management System (CMS) at Georgia State University. Particularly, it

More information

Embedded101 Blog User Guide

Embedded101 Blog User Guide Serving the Windows Embedded Community Embedded101 Blog User Guide Using Windows Live Write 2011 To Upload Blog Entry Samuel Phung Windows Embedded MVP http://www.embedded101.com Screen captured with Snagit

More information

IBM Lotus Quickr Customization

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

More information

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist 2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist Table of Contents Introduction... 1 Basic information... 1 - How to log

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: = CHAPTER 5 Access More Skills 13 Specify Relationship Join Types Database objects forms, queries, and reports display fields from related tables by matching the values between the fields common to both

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

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Student Guide. Document Version: This guide documents features available in NETLAB+ VE version and later.

Student Guide. Document Version: This guide documents features available in NETLAB+ VE version and later. Student Guide Document Version: 2018-02-15 This guide documents features available in NETLAB+ VE version 18.1.0 and later. Copyright 2018 Network Development Group, Inc. www.netdevgroup.com NETLAB Academy

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

Template Builder User Guide. Product Version 1.0 August 11, 2017

Template Builder User Guide. Product Version 1.0 August 11, 2017 Template Builder User Guide Product Version 1.0 August 11, 2017 Copyright 2017 Vizrt. All rights reserved. No part of this software, documentation or publication may be reproduced, transcribed, stored

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

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1.

DASHBOARD PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) USER MANUAL LIBERIA STRATEGIC ANALYSIS TABLE OF CONTETABLE OF CONT. Version 1. UNITED STATES AGENCY FOR INTERNATIONAL DEVELOPMENT TABLE OF CONTETABLE OF CONT PERFORMANCE INDICATOR DATABASE SYSTEM (PIDS) LIBERIA STRATEGIC ANALYSIS DASHBOARD USER MANUAL Version 1.0 PERFORMANCE INDICATOR

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

Quick Start Editors Guide. For Your. MyVFW WebSite

Quick Start Editors Guide. For Your. MyVFW WebSite Quick Start Editors Guide For Your MyVFW WebSite Welcome to your new MyVFW.org website. This guide is intended to provide a quick overview of some of the basic features of your new post website and is,

More information

Want to add cool effects like rollovers and pop-up windows?

Want to add cool effects like rollovers and pop-up windows? Chapter 10 Adding Interactivity with Behaviors In This Chapter Adding behaviors to your Web page Creating image rollovers Using the Swap Image behavior Launching a new browser window Editing your behaviors

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

As part of our commitment to continuously updating and enhancing our fundraising system, we are thrilled to announce our latest enhancements.

As part of our commitment to continuously updating and enhancing our fundraising system, we are thrilled to announce our latest enhancements. As part of our commitment to continuously updating and enhancing our fundraising system, we are thrilled to announce our latest enhancements. Purchase Items during Registration Administrators can now enable

More information

R EIN V E N TIN G B U S I N E S S I L E M A. MARK5 Basic guide. - All rights reserved

R EIN V E N TIN G B U S I N E S S I L E M A. MARK5 Basic guide.   - All rights reserved R EIN V E N TIN G B U S I N E S S I L E M A MARK5 Basic guide 0.0 Welcome In this brief guide we will cover the basics of MARK5 such as starting up, understanding the MARK5 interface basics and sending

More information

What s New in Cognos. Cognos Analytics Participant s Guide

What s New in Cognos. Cognos Analytics Participant s Guide What s New in Cognos Cognos Analytics Participant s Guide Welcome to What s New in Cognos! Illinois State University has undergone a version upgrade of IBM Cognos to Cognos Analytics. All functionality

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

Connecture Platform Manager

Connecture Platform Manager Connecture Platform Manager 1 P a g e Table of Contents Connecture Platform Manager... 1 Introduction to the Connecture Platform Manager... 3 Getting Started... 3 Login... 3 Dashboard... 3 Connecture Application

More information

SALIENT USER GUIDE. 1 Page 1

SALIENT USER GUIDE. 1 Page 1 SALIENT USER GUIDE This guide provides instructions for installation, help on getting started and extensive documentation of features. It is recommended you read it thoroughly to fully leverage the theme's

More information

Dashboards and Portlets Instructions for the creation of End User Custom Dashboards and Portlets in the PPM system.

Dashboards and Portlets Instructions for the creation of End User Custom Dashboards and Portlets in the PPM system. Objective: To provide guidance to the PPM End User Community in the continued enhancement and engagement of new stakeholders to improve the End User Experience and the gathering and reporting of Actionable

More information

m ac romed ia D r e a mw e av e r Curriculum Guide

m ac romed ia D r e a mw e av e r Curriculum Guide m ac romed ia D r e a mw e av e r Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and

More information

CUSTOMER PORTAL. Custom HTML splashpage Guide

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

More information

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