SPHOL213: Intro to Web Content Management in SharePoint 2013

Size: px
Start display at page:

Download "SPHOL213: Intro to Web Content Management in SharePoint 2013"

Transcription

1 2013 SPHOL213: Intro to Web Content Management in SharePoint 2013 Hands-On Lab Lab Manual

2 This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes Microsoft. All rights reserved.

3 Contents Lab Objectives... 2 Technologies... 2 Audience... 2 Scenario... 2 Getting Started... 2 Connect to the Lab Environment... 2 Open the Lab Environment... 3 Exercise 1: Create a new layout page and web part page... 4 Task 1 Create a page layout... 4 Task 2 Add a Page Image snippet to the new page layout... 6 Adding a Rendition to the Page Image... 7 Task 3 Create a simple page using custom page layout Exercise 2 Add Rich Formatted Content to a Page Scenario Task 1 Add Formatted Word content to the page Exercise 3 Insert an Image and Embed a Video Scenario Task 1 Insert an image and pick a rendition Task 2 Embed a video Exercise 4 Translate the Page to German Scenario Task 1 Create the Variation Task 2 Translate the Page Summary Microsoft Confidential Page 1

4 Introduction to Web Content Management in SharePoint 2013 Estimated time to complete this lab: 30 minutes Lab Objectives In this lab you will learn about some of the core new concepts for Web Content Management in SharePoint You will create a new page layout using the Design Manager and Snippet Gallery. You will then create a Web Part page using this layout. You will add rich content to the Web Part page, including photos, videos, and pre-formatted text from Microsoft Word. You will then use Translations and Variations feature to machine-translate the page content to another language. After completing this lab, you will be better able to: Use the Snippet Gallery, create a new layout page. Add page content zone, web part zones, and publish the page. Create a new Web Part page that inherits from the layout page. Add rich formatted content by copy/paste from Word. Add an image to the page and explore various rendition options. Embed a video to the page. Inspect the Variations hierarchy used by the site. Publish the Web Part page, and see the page contents automatically in a variation of the site. Technologies Audience Scenario SharePoint 2013 Web Content Management SharePoint 2013 Snippet Gallery SharePoint Site Administrators and SharePoint IT Professionals The Design Manager in SharePoint 2013 allows web site designers and developers to use whatever tools they want to create HTML and CSS designs, and then upload the files to SharePoint, which will automatically convert the HTML and implement ribbons, placeholders, and custom minimal masters. You can use the Snippet Gallery to create code for many dynamic and static elements such as web parts, administration panels and custom ASP.NET markup. In this task, we ll focus on adding a simple text label for site title on each page. Getting Started Connect to the Lab Environment If necessary, log on to the SharePoint (SP) virtual machine (VM) as Garth Fort, with the credentials CONTOSO\GarthF, pass@word1. Microsoft Confidential Page 2

5 Close any windows open on the virtual machine. Open the Lab Environment 1. To begin the lab, open Internet Explorer, navigate to the demo home page at and log into SharePoint as Garth Fort with the following credentials: Username: CONTOSO\GarthF Password: Microsoft Confidential Page 3

6 Exercise 1: Create a new layout page and web part page Estimated time to complete this exercise: 10 minutes Page layouts define the look and feel of a set of pages by styling page fields and web part zones within the common elements of a master page. The Design Manager allows you to easily create, upload, and manage page layouts, device channels, and designs. The Snippet Gallery helps you to easily customize page layouts by adding Page Field elements, such as a Page image, Summary Links, a Byline. Since an originally uploaded image may not be the size or cropping wanted for a page, you can use image rendition to set the image to one of several pre-defined dimensions. In this exercise, you will use the SharePoint 2013 Design Manager to create a new page layout based on SharePoint s default Article Page. You will then use the Snippet Gallery to add an image field and customize the image field using an image rendition. Task 1 Create a page layout In this task, you will use Design Manager to create a new page layout based on SharePoint s default Oslo Master Page and the default Article Page content type. 1. On the SPHOL-WCM home page, from the Settings menu (gear icon in upper right), click Design Manager. Microsoft Confidential Page 4

7 2. To create a new page layout or edit an existing page layout, in the left navigation of the Design Manager page, click 6. Edit Page Layouts. 3. On the Edit Page layouts page, click Create a page layout. 4. Complete the Create a Page Layout dialog as follows: a. In Name text box, type SimplePageLayout. b. From the Master Page drop down, click Oslo. c. From the Content Type drop down, click Article Page. d. Click OK. Microsoft Confidential Page 5

