The SPELL Tabs. Inline Navigation for SharePoint Pages. SPELL Tabs version January Author: Christophe HUMBERT User Managed Solutions LLC

Size: px
Start display at page:

Download "The SPELL Tabs. Inline Navigation for SharePoint Pages. SPELL Tabs version January Author: Christophe HUMBERT User Managed Solutions LLC"

Transcription

1 The SPELL Tabs Inline Navigation for SharePoint Pages SPELL Tabs version January 2014 Author: Christophe HUMBERT User Managed Solutions LLC

2 Table of Contents About the SPELL Tabs... 2 Instructions... 3 Prerequisites... 3 Installation... 3 Adding tabs to a page (app mode and default settings)... 4 Adding tabs to a page (app mode with custom settings)... 6 About the inline mode... 8 Playing with the options... 8 Tab colors... 9 Hyperlinks... 9 Controls... 9 Reusing your settings... 9 Additional settings Playing with the layout Can I do more with the SPELL Tabs? Known issues and limitations Inline Tabs: what are my other options? Terms of Use Support Contact Information Trademark Notice

3 About the SPELL Tabs As more and more content gets pushed into SharePoint, Web Part pages often become overcrowded. Users are forced to scroll down to discover the page content. The SPELL Tabs address this issue: when added to a Web Part zone, they automatically generate a tabbed interface, creating tabs associated with each Web Part present in the zone (cf. figure 1). Thanks to the tabs, the users can identify at a glance and easily reach the specific area they are interested in. Figure 1: tabs building process If you have been using the Easy Tabs in SharePoint 2007 or 2010, you are already familiar with this concept. The SPELL Tabs are a more solid, powerful and user friendly implementation that targets SharePoint 2007, 2010, 2013 and the current version of Office 365 / SharePoint Online (version 16). The SPELL Tabs are a component of SPELL, a program dedicated to the deployment of User Managed Solutions in SharePoint environments. Note: this document applies to the full version of the SPELL Tabs. Some files and features are not available if you are using the gratis version. 2

4 Instructions Prerequisites To implement the SPELL Tabs, you need owner or designer permissions on a SharePoint site version 2007, 2010, 2013 or Office 365 / SharePoint Online (version 16). For older browsers (like IE 7), additional code is required to supplement missing capabilities. The SPELL default configuration assumes that your SharePoint environment allows Internet access, and loads the additional code from a public Content Delivery Network (CDN). If it is not the case, SPELL needs to be configured to pull the code from SharePoint. SPELL doesn t support Internet Explorer version 6 or before. Installation The installation process is very simple: just upload the files to a document library and you're good to go! You can for example use the Site Assets library present by default in all SharePoint team sites. You can upload the files either at the root level or in a folder, as long as all SPELL files are at the same level. The Tabs require five SPELL components: SPELL1.1.0Core.min.js and SPELL1.1.0WP.min.js contain core SPELL functions. They are also used by other SPELL solutions, which is why they are stored as separate files. SPELL1.1.0InlineNavigation.min.js is the code that builds the tabs. It can also serve as the foundation to build other navigation interfaces. SPELL1.1.0TabsEditorMode.js is the editor mode that helps you configure the Tabs. SPELL1.1.0Tabs.aspx is the page that renders the tabbed interface or the editor, when SPELL is used in app mode. SPELL1.1.0Tabs.txt is a code sample that showcases the use of SPELL in inline mode. Note: if you are a server admin, you can also choose to upload the files in the SharePoint _layouts folder. Note: the gratis version only includes one file, called SPELL1.1.0TabsGratisVersion.aspx Remember: in app mode, the same SPELL Tabs file can be used across sites and even across site collections, as long as you stay in the same domain. If for example your SPELL file is located in you can use it on any page in but not on pages located in 3

