Page Wrapper Editor. v. 6.2 Rev 5/10 1

Size: px
Start display at page:

Download "Page Wrapper Editor. v. 6.2 Rev 5/10 1"

Transcription

1 Overview... 2 Objectives... 2 Key Concepts and Considerations... 3 Creating a New Page Wrapper... 7 Step 1: Name... 8 Step 2: Meta Tags... 9 Step 3: Body Tag Attributes Step 4: Basic Layout Step 5: HTML Body Step 6: Printable Version Step 7: Publish Page Wrapper Editing a Page Wrapper EXERCISE 1.1: Modifying a Page Wrapper Using Multiple Page Wrappers Page Wrappers and Security Categories Related Actions Objectives Summary v. 6.2 Rev 5/10 1

2 Overview Page Wrapper Editor (PWE) is an integral part of all Convio sites. It is the tool used by Convio staff to build the Page Wrapper that encapsulates the content and applications on your Convio site. The Page Wrapper generally contains the persistent design elements of your site, such as top banner, branding, and navigation elements. Objectives Objectives By the end of this section, you will be able to: Identify key considerations for a new Page Wrapper Create and modify a Page Wrapper Configure metadata, head elements and body tags Create wrappers via the WYSIWYG by incorporating reusable elements Publish a Page Wrapper Edit an existing Page Wrapper Describe the following: Ways to use multiple Page Wrappers How Security Categories and Page Wrappers work together Use the Page Wrapper Editor s Related Actions 2 v. 6.2 Rev 5/10 2

3 Key Concepts and Considerations Convio will set up a default Page Wrapper for you during your deployment. However, as time passes and new projects or campaigns come up, you may wish to create new Page Wrappers or modify existing ones. A Convio site can have as many Page Wrappers as you need. Key Concept Page Wrapper Page Wrapper = Provides a consistent look and feel as your constituents navigate the pages of your site. Page Wrapper Content Area 3 v. 6.2 Rev 5/10 3

4 Key Considerations: Conditionalization Can this project be accomplished without a new Page Wrapper? Would conditionalization of the existing design accomplish the same goal? For avid athletes For Health-conscious chefs 4 Conditionals allow you to change the user experience of your constituents based on their online activity. Conditionalization is discussed in length in the WYSIWYG class. v. 6.2 Rev 5/10 4

5 When planning a new Page Wrapper design for Convio, keep in mind that the inclusion of any element should be driven by the user experience. Furthermore, consideration of Convio functionality should be taken into account when planning to how these elements might be implemented. Key Considerations: User Experience The elements included in a Page Wrapper should be driven by User Experience Log In 5 For example, the Logged Out version of the Wrapper includes links to log in as well as to register, or sign up to receive a newsletter. In the Logged In version, the Wrapper includes a personal greeting, as well as links update user information and to log out. All of this is done with conditionalization and personalization. v. 6.2 Rev 5/10 5

6 You should do some advanced planning before creating a new Page Wrapper. Figure out how to best incorporate the user experience described earlier. Also take into consideration the requirements of any Convio modules that use your new wrapper. For example, donation forms need at least a 700 pixel wide content area and calendar pages for a TeamRaiser event require at least 750 pixels. Other Key Considerations What content will be displayed within this Page Wrapper? PageBuilder pages naming conventions may apply Convio Applications Width considerations may be required, especially for Donations and Team Raiser 6 v. 6.2 Rev 5/10 6

7 Creating a New Page Wrapper You can create a new page wrapper by using the Page Wrapper Editor found under Setup. To create your new wrapper click the Create a new Page Wrapper button. The Page Navigator will open up with a seven step process. If you do not see the Page Wrapper Editor on the dropdown menu, it means that you do not have the appropriate level of access, and you will have to contact your Site Administrator to receive this access. Creating a New Page Wrapper An extensive explanation for interacting with PWE 8 v. 6.2 Rev 5/10 7

8 Step 1: Name In Step 1, enter the name for the overall page wrapper, as well as for this particular version of the wrapper. In addition, select a security category for this wrapper. The relationship between security categories and page wrappers will be discussed in a later section. Step 1: Naming a New Page Wrapper PW name for administrative purposes only Version used for design iterations Security Category helps control which Convio pages use this Page Wrapper 9 v. 6.2 Rev 5/10 8