8 The Create a Page Layout dialog will close and you will see the newly created SimplePageLayout in the list with a Conversion successful Status. NOTE: It may take a moment to create the page. Task 2 Add a Page Image snippet to the new page layout In this task, you will preview the layout page just created, then use the Snippet Gallery to modify the Page Image field on the layout page. You will specify a rendition to be used for the Page Image. 1. To open the SimplePageLayout for preview, click SimplePageLayout in the list. Because you have no content in the page layout, you will only see the framework of the page. 2. To open the Snippet Gallery, click Snippets in upper right corner. Microsoft Confidential Page 6

9 3. On the Design tab, in the Page Fields section, click Page Fields, and then click Page Image. Adding a Rendition to the Page Image The Snippet Gallery allows you to apply a pre-defined image rendition size. No rendition property is applied to the Page Image field by default. 4. Right-click edit renditions link under Page Field: Page Image and Open in new tab. Switch to the newly opened tab, which shows a list of existing Image Renditions. Microsoft Confidential Page 7

10 5. Click Add new item. 6. Fill the New Image Rendition as follows, and Save: Name: Page Image Width: 200 Height: Back on the list of Image Renditions, you ll see the newly added item has ID of 5. We will apply this rendition to the Page Image field in the layout page. You will now set the image rendition size using the RenditionID property in Snippet Gallery. 1. Switch back to the Snippet Gallery tab. 2. Under Customization Page Field: Page Image ( RichImageField), click Rendition Properties to expand. Microsoft Confidential Page 8

11 3. Change RendtionID from -1 to 5. NOTE: This is will add a Page Image placeholder to the page. Any Page Image added to a page created using the SimplePageLayout content type will be added as a Page Image. 4. Click Update to apply changes to the HTML Snippet code. 5. To copy the HTML Snippet code, click Copy to clipboard below the snippet code. 6. If Internet Explorer displays a dialog box asking Do you want to allow this web page to access your Clipboard?, click Allow access. You will now open the SimplePageLayout.html file in the SPHOL-WCM Master Page library and paste the copied code into the file. 1. From the Settings menu, click Site settings. 2. Under Web Designer Galleries, click Master pages and page layouts. Microsoft Confidential Page 9

12 3. On the Library tab, in the Connect & Export group, click Open with Explorer. NOTE: If Internet Explorer is not maximized, you will see just an icon. 4. If requested for login credentials, enter the following information: User name: Contoso\garthf Password: 5. In the Master Page catalog listing, right-click SimplePageLayout.HTML file. NOTE: The Master Page library contains an HTML file version of the layout page and an ASP.NET Server Page. You will change the HTML file version. 6. In the context menu, click Open with, and then click Notepad. 7. To find the code snippet to change: a. In Notepad, press CTRL+F to open the Find dialog. b. In the Find what text box, type Page Field: Page Image. NOTE: Do NOT copy the text above to paste into the text box. This will overwrite the Snippet code copied to the clipboard. c. Click Find Next. d. Click Cancel to close Find dialog. 8. Highlight the entire DIV element: From the <div> that corresponds with <!--CS: Start Page Field: Page Image Snippet--> to the </div> that corresponds with <!--CE: End Page Field: Page Image Snippet--> : Microsoft Confidential Page 10

13 9. Press DELETE. 10. Press CTRL+V to paste the snippet code copied to the clipboard. 11. From the Notepad File menu, click Save. 12. From the Notepad File menu, click Exit. Task 3 Create a simple page using custom page layout In this task you will create a simple page using the custom page layout that you created in Task 1 and customized in Task Navigate to the HOL demo site: 2. In left navigation, click Site Contents. 3. On the Site Contents page, double-click Pages to open the library. Microsoft Confidential Page 11

14 4. In the Pages library, on the Files tab, click New Document drop-down, and then click Page. 5. In the Create Page window: a. In the Title text box, type Simple Page. NOTE: SharePoint will automatically set the URL Name to Simple-Page. b. From the Page Layout list box, click (Article Page) SimplePageLayout. c. Click Create. Microsoft Confidential Page 12

