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

Size: px
Start display at page:

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

Transcription

1 2013 SPHOL326: Designing a SharePoint 2013 Site 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 DESIGNING A SHAREPOINT 2013 SITE... 2 Lab Objectives... 2 Technologies... 2 Audience... 2 Scenario... 2 Getting Started... 4 Connect to the Lab Environment... 4 Open the Lab Environment... 4 Exercise 1 Import a Custom Site Design... 5 Scenario... 5 Task 1 Convert an HTML file to a SharePoint master page... 5 Exercise 2 Customize a Site Design... 9 Scenario... 9 Task 1 Create and apply a custom HTML snippet... 9 Task 2 Apply a custom site design Exercise 3 Implement a Mobile Channel Scenario Task 1 Create a mobile channel Task 2 Apply design and show a mobile channel Summary Microsoft Confidential Page 1

4 Designing a SharePoint 2013 site Estimated time to complete this lab: 30 minutes Lab Objectives This lab is a detailed tour of the SharePoint 2013 Design Manager. You will start with converting a custom site design to a master page. You will then customize the site design by creating and applying an HTML code snippet. Finally, you will create a mobile channel and then apply a custom template to the mobile channel. After completing this lab, you will be better able to: Convert a custom site design to a master page Convert and apply an imported site design Customize a site design using Snippet Gallery Apply a customized site design Implement and design a mobile channel Technologies Audience Scenario SharePoint 2013 Design Manager SharePoint 2013 Snippet Gallery Device Channels SharePoint Site Administrators and SharePoint IT Professionals In SharePoint 2010, web site designers typically start from a site design from a sketch, and then often create the HTML and CSS content in an external design application such as Dream Weaver. However, to use the designs in SharePoint, the designers have to use SharePoint Designer to create master pages, integrate with the ribbon, create navigation providers, custom channels, etc. This lab will teach you to use the SharePoint 2013 Design Manager to convert and apply a precreated HTML site design. You will also use the Snippet Gallery to customize the design, and then apply custom branding to enhance the site s functionality. You will start off with an existing SharePoint 2013 publishing site with some sample content and default styling. Microsoft Confidential Page 2

5 The home page of the site at the beginning of the lab looks like this: Microsoft Confidential Page 3

6 Later in the lab, the branded home page will look like this: Getting Started Connect to the Lab Environment Log on to the SharePoint (SP) virtual machine (VM) as Garth Fort, with the credentials CONTOSO\GarthF, Open the Lab Environment 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 4

7 Exercise 1 Import a Custom Site Design Estimated time to complete this exercise: 6 minutes Scenario 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. In this exercise, you will use the SharePoint 2013 Design Manager to convert an HTML file to a Master Page. NOTE: The HTML design files are already uploaded to SharePoint. Uploading HTML files is as easy as mapping a network drive to the SharePoint site collection and using Windows Explorer to copy and paste the files into the master page library. Task 1 Convert an HTML file to a SharePoint master page In this task, you will use Design Manager to convert an HTML design template to a master page. 1. Navigate to the intranet Knowledge Center site collection: Microsoft Confidential Page 5

8 You will now open a copy of the home page in another tab. You will leave this original tab untouched to later compare it against the newly designed page. 2. To open another copy of the home page, right click the SharePoint icon, and then click Open link in new tab. 3. Click Settings (gear icon in upper right), and then click Site settings. 4. Under Web Designer Galleries, click Master pages and page layouts. 5. In the Master Page Gallery, click the Contoso folder.. 6. Note the folder contents. These files, created in an external HTML design application, were uploaded previously for use in this lab. The file, ContosoElectronics.html, will be converted to a SharePoint master page in later steps. 7. In the Master Page Gallery ribbon bar, click the Library tab and then click Open with Explorer. Note: If the SharePoint window is not maximized, you may only see the icon and not see the Open with Explorer label. 8. If prompted for credentials, use the following information: Microsoft Confidential Page 6

9 User name: contoso\garthf Password: 9. Minimize the Windows Explorer window. You will come here later to make changes to the files. 10. Click Settings (gear icon), and then click Design Manager. 11. In the left navigation of the Design Manager, click 4. Edit Master Pages. 12. In the Edit Master Pages, click Convert an HTML File to a SharePoint master page. 13. In the Select An Asset window, click the folder Contoso. Microsoft Confidential Page 7