5 Adding tabs to a page (app mode and default settings) To add the tabbed interface: 1. Go to your SharePoint page and switch to edit mode (Site Actions > Edit page) 2. Add your content to a Web Part zone (the Web Parts you want to tabify) 3. Add a Page Viewer Web Part as the first Web Part in the zone (cf. figure 1), and link it to your SPELL1.1.0Tabs.aspx file (cf. figures 2 and 3) 4. Save the page and exit the edit mode At this point, you should see your tabbed interface on the page. Figure 2: Page Viewer Web Part link 4

6 Figure 3: Page Viewer Web Part appearance Note: The tabs are not rendered while you are in edit mode. For a clean tab display, set the Page Viewer Web Part chrome type to None, or check the hidden checkbox under layout. Important! The title of each Web Part must be visible on the page. The code relies on the title to build each tab. If a tab displays Item, it means that the Web Part title was not found and the code uses a default name. If you have used the Easy Tabs in the past, you ll notice some key differences with the implementation of the SPELL Tabs: - The Web Part is located where we want the tabs, not at the bottom of the zone - In app mode, we use a Page Viewer Web Part to link to the code 5

7 Adding tabs to a page (app mode with custom settings) To customize the look of the tabs, you need to operate in two steps. Step 1: Select your options To select your options, open the SPELL1.1.0Tabs.aspx page. In standalone mode, the page automatically turns to editor mode and displays the options (cf. figure 4). Select your options, and then click on the Apply Custom Options button. This will have two actions: - The colors are applied to the preview - The options are added to the url Example: If the default SPELL Tabs url is: /SiteAssets/SPELL/SPELL1.1.0Tabs.aspx When you choose to set the background color of the active tab to Orange, the url becomes: /SiteAssets /SPELL/SPELL1.1.0Tabs.aspx#css.activeBackground=Orange Important! Your options are not saved; they are just added to the URL. Remember to keep a copy of the current URL after you apply your options. Step 2: to include the tabs in the page, follow the procedure explained in the previous section, except that in the Page Viewer Web Part you ll use the url with options included. 6

8 Figure 4: SPELL1.1.0Tabs.aspx in editor mode 7

9 About the inline mode SPELL can also be implemented in inline mode. In this case, instead of a Page Viewer Web Part you ll need a Web Part that accepts code. You can use for example a Content Editor Web Part, a Form Web Part or in SP 2013 a Script Editor Web Part. You could also include the code directly in the page or the Master page. The inline mode targets developers. It is recommended for advanced options, or if SPELL needs to be combined with other code present on the page. The app version is the safer, no code way and is recommended for end users. Note: the inline version offers the same customization options as the app mode, but you d need to edit the code to apply the settings, and save a different version for each customization. For standard options, the app version makes maintenance so much easier! Refer to the SPELL1.1.0Tabs.txt file for an example of inline code. Playing with the options The tabbed interface is made of 3 sections (cf. figure 5): Inline tabs (one tab per Web Part) Hyperlinks Controls Figure 5: the 3 sections of the tabbed interface The edit menu reflects this structure, and offers customization options for each section. 8