9 Step 2: Meta Tags The Meta Tags step configures the HEAD elements elements that are needed to create a web page, but are not displayed in the browser. Document Type Declaration (DTD) - The document type that you select can affect how your pages display and will depend on whether your content is XHTML and complies with the newer standards, or whether it is HTML. If you are creating the Page Wrapper from scratch, it is best to choose XHTML. If you are inserting pre-generated code, chose the DTD that best matches your code. Enter Site Title and META data for the Page Wrapper. The site title will display at the top of the browser window and any page titles will be added to the end of it. META keywords and META description were once utilized by search engines, but this is no longer a common practice. However, some search engines will display the META description in search results. These should be entered as plain text with no HTML tags or syntax. Step 2: Adding DTD, Site Title, Meta Tags Choose the appropriate Document Type Declaration for your wrapper Site Title, META Keywords and META Description should be configured without tags or quotes 10 v. 6.2 Rev 5/10 9

10 If desired, you can enter additional tags for the HEAD element. Since entries for this field are open ended, proper HTML syntax should be applied. Any desired script tags, cascading style sheet (CSS) links, or embedded scripts or styles should be included here. A common best practice is to use an S51 tag to call in a reusable PageBuilder page that contains only HEAD elements. The advantages to using reusable PageBuilder pages in PWE (Page Wrapper Editor) will be discussed later. Step 2: Additional Head Elements HTML tags (or reusable page calls) must be used for any additional Head elements Best Practice: Use a PageBuilder Reusable Page for HEAD elements 11 v. 6.2 Rev 5/10 10

11 Step 3: Body Tag Attributes BODY attributes, such as Background Color, may also be configured during the Wrapper creation process, if not already included in a CSS file. Step 3: Adding Body Tag Attributes Leaving Margins Height and Width blank will result in 0 margin. Background images should be entered as relative pathnames. For adding JavaScript actions and additional Body attributes 12 JavaScript OnLoad and OnUnload actions can also be included here. However, please be aware that including JavaScript in a Page Wrapper that displays Convio applications may potentially cause a scripting conflict. This is rare, but if an application such as a donation form is not functioning properly, often it is due to a non-native script in the Page Wrapper. v. 6.2 Rev 5/10 11

12 Step 4: Basic Layout You can choose a basic layout, which will automatically create an HTML table, or you can choose to begin with a blank page. Most web developers creating complex layouts will create HTML in an external editor such as Dreamweaver. If this is the case, start with a blank page and then drop the code into the WYSIWYG or Plain Text editor. Step 4: Choosing a Layout Basic layouts will provide an HTML table layout to get started If coding in an external editor, selecting Start with a blank page is usually the best option 13 v. 6.2 Rev 5/10 12

13 Step 5: HTML Body Step 5 is where you create the look of the page wrapper in the WYSYWIG or by entering the HTML directly into the Plain Text Editor. To learn more about creating content in the Convio WYSIWYG editor, please review the WYSIWYG class that covers this subject in depth. Step 5: Creating the Wrapper in HTML Creating HTML content in PWE is exactly the same as creating content in any Convio WYSIWYG All wrappers must contain the Stationery Body: Placeholder Text component. 14 The Stationery Body: Placeholder Text component is where the content of your page will go inside of your wrapper. If you are using one of the basic layouts, it is inserted automatically. Placeholder Text is a required component for all Page Wrappers and if you try to publish a wrapper without it, you will get an error message. Inserting Stationery Body Use the Components button to insert the Stationery Body if it is missing from your wrapper 15 v. 6.2 Rev 5/10 13

14 It is a Best Practice to break up the Page Wrapper elements into different pieces (such as the header, navigation, and footer) and place those sections into reusable Convio PageBuilder pages. These reusable pages can then be called into the larger Page Wrapper framework, much in the way that non- Convio developers often use include files in their designs. Benefits to this technique: It is easier to modify a reusable PageBuilder page than it is to modify a Page Wrapper It is harder to break a whole wrapper when only editing part of it It is better to give other administrators access to PageBuilder than to PWE Inserting Reusable Pages Instead of loading all content into the PWE WYSIWYG, create a skeleton that pulls in PageBuilder Reusable Pages 16 v. 6.2 Rev 5/10 14