15 A Simple-Page document is added to the Pages library. 6. In Pages library, click Simple-Page name to open the newly created Simple-Page.aspx page. In this exercise, you used Design Manager to create a custom page layout. You then used Snippet Gallery to customize the page image rendition, and finally you created a new page using the SimplePage layout. Exercise 2 Add Rich Formatted Content to a Page Estimated time to complete this exercise: 4 minutes Scenario SharePoint 2013 makes adding static content on a SharePoint page easy. You can easily copy formatted text from Word and paste it in a page in SharePoint. The content structure (Heading 1 and 2, the table and the bullets) is preserved, but Word s formatting when copying and pasting text is not. In this Exercise, you will update the SImplePageLayout page you created in Exercise 1 by pasting formatted text copied from a Word document. Task 1 Add Formatted Word content to the page 1. Navigate to the Simple-Page.aspx created in Exercise1. URL: 2. From the Settings menu, click Edit Page. 3. Open Windows Explorer and navigate to C:\HOLContent\SPHOL-WCMIntro folder. 4. Double-click HomePage_UpdatedText.docx file to open in Word. 5. Press CTRL+A to select all contents, and then press CTRL+C to copy the text. 6. Minimize Word and minimize Windows Explorer. 7. If the cursor is not already in the Page Content area, in the Page Content area, click the Click here to add new content link. Microsoft Confidential Page 13

16 13. Press CTRL+V to paste the copied text. 14. If Internet Explorer displays a dialog box asking Do you want to allow this web page to access your Clipboard?, click Allow access. The text is pasted in and Word styles are aligned with SharePoint default styles. 15. Click the (Ctrl) context menu that pops up at the bottom of the pasted text. 16. Click Paste Clean, which is the default paste option. NOTE: You can click through the other two Paste options to see what they do. Make sure you click Paste Clean (C) before moving to the next step. Microsoft Confidential Page 14

17 17. On the Format Text tab, in the Markup group, click Edit Source. 18. Note the clean HTML markup, and the inheritance of SharePoint s formatting. 19. Click Cancel in lower right corner to close the HTML Source window. In this exercise, you copied formatted text from Word and pasted it into a web part page in SharePoint You then viewed the clean HTML markup used in the page. Exercise 3 Insert an Image and Embed a Video Estimated time to complete this exercise: 8 minutes Scenario Image renditions let you display different sized versions of an image on different pages. When you create an image rendition, you specify the width and height for all images that use that image rendition. For example, if the site has a news article page layout that contains an image field, you can create an image rendition named Article_image to display the full-sized image in the article page. A second image rendition named Thumbnail_small can be used to display a smaller version of the image associated with a particular article when the image is displayed in a Web Part that lists all recent news articles on the site home page. SharePoint 2013 has made it easier to embed videos into pages, by taking advantage of the code that video providers offer up to embed their videos on your pages. In this Exercise, you will add an image to a custom page and set renditions. You will then use Embed Code to embed a video on the page. Microsoft Confidential Page 15

18 Task 1 Insert an image and pick a rendition In this task you will insert an image on the page and set an image rendition. 1. If not already open, open the custom Simple Page created in Exercise 1: 2. If asked for credentials, enter the information: Username: contoso\garthf Password: pass@word1 3. If the Simple Page is not already in edit mode, from the Settings menu, click Edit Page. 4. In the Page Image field on the page, click the Click here to insert a picture from SharePoint link. Microsoft Confidential Page 16

19 5. In the Edit Image Properties window, click Browse beside the Selected Image. 6. In the Select an Asset window, click Site Collection Images. 7. Click Home.jpg, and then click Insert. Microsoft Confidential Page 17

20 8. Notice that because we forced the image rendition in the SimplePageLayout master page, the Image Rendition field is unavailable for changing at this time. 20. Click OK to add the image to the page. Microsoft Confidential Page 18

21 Your page will now look like this: Task 2 Embed a video In this task, you will use the Embed Code feature to embed video on the custom page. 1. In a new tab, navigate to the following video on TechNet: us/office/media/video/video.html?cid=stc&from=mscomstc&videoid=7923b059-abb9-430d- 85d9-3abd86a7b40c Microsoft Confidential Page 19

22 2. To view the embed code, on the video page, click Share. 3. On the video s Share window, highlight the code in the Embed text box, and then press CTRL+C to copy the code to the clipboard. 4. Navigate to the Simple Page: Microsoft Confidential Page 20

23 5. Click at end of page after the The Contoso Product Stack table. 6. To embed the video code: a. On the Insert tab, in the Embed section, click Embed Code. b. Click in the text box and press CTRL+V to paste the embed code in the text box. c. Note the video preview in the window. d. Click Insert to add the video to the page. NOTE: You can use the following code if not navigating to that site, to save the time. <iframe width="432" height="243" frameborder="0" marginwidth="0" marginheight='0' scrolling="no" src=" Microsoft Confidential Page 21