10 Tab colors Maybe grey is too bland for your taste, and you d like to see more vivid colors on the tabs? The edit menu allows you to set the tabs background and font color for the 3 states (active/inactive/hover). There s a choice of 147 color names supported by all major browsers. And if this is not enough, or if you need to match a specific color palette, you can enter a hex code (for example #ff4500). Hyperlinks The edit menu allows up to 3 hyperlinks. For each, enter the displayed text and the url. A url starts with // (absolute link) or / (link relative to the current domain). For example, to create a link to Twitter ( enter the following values: In the text field: Twitter In the URL field: //twitter.com Note: if you need more than 3 hyperlinks, this can be done by editing the SPELL1.1.0TabsEditorMode file. Controls The tabbed interface includes up to 5 controls: View All / Hide All Full Screen / Back to Page Remove Tabs The edit menu allows you to customize the text displayed in each control. If no text is entered then the control is not displayed. Note: after clicking on the Remove Tabs control, the only way to get the Tabs back is to refresh the page. Reusing your settings Once you have customized your Page Viewer Web Part, you can export it and upload it to the site collection s Web Part Gallery, where it becomes available to all sites and pages. 9

11 Remember: by passing the options in the hash part of the URL, we are ensuring that the exact same page (SPELL1.1.0Tabs.aspx) is leveraged across sites, and even across site collections within a same domain. In terms of performance and maintenance, this is a significant improvement over the Easy Tabs, which are already far more efficient than traditional inline tabs. Additional settings The SPELL Tabs offer additional settings not available through the edit menu. Some can be added directly to the url options, others require editing the code. For the full list of options, visit the SPELL API documentation. Playing with the layout In the previous chapter we reviewed some examples of tab settings. Below are some more features offered by the SPELL Tabs. Leave the first Web Part out of the tabbed interface Easy: move the Page Viewer Web Part to the second position in the page. Have two Web Parts under the same tab Give both Web Parts the same title. Get a link to a specific tab Right click on the tab and copy the link address. You can then forward the link to other users; when they open the page, the tab you selected will automatically be activated. Display form Yes, the SPELL Tabs work in the dispform.aspx. This is actually a very popular use of inline tabs, especially effective when combined with the SharePoint related items feature (not available in SP 2007). 10

12 Can I do more with the SPELL Tabs? Sure! As the code is accessible from the user s side, we can easily tweak it to meet specific requirements. For example, SPELL also allows us to completely change the layout, and instead of tabs render a vertical menu, a drop-down list or an accordion. To get in touch with us and learn more about SPELL, see the contact information at the end of this document. Known issues and limitations Characters In its standard version, the SPELL Tabs only retain printable ASCII characters and will strip out the rest. If your environment requires non-ascii characters in the tab titles, please contact us. Calendar views in SharePoint 2010, Timeline in SharePoint 2013 The SP 2010 calendar has a resizing bug. This bug affects the SPELL Tabs and the Easy Tabs, as the role of the tabs is basically to do Web Part resizing at runtime. The fix is to give the Web Part that contains the calendar a fixed width. This issue is not present in other versions. In SP 2013 and the current Office 365, you might experience a similar issue with timelines in Tasks lists. Inline Tabs: what are my other options? Inline tabs are very popular in Web design, and several JavaScript libraries offer this feature. One of the most popular in the SharePoint world is jquery UI. It is also present in most major JavaScript frameworks (Twitter Bootstrap, dojo, Kendo UI, etc.). What makes the SPELL Tabs different is their ability to feed from the page itself to generate the tabbed interface (cf. figure 1). This is different from traditional design where each page requires its own, specific html code. The Easy Tabs already relied on this technique, but SPELL is taking it one step further. As we have seen in the previous chapters, with the SPELL Tabs, even core settings like colors are 11

13 passed as parameters, so the exact same code can be reused across multiple teams and site collections. This translates into better performance and much easier maintenance. Terms of Use Along with the SPELL files you receive an End User License Agreement. Please read it. If you do not accept the terms, you must not install or use the application. Support User Managed Solutions offers support - webinars, forum, and consulting hours via the SPELL program. Please contact us for more details (see information below). Contact Information Christophe HUMBERT SPELL Program - User Managed Solutions LLC Christophe@UserManagedSolutions.com Phone Skype Website Blog Trademark Notice Office 365 and SharePoint are registered trademarks of Microsoft Corporation. 12

SPELL Tabs Evaluation Version

SPELL Tabs Evaluation Version SPELL Tabs Evaluation Version Inline Navigation for SharePoint Pages SPELL Tabs v 0.9.2 Evaluation Version May 2013 Author: Christophe HUMBERT User Managed Solutions LLC Table of Contents About the SPELL

More information

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps.

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps. The Beginners Guide Table of Contents 03 04 05 06 34 35 What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps See Live Examples Need More Help? What is ProSite?

More information

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 Config Guide Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 November 2014 Title: Gimmal Smart Tiles (SharePoint-Hosted) Configuration Guide Copyright 2014 Gimmal, All Rights Reserved. Gimmal

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

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

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

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

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

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

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

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

Content Author's Reference and Cookbook

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

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

Deploying the Workspace Application for Microsoft SharePoint Online

Deploying the Workspace Application for Microsoft SharePoint Online Microsoft Dynamics GP Deploying the Workspace Application for Microsoft SharePoint Online Microsoft Dynamics GP Workspace is a method to enable Microsoft Excel-based dashboards for SharePoint Online. This

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

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

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

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

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

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring 7 th Annual LiveText Collaboration Conference Advanced Document Authoring Page of S. La Grange Road, nd Floor, La Grange, IL 6055-455 -866-LiveText (-866-548-3839) edu-solutions@livetext.com Page 3 of

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

Previewing & Publishing

Previewing & Publishing Getting Started 1 Having gone to some trouble to make a site even simple sites take a certain amount of time and effort it s time to publish to the Internet. In this tutorial we will show you how to: Use

More information

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide Instructional Guide Class Goals: 1. Understanding & Navigating the SP Team Site Structure 2. Using SP to create & maintain a collaborative site for your team: Planning & Design, Lists, Libraries, Web Parts

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

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7 Exchange Outlook 007 How To s / RSS Feeds of 7 RSS (Really Simple Syndication) is a method of publishing and distributing content on the Web. When you subscribe to an RSS feed also known as a news feed

More information

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS Last Edited: 2012-07-09 1 Navigate the document interface... 4 Create and Name a new document... 5 Create a new Google document... 5 Name Google documents...

More information

SharePoint 2010 Web Publishing Manual

SharePoint 2010 Web Publishing Manual SharePoint 2010 Web Publishing Manual 1. IE browser settings 2 2. Logging on 11 3. Exploring the Web Publishing Environment 11 4. Text editing 14 5. Inserting and uploading images 16 6. Uploading and downloading

More information

1 of 31. SharePoint 2010 Web Publishing Manual. 1. IE Settings. Step 1: Adding your SharePoint site to Local Intranet zone. 1. IE browser settings 2

1 of 31. SharePoint 2010 Web Publishing Manual. 1. IE Settings. Step 1: Adding your SharePoint site to Local Intranet zone. 1. IE browser settings 2 1 of 31 SharePoint 2010 Web Publishing Manual 1. IE browser settings 2 2. Logging on 11 3. Exploring the Web Publishing Environment 11 4. Text editing 14 5. Inserting and uploading images 16 6. Uploading

More information

Sage CRM. 7.2 Mobile Guide

Sage CRM. 7.2 Mobile Guide Sage CRM 7.2 Mobile Guide Copyright 2013 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

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

Create your own teacher or class website using Google Sites

Create your own teacher or class website using Google Sites Create your own teacher or class website using Google Sites To create a site in Google Sites, you must first login to your school Google Apps account. 1. In the top-right corner of any apps, you can click

More information

ISE Web Portal Customization Options. Secure Access How-to User Guide Series

ISE Web Portal Customization Options. Secure Access How-to User Guide Series ISE Web Portal Customization Options Secure Access How-to User Guide Series Author: Jason Kunst Date: July 9, 2015 Table of Contents About this guide... 3 Prerequisite to using JavaScript on your portal

More information

Sitecore InDesign Connector 1.1

Sitecore InDesign Connector 1.1 Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

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

(These instructions are only meant to get you started. They do not include advanced features.)

(These instructions are only meant to get you started. They do not include advanced features.) FrontPage XP/2003 HOW DO I GET STARTED CREATING A WEB PAGE? Previously, the process of creating a page on the World Wide Web was complicated. Hypertext Markup Language (HTML) is a relatively simple computer

More information

University of Colorado Denver University Web Services 3

University of Colorado Denver University Web Services 3 STUDENT GUIDE SharePoint 401: Web Forms Course Plan Module 1: An Introduction to SharePoint web forms at CU Denver Learning Objectives Understand the function and customization of web forms at CU Denver

More information

DROPFILES SUPPORT. Main advantages:

DROPFILES SUPPORT. Main advantages: DROPFILES SUPPORT Dropfiles is a Joomla extension used to manages all your files and categorize them in a smart way. The main component is completed by a theme pack. For more commercial information please

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents 1. Introduction... 4 I. Enhancements... 5 II. Tips... 6 2. Key Information... 7 3. How to Add a... 8 4. How to Edit... 10 I. SharpSchool s WYSIWYG Editor... 11

More information

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

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

Please select one of the topics below.

Please select one of the topics below. Thanks for choosing WYSIWYG Web Builder! In this section we will give a short introduction to Web Builder so you can start building your web site in (almost) no time. Please select one of the topics below.

More information

Working with RD Web Access in Windows Server 2012

Working with RD Web Access in Windows Server 2012 Working with RD Web Access in Windows Server 2012 Introduction to RD Web Access So far in this series we have talked about how to successfully deploy and manage a Microsoft Windows Server 2012 VDI environment.

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

Create a Google Site in DonsApp

Create a Google Site in DonsApp Create a Google Site in DonsApp 1 Google Web Site Interactive. Constructivist. Collaborative. Communities. WHAT IS GOOGLE SITE? With one single click, you can create a website without any knowledge of

More information

A quick guide to setting up your new website

A quick guide to setting up your new website A quick guide to setting up your new website Hi there. Welcome to MrSite we re really happy you chose to build your brand new website with us and look forward to seeing what you create! We re sure you

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

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Content Management System User Guide

Content Management System User Guide Content Management System User Guide support@ 07 3102 3155 Logging in: Navigate to your website. Find Login or Admin on your site and enter your details. If there is no Login or Admin area visible select

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

Teacher Training Session 1. Adding a Sub-Site (New Page) Editing a page and page security. Adding content cells. Uploading files and creating folders

Teacher Training Session 1. Adding a Sub-Site (New Page) Editing a page and page security. Adding content cells. Uploading files and creating folders Teacher Training Session 1 Adding a Sub-Site (New Page) Editing a page and page security Adding content cells Uploading files and creating folders Adding Sub Sites Sub Sites are the same as Sub Groups

More information

RSW. Responsive Fullscreen WordPress Theme

RSW. Responsive Fullscreen WordPress Theme RSW Responsive Fullscreen WordPress Theme Thank you for purchasing this theme. This document covers the installation and Setting up of the theme. Please read through this Help Guide if you experience any

More information

Microsoft Word 2010. Revising Word Documents Using Markup Tools

Microsoft Word 2010. Revising Word Documents Using Markup Tools Microsoft Word 2010 Revising Word Documents Using Markup Tools Preface Word provides several markup tools that make document collaboration easy. Color coding, highlighting, and the ability maintain multiple

More information

RIMS Community Microsite Content Management System Training

RIMS Community Microsite Content Management System Training RIMS Community Microsite Content Management System Training Table of Contents Site setup o Hands on Training: Configure your Contact Us page Content Management System o Navigation Items/Pages Overview

More information

Egnyte for Power and Standard Users. User Guide

Egnyte for Power and Standard Users. User Guide Egnyte for Power and Standard Users User Guide Egnyte Inc. 1350 West Middlefield Road. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) Revised June 2015 Table of Contents Chapter 1: Getting

