Managing Content... 3

Size: px
Start display at page:

Download "Managing Content... 3"

Transcription

1 Managing Content

2 Contents 2 Contents Managing Content... 3 Configuring Community Content Types... 3 Configuring Spell Check...3 Managing Search... 3 Configuring Content Search... 3 Configuring OpenSearch... 5

3 Managing Content 3 Managing Content Manage the kinds of content your users can create in the community, configure spell check, and your community's search settings. Configuring Community Content Types Select which kinds of content you want your users to be able to create in the community, such as blogs, documents, polls, and projects. Fastpath: Admin Console > Content > Content Types You can set up your community so that users can create a variety of different content types, such as blog posts, discussions, and documents. You choose any or all of these for your community. Note: If you change your mind later, deselecting a content type does not remove existing content from your community, it only prevents people from creating new content of that type. Configuring Spell Check As a community manager, you can customize the spell check feature in the Admin Console. The spell checker uses the main dictionary you specify for all content in the community so that Jive will check spelling as users create and edit content. Consider using the technical dictionary if your community creates content with terms from the computer industry. You can also add words to your custom dictionary; that way, words commonly used where you are (such as jargon or product names) won't be marked as misspelled. Fastpath: Admin Console > Content > Spell Check Managing Search Jive provides configurable search access to content and people, as well as access to external search engines that support OpenSearch. Configuring Content Search Content search indexes documents, discussions, blogs, status updates, and external content. In addition to content written and published with the community's editor, the search feature also searches the following file types:.html,.rtf,.txt,.pdf,.ppt,.pptx,.doc,.docx,.xls,.xlsx,.odt,.ods and.odp (OpenOffice formats). The application will also search the contents of a.zip file.

4 Managing Content 4 Configuring Search Synonyms You can configure the search feature to recognize synonyms for improved search results. The synonym search feature improves search results by allowing you to create lists of synonyms. For example, you might want a search for "big" to return results for "large", and vice versa. Or, if your users search using terms specific to your industry, you might want to set up a synonym that associates commonly used terms, such as "mobile" and "phone". You can also set up synonyms for the names of users. For example, you might want to set up "James, Jim, Jimmy" or "Susan, Suzy, Susie". To set up search synonyms: 1. Go to Admin Console > Content > Content/User Synonyms. 2. Type in a comma-separated list of synonyms. 3. Click Add Synonyms. Promoting Content Search Results You can create rulesets to ensure that particular keywords always return specific content results, even when that keyword does not occur in the content. Fastpath: Admin Console > Content > Promoted Results Promoting a result ensures that when you type certain keywords, a content item you select will always be at the top of the results. You can associate multiple keywords or key phrases with a single content item by entering the terms separated by commas. You can also associate different content items with the same keyword, so that several content items show up when a user queries that keyword. Use the Priority field to determine which promoted results for a keyword appear first. For example, if you wanted the European, American, and Asian holiday schedules in your organization to be promoted for the keyword holidays, you could create a rule for each document linking it to the keyword holidays. Then you could rank these schedules 1, 2, and 3 in the results by assigning the rules priorities 0, 1, and 2. Keep in mind the following limitations when promoting results: Keywords must be at least three characters long. Single keywords can function as wildcards in spotlight search, but when you specify a key phrase, the query must be an exact match for the key phrase. (Standard searches typed in the search page, or entered by typing in the search field and pressing Enter do not support wildcards unless you type * as part of the string.) For example, if you specify "quarter" as a keyword, your selected content will be returned for spotlight search queries on "quart" as well as "quarter." But if you specify "quarterly sales," your selected content will not be returned for queries on "quarter," "quarter sales," "quarterly," or "sales," only for queries on "quarterly sales." No two rules can have the same priority number, so multiple rules for the same keyword or keyword combination must be in sequential order.