15 Inserting Reusable Pages Preview Component 17 Inserting Reusable Pages Embedded PageBuilder Reusable Page 18 When creating reusable pages in PageBuilder, it is a Best Practice to give them a name that starts with reus_ and if creating one for specifically for a wrapper, you might even want to start it with reus_wrpr. v. 6.2 Rev 5/10 15

16 This is an example of a Page Wrapper built using only reusable components and CSS. While it looks simple in PWE, all of the styles for the wrapper are set up in a CSS file that is called in Step 2 and the reusable pages contain all of the pieces that make up the wrapper. When a page containing this wrapper is called, Convio puts all of the elements together in one seamless Web page. Reusable Page-Only Wrapper Wrapper contains only framework and reusable pages 19 v. 6.2 Rev 5/10 16

17 Step 6: Printable Version The Print Friendly version of a Page Wrapper is a simplified version of the default Page Wrapper. It usually contains only a small logo, the body content, and organization contact information. It is created in a WYSIWYG editor just like the default version. Step 6: Creating a Printable Version The Printable Version should not include navigation or complex graphical elements 20 v. 6.2 Rev 5/10 17

18 Step 7: Publish Page Wrapper Previewing your wrapper is very important. You want to make sure that the wrapper looks exactly the way you want it to. When you are happy with the look of your wrapper, click Publish. After publishing the wrapper, it is also a good idea to look at it in several different browsers, such as Internet Explorer and Firefox, to make sure that it displays the same way in each of them. Previewing and Publishing Preview the Page Wrapper before publishing 21 v. 6.2 Rev 5/10 18

19 Editing a Page Wrapper To edit a page wrapper, click Manage Versions, make a copy of the current version of the wrapper, and then edit the new version. Before editing a Page Wrapper, make sure that the piece you wish to edit is in the wrapper itself instead of a PageBuilder component. Editing a Page Wrapper To make changes to a Page Wrapper, select Manage Versions 22 The system will not let you edit an active Page Wrapper version. Instead, you must click Copy to make any changes. Copying the Wrapper The system will not let you modify an active wrapper; to make changes, copy the most recent version 23 v. 6.2 Rev 5/10 19

20 It is a Best Practice to name the new version with a number and a brief description of what the change is. Copying the Wrapper Give the version a new name and click Copy 24 Editing the Copy Click Edit to edit the new draft 25 When editing a wrapper, you will be taken through the same steps as when creating a new wrapper. v. 6.2 Rev 5/10 20

21 EXERCISE 1.1: Modifying a Page Wrapper The Need to Read wrapper is missing a footer. In this exercise you will create a new version of the Need to Read wrapper, add some basic CSS for the footer to the HEAD elements, and add the reusable footer component. Modify the Need to Read Wrapper 1. Select Setup > Page Wrapper Editor 2. Find the Need to Read wrapper and click Manage Versions 3. Click Copy 4. Name the copy v2 adding footer [your initials] 5. Click Copy 6. Find your new version in the list and click Edit 7. Click Next 8. Open need_to_read_styles.txt in your class exercises folder (or use the code below). 9. Copy the code in the text file into the Additional HTML Tags for HEAD Element box and click Next 10. Click Next 11. In the WYSIWYG editor, click inside the blank red box below the Stationery Body: Placeholder Text 12. Click on the Convio Components icon. 13. In the pop-up box, select Content > Reusable Pages > reus_wrpr_footer_need 14. Click Insert 15. Click Next 16. Click Next 17. Preview the page wrapper to make sure the footer has been added. 18. Click Publish need_to_read_styles: <style type="text/css"> #footer p, #footer a:link, #footer a:visited { color:#ffffff; font-family:arial,helvetica, sans-serif; } #footer a:hover, #footer a:active { color:#fe9900; font-family:arial, Helvetica, sans-serif; } </style> v. 6.2 Rev 5/10 21

22 Using Multiple Page Wrappers There are a number of reasons why you might want to have multiple page wrappers, such as a wrapper for a specific microsite or for affiliates. Using Multiple Page Wrappers Typical reasons for multiple Page Wrappers include: Microsites for special campaigns Multiple business units operating within a single Convio instance (ex. Affiliates) Secure intranets that only staff members can access 28 v. 6.2 Rev 5/10 22