More information

SmallBiz Dynamic Theme User Guide

SmallBiz Dynamic Theme User Guide SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

Snagit 10. Getting Started Guide. March 2010. 2010 TechSmith Corporation. All rights reserved.

Snagit 10. Getting Started Guide. March 2010. 2010 TechSmith Corporation. All rights reserved. Snagit 10 Getting Started Guide March 2010 2010 TechSmith Corporation. All rights reserved. Introduction If you have just a few minutes or want to know just the basics, this is the place to start. This

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

Cloudfinder for Office 365 User Guide. November 2013

Cloudfinder for Office 365 User Guide. November 2013 1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside

More information

Mail Chimp Basics. Glossary

Mail Chimp Basics. Glossary Mail Chimp Basics Mail Chimp is a web-based application that allows you to create newsletters and send them to others via email. While there are higher-level versions of Mail Chimp, the basic application

More information

Create A Google Site. Introduction to Sites. Create, format, and customize a site. Adapted from:

Create A Google Site. Introduction to Sites. Create, format, and customize a site. Adapted from: Create A Google Site Adapted from: http://edutraining.googleapps.com/training-home/module-5-sites Introduction to Sites Google Sites is an online application that makes creating a class, school, or project

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

DroboAccess User Manual

DroboAccess User Manual DroboAccess User Manual Release 8.2 The DroboAccess developers June 02, 2016 CONTENTS 1 DroboAccess 8.2 User Manual Introduction 1 2 Configuration of DroboAccess 8.2 3 2.1 Users, passwords and share management................................