5 Managing Content 5 Note: Spotlight search does not need to have all promoted words in order to promote a result. To create rules and rulesets for promoting results: 1. In the Keyword(s) field, add one or more keywords separated by commas. 2. In the Content Link field, type the full URL of a content item, for example yourcommunity.com/docs/doc Click Add. 4. If you want more results to be returned for the same keyword(s), add more rules with the same keyword(s) and different content. Then assign a priority to each rule within the group of rules. You can do this automatically by creating the rules in order of document priority, but you can also edit the Priority field after a rule is created to move it anywhere in the list. Moving a rule to a higher priority will move other rules down in priority, affecting the numbering of all rules below it. Priority applies only within a group multiple rules with the same keyword or keywords. Note that when you change the priority of an existing rule, the rules above and below it will be renumbered to create a sequential list. Because the rules will appear in one sequential list, you might end up with a sequence like this one, which represents two rulesets: 24. keyword1 document g 25. keyword1 document a 26. keyword1 document q 27. keyword2, keyword3 document x 28. keyword2, keyword3 document r 28. keyword2, keyword3 document n The first ruleset says that when keyword 1 appears in a query, the first three results will be documents g, a, and q. The second ruleset says that when either keyword 2 or keyword 3 appears in a query, the first three results will be documents x, r, and n. Configuring OpenSearch You can make some external search engines available to people using Jive. If a search engine supports OpenSearch, you can add support for it so that the search engine will be used (in addition to the internal search engine) when people search for content in Jive. Examples of OpenSearch engines include Technorati and Wikipedia, plus Jive communities. Engines that support OpenSearch provide a descriptor XML file and usually publish the file at a public URL. The descriptor tells OpenSearch clients what they need to know to query the search engine. Fastpath: Admin Console > System > Settings > OpenSearch Engines There are two ways you can add OpenSearch engines in the Admin Console: Enter a descriptor URL, then click Add Engine from Descriptor URL. The application will visit the URL to retrieve the descriptor XML file, then retrieve the needed information from the file.

6 Managing Content 6 If the application gets the information it needs, you're finished. However, you might get prompted for more information, such as login credentials if the engine is secure. Note that you can edit engine properties later. Click Add Engine from Form, then fill out the form to include the required information. The information asked for here is what would be included in the descriptor XML file. This is the same information you can edit for an engine, as described below. As you edit the engine's properties, keep in mind that: The icon URL is a URL to an icon representing the search engine. Jive will display this in its UI. The application uses the search URL to send the user's query. The search result content type is the content type, such as application/rss+xml or text/html, that the search engine's results will be returned in. If this is a type that the application can parse, such as application/rss+xml, the results will be displayed directly; if not, the application will display a link through which the user can separately search the engine's site itself. If you specify HTML as the content type, a sidebar will display a link that people can use to search for their phrase at the OpenSearch location. If they search, their results are displayed in a new window. If you specify RSS or Atom as the content type, the application will display a new tab with the Name value. The application will parse returned results into a format that displays on the search results page, under the new tab. (If you want to see a preview of the first 8 OpenSearch results displayed directly inside the main search results, so users are more readily aware of the OpenSearch alternative, you should also select the Show result preview check box. The query test term can be anything you like to test queries. You might need to enter a user name and password if the search engine requires login credentials. The Enabled check box is selected by default, meaning that user searches will query the engine. Uncheck the box to make the search engine unavailable to users. The Show result preview checkbox controls whether OpenSearch results are shown in the body of your search results themselves. When you select this checkbox for any OpenSearch provider, your main search results will show a preview of up to 8 results from the OpenSearch provider after the first four results from your Jive site. This setting makes OpenSearch more noticeable to users who might overlook its presence in the left pane of search. Note: The Jive application is also an OpenSearch provider (although OpenSearch isn't a good replacement for searching content it contains). You just have to point your OpenSearch reader to Jive's OpenSearch XML descriptor. For OpenSearch readers that aren't able to autodetect the descriptor, you'll have to add it manually. The OpenSearch descriptor for your community is located at For example, for the Jivespace descriptor, go to Provide this file as the descriptor for your OpenSearch reader.

System Administrators' Guide