24 ZlcnJpZGUyPWh0dHAlM2ElMmYlMmZ3d3cubWljcm9zb2Z0LmNvbSUyZnJlc291cmNlc yuyznrly2huzxqlmmzlbi11cyuyzm9mzmljzsuyzm1lzglhjtjmdmlkzw8lmmz2awrl by5odg1sjtnmdmlkzw9pzcuzzcu3yjaln2qmbglua2jhy2s9ahr0ccuzysuyziuyzn d3dy5tawnyb3nvznquy29tjtjmcmvzb3vyy2vzjtjmdgvjag5ldcuyzmvulxvzjtjm b2zmawnljtjmbwvkawelmmz2awrlbyuyznzpzgvvlmh0bwwmy29uzmlnq3npzd 1NU05WaWRlbyZjb25maWdOYW1lPXN5bmRpY2F0aW9ucGxheWVyJnN5bmRpY2F0 aw9upxrhzyzwbgf5zxiuzni9c2hhcmvlbwjlzc1zew5kawnhdglvbg%3d%3d"> <A href=" us/office/media/video/video.html?videoid=7923b059-abb9-430d-85d9-3abd86a7b40c&src=v5:embed:syndication:&from=shareembed-syndication" target="_new" title="sharepoint 2013 Web Content Management walkthrough">video: SharePoint 2013 Web Content Management walkthrough</a> </iframe> 7. To save the page, on the Page tab, in the Edit group, click Save. 8. Navigate to the bottom of the page and click play to view the video. In this exercise, you added an image to a custom page that had a rendition preset using code snippets in Exercise 1. You then copied embedded code in a Microsoft Technet video and used the SharePoint 2013 Embed Code feature to add the code to the web page. Exercise 4 Translate the Page to German Estimated time to complete this exercise: 8 minutes Scenario The variations feature in Microsoft SharePoint makes content available to specific audiences on different sites by copying content from a source variation site to each target variation site. If necessary, the content can then be customized in the target variation site. The Machine Translation Service in SharePoint Server 2013 lets users automatically translate documents. You can create a Machine Translation service application and configure the Machine Translation Service by using Central Administration, or Windows PowerShell. While Variations were available in SharePoint 2010, in SharePoint 2013 coupled with Machine Translation, it is easier than ever to create multi-language sites and pages. In this exercise you will create a variation of your Simple Page in the German site, you will then translate the variation to German. Task 1 Create the Variation In this task, you will learn to create a new target for your custom page. You will then update the variation to place your custom Simple Page in the German site. 1. If not already open, navigate to your custom Simple-Page.aspx. URL: Microsoft Confidential Page 22

25 2. If asked for credentials, enter the following information: Username: contoso\garthf Password: 3. From Settings menu, click Edit page. NOTE: In order to create a variation, you must check out the page first. 4. On Page tab, in Edit group, click Check Out. 5. On Page tab, in Edit group, click Save. 6. On the Publish tab, click Create new target. 7. In Create Variation, click the check box beside de-de, and then click Continue. A page will display indicating your variation is on the way. 8. Click OK to close the page. 9. On the Simple Page, in the yellow ribbon, click Check it in. 10. In the Check In dialog, click Continue. Once the page is checked in, you can navigate to the German site and view the variation. 11. Navigate to the German site: In left navigation, click Websiteinhalte. 13. In Site Contents (Websiteinhalte), double-click Seiten (Pages) to open the library. Microsoft Confidential Page 23

26 14. Note the Simple-Page. Task 2 Translate the Page In this task, you will use machine translation to translate the variation copied to the German subsite into German language. 1. In the Seiten library on the German subsite, select the Simple-Page variation. NOTE: Do NOT open the page, but select it instead. 2. On the Varianten tab, in the Übersetzung group, click Maschinelle Übersetzung, and then click Nur ausgewähite Elemente. 3. When the Maschinelle Übersetzungsanforderung Senden dialog displays, click OK. Translation: This can take several minutes. You can check your order by clicking Translation status on the Variations tab. Übersetzungsstatus on the German site., 4. In the Varianten tab, in the Übersetzung group, click Übersetzungsstatus to view the status of the translation. Microsoft Confidential Page 24

27 5. When translation is complete, check in the translated page to view the results. In this exercise, you created a variation of your custom page in the Pages library of the German language website. You then used machine language to translate the page to German. Summary In this lab, you learned to use the new Design Manager to create a new page layout. You then used Snippet Gallery to customize the new layout page, then created a web part page, embedded a video, and added rich formatted content. You then added an image and worked with renditions. Finally, you inspected variations and translated the page to German Specifically, you learned how to: Use the Snippet Gallery, create a new layout page. Add page content zone, web part zones, and publish the page. Create a new Web Part page that inherits from the layout page. Add rich formatted content by copy/paste from Word. Add an image to the page and explore various rendition options. Embed a video to the page. Inspect the Variations hierarchy used by the site. Publish the Web Part page, and see the page contents automatically translated in a variation of the site. Microsoft Confidential Page 25

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual 2013 SPHOL326: Designing a SharePoint 2013 Site Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS

SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS 2013 SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other

More information

Introduction to Search in SharePoint 2013. Hands-On Lab. Lab Manual

Introduction to Search in SharePoint 2013. Hands-On Lab. Lab Manual 2013 Introduction to Search in SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

Create an Excel BI report and share on SharePoint 2013

Create an Excel BI report and share on SharePoint 2013 2013 Create an Excel BI report and share on SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web

More information

SPHOL207: Database Snapshots with SharePoint 2013

SPHOL207: Database Snapshots with SharePoint 2013 2013 SPHOL207: Database Snapshots with SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site

More information

SPHOL205: Introduction to Backup & Restore in SharePoint 2013. Hands-On Lab. Lab Manual

SPHOL205: Introduction to Backup & Restore in SharePoint 2013. Hands-On Lab. Lab Manual 2013 SPHOL205: Introduction to Backup & Restore in SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu)

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux

More information

How to Build a SharePoint Website

How to Build a SharePoint Website How to Build a SharePoint Website Beginners Guide to SharePoint Overview: 1. Introduction 2. Access your SharePoint Site 3. Edit Your Home Page 4. Working With Text 5. Inserting Pictures 6. Making Tables

More information

Sending event email blasts from Lyris

Sending event email blasts from Lyris Sending event email blasts from Lyris Last Updated: January 31, 2014 Upload images to Sitecore Before you can send an event email blast using Lyris, you need to be sure the event web banner graphic has

More information

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT CHAPTER 1 WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT SharePoint 2013 introduces new and improved features for web content management that simplify how we design Internet sites and enhance the

More information

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 1 TABLE OF CONTENTS 2 What is Appspace For Digital Signage... 4 3 Access Appspace... 4 4 Best Practices and Notes... 4 5 Appspace

More information

Chapter 15: Forms. User Guide. 1 P a g e

Chapter 15: Forms. User Guide. 1 P a g e User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

More information

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1

KFUPM. Web Content Management System powered by SharePoint 2010. www.kfupm.edu.sa 1 KFUPM Web Content Management System powered by SharePoint 2010 1 Sample Department Site Site Actions Steps to login for administrators Navigate to your website and type in the url /admin.aspx

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

About SharePoint Server 2007 My Sites

About SharePoint Server 2007 My Sites SharePoint How To s / My Sites of 6 About SharePoint Server 007 My Sites Use your My Site to store files and collaborate with your co-workers online. My Sites have public and private pages. Use your public

More information

Roth IRA Conversion Evaluator

Roth IRA Conversion Evaluator Roth IRA Conversion Evaluator Quick Start Guide 2009, WoltersKluwer. All Rights Reserved. Page 1 of 36 Table of Contents Roth IRA Conversion Evaluator Quick Start Guide Getting Started... 3 About the Roth

More information

Shasta College SharePoint Tutorial. Create an HTML Form

Shasta College SharePoint Tutorial. Create an HTML Form Create an HTML Form SharePoint HTML forms are based on Lists. Lists are like mini-databases inside of SharePoint that define the form s fields and stores the data submitted from the form. Before you can

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors 11/6/2014 State of Illinois Bill Seagle Table of Contents Logging into your site... 2 General Site Structure and

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

More information

Microsoft SharePoint. SCCOE Website Maintenance The Basics. Delma Davis, Technology Trainer Technology Services

Microsoft SharePoint. SCCOE Website Maintenance The Basics. Delma Davis, Technology Trainer Technology Services Microsoft SharePoint SCCOE Website Maintenance The Basics Delma Davis, Technology Trainer Technology Services Training Agenda 1. Introduction to SharePoint 2. User Access, Permissions, Responsibilities

More information

Microsoft Office 365 includes the entire Office Suite (Word, Excel, PowerPoint, Access, Publisher, Lync, Outlook, etc ) and an OneDrive account.

Microsoft Office 365 includes the entire Office Suite (Word, Excel, PowerPoint, Access, Publisher, Lync, Outlook, etc ) and an OneDrive account. Microsoft Office 365 Contents What is Office 365?... 2 What is OneDrive?... 2 What if you already have a Microsoft Account?... 2 Download Office for FREE... 3 How to Access OneDrive... 4 Office Online...

More information

How To Create A Site In Sharepoint 2013