10 14. Click ContosoElectronics.html file and then at the bottom of the window, click Insert. 15. Wait for a few seconds. When the page refreshes, you will see a new listing for ContosoElectronics, with a status of Conversion successful. Note: The second item on the list, ContosoElectronics-Finished, was imported and converted previously and is ready for use later as a custom master page already. Similarly, mchannel was also imported and converted previously, and is ready for use later as a master page for mobile channels. 16. Click on the status label Conversion successful next to ContosoElectronics. Microsoft Confidential Page 8

11 This shows a preview of the newly converted master page against the site s default page. 17. Click on the search box control on the top-right corner. Note that the search box is not functional, and is simply an image placeholder for now. In the next exercise, we will replace the search box placeholder with an actual, functioning, search box control. In this exercise, you used Design Manager to convert an existing design HTML file to a Master Page. This master page is now ready to be enhanced with SharePoint specific code snippets and published. Exercise 2 Customize a Site Design Estimated time to complete this exercise: 10 minutes Scenario SharePoint master pages and layout pages are ASPX files; however these files cannot be edited or modified in any way for design purposes. Every master page or layout page has a corresponding HTML file, which can be modified. The HTML file is named exactly the same as the ASPX file, except for the file extension. Designers can use the Snippet Gallery to easily generate SharePoint code snippets to insert into pages to integrate navigation, catalog, search web parts, channel panels, and special channel settings. 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 replacing the search placeholder image with an actual SharePoint search box control on the master page. Task 1 Create and apply a custom HTML snippet In this task, you will work on the master page you converted in Exercise 1. You will use SharePoint s new Snippet Gallery to generate code for a missing element in the site design. In the master page Microsoft Confidential Page 9

12 preview page, we noted that the original design was using an image placeholder for search box. We ll use the Snippet Gallery to generate code for an actual search box and replace the image with the code. 1. Ensure that your browser window has the ContosoElectronics master page preview open. 2. To open the Snippet Gallery, click Snippets in the black strip in the upper right corner of the Change Preview Page. 3. On the Snippet Gallery page, on the Design tab, in the Navigation group, click Search Box. 4. Read the text in About this Component section on the right side of the page. The various grey colored buttons below this text are expandable forms which allow you to modify the markup of the search box web part snippet. For example, we want to set a web part width of 300 pixels to the search box. This can be achieved by specifying a size attribute using this form. 5. Click Size to expand the form. 6. In the Width text box, type 300px. Microsoft Confidential Page 10

13 7. Click Update. The new code snippet is added the HTML Snippet box. 8. Under HTML Snippet, click Copy to Clipboard. 9. Click Allow Access to clipboard, if prompted by the browser security. 10. Switch to the Windows Explorer window that you opened earlier, which contains the ContosoElectronics.html file and other related assets. 11. Right-click the file ContosoElectronics.html, point at Open with, and then click Notepad. 12. In Notepad, press CTRL+F to open the Find dialog. 13. In the Find what text box, type SearchBoxWrapper, and then click Find Next. NOTE: Do not copy the SearchBoxWrapper text to paste into the Find what text box. This will overwrite the code snippet you copied to the clipboard. 14. Click Cancel to close the Find dialog box. Microsoft Confidential Page 11

14 15. Highlight the line of HTML code immediately below <div id= SearchBoxWrapper>. 16. Press CTRL+V to paste the code snippet that was copied to clipboard earlier and overwrite the existing code for <img> tag. Ensure that your newly inserted code snippet is wrapped by a <div> tag. 17. Press CTRL+S to save the file. 18. From File menu, click Exit to close Notepad. 19. Minimize Windows Explorer to return to the browser. 20. Click the Preview: ContosoElectronics.html browser tab. 21. Press the browser Refresh to refresh the page. 22. Click on the search box control on the top-right corner. Note that this is a functioning SharePoint search box control, not just an image placeholder anymore. You can continue building out various components of the master page by leveraging code generated by the Snippet Generator tool and copying it to the HTML design file. This is an iterative process, and the master page preview mode helps you assess your progress as you build it out. Microsoft Confidential Page 12

15 For the sake of time, we have already placed another master page file in the master page gallery that has a completed design. In the next task you ll publish the completed master page file and apply it on the site. Task 2 Apply a custom site design In Task 1, you converted a custom HTML file so it is connected to SharePoint. In this task, you will use Design Manager to publish and apply the design. 1. Navigate to the SPHOL-Design home page: URL: 2. From Settings (gear icon), click Design Manager. 3. In the left navigation of Design Manager, click 7. Publish and Apply Design. 4. On the Publish and Apply Design page, click Assign master pages to your site based on device channel. 5. In the Site Master Page Settings, click Specify a master page to be used by this site and all sites that inherit from it. 6. Next to Default device channel, click Contoso/ContosoElectronics-Finished from the drop down. 7. Click OK. 8. In a new tab, navigate to the Knowledge Center home page 9. Compare the new page with the original you saved earlier, and notice the new design. NOTE: If one of the Content Search web parts displays a Sorry something went wrong error message, press CTRL+F5 to refresh the page. Microsoft Confidential Page 13