System Administrators' Guide System Administrators' Guide Contents System Administrators' Guide...3 Before You Get Started...3 Starting the Administration Console... 3 Administrator Documentation... 3 Setting Up the Community...4

More information

Administering Gamification

Administering Gamification Administering Gamification Contents 2 Contents Administering Gamification...3 Starting the Gamification Console... 3 Gamification Console Permissions...3 Missions... 3 Modifying the Default Missions...

More information

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

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

More information

Administering Jive Ideation

Administering Jive Ideation Administering Jive Ideation Contents 2 Contents Administering Jive Ideation...3 Getting Started with Jive Ideation...3 Getting Set Up...3 Enabling Ideas By Default in Places... 3 Configuring Jive Ideas...4

More information

Contents. Managing Places...3. Contents 2

Contents. Managing Places...3. Contents 2 Managing Places Contents 2 Contents Managing Places...3 Creating a Site Structure...3 Managing Spaces...4 Designing Space Hierarchies... 5 Changing the Name of the Root Space...5 Space Creation Options...

More information

Google Slides Handout. Carol LaRow

Google Slides Handout. Carol LaRow Google Slides Handout Create Presentations Online Carol LaRow Create presentations that users view in browser windows. Collaborate in real time, or work when it s convenient, inside a WEB browser window.

More information

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

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

More information

User Guide Get Started Manage Your Inbound Cal Features Using Schedules Find Administrators and Contacts

User Guide Get Started Manage Your Inbound Cal Features Using Schedules Find Administrators and Contacts Get Started...2 Log In...3 What a User Can Do in the Customer Portal...6 About Premier...7 Use Premier...8 Use the AT&T IP Flexible Reach Customer Portal...10 Search Overview...13 Glossary...16 Frequently

More information

Adding a RSS Feed Custom Widget to your Homepage

Adding a RSS Feed Custom Widget to your Homepage Adding a RSS Feed Custom Widget to your Homepage The first, and often hardest, task is to decide which blog or news source you wish to bring into your Avenue course. Once you have selected a blog or news

More information

OvidSP Quick Reference Guide

OvidSP Quick Reference Guide OvidSP Quick Reference Guide Select Resources On the Select a Database to Begin Searching page, select one resource by clicking on the database name link, or select several resources by clicking the checkbox

More information

Azon Master Class. By Ryan Stevenson Guidebook #7 Site Construction 2/3

Azon Master Class. By Ryan Stevenson   Guidebook #7 Site Construction 2/3 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #7 Site Construction 2/3 Table of Contents 1. Creation of Site Pages 2. Category Pages Creation 3. Home Page Creation Creation

More information

Publisher 2000 Creating a Newsletter The Academic Computing Services

Publisher 2000 Creating a Newsletter The Academic Computing Services 2 Creating a Newsletter This section will cover the following topics: 1. Use the Newsletter Wizard to create a two-page layout. 2. Customizing your newsletter 3. Entering captions for graphics 4. Add or

More information

SmartDraw. S M A R T D R A W S I T E L I C E N S E : A d m i n C o n t r o l s G u i d e

SmartDraw. S M A R T D R A W S I T E L I C E N S E : A d m i n C o n t r o l s G u i d e SmartDraw S M A R T D R A W S I T E L I C E N S E : A d m i n C o n t r o l s G u i d e TABLE OF CONTENTS Overview... 2 Initial Site License Setup Wizard... 4 Login to Your Account... 4 Start the Initial

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

Contents. Getting Set Up Contents 2

Contents. Getting Set Up Contents 2 Getting Set Up Contents 2 Contents Getting Set Up... 3 Best Practices...3 Installing the JAR File... 3 Configuring Community Manager Reports...4 Configure the Analytics Database...4 Enable the Analytics

More information

Sugar Ultimate 6.5 Portal User Guide