23 Multiple Page Wrappers: Microsite American Health Society has a special program called Need to Read, so they set up a new wrapper for it. Different navigation and branding for a microsite 29 Multiple Page Wrappers: Affiliates Susan G. Komen for the Cure has multiple Affiliates, with different wrappers Different wrapper for an affiliate site 30 v. 6.2 Rev 5/10 23

24 Page Wrappers and Security Categories You can have multiple Page Wrappers in the same Security Category. Create a new security category only if needed by your site. When working with a Convio module, you can override the default wrapper in a security category to another wrapper in that same category or to any from the General security category, but not from any other security category. Multiple Page Wrappers: Security Categories To create a Page Wrapper that should be the default wrapper for a new Security Category: 1. First create a new Security Category to control the Page Wrapper and related content 2. When creating the Page Wrapper, select the correct Security Category 31 v. 6.2 Rev 5/10 24

25 If you create a Page Wrapper and then you realized that you needed to create a new Security Category to control it, you can use Step 1 of Edit Attributes to select the correct Security Category, once it has been created. Please note that this can only be done if there are no active versions of the Page Wrapper. Therefore, it is advisable to figure out whether or not a new Security Category is needed before creating the new wrapper. Multiple Page Wrappers: Security Categories 3. After the Page Wrapper is created, configure it to be the default for the new Security Category Go to step 2 and set the Page Wrapper as default 32 v. 6.2 Rev 5/10 25

26 Related Actions There are several Related Actions for Page Wrappers. Related Actions DO NOT select Restore All Wrappers to Factory Settings unless you have explicit permission to do so Edit a custom style sheet to over ride standard styles Edit the styles that are presented in the WYSIWYG Styles dropdown 34 Restore All Wrappers to Factory Settings will destroy all existing Page Wrappers and replace them with the default design that was in place before deployment began. This is usually used when starting over on a site in which major design changes have occurred during deployment. NEVER USE IT on a site that is currently live. Edit CustomStyle.css allows you to edit a single style sheet that is applied last in the order of CSS documents applied to the Convio site. This style sheet will be applied to all wrappers and override default styles declared elsewhere. If you want custom CSS for a specific wrapper, add it to the styles embedded in the Page Wrapper HEAD tag in step 2 of the Process Navigator in PWE. EditCustomWysiwygSyle.css allows you to edit the styles that are available in the WYSIWYG Styles dropdown menu. Make sure the style is also in CustomStyle.css, or it will not show up on your pages. v. 6.2 Rev 5/10 26

27 Objectives Summary Objectives By the end of this section, you will be able to: Identify key considerations for a new Page Wrapper Create and modify a Page Wrapper Configure metadata, head elements and body tags Create wrappers via the WYSIWYG by incorporating reusable elements Publish a Page Wrapper Edit an existing Page Wrapper Describe the following: Ways to use multiple Page Wrappers How Security Categories and Page Wrappers work together Use the Page Wrapper Editor s Related Actions 35 v. 6.2 Rev 5/10 27

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates What is a DIV tag? First, let s recall that HTML is a markup language. Markup provides structure and order to a page. For example,

More information

Using Style Sheets for Consistency

Using Style Sheets for Consistency Cascading Style Sheets enable you to easily maintain a consistent look across all the pages of a web site. In addition, they extend the power of HTML. For example, style sheets permit specifying point

More information

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions)

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions) CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions) Step 1 - DEFINE A NEW WEB SITE - 5 POINTS 1. From the welcome window that opens select the Dreamweaver Site... or from the main

More information

WYSIWYG. v. 5.3.70 Rev 11/08 1

WYSIWYG. v. 5.3.70 Rev 11/08 1 WYSIWYG Overview...2 Objectives...2 EXERCISE 2.1: View a Diagram of WYSIWYG Components...3 W hat is W YSIW YG?...4 Library...5 Image Library...5 Document Library...6 EXERCISE 2.2: Uploading Library Elements...8

More information

Madison Area Technical College. MATC Web Style Guide

Madison Area Technical College. MATC Web Style Guide Madison Area Technical College MATC Web Style Guide July 27, 2005 Table of Contents Topic Page Introduction/Purpose 3 Overview 4 Requests for Adding Content to the Web Server 3 The MATC Public Web Template