16 New Page Original Page In this exercise, you were introduced to the Snippet Gallery. You used the Snippet Gallery to create a custom HTML markup for a site title. You then manually exported the HTML code snippet into the HTML file, and were able to immediately review the page changes. Exercise 3 Implement a Mobile Channel Estimated time to complete this exercise: 8 minutes Scenario Channels are pathways that direct traffic from different devices to specific versions of your website. Whenever a web browser requests to display a SharePoint 2013 page, SharePoint first detects the Microsoft Confidential Page 14

17 browser s identification, also known as user agent string. This user agent string value is used by SharePoint to determine the proper channel. SharePoint site designers can define one or more channels for a site collection, each channel targeting specific user agents. Each channel can also be assigned a distinct master page to customize the end user experience depending on the browser or device used. In this exercise, you will use the Design Manager to create a new Device Channel to target mobile devices. A mobile-friendly master page has already been created and published in the site. You will also learn how to assign a custom master page to a device channel. Task 1 Create a mobile channel In this task, you will learn to use Design Manager to create and configure a Mobile Channel. 1. If not already on the SPHOL-Design home page, navigate to 2. Click Settings (gear icon), and then click Design Manager. 3. In the left navigation of the Design Manager, click 2. Manage Device Channels. 4. On the Manage Device Channels page, click Create a channel. 5. Enter the following settings in the Device Channels - New Item window: Name Mobile Alias MobileChannel Device Inclusion Rules Windows phone os iphone X64 NOTE: Adding X64 to the Device Inclusion Rules will allow you to view the channel design in Internet Explorer 64-bit. Note: The browser user agent string value (partial or entire value) goes in the Device Inclusion Rules field. 6. Check the Active check box, and then click Save. Microsoft Confidential Page 15

18 7. To sort the channels: a. On the Design Manager: Manage Device Channels page, click Edit or reorder existing channels. b. On the Items tab, in the Manage group, click Reorder Channels. Microsoft Confidential Page 16

19 c. In the Device Channel Reordering window, if Mobile is not at the top, select Mobile and click Move Up. d. Click OK to accept changes and close window. Task 2 Apply design and show a mobile channel In this task, you will use Device Manager to apply a new skin to your mobile channel and view it in the Internet Explorer 64-bit. 1. Navigate to the SPHOL-Design home page (open a new tab if necessary) 2. From the Settings menu, click Design Manager. 3. In the left navigation of Design Manager, select 7. Publish and Apply Design. 4. On the Publish and Apply Design page, click Assign master pages to your site based on device channel. 5. In the Site Master Page Settings, click Specify a master page to be used by this site and all sites that inherit from it radio button. 6. Next to your newly created Mobile device channel, from the drop-down, click the ContosoMobile/mchannel. 7. Click OK. 8. On the Windows Start menu, click All Programs. Microsoft Confidential Page 17

20 9. In the list of programs, click Internet Explorer (64-bit). 10. Navigate to the Knowledge Center site URL: Enter the following if prompted for credentials: User name: contoso\garthf Password: Microsoft Confidential Page 18

21 12. Note the site is displayed in Internet Explorer (64-bit) using the mobile master page. 13. Click + beside Products to expand the category. 14. Click Audio to display audio related assets. 15. Click + beside Research to expand the category. 16. Click Business technology to view related assets. 17. For comparison purposes, use Internet Explorer browser to navigate to the same page, Note the distinctly different user experience of the same page on these two browsers. Microsoft Confidential Page 19

22 In this exercise, you used Design Manager to create a new device channel to target mobile devices. You then assigned a custom master page to the mobile device channel and viewed the results in Internet Explorer (64-bit). Summary In this lab, you learned to use the new Design Manager to design and create new web sites more quickly and easily than ever before. Specifically, you learned how to: Import a custom site design into SharePoint Convert a custom site design to a master page Convert and apply an imported site design Customize a site design using Snippet Gallery Apply a customized site design Implement a mobile channel View a mobile channel in Internet Explorer (64-bit) Microsoft Confidential Page 20

SPHOL213: Intro to Web Content Management in SharePoint 2013

SPHOL213: Intro to Web Content Management in SharePoint 2013 2013 SPHOL213: Intro to Web Content Management 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

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

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

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

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

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

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade Exercise: Creating two types of Story Layouts 1. Creating a basic story layout (with title and content)

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

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

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

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

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