How To Create A Site In Sharepoint 2013 1 About the Author Isha Kapoor is a SharePoint Geek, a Vivid blogger, Author, Trainer and a SharePoint Server MVP from Toronto Canada. She is a founder and primary Author of famous SharePoint website www.learningsharepoint.com.

More information

Vizit 4.1 Installation Guide

Vizit 4.1 Installation Guide Vizit 4.1 Installation Guide Contents Running the Solution Installer... 3 Installation Requirements... 3 The Solution Installer... 3 Activating your License... 7 Online Activation... 7 Offline Activation...

More information

MnSCU MediaSpace. Getting Started with MediaSpace

MnSCU MediaSpace. Getting Started with MediaSpace MnSCU MediaSpace Minnesota State Colleges & Universities Getting Started with MediaSpace Logging In Login to MediaSpace at http://mediaspace.mnscu.edu Use your StarID and password. If you do not know your

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

DRUPAL WEB EDITING TRAINING

DRUPAL WEB EDITING TRAINING LOGIN AND VIEW CONTENT Work in Firefox DRUPAL WEB EDITING TRAINING the black logo in the upper right corner to log into Drupal The User Work Area will come up: General Information My Recent Edits the content

More information

Building A Very Simple Web Site

Building A Very Simple Web Site Sitecore CMS 6.2 Building A Very Simple Web Site Rev 100601 Sitecore CMS 6. 2 Building A Very Simple Web Site A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Building

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

Login: https://ipfw.edu/c Quick Guide for dotcms & Accessibility November 2014 Training: http://ipfw.edu/training

Login: https://ipfw.edu/c Quick Guide for dotcms & Accessibility November 2014 Training: http://ipfw.edu/training dotcms & Accessibility Folders Creating a New Folder Note: All folders showing on menu must have an index page. 1. Right-click the parent folder in which the new folder will reside. 2. Click New > Folder.

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

More information

Blackboard 1: Course Sites

Blackboard 1: Course Sites Blackboard 1: Course Sites This handout outlines the material covered in the first of four workshops on teaching with Blackboard. It will help you begin building your Blackboard course site. You will learn

More information

How To Manage Your Website On A Webmaster.Com (Webmaster) On A Pc Or Mac Or Macbook Or Macintosh (Web) On Pc Or Ipa (Web).Com (For Mac) On Your Pc Or Pc Or Your

How To Manage Your Website On A Webmaster.Com (Webmaster) On A Pc Or Mac Or Macbook Or Macintosh (Web) On Pc Or Ipa (Web).Com (For Mac) On Your Pc Or Pc Or Your Creative Stream Content Management System (CMS) The Creative Stream CMS is modular and as such installations may vary. Therefore certain sections of this document may not be relevant to your CMS. Contents

More information

NEIU D2L and Google Drive: File Sharing Guide

NEIU D2L and Google Drive: File Sharing Guide NEIU D2L and Google Drive: File Sharing Guide Contents: Store Files in Google Drive, Not in Desire2Learn Phase 1: Place Files in Google Drive Phase 2: Create Sharing Links for Google Drive Files Phase

More information

Configuring a Custom Load Evaluator Use the XenApp1 virtual machine, logged on as the XenApp\administrator user for this task.

Configuring a Custom Load Evaluator Use the XenApp1 virtual machine, logged on as the XenApp\administrator user for this task. Lab 8 User name: Administrator Password: Password1 Contents Exercise 8-1: Assigning a Custom Load Evaluator... 1 Scenario... 1 Configuring a Custom Load Evaluator... 1 Assigning a Load Evaluator to a Server...

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

Support/ User guide HMA Content Management System

Support/ User guide HMA Content Management System Support/ User guide HMA Content Management System 1 Contents: Access Page 3 Editing Pages Page 4 Adding/Editing Text Page 7 Adding/Editing Images Page 9 Adding/Editing Files Page 11 Adding a Page Page

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

More information

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production SoftChalk Level 1 University Information Technology Services Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production Page 1 of 49 Copyright 2013 KSU Department of University Information

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

Editing your Website User Guide

Editing your Website User Guide User Guide Adding content to your Website To add or replace content on your website you will need to log in to your Content Management System (Joomla) using your username and password. If you do not already

More information

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Creating a Website with Google Sites

Creating a Website with Google Sites Creating a Website with Google Sites This document provides instructions for creating and publishing a website with Google Sites. At no charge, Google Sites allows you to create a website for various uses,

More information

Site Maintenance. Table of Contents

Site Maintenance. Table of Contents Site Maintenance Table of Contents Adobe Contribute How to Install... 1 Publisher and Editor Roles... 1 Editing a Page in Contribute... 2 Designing a Page... 4 Publishing a Draft... 7 Common Problems...