More information

Using an external style sheet with Dreamweaver (CS6)

Using an external style sheet with Dreamweaver (CS6) Using an external style sheet with Dreamweaver (CS6) nigelbuckner.com 2012 This handout explains how to create an external style sheet, the purpose of selector types and how to create styles. It does not

More information

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites Asbru Ltd Asbru Ltd wwwasbrusoftcom info@asbrusoftcom Asbru Web Content Easily & Inexpensively Create, Publish & Manage Your Websites 31 March 2015 Copyright 2015 Asbru Ltd Version 92 1 Table of Contents

More information

Basic tutorial for Dreamweaver CS5

Basic tutorial for Dreamweaver CS5 Basic tutorial for Dreamweaver CS5 Creating a New Website: When you first open up Dreamweaver, a welcome screen introduces the user to some basic options to start creating websites. If you re going to

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

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5 Application Note Building a Website Using Dreamweaver without Programming Nan Xia MSU ECE 480 Team 5 11/16/2012 Table of Contents Abstract... 3 Introduction and Background... 3 Keywords... 3 Procedure...

More information

Introduction to LO Manual

Introduction to LO Manual Introduction to LO Manual The Salvation Army Southern Territorial Headquarters 2015 InterChange University Introduction to LO LO Table of Contents LO Manual Design and Conventions... 2 1: Introduction

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

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact Meet Builder. Introducing ithemes Builder, the innovative WordPress theme that operates more like web design software. Unlike other premium WordPress themes, Builder stretches the possibilities of WordPress

More information

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE ADD RESERVATIONS TO YOUR WEBSITE OPENTABLE GROUP SEARCH MODULE The group search module allows users to select a specific restaurant location from a list and search tables at that location. The code below

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

Advocacy Campaign and Email Setup Checklist

Advocacy Campaign and Email Setup Checklist Advocacy Campaign and Email Setup Checklist One of the most important benefits for REALTOR Associations using the shared Convio platform is the ability to use standard templates and formatting options

More information

Content Management System

Content Management System OIT Training and Documentation Services Content Management System End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2009 CONTENTS 1.

More information

By the end of this section, you will be able to: Create an Email Campaign Link Email Campaign to Interest Category. Populate Initial Campaign Audience

By the end of this section, you will be able to: Create an Email Campaign Link Email Campaign to Interest Category. Populate Initial Campaign Audience Email Campaigns Overview...2 EXERCISE 4.1: View an Email Message...3 Review: Constituent360 Groups...4 Key Concept: Email Campaigns...6 Email Campaigns...8 Email Calendar...9 Creating a New Campaign...

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

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

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

Appendix H: Cascading Style Sheets (CSS)

Appendix H: Cascading Style Sheets (CSS) Appendix H: Cascading Style Sheets (CSS) Cascading Style Sheets offer Web designers two key advantages in managing complex Web sites: Separation of content and design. CSS gives developers the best of

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

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer)

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer) ITS Training Introduction to Web Development with Dreamweaver In this Workshop In this workshop you will be introduced to HTML basics and using Dreamweaver to create and edit web files. You will learn

More information

CREATING HORIZONTAL NAVIGATION BAR USING ADOBE DREAMWEAVER CS5

CREATING HORIZONTAL NAVIGATION BAR USING ADOBE DREAMWEAVER CS5 CREATING HORIZONTAL NAVIGATION BAR USING ADOBE DREAMWEAVER CS5 Step 1 - Creating list of links - (5 points) Traditionally, CSS navigation is based on unordered list - . Any navigational bar can be

More information

Taleo Enterprise. Career Section Branding Definition. Version 7.5

Taleo Enterprise. Career Section Branding Definition. Version 7.5 Taleo Enterprise Career Section Branding Definition Version 7.5 March 2010 Confidential Information It shall be agreed by the recipient of the document (hereafter referred to as the other party ) that

More information

How to Customize Support Portals

How to Customize Support Portals How to Customize Support Portals 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Winter 6 @salesforcedocs Last updated: October 0, 05 Copyright 000 05 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta.

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta. OIT Training and Documentation Services Cascade Server End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2013 CONTENTS 1. Introduction

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Dreamweaver. Introduction to Editing Web Pages