Sugar Ultimate 6.5 Portal User Guide Sugar Ultimate 6.5 Portal User Guide 1 / 7 Sugar Ultimate 6.5 Portal User Guide... 3 Overview... 3 Using Sugar Portal... 3 Enabling users (for admins only)... 3 Registering with Sugar Portal... 3 Entering

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Custom App Wrapping for ios... 4 Native App Caching: Android...4 Native App

More information

Google Docs Handout. Easy-To-Use Online Tool. Carol LaRow

Google Docs Handout. Easy-To-Use Online Tool. Carol LaRow Google Docs Handout Easy-To-Use Online Tool Carol LaRow Create documents and collaborate in real time, inside a WEB browser window. Or, work on documents when it s convenient. Features: Word processing,

More information

Website/Blog Admin Using WordPress

Website/Blog Admin Using WordPress Website/Blog Admin Using WordPress Table of Contents How to login... 2 How to get support... 2 About the WordPress dashboard... 3 WordPress pages vs posts... 3 How to add a new blog post... 5 How to edit

More information

Checkbox Quick Start Guide

Checkbox Quick Start Guide Checkbox 5.0 - Quick Start Guide This How-To Guide will guide you though the process of creating a survey and adding a survey item to a page. Contents: - Log-In - How to create a survey - How to add/change

More information

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 Logging in to Qualtrics Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 1. Open a browser and go to http://www.qualtrics.com 2. If you have a Qualtrics account, use it to login.

More information

"We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential.

We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential. "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." Blog User Guide Version 2.2 3/8/2012 1 Table of Contents Table of Contents...

More information

MN Studio Website - User Guide

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

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

More information

PhonePad Version 4 Admin Reference Guide

PhonePad Version 4 Admin Reference Guide PhonePad Version 4 Admin Reference Guide Copyright 2002-2005 Cybercom Software. All rights reserved. PhonePad Version 4 Admin Reference Guide by Cybercom Software Friday, 16 March 2012 While every precaution

More information

Setting Up Jive for SharePoint Online and Office 365. Introduction 2

Setting Up Jive for SharePoint Online and Office 365. Introduction 2 Setting Up Jive for SharePoint Online and Office 365 Introduction 2 Introduction 3 Contents 4 Contents Setting Up Jive for SharePoint Online and Office 365...5 Jive for SharePoint Online System Requirements...5

More information

Creating Post(s) In WordPress

Creating Post(s) In WordPress Creating Post(s) In WordPress Posts In WordPress: Here is what posts are in WordPress: Posts are regular blog entries i.e. dynamic content. When any Post(s) are published, they appear automatically in

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

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

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

The 5 Minute WordPress Setup Guide

The 5 Minute WordPress Setup Guide Module 1 The 5 Minute WordPress Setup Guide The Author Website Toolkit & The 5 Minute WordPress Setup Guide is copyright Daphne Dangerlove 2013. Worldwide rights reserved. If you have any questions about

More information

Designing Pages with Widgets

Designing Pages with Widgets Designing Pages with Widgets You can easily get some of the pages in Clearspace to look the way you want to by using widgets to choose and arrange content. Each widget displays content of a particular

More information

Using Jive for Outlook

Using Jive for Outlook Using Jive for Outlook TOC 2 Contents Using Jive for Outlook...3 Client System Requirements... 3 Getting Started with Jive for Outlook... 3 Jview and View as email...4 Viewing Social Information... 4 Finding

More information

TurnkeyMail 7.x Help. Logging in to TurnkeyMail

TurnkeyMail 7.x Help. Logging in to TurnkeyMail Logging in to TurnkeyMail TurnkeyMail is a feature-rich Windows mail server that brings the power of enterprise-level features and collaboration to businesses and hosting environments. Because TurnkeyMail

More information

Webthority can provide single sign-on to web applications using one of the following authentication methods:

Webthority can provide single sign-on to web applications using one of the following authentication methods: Webthority HOW TO Configure Web Single Sign-On Webthority can provide single sign-on to web applications using one of the following authentication methods: HTTP authentication (for example Kerberos, NTLM,

More information

F5 BIG-IQ Centralized Management: Licensing and Initial Setup. Version 5.2

F5 BIG-IQ Centralized Management: Licensing and Initial Setup. Version 5.2 F5 BIG-IQ Centralized Management: Licensing and Initial Setup Version 5.2 Table of Contents Table of Contents BIG-IQ System Introduction...5 About BIG-IQ Centralized Management... 5 How do I navigate

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

OvidSP Quick Reference Guide

OvidSP Quick Reference Guide OvidSP Quick Reference Guide Opening an OvidSP Session Open the OvidSP URL with a browser or Follow a link on a web page or Use Athens or Shibboleth access Select Resources to Search In the Select Resource(s)

More information

Student Research Center User Guide. support.ebsco.com

Student Research Center User Guide. support.ebsco.com Student Research Center User Guide Table of Contents Student Research Center... 4 Searching Tips User Guide... 4 Using the Student Research Center Home Page... 5 Basic Search... 5 Topic Search... 7 Source

More information

The Electronic Voting System - EVS

The Electronic Voting System - EVS The Electronic Voting System - EVS The electronic voting system is based on the MSU surveys application. Its primary purpose is to allow the MSU community to vote on a variety of issues, membership or

More information

VEDATRAK CRM 3.0. User Guide

VEDATRAK CRM 3.0. User Guide VEDATRAK CRM 3.0 User Guide 2 (C) 2006-2012 SUI SOLUTIONS Ltd. All rights reserved. 3 Contents Overview...9 System Requirements...12 Installation Notes...13 Vedatrak Basics...14 User Roles...14 System

More information

StorageCraft Cloud Backup

StorageCraft Cloud Backup User Guide v1.3 (June 2017) StorageCraft Copyright Declaration StorageCraft ImageManager, StorageCraft ShadowProtect, StorageCraft Cloud, and StorageCraft Cloud Services, together with any associated logos,

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

Hostopia WebMail Help

Hostopia WebMail Help Hostopia WebMail Help Table of Contents GETTING STARTED WITH WEBMAIL...5 Version History...6 Introduction to WebMail...6 Cookies and WebMail...6 Logging in to your account...6 Connection time limit...7

More information

Editor Guide. There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit.

Editor Guide. There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit. Editor Guide There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit. Central Services Select Editor from left-hand side navigation

More information

Lucid CMS User Guide

Lucid CMS User Guide "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." Lucid CMS User Guide Version 1.2 3/13/2012 1 Table of Contents Table of

More information

KnowlegeTrack User Guide Standard User

KnowlegeTrack User Guide Standard User Standard User Standard User Page 1 Standard User Introduction: The Learning portal is designed to manage the subscription and enrollment in the courses, and to provide community features to all of the

More information

Accessing Your D2L

Accessing Your D2L Accessing Your D2L Email Icon Option Description Access your D2L email tool from the Email link on your Course Home navigation bar. Folder Management Settings Access the Folder Management page, where you

More information

Setting up the Zendesk Connector...3

Setting up the Zendesk Connector...3 Setting Up Zendesk Contents 2 Contents Setting up the Zendesk Connector...3 System Requirements... 3 Configuring Zendesk for the Connector...3 Installing and Configuring the Connector...4 Configuring Unanswered

More information

9.0 Help for End Users Release Notes Using Jive for Outlook...5

9.0 Help for End Users Release Notes Using Jive for Outlook...5 Contents 2 Contents 9.0 Help for End Users... 3 Release Notes... 4 Using Jive for Outlook...5 Client System Requirements...5 Getting Started with Jive for Outlook...5 Jview and View as email... 7 Viewing

More information

Mastering Notes.ini Settings, Both Old and New Chris Miller Connectria

Mastering Notes.ini Settings, Both Old and New Chris Miller Connectria Mastering Notes.ini Settings, Both Old and New Chris Miller Connectria 2007 Wellesley Information Services. All rights reserved. ODS 48 Improvements Potential improvements for I/O optimization Potential

More information

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

Event Scheduling System 4.0 User Guide

Event Scheduling System 4.0 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Google Docs Handout. Carol LaRow

Google Docs Handout. Carol LaRow Google Docs Handout Easy-To-Use Online Tool Carol LaRow Create documents and collaborate in real time, inside a WEB browser window. Or, work on documents when it s convenient. Features: Use one of four

More information

With Google documents, you can easily create, share, and edit documents online.

With Google documents, you can easily create, share, and edit documents online. GOOGLE DOCS With Google documents, you can easily create, share, and edit documents online. Here are a few specific things you can do: Upload Microsoft Word, OpenOffice, RTF, HTML or plain text documents,

More information

USER MANUAL. SEO Suite TABLE OF CONTENTS. Version: 1.4

USER MANUAL. SEO Suite TABLE OF CONTENTS. Version: 1.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of SEO Suite... 1 Pre-requisites... 1 Installation... 2 Installation Steps... 2 App Configuration... 5 Contact Us... 11 SEO Suite Version: 1.4 Compatibility:

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

Editing Documents. Word 2013 Unit B. Property of Cengage Learning. Unit Objectives. Files You Will Need

Editing Documents. Word 2013 Unit B. Property of Cengage Learning. Unit Objectives. Files You Will Need Editing Documents Word 2013 Unit B CASE You have been asked to edit and finalize a press release for a QST promotional lecture series. The press release should provide information about the series so that

More information

AT&T IP Flexible Reach Department Administrator Guide

AT&T IP Flexible Reach Department Administrator Guide AT&T IP Flexible Reach Department Administrator Guide 1 Contents Get Started... 5 Log In... 6 What a Department Administrator Can Do... 8 About Premier... 11 Use Premier... 12 Use the AT&T IP Flexible

More information

Contents. Managing People Contents 2

Contents. Managing People Contents 2 Managing People Contents 2 Contents Managing People... 3 Managing User Accounts... 3 Creating a User Account...3 Editing a User Account...3 Deleting and Deactivating a User Account... 5 Configuring Self-Service

More information

Center for Academic Excellence engaging faculty inspiring learning. WordPress Quick-Reference Manual

Center for Academic Excellence engaging faculty inspiring learning. WordPress Quick-Reference Manual Center for Academic Excellence engaging faculty inspiring learning WordPress Quick-Reference Manual Contents Signing up for a WordPress account... 2 Adding a new blog... 2 Changing the theme of your blog...

More information

Hosting RESTful APIs. Key Terms:

Hosting RESTful APIs. Key Terms: Hosting RESTful APIs This use case describes how to host RESTful APIs for consumption by external callers. This enables an application to expose business processes based on a given endpoint definition.

More information

PlusPortals Manager User Guide. Get Started Managing Your School's Portals. Integrated School Management Software

PlusPortals Manager User Guide. Get Started Managing Your School's Portals. Integrated School Management Software PlusPortals Manager User Guide Get Started Managing Your School's Portals Integrated School Management Software Copyright 2018 Rediker Software. All rights reserved. Information in this document is subject

More information

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

igoogle: Sandbox for Libraries

igoogle: Sandbox for Libraries igoogle: Sandbox for Libraries Rachel Erb Systems & Virtual Services Librarian, Univ. of Nebraska Omaha Rene Erlandson Director of Virtual Services, University of Nebraska Omaha Library Technology Conference,

More information

VolunteerMatters Wordpress Web Platform Calendar Admin Guide. Version 1.1

VolunteerMatters Wordpress Web Platform Calendar Admin Guide. Version 1.1 VolunteerMatters Wordpress Web Platform Calendar Admin Guide Version 1.1 VolunteerMatters Wordpress Web: Admin Guide This VolunteerMatters Wordpress Web Platform administrative guide is broken up into

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

Blog to Contents. User Guide March 11, 2008

Blog to Contents. User Guide March 11, 2008 User Guide March 11, 2008 Contents Blog Accessing the My Blog page Searching for a Blog Entry Viewing blogs Viewing public blog entries and comments Viewing private blog entries Viewing Blogs Externally

More information

Oracle Cloud. Content and Experience Cloud Android Mobile Help E

Oracle Cloud. Content and Experience Cloud Android Mobile Help E Oracle Cloud Content and Experience Cloud Android Mobile Help E82091-01 Februrary 2017 Oracle Cloud Content and Experience Cloud Android Mobile Help, E82091-01 Copyright 2017, Oracle and/or its affiliates.

More information

Get Article Pro Documentation

Get Article Pro Documentation Get Article Pro Documentation Table of Contents Installation... 2 Get Article Pro User Interface... 2 Get Article Pro Directories... 4 Get Article Pro Settings... 6 Get Article Pro Help Menu... 10 Spinner...

More information

1 Log into DIGIOP Control

1 Log into DIGIOP Control DIGIOP Control Quick Start Guide DIGIOP Control enables centralized configuration of systems, devices, users, and permissions. It is a web-based administration portal that allows you to manage your video

More information

PTC Integrity Process Director

PTC Integrity Process Director Introduction PTC Integrity Process Director Product Guide 3.4 PTC Integrity Process Director is a process definition and deployment solution aimed at providing an efficient approach to the challenge of

More information

LexisNexis PatentOptimizer Quick Reference Card. August, 13, 2010

LexisNexis PatentOptimizer Quick Reference Card. August, 13, 2010 LexisNexis PatentOptimizer Quick Reference Card August, 13, 2010 Contents How do I activate the LexisNexis PatentOptimizer Service?...1 How do I access service features?... 2 How do I submit feedback?...4

More information

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Azon Master Class. By Ryan Stevenson   Guidebook #5 WordPress Usage Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #5 WordPress Usage Table of Contents 1. Widget Setup & Usage 2. WordPress Menu System 3. Categories, Posts & Tags 4. WordPress

More information

Using the Jive for ios App

Using the Jive for ios App Using the Jive for ios App Contents 2 Contents Using the Jive for ios App... 3 ios App Features...3 Getting Started... 3 Using Your Inbox...4 Following People, Places, and Content... 6 Creating Content...

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

Bomgar PA Integration with ServiceNow

Bomgar PA Integration with ServiceNow Bomgar PA Integration with ServiceNow 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of

More information

MS Publisher 2003 Basics

MS Publisher 2003 Basics About Publisher 2003 Microsoft Publisher 2003 is an easy-to-use desktop publishing program that helps students and teaches eye-catching newsletters, flyers, brochures, programs, and Web sites. Publisher

More information

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Excel 2007 Office Fluent user interface The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Ribbon consists of tabs that are organized around

More information

INSTRUCTIONS FOR INSTALLING THE FACEBOOK BBB DYNAMIC SEAL. February 2017

INSTRUCTIONS FOR INSTALLING THE FACEBOOK BBB DYNAMIC SEAL. February 2017 INSTRUCTIONS FOR INSTALLING THE FACEBOOK BBB DYNAMIC SEAL February 2017 INTRODUCTION Installing the BBB Dynamic seal on your facebook page allows you to broadcast and advertise your BBB Accreditation and

More information

Azon Master Class. By Ryan Stevenson Guidebook #4 WordPress Installation & Setup

Azon Master Class. By Ryan Stevenson   Guidebook #4 WordPress Installation & Setup Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #4 WordPress Installation & Setup Table of Contents 1. Add Your Domain To Your Website Hosting Account 2. Domain Name Server

More information

ScholarBlogs Basics (WordPress)

ScholarBlogs Basics (WordPress) Emory Center for Digital Scholarship Library and Information Technology Services ScholarBlogs Basics (WordPress) Table of Contents (click on the headings below to go directly to the section) Use of ScholarBlogs

More information

Editing your CASet WordPress Site:

Editing your CASet WordPress Site: Editing your CASet WordPress Site: This guide can be located at: http://rt.caset.buffalo.edu/documentation/index.php In your browser enter/bookmark either of the following: https://*department*.buffalo.edu/wp-admin/

More information

VMware AirWatch Certificate Authentication for EAS with ADCS

VMware AirWatch Certificate Authentication for EAS with ADCS VMware AirWatch Certificate Authentication for EAS with ADCS For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Page 1 of 11 Wordpress Sites How-to Guide. Introduction to Blogging -

Page 1 of 11 Wordpress Sites How-to Guide. Introduction to Blogging - Page 1 of 11 Wordpress Sites How-to Guide General Information: Version 5 Updated 1/04/10 Introduction to Blogging - http://codex.wordpress.org/introduction_to_blogging Tutorials from Absolute - http://absolutemg.com/support

More information

JK Archives Web Portal Reference Guide

JK Archives Web Portal Reference Guide JK Archives Web Portal Reference Guide 44077 Mercure Circle Sterling, VA 20166 703 754 6735 request@jkmoving.com 1 P age JK Archives Web User s Guide JK Archives uses the Total Recall SQL Records Management

More information

Beginning a presentation

Beginning a presentation L E S S O N 2 Beginning a presentation Suggested teaching time 40-50 minutes Lesson objectives To learn how to create and edit title and bullet slides, you will: a b c d Select slide types by using the

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

Version Developed & Programmed by Ryan Stevenson. Plugin Support:

Version Developed & Programmed by Ryan Stevenson. Plugin Support: Version 1.0 http://localazon.com/ Developed & Programmed by Ryan Stevenson Plugin Support: http://localazon.com/support/ Free Global Marketing Newsletter: http://localazon.com/global/ Table of Contents

More information

Contents Release Notes System Requirements Using Jive for Office

Contents Release Notes System Requirements Using Jive for Office Jive for Office TOC 2 Contents Release Notes...3 System Requirements... 4 Using Jive for Office... 5 What is Jive for Office?...5 Working with Shared Office Documents... 5 Get set up...6 Get connected

More information

A QUICK GUIDE TO USING WORDPRESS

A QUICK GUIDE TO USING WORDPRESS A QUICK GUIDE TO USING WORDPRESS 1. WRITE A POST You can write a post from the front page of your blog in two ways. First, click on the Blog name button in your task bar at the top of the page: This reveals

More information

Call Detail Reporting

Call Detail Reporting Hosted VoIP Phone System Blue Platform User Guide Table of Contents 1 Call Details... 2 2 Accessing Call Details... 2 3 Query Call Details... 3 3.1 User Field (Group Administrator Access Required)... 4

More information

Basic Query for Human Resources

Basic Query for Human Resources Basic Query for Human Resources Open browser Log into PeopleSoft Human Resources: Go to: https://cubshr9.clemson.edu/psp/hpprd/?cmd=login Enter your Novell ID and Password Click Sign In Navigation into

More information

5 steps for Improving Intranet Search

5 steps for Improving Intranet Search 5 steps for Improving Intranet Search Jess Lassen Wizdom Konference 2017 1 Agenda Search Engine Content Helping the users Improve user experience Adding AI to searches Wizdom Konference 2017 2 Understand

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog:

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog: Furl Furled Furling Social on-line book marking for the masses. Jim Wenzloff jwenzloff@misd.net Blog: http://www.visitmyclass.com/blog/wenzloff February 7, 2005 This work is licensed under a Creative Commons

More information

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface...

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... User Guide Contents Logging On... Signing In... Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... 5 Understanding Icons... 5 Understanding

More information

Administrative Site: Merchandising Home Page

Administrative Site: Merchandising Home Page Updated November 2016 Contents Introduction...3 Getting Started...3 Planning Custom Zone Merchandising Campaigns...4 Optimal Image and Related Content Sizes...4 Gathering Images and Home Page Content...5

More information

Group Administrator Guide

Group Administrator Guide Get Started... 4 What a Group Administrator Can Do... 7 About Premier... 10 Use Premier... 11 Use the AT&T IP Flexible Reach Customer Portal... 14 Search and Listing Overview... 17 What s New in the Group

More information