More information

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu Revised 4/28/2014 CONTENTS The eclps Overview... 3 Objectives... 3 Adding the Syllabus or Lessons Tool to

More information

LogMeIn Network Console Version 8 Getting Started Guide

LogMeIn Network Console Version 8 Getting Started Guide LogMeIn Network Console Version 8 Getting Started Guide April 2007 1. About the Network Console... 2 2. User Interface...2 3. Quick Start... 2 4. Network & Subnet Scans...3 5. Quick Connect...3 6. Operations...

More information

Navigating Microsoft Word 2007

Navigating Microsoft Word 2007 Navigating Microsoft Word 2007 Subject Descriptors: Microsoft Office Word 2007, Interface Application (Version): Microsoft Word 2007 for Windows Task Description: I am new to Microsoft Word 2007. How do

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

Lions Clubs International e-district House Content Management System (CMS) Training Guide

Lions Clubs International e-district House Content Management System (CMS) Training Guide Lions Clubs International e-district House Content Management System (CMS) Training Guide All of the material contained in this guide is the exclusive property of Alkon Consulting Group, Inc. (Alkon).

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 6 Tips for s... 7 Pitfalls... 8 Key Information... 9 I. Adding a... 10 II. Editing a... 12 SharpSchool s WYSIWYG Editor... 13 1) Uploading Images

More information

RADFORD UNIVERSITY. Radford.edu. Content Administrator s Guide

RADFORD UNIVERSITY. Radford.edu. Content Administrator s Guide RADFORD UNIVERSITY Radford.edu Content Administrator s Guide Contents Getting Started... 2 Accessing Content Administration Tools... 2 Logging In... 2... 2 Getting Around... 2 Logging Out... 3 Adding and

More information

Installing Lync. Configuring and Signing into Lync

Installing Lync. Configuring and Signing into Lync Microsoft Lync 2013 Contents Installing Lync... 1 Configuring and Signing into Lync... 1 Changing your Picture... 2 Adding and Managing Contacts... 2 Create and Manage Contact Groups... 3 Start an Instant