Dreamweaver. Introduction to Editing Web Pages Dreamweaver Introduction to Editing Web Pages WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 INTRODUCTION TO DREAMWEAVER... 1 Document Window 3 Toolbar 3 Insert Panel 4 Properties Panel

More information

WEB DESIGN COURSE CONTENT

WEB DESIGN COURSE CONTENT WEB DESIGN COURSE CONTENT INTRODUCTION OF WEB TECHNOLOGIES Careers in Web Technologies How Websites are working Domain Types and Server About Static and Dynamic Websites Web 2.0 Standards PLANNING A BASIC

More information

Macromedia Dreamweaver 8 Developer Certification Examination Specification

Macromedia Dreamweaver 8 Developer Certification Examination Specification Macromedia Dreamweaver 8 Developer Certification Examination Specification Introduction This is an exam specification for Macromedia Dreamweaver 8 Developer. The skills and knowledge certified by this

More information

Fast track to HTML & CSS 101 (Web Design)

Fast track to HTML & CSS 101 (Web Design) Fast track to HTML & CSS 101 (Web Design) Level: Introduction Duration: 5 Days Time: 9:30 AM - 4:30 PM Cost: 997.00 Overview Fast Track your HTML and CSS Skills HTML and CSS are the very fundamentals of

More information

Requirements for Developing WebWorks Help

Requirements for Developing WebWorks Help WebWorks Help 5.0 Originally introduced in 1998, WebWorks Help is an output format that allows online Help to be delivered on multiple platforms and browsers, which makes it easy to publish information

More information

HTML Templates Guide April 2014

HTML Templates Guide April 2014 HTML Templates Guide April 2014 Contents About These Templates How to Apply Templates to a New Content Topic How to Enable HTML Templates Which Template Page to Use How to Apply an HTML Template to a New

More information

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Super Resellers Getting Started Guide Page 1 Getting Started Guide: Super Resellers Version 2.1 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work or derivative

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: support@bsetec.com Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

Welcome to the topic on Master Data and Documents.

Welcome to the topic on Master Data and Documents. Welcome to the topic on Master Data and Documents. In this topic, we will look at master data in SAP Business One. After this session you will be able to view a customer record to explain the concept of

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com User s Guide Kentico CMS 7.0 1 www.kentico.com Table of Contents Introduction... 4 Kentico CMS overview... 4 Signing in... 4 User interface overview... 6 Managing my profile... 8 Changing my e-mail and

More information

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

ecommercesoftwareone Advance User s Guide -www.ecommercesoftwareone.com

ecommercesoftwareone Advance User s Guide -www.ecommercesoftwareone.com Advance User s Guide -www.ecommercesoftwareone.com Contents Background 3 Method 4 Step 1 - Select Advance site layout 4 Step 2 - Identify Home page code of top/left and bottom/right sections 6 Step 3 -

More information

How to create an email template

How to create an email template How to create an email template Templates are created the same way as you would for any other content page for an html or text email. By checking the box next to the Name this Content field on the Create

More information

Citrix StoreFront. Customizing the Receiver for Web User Interface. 2012 Citrix. All rights reserved.

Citrix StoreFront. Customizing the Receiver for Web User Interface. 2012 Citrix. All rights reserved. Citrix StoreFront Customizing the Receiver for Web User Interface 2012 Citrix. All rights reserved. Customizing the Receiver for Web User Interface Introduction Receiver for Web provides a simple mechanism

More information

Umbraco v4 Editors Manual

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

More information

On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools

On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools Email Marketing How-To Document November 2010 Email Marketing Admin Tools On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools Global Email Settings Design Templates

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

Content Management System QUICK START GUIDE

Content Management System QUICK START GUIDE Content Management System QUICK START GUIDE Revised 03/10/11 TABLE OF CONTENTS Pg. 1... Logging In Pg. 2... Navigating to your site folder Pg. 2... The Folder Tree, Site Structure and Wire Frames Explained.

More information

Introduction to Web Design Curriculum Sample

Introduction to Web Design Curriculum Sample Introduction to Web Design Curriculum Sample Thank you for evaluating our curriculum pack for your school! We have assembled what we believe to be the finest collection of materials anywhere to teach basic

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Using HTML5 Pack for ADOBE ILLUSTRATOR CS5