More information

Site Administrator Guide

Site Administrator Guide Site Administrator Guide Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other

More information

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

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

!!!!!!!! Startup Guide. Version 2.7

!!!!!!!! Startup Guide. Version 2.7 Startup Guide Version 2.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

7.0 Wireless Mobile Guide

7.0 Wireless Mobile Guide 7.0 Wireless Mobile Guide Copyright 2010 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Kentico CMS 5.5 User s Guide

Kentico CMS 5.5 User s Guide Kentico CMS 5.5 User s Guide 2 Kentico CMS User s Guide 5.5 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

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

Virto SharePoint Gantt Chart App for Office 365 Release 1.0.3. User and Installation Guide

Virto SharePoint Gantt Chart App for Office 365 Release 1.0.3. User and Installation Guide Virto SharePoint Gantt Chart App for Office 365 Release 1.0.3 User and Installation Guide 2 Table of Contents OVERVIEW... 3 FEATURES LIST... 3 SYSTEM/DEVELOPER REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER...

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

WebSite Tonight. Getting Started Guide. Getting Your Personal Website Online in One Night. WebSite Tonight // A Wedding Website

WebSite Tonight. Getting Started Guide. Getting Your Personal Website Online in One Night. WebSite Tonight // A Wedding Website Getting Started Guide WebSite Tonight Getting Your Personal Website Online in One Night Getting Started Guide Page 1 Getting Started Guide: WebSite Tonight A Wedding Website Version 1.0 (03.08.10) Copyright