More information

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Guide Microsoft Corporation Published: July 2009 Updated: September 2009 Abstract Remote Desktop Web Access (RD Web

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

UNPAN Portal Content Management System (CMS) User Guide

UNPAN Portal Content Management System (CMS) User Guide UNPAN Portal Content Management System (CMS) User Guide www.unpan.org User Manual Version 1.0 260309 Page 1 of 36 Table of Contents A. UNPAN Sitemap... 3 B. DPADM Sitemap... 4 C. Introduction to UNPAN

More information

One of the fundamental kinds of Web sites that SharePoint 2010 allows

One of the fundamental kinds of Web sites 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

Lab SBS14.FARM_Hyper-V - Using SharePoint with Outlook and Lync

Lab SBS14.FARM_Hyper-V - Using SharePoint with Outlook and Lync Lab SBS14.FARM_Hyper-V - Using SharePoint with Outlook and Lync Study Chapter 14 in the course book Microsoft SharePoint 2013 Step by Step. Lue kurssikirjan Microsoft SharePoint 2013 Step by Step luku

More information

Table of Contents. Creating a Newsletter. Loading a Video or Slideshow. Distributing a Newsletter through Exact Target

Table of Contents. Creating a Newsletter. Loading a Video or Slideshow. Distributing a Newsletter through Exact Target Indiana University Copenhagen Publishing System University Communications Newsletter User Manual Last Updated: March 1, 2009 vpurit@indiana.edu Table of Contents Creating a Newsletter Loading a Video or

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

Web Ambassador Training on the CMS

Web Ambassador Training on the CMS Web Ambassador Training on the CMS Learning Objectives Upon completion of this training, participants will be able to: Describe what is a CMS and how to login Upload files and images Organize content Create

More information

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

1. Tutorial - Developing websites with Kentico 8... 3 1.1 Using the Kentico interface... 3 1.2 Managing content - The basics... 4 1.2.

1. Tutorial - Developing websites with Kentico 8... 3 1.1 Using the Kentico interface... 3 1.2 Managing content - The basics... 4 1.2. Kentico 8 Tutorial Tutorial - Developing websites with Kentico 8.................................................................. 3 1 Using the Kentico interface............................................................................

More information

Umbraco v4 Editors Manual

Umbraco v4 Editors Manual Umbraco v4 Editors Manual Produced by the Umbraco Community Umbraco // The Friendly CMS Contents 1 Introduction... 3 2 Getting Started with Umbraco... 4 2.1 Logging On... 4 2.2 The Edit Mode Interface...

More information

Baylor Secure Messaging. For Non-Baylor Users

Baylor Secure Messaging. For Non-Baylor Users Baylor Secure Messaging For Non-Baylor Users TABLE OF CONTENTS SECTION ONE: GETTING STARTED...4 Receiving a Secure Message for the First Time...4 Password Configuration...5 Logging into Baylor Secure Messaging...7

More information

Tutorial JavaScript: Switching panels using a radio button

Tutorial JavaScript: Switching panels using a radio button Tutorial JavaScript: Switching panels using a radio button www.nintex.com support@nintex.com Contents About this tutorial... 3 Upload the JavaScript File... 4 Using JavaScript to hide or show a control

More information

LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X

LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X CONTENTS LMS 365 Learning Module Builder Add-in User Guide Version 1.5.0.x... 1 Contents... 2 1. The LMS365 Learning Module Builder Add-in...

More information

W i n d o w s S h a r e P o i n t S e r v i c e s 3. 0 : Student Manual

W i n d o w s S h a r e P o i n t S e r v i c e s 3. 0 : Student Manual W i n d o w s S h a r e P o i n t S e r v i c e s 3. 0 : Basic SharePoint Student Manual May, 2010 Windows SharePoint Services 3.0: SharePoint for Users President & Chief Executive Officer: Vice President,

More information

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide Version: 6.6.x Written by: Product Documentation, R&D Date: March 2012 ImageNow and CaptureNow are registered trademarks of

More information

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family technology software href browser communication public login address img links social network HTML div style font-family url media h2 tag handbook: id domain TextEdit blog title PORT JERVIS CENTRAL SCHOOL

More information

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business 2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

darlingharbour.com Content Management System Tenant User Guide

darlingharbour.com Content Management System Tenant User Guide darlingharbour.com Content Management System Tenant User Guide August 2014 Table of Contents 1 Introduction... 1 2 Getting started... 1 2.1 Requirements...1 2.2 Logging in...1 2.3 Change your Password...2

More information

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family technology software href browser communication public login address img links social network HTML div style font-family url media h2 tag handbook: id domain TextEdit blog title CANAJOHARIE CENTRAL SCHOOL

More information

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS...

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS... Basic User Guide Table of Contents INTRODUCTION...1 CAMPAIGNER FEATURES...1 WHO SHOULD READ THIS GUIDE?...1 GETTING STARTED...2 LOGGING IN TO CAMPAIGNER...2 DASHBOARD...3 Modify Your Dashboard...4 EMAIL

More information

LiveStreamingCDN Producer User s Guide

LiveStreamingCDN Producer User s Guide LiveStreamingCDN Producer User s Guide A LiveStreamingCDN Producer account offers a variety of premium features in addition to live and VOD streaming capabilities. A Producer account comes with a multi-device

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Dreamweaver CS5. Module 2: Website Modification

Dreamweaver CS5. Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Last revised: October 31, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland,

More information

SiteBuilder 2.1 Manual

SiteBuilder 2.1 Manual SiteBuilder 2.1 Manual Copyright 2004 Yahoo! Inc. All rights reserved. Yahoo! SiteBuilder About This Guide With Yahoo! SiteBuilder, you can build a great web site without even knowing HTML. If you can

More information

Umbraco Content Management System (CMS) User Guide

Umbraco Content Management System (CMS) User Guide Umbraco Content Management System (CMS) User Guide Content & media At the bottom-left of the screen you ll see 2 main sections of the CMS Content and Media. Content is the section that displays by default

More information

How To Create A Team Site In Windows.Com (Windows)

How To Create A Team Site In Windows.Com (Windows) 2004 IAAP International Convention and Education Forum Session: When E-mail Loses Its Charm Date: Tuesday, August 3, 2004, 1:00-3:00 pm Leaders: Annette Marquis and Gini Courter Windows SharePoint Services

More information

DocuSign for SharePoint 2010 1.5.1

DocuSign for SharePoint 2010 1.5.1 Quick Start Guide DocuSign for SharePoint 2010 1.5.1 Published December 22, 2014 Overview DocuSign for SharePoint 2010 allows users to sign or send documents out for signature from a SharePoint library.

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

etoken Enterprise For: SSL SSL with etoken

etoken Enterprise For: SSL SSL with etoken etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the

More information

PDF Web Form. Projects 1

PDF Web Form. Projects 1 Projects 1 In this project, you ll create a PDF form that can be used to collect user data online. In this exercise, you ll learn how to: Design a layout for a functional form. Add form fields and set

More information