Using HTML5 Pack for ADOBE ILLUSTRATOR CS5 Using HTML5 Pack for ADOBE ILLUSTRATOR CS5 ii Contents Chapter 1: Parameterized SVG.....................................................................................................1 Multi-screen SVG.......................................................................................................4

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Index Introduction... 3 Layout... 4 Best Practice HTML Email Example... 5 Images... 6 CSS (Cascading Style Sheets)... 7 Animation and Scripting... 8 How Spam Filters

More information

Introduction to Word 2007

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

More information

Create a Simple Website. Intel Easy Steps 1 2012 Intel Corporation All rights reserved.

Create a Simple Website. Intel Easy Steps 1 2012 Intel Corporation All rights reserved. Create a Simple Website Intel Easy Steps 1 2012 Intel Corporation Website Creating a Simple Website As more and more people are using the Internet to get information, it has become very important for businesses

More information

ITP 101 Project 3 - Dreamweaver

ITP 101 Project 3 - Dreamweaver ITP 101 Project 3 - Dreamweaver Project Objectives You will also learn how to make a website outlining your company s products, location, and contact info. Project Details USC provides its students with

More information

U.S. Coast Guard Auxiliary Department of User Services Dynamic Web Template User Guide. Version: 10.0.1

U.S. Coast Guard Auxiliary Department of User Services Dynamic Web Template User Guide. Version: 10.0.1 U.S. Coast Guard Auxiliary Department of User Services Dynamic Web Template User Guide Version: 10.0.1 Date: August 2, 2011 [ This page is intentional left blank ] Page: ii Table of Contents List of Figures...

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

Customer Web Site Training

Customer Web Site Training Customer Web Site Training T R A I N I N G M A T E R I A L Prepared by & for: RS Net ABN 61 508 214 365 PO Box 325 Kilkenny SA 5009 PH 0408 022 420 or 08 7324 3024 margaret@rsnet.net.au Training Material

More information

Creating a Restaurant Website

Creating a Restaurant Website 11 Creating a Restaurant Website In This Lesson This lesson looks at the process of creating a small business website, in this case for a restaurant. Starting from a needs analysis, this lesson shows you

More information

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions: Quick Start Guide This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:. How can I install Kentico CMS?. How can I edit content? 3. How can I insert an image or

More information

!!!!!!!! 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

Instructions for Formatting APA Style Papers in Microsoft Word 2010

Instructions for Formatting APA Style Papers in Microsoft Word 2010 Instructions for Formatting APA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find

More information

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Blox. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to common

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

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

Microsoft Office Live Meeting Events User s Guide

Microsoft Office Live Meeting Events User s Guide Microsoft Office Live Meeting Events User s Guide Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies,

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

Kentico CMS User s Guide 5.0

Kentico CMS User s Guide 5.0 Kentico CMS User s Guide 5.0 2 Kentico CMS User s Guide 5.0 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

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...

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

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet

More information

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01

JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT. Test Code: 3750 Version: 01 JOB READY ASSESSMENT BLUEPRINT WEB DESIGN - PILOT Test Code: 3750 Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe the process of information exchange between

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

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

RM Seminars spring 2013. Getting the most from SharePoint

RM Seminars spring 2013. Getting the most from SharePoint RM Seminars spring 2013 Getting the most from SharePoint Introduction Microsoft SharePoint is an online collaborative platform which supports a wide number of activities from online collaboration, to document

More information

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 OnContact Marketing Guide v8.1 Contents Marketing Dashboard... 2 Marketing Dashboard Panels... 2 Campaign Record... 3 Field Descriptions... 3 Products Tab...

More information

PASTPERFECT-ONLINE DESIGN GUIDE

PASTPERFECT-ONLINE DESIGN GUIDE PASTPERFECT-ONLINE DESIGN GUIDE INTRODUCTION Making your collections available and searchable online to Internet visitors is an exciting venture, now made easier with PastPerfect-Online. Once you have

More information

How to Customize Support Portals

How to Customize Support Portals How to Customize Support Portals 2014 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

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

Lesson Review Answers

Lesson Review Answers Lesson Review Answers-1 Lesson Review Answers Lesson 1 Review 1. User-friendly Web page interfaces, such as a pleasing layout and easy navigation, are considered what type of issues? Front-end issues.