More information

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130 UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS Silva Introduction to Silva Document No. IS-130 Contents What is Silva?... 1 Requesting a website / Web page(s) in Silva 1 Building the site and making

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

Best Practices for Managing Your Public Web Space and Private Work Spaces

Best Practices for Managing Your Public Web Space and Private Work Spaces Best Practices for Managing Your Public Web Space and Private Work Spaces So You re an Administrator to a Committee, Round Table, System User Group or Task Force? This Guide will introduce you to best

More information

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202 1.877.204.6679 www.fourwindsinteractive.com 3012 Huron Street sales@fourwindsinteractive.com Denver CO 80202 5.1 Features Copyright 2014 Four Winds Interactive LLC. All rights reserved. All documentation

More information

This guide is to help you get started with Live Chat Support on your Wix website. If you have any additional questions after reading this guide,

This guide is to help you get started with Live Chat Support on your Wix website. If you have any additional questions after reading this guide, This guide is to help you get started with Live Chat Support on your Wix website. If you have any additional questions after reading this guide, please chat with us at www.socialintents.com or email us

More information

Orthopaedics SharePoint Site: User Guide. Version: 201012. Page 1 of 19

Orthopaedics SharePoint Site: User Guide. Version: 201012. Page 1 of 19 Title: Author: Orthopaedics SharePoint Site: User Guide Afshin Shirzad Version: 201012 Page 1 of 19 Table of Contents 1.0. Accessing the Orthopaedics SharePoint Site... 3 1.1. Remote Access to Orthopaedics

More information

bbc Creating a Purchase Order Form Adobe LiveCycle Designer ES2 November 2009 Version 9