Lab 1: Windows Azure Virtual Machines

Lab 1: Windows Azure Virtual Machines Lab 1: Windows Azure Virtual Machines Overview In this hands-on Lab, you will learn how to deploy a simple web page to a Web server hosted in Windows Azure and configure load balancing. Objectives In this

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

Remote Desktop Web Access. Using Remote Desktop Web Access

Remote Desktop Web Access. Using Remote Desktop Web Access Remote Desktop Web Access What is RD Web Access? RD Web Access is a Computer Science service that allows you to access department software and machines from your Windows or OS X computer, both on and off

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

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

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

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

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

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

Document Services Online Customer Guide

Document Services Online Customer Guide Document Services Online Customer Guide Logging in... 3 Registering an Account... 3 Navigating DSO... 4 Basic Orders... 5 Getting Started... 5 Attaching Files & Print Options... 7 Advanced Print Options

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

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE UPDATED MAY 2014 Table of Contents Table of Contents...

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

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

CrownPeak Platform Dashboard Playbook. Version 1.0

CrownPeak Platform Dashboard Playbook. Version 1.0 CrownPeak Platform Dashboard Playbook Version 1.0 2015 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic

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

Microsoft Migrating to Access 2010 from Access 2003

Microsoft Migrating to Access 2010 from Access 2003 In This Guide Microsoft Access 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Access 2010 training,

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

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

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

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

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

MadCap Software. SharePoint Guide. Flare 11.1

MadCap Software. SharePoint Guide. Flare 11.1 MadCap Software SharePoint Guide Flare 11.1 Copyright 2015 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

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

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

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE 1 TABLE OF CONTENTS Introduction 3 Parts of the Government Web Template (GWT) 4 Logging In and Getting Started 5 GWT Joomla! Module Map 8 Editing the Top Bar

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

What s New in Version 10 Details for Web Essentials

What s New in Version 10 Details for Web Essentials What s New in Version 10 Details for Web Essentials TABLE OF CONTENTS Overview... 3 Dashboard Module... 3 General Changes... 3 New Proposal... 3 Create Proposal in Word... 5 Create New Proposal in Excel...

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

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

STEPfwd Quick Start Guide

STEPfwd Quick Start Guide CERT/Software Engineering Institute June 2016 http://www.sei.cmu.edu Table of Contents Welcome to STEPfwd! 3 Becoming a Registered User of STEPfwd 4 Learning the Home Page Layout 5 Understanding My View

More information

Product Guide. 2013 Nintex. All rights reserved. Errors and omissions excepted.

Product Guide. 2013 Nintex. All rights reserved. Errors and omissions excepted. Product Guide support@nintex.com www.nintex.com 2013 Nintex. All rights reserved. Errors and omissions excepted. Contents Contents... 2 Introduction... 4 1 Understanding system requirements... 5 1.1 Operating

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

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

MY EWU PORTAL FEATURES AND BENEFITS. Promotion of the Eastern brand name

MY EWU PORTAL FEATURES AND BENEFITS. Promotion of the Eastern brand name MY EWU PORTAL The My EWU web portal is an interactive website that provides single sign-on access to different EWU information and services. Content is based on your role or roles for example; student,

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

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