More information

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor USER GUIDE Unit 4: Schoolwires Chapter 1: Schoolwires Centricity Version 4.2 TABLE OF CONTENTS Introduction... 1 Audience and Objectives... 1 Getting Started... 1 How the Works... 2 Technical Requirements...

More information

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Lesson 3 Creating Web Pages Using HTML UNESCO EIPICT M6. LESSON 3 1 Rationale Librarians need to learn how to plan, design and create

More information

Volume FIRSTCLASS COMMUNICATION TOOLS. Rapid Web Designer Basic Builder. RWD Basic Builder

Volume FIRSTCLASS COMMUNICATION TOOLS. Rapid Web Designer Basic Builder. RWD Basic Builder Volume 1 FIRSTCLASS COMMUNICATION TOOLS Rapid Web Designer Basic Builder RWD Basic Builder FIRSTCLASS COMMUNICATION TOOLS Rapid Web Designer Basic Builder York Catholic District School Board 320 Bloomington

More information

SimplyCast emarketing Email User Guide

SimplyCast emarketing Email User Guide SimplyCast emarketing Email User Guide Email User Guide Page 1 Contents 1. Email Overview... 3 2. Features Overview... 3 3. Email Editor Features... 8 4. How to Create an Email Campaign?... 5 5. Additional

More information

Insert/Edit Link: Popup Tab

Insert/Edit Link: Popup Tab Overview Note: The information on this page pertains to the old WYSIWYG Editor. For information about the new JustEdit Editor and the JustEdit toolbar, visit the JustEdit page. The Popup tab of the Insert/Edit

More information

Wellesley College Alumnae Association. Volunteer Instructions for Email Template

Wellesley College Alumnae Association. Volunteer Instructions for Email Template Volunteer Instructions for Email Template Instructions: Sending an Email in Harris 1. Log into Harris, using your username and password If you do not remember your username/password, please call 781.283.2331

More information

v7.1 SP2 What s New Guide

v7.1 SP2 What s New Guide v7.1 SP2 What s New Guide Copyright 2012 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Elgg 1.8 Social Networking

Elgg 1.8 Social Networking Elgg 1.8 Social Networking Create, customize, and deploy your very networking site with Elgg own social Cash Costello PACKT PUBLISHING open source* community experience distilled - BIRMINGHAM MUMBAI Preface

More information

Creating Online Surveys with Qualtrics Survey Tool

Creating Online Surveys with Qualtrics Survey Tool Creating Online Surveys with Qualtrics Survey Tool Copyright 2015, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this

More information

SRCSB General Web Development Policy Guidelines Jun. 2010

SRCSB General Web Development Policy Guidelines Jun. 2010 This document outlines the conventions that must be followed when composing and publishing HTML documents on the Santa Rosa District Schools World Wide Web server. In most cases, these conventions also

More information

Table of Contents. Table of Contents 3

Table of Contents. Table of Contents 3 User Guide EPiServer 7 Mail Revision A, 2012 Table of Contents 3 Table of Contents Table of Contents 3 Introduction 5 About This Documentation 5 Accessing EPiServer Help System 5 Online Community on EPiServer

More information

How to Build a Successful Website

How to Build a Successful Website How to Build a Successful Website November 17, 2010 By Alhan Keser This is a guide meant to help you create a successful website. There are many ways of going about developing a website that can lead to

More information

KOMPOZER Web Design Software

KOMPOZER Web Design Software KOMPOZER Web Design Software An IGCSE Student Handbook written by Phil Watkins www.kompozer.net CONTENTS This student guide is designed to allow for you to become a competent user* of the Kompozer web

More information

Sending an email through Convio can be accomplished by the following six steps:

Sending an email through Convio can be accomplished by the following six steps: Convio Training Table of Contents Overview... 5 Getting Started... 5 Logging into Convio... 5 Six Steps to Convio Success... 5 Adding Names to the Convio Database... 5 Preparing/Formatting your List for

More information

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

Creating a Newsletter with Microsoft Word

Creating a Newsletter with Microsoft Word Creating a Newsletter with Microsoft Word Frank Schneemann In this assignment we are going to use Microsoft Word to create a newsletter that can be used in your classroom instruction. If you already know

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial Microsoft Word 2010 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

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