bbc Creating a Purchase Order Form Adobe LiveCycle Designer ES2 November 2009 Version 9 bbc Adobe LiveCycle Designer ES2 November 2009 Version 9 2009 Adobe Systems Incorporated. All rights reserved. Adobe LiveCycle Designer ES2 (9.0) for Microsoft Windows November 2009 This tutorial is licensed

More information

Google Account. Drive: Create slideshow. Click on New. Click on Google Slides

Google Account. Drive: Create slideshow. Click on New. Click on Google Slides Google Account Set up or sign in to a Gmail account for your library system. We use a generic Gmail address not tied to the georgialibraries.org domain. Once in your account, find the Google apps icon

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 37.0, Summer 16 @salesforcedocs Last updated: July 12, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Learning Village 2.0 Site Map

Learning Village 2.0 Site Map Publisher Content, Lesson Creation, SmartBoard & Collaboration Log In URL: https://lv.bcsd.com Log in to Learning Village, using your district email log in information. Exploring the Dashboard: Top-level

More information

Producing Standards Based Content with ToolBook

Producing Standards Based Content with ToolBook Producing Standards Based Content with ToolBook Contents Using ToolBook to Create Standards Based Content... 3 Installing ToolBook... 3 Creating a New ToolBook Book... 3 Modifying an Existing Question...

More information

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4 CMS Editor How-To Saving work in the CMS... 2 Edit an existing page... 2 Create a new page... 4 Create a side bar section... 4 Upload an image and add to your page... 5 Add an existing image to a Page...

More information

MAKE A NEW SUBSITE 1. On the left navigation, click Site Contents (or Sites). Scroll down to subsites. Click new subsite.

MAKE A NEW SUBSITE 1. On the left navigation, click Site Contents (or Sites). Scroll down to subsites. Click new subsite. SharePoint 2013 Administrator Instructions Contents SharePoint 2013 Administrators Guide... 1 MAKE A NEW SUBSITE... 1 PERMISSIONS... 2 DOCUMENT LIBRARIES... 3 IMPROVE NAVIGATION ON THE SHAREPOINT SITE...

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4

Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4 Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4 Dwebs Ltd http://www.dwebs.ltd.uk January 2009 Doc: Helm 4.1.0.0 Mod Ver: 1.0.0.0 The names of actual companies and products mentioned

More information

Practical Example: Building Reports for Bugzilla

Practical Example: Building Reports for Bugzilla Practical Example: Building Reports for Bugzilla We have seen all the components of building reports with BIRT. By this time, we are now familiar with how to navigate the Eclipse BIRT Report Designer perspective,

More information

Digital Signage with Apps

Digital Signage with Apps Version v1.0.0 Digital Signage with Apps Copyright 2012 Syabas Technology, All Rights Reserved 2 Digital Signage with Apps Project...6 New Project...6 Scheduler...6 Layout Panel...7 Property Panel...8

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Publish Joomla! Article 3 Install Joomla! Locally 4 Set

More information

Cascade Server CMS Quick Start Guide

Cascade Server CMS Quick Start Guide Cascade Server CMS Quick Start Guide 1. How to log in 2. How to open page 3. How to edit a page 4. How to create a new page 5. How to publish a page 6. How to change settings to view publish status page

More information

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication You will be directed to the "Portfolio Settings! page. On this page you will fill out basic DIGICATION E-PORTFOLIO HELP GUIDE Where do I start? Log in to Digication Go to your school!s Digication login

More information

Office 365 SharePoint Setup and Admin Guide

Office 365 SharePoint Setup and Admin Guide Setup and Admin Guide Contents About this guide... 2 Introduction to SharePoint... 2 SharePoint sites... 3 Team sites, Websites and personal sites... 3 Site structures... 4 Choosing a site structure...

More information

iglobe CRM SharePoint App Documentation

iglobe CRM SharePoint App Documentation 8/31/2014 iglobe CRM SharePoint App Documentation Apply to app version 1.1.0.2 Alon Ekelund Tuborg Boulevard 12,3 sal 2900 Hellerup Denmark Phone: +45 28800025 Support: support@iglobe.dk Other question:

More information