Kentico Content Management System (CMS

Kentico Content Management System (CMS Kentico Content Management System (CMS Table of Contents I. Introduction... 1 II. Log into a Kentico CMS Desk to Edit GC Website... 1 A. Select a Browser (Internet Explorer or Firefox only)... 1 B. Login

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

Content Author's Reference and Cookbook

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

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

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

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

603: Enhancing mobile device experience with NetScaler MobileStream Hands-on Lab Exercise Guide

603: Enhancing mobile device experience with NetScaler MobileStream Hands-on Lab Exercise Guide 603: Enhancing mobile device experience with NetScaler MobileStream Hands-on Lab Exercise Guide Christopher Rudolph January 2015 1 Table of Contents Contents... 2 Overview... 3 Scenario... 6 Lab Preparation...

More information

Social Media in Signatures

Social Media in Signatures Social Media in Signatures www.exclaimer.com Interactive Links Here we ll show you how to approximate the same social media approval interactivity like a Facebook Share button or Twitter Follow, for example

More information

Training Manual Version 1.0

Training Manual Version 1.0 State of Indiana Content Management System Open Text v.11.2 Training Manual Version 1.0 Developed by Table of Contents 1. Getting Started... 4 1.1 Logging In... 4 1.2 OpenText Menu...5 1.3 Selecting a

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

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

Nintex Forms 2013 Help

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

More information

Document Creation Automation Using SharePoint Designer Workflows

Document Creation Automation Using SharePoint Designer Workflows In this document we are going to investigate the capabilities of SharePoint Designer workflows to automate document creation; that is, the automated creation of documents based on templates that will have

More information

Colligo Email Manager 5.1. User Guide

Colligo Email Manager 5.1. User Guide 5.1 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Managing SharePoint Sites 5 Adding

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

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

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

ProperSync 1.3 User Manual. Rev 1.2

ProperSync 1.3 User Manual. Rev 1.2 ProperSync 1.3 User Manual Rev 1.2 Contents Overview of ProperSync... 3 What is ProperSync... 3 What s new in ProperSync 1.3... 3 Getting Started... 4 Installing ProperSync... 4 Activating ProperSync...

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

Infoview XIR3. User Guide. 1 of 20

Infoview XIR3. User Guide. 1 of 20 Infoview XIR3 User Guide 1 of 20 1. WHAT IS INFOVIEW?...3 2. LOGGING IN TO INFOVIEW...4 3. NAVIGATING THE INFOVIEW ENVIRONMENT...5 3.1. Home Page... 5 3.2. The Header Panel... 5 3.3. Workspace Panel...

More information

AvePoint Tags 1.1 for Microsoft Dynamics CRM. Installation and Configuration Guide

AvePoint Tags 1.1 for Microsoft Dynamics CRM. Installation and Configuration Guide AvePoint Tags 1.1 for Microsoft Dynamics CRM Installation and Configuration Guide Revision G Issued August 2014 Table of Contents About AvePoint Tags for Microsoft Dynamics CRM... 3 Required Permissions...

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

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

Using VoiceThread in Your Online Course (Faculty) Step 1: Create a Link for Yourself to Voicethread (1X per course)

Using VoiceThread in Your Online Course (Faculty) Step 1: Create a Link for Yourself to Voicethread (1X per course) Using VoiceThread in Your Online Course (Faculty) Step 1: Create a Link for Yourself to Voicethread (1X per course) 1. Navigate to the MyGateway course where you wish to add VoiceThread. You will first

More information

Building A Very Simple Website

Building A Very Simple Website Sitecore CMS 6.5 Building A Very Simple Web Site Rev 110715 Sitecore CMS 6.5 Building A Very Simple Website A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Creating

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

FAQs. OneDrive for Business?

FAQs. OneDrive for Business? Contents FAQs... 1 From a Web Browser (for PCs and mobile devices)... 1 From the OneDrive for Business Sync Application (for PCs only)... 2 From Office 2013 (for PCs only)... 3 From the OneDrive for Business

More information

Shopping Cart Manual. Written by Shawn Xavier Mendoza

Shopping Cart Manual. Written by Shawn Xavier Mendoza Shopping Cart Manual Written by Shawn Xavier Mendoza Table of Contents 1 Disclaimer This manual assumes that you are using Wix.com for website creation, and so this method may not work for all other online

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

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

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

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

Title: SharePoint Advanced Training

Title: SharePoint Advanced Training 416 Agriculture Hall Michigan State University 517-355- 3776 http://support.anr.msu.edu support@anr.msu.edu Title: SharePoint Advanced Training Document No. - 106 Revision Date - 10/2013 Revision No. -

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

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

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

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

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.26 - April 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Fireworks 3 Animation and Rollovers

Fireworks 3 Animation and Rollovers Fireworks 3 Animation and Rollovers What is Fireworks Fireworks is Web graphics program designed by Macromedia. It enables users to create any sort of graphics as well as to import GIF, JPEG, PNG photos

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

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

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

Your Blueprint websites Content Management System (CMS).

Your Blueprint websites Content Management System (CMS). Your Blueprint websites Content Management System (CMS). Your Blueprint website comes with its own content management system (CMS) so that you can make your site your own. It is simple to use and allows

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

Document Management in the List View

Document Management in the List View Document Management in the List View I want to manage my documents inside folders. I also want to manage my folders within the Quest List View and copy or move documents to different folder. Module Background:

More information

DREAMWEAVER BASICS. A guide to updating Faculty websites Created by the Advancement & Marketing Unit

DREAMWEAVER BASICS. A guide to updating Faculty websites Created by the Advancement & Marketing Unit DREAMWEAVER BASICS A guide to updating Faculty websites Created by the Advancement & Marketing Unit Table of content Tip: Click on the links below to go straight to the desired section The W (Web Services)

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information