Wolf. Responsive Website Designer. Mac Edition User Guide

Size: px
Start display at page:

Download "Wolf. Responsive Website Designer. Mac Edition User Guide"

Transcription

1 Wolf Responsive Website Designer Mac Edition User Guide Version

2 Table of Contents What is Wolf Website Designer? Editor overview Save and open website Create responsive layout How to create responsive columns How to add a new photo How to add a new text box "Responsive Section" vs "Table Grid" How to modify font style, size and color How to add image background How to apply formatting to table How to link to and phone number How to add web link How to link to different sections within a page How to add custom HTML code How to add custom CSS code How to adjust spacing between responsive sections How to customize responsive column layout How to upload videos, documents and other files How to add a video How to find video URL for YouTube and Vimeo videos How to add a web form Web form objects How to add form objects How to customize web form placeholders How to customize web form multiple choice object How to complete Page Preferences Shared Header and Shared Footer How to define shared header How to define shared footer Page 2 ebook created with Orion PDF Author orion.aidaluu.com

3 Introduction What is Wolf Website Designer? Build beautiful, responsive websites! Brought to you by the team behind the Orion Mac Suite, Wolf's editor interface is designed with key focuses on simplicity and ease of use. Drag and drop to add objects to your design, click and drag to resize and manage layout. Page 3 ebook created with Orion PDF Author orion.aidaluu.com

4 Editor overview Add a new page Preview options: Desktop: shows sample preview of design in a desktop client Mobile: shows sample preview of design in mobile client Inspector Side Panel: Controls "New Objects" and "Format" and "Layers" Main design canvas Supports drag and drop, object resize. Right click (control-click) on objects for alignment options. Page 4 ebook created with Orion PDF Author orion.aidaluu.com

5 Save and open website Each website is saved in its own folder, each page saves in "wolfdrp" format, this is the native file format for this app. (Wolf version and earlier saves in "drp" format) Open saved website: File Menu > File > Open > Open Website Folder To open saved website, please select saved website "folder" (NOT an individual file) Page 5 ebook created with Orion PDF Author orion.aidaluu.com

6 Create responsive layout 1. Launch editor 2. Drag and drop Responsive Sections from Inspector panel to canvas 3. Drag and drop objects such as text boxes and photos into Sections Page 6 ebook created with Orion PDF Author orion.aidaluu.com

7 How to create responsive columns 1. Inspector Panel > Choose Responsive Section 2. Drag Section to canvas The following example uses a "2 Column Section": On a mobile client, the 2 column Section is designed to stack into a single column. Page 7 ebook created with Orion PDF Author orion.aidaluu.com

8 How to add a new photo When adding new objects, please make sure you are adding it to an available empty space "inside" a responsive section. When a new object is dragged over, you will see the cursor turn into a "+" symbol when the editor identifies there is sufficient space for a new object. Page 8 ebook created with Orion PDF Author orion.aidaluu.com

9 How to add a new text box 1. Open Inspector Panel, click "Objects" tab. Drag and drop "Text Box" onto the canvas. 2. Drop text box to desired section column 3. "Double click" on text box to edit text content Page 9 ebook created with Orion PDF Author orion.aidaluu.com

10 "Responsive Section" vs "Table Grid" A "responsive section" auto resizes its layouts when viewed on a mobile size client. For example, a "two column" responsive section will automatically fold to form a stacked single column. All contents inside the sections inherit the responsive properties and will rearrange layouts according to the section locations. A regular "table grid" is static. While the width of the table grid will resize to respond to different sized screens, the number of columns will stay the same (does not fold or stack) Page 10 ebook created with Orion PDF Author orion.aidaluu.com

11 How to modify font style, size and color 1. Open Inspector Panel, click "Formats" tab 2. Select text box 3. Modify "Font Style and Font Size" in Inspector Panel to modify text size and style 4. Click on "Color - Text" to update font color Page 11 ebook created with Orion PDF Author orion.aidaluu.com

12 How to add image background 1. Open Inspector Panel, click "Objects" tab (first tab) 2. Drag and drop "Background Pattern" onto the canvas or into a responsive section 3. Select image you wish to use as background To remove un-wanted background, please right click (or control-click) on background image and choose "Remove Background Image" Page 12 ebook created with Orion PDF Author orion.aidaluu.com

13 How to apply formatting to table To format a table grid, please see these steps: 1. Select table grid 2. Use the Inspector Panel to apply formatting 3. From the Inspector Panel, customize table font color, style and font size. You will also be able to adjust text alignment and grid cell background color. To apply formatting to a specific cell inside the table, please first click on the cell (checkmark icon will be displayed) and then adjust properties from Inspector Panel. Page 13 ebook created with Orion PDF Author orion.aidaluu.com

14 How to link to and phone number For s, please add a hyperlink in the following format: "mailto:me@domain.com", replace me@domain.com with your own . For phone numbers, please use a link in the format of "tel: ", this link will only trigger the phone app if used on a device that supports calls. For example, this link will allow users to call if the user activates the phone link on a mobile device. If the user activates the link on a computer not capable of making phone calls, the link will not trigger any actions. Page 14 ebook created with Orion PDF Author orion.aidaluu.com

15 How to add web link Right click or control-click on object and choose "Hyperlink". The link option settings controls how the link "launches". In most scenarios, you will only need to select between "self" (same window as link )and "new" (brand new browser tab). The "parent" option is used only if you're using frames on the page. Here are examples of HTML link generations for different link option settings: <li><a href= target=_blank>launch in new window</a></li> <li><a href= target=_self>launch in existing window</a></li> Page 15 ebook created with Orion PDF Author orion.aidaluu.com

16 How to link to different sections within a page To link to a responsive section on a web page, please use a web hyperlink in the format of "#sectionid", replace sectionid with the customized ID you have assigned to the section. To assign a section ID: 1. Select responsive section 2. Choose "Format" tab of Inspector Panel 3. Enter a unique section ID Please select an ID that does not contain spaces. We will set up an example to help illustrate: 1. Let's create two pages in this website: page1.html and page2.html 2. On page1, let's create "page1sectiona", if you wish to link to sectiona from within the "same" page, you may create a link directly to #sectiona 3. If you wish to link to "page1sectiona" from page2, please create a link in the format of: page1.html#page1sectiona 4. If you wish to apply these links in a footer or header that is shared by many different pages in the website, please always remember to use the full page file name followed by the anchor section ID. (i.e. page.html#sectionid) Page 16 ebook created with Orion PDF Author orion.aidaluu.com

17 How to add custom HTML code Drag and drop text boxes directly into "responsive sections". You will be able to apply a number of formatting such as font colors and styles directly from the Inspector Panel. For tech savvy users comfortable with HTML markup tags, you will be able to add HTML code directly into text boxes and table grid cells. Please set "Text Line Breaks" to "Ignore Line Breaks" for HTML Snippets. Page 17 ebook created with Orion PDF Author orion.aidaluu.com

18 <head> section CSS How to add custom CSS code 1. Settings > Page Preferences 2. Enter code into "Custom Header Code" 3. Code here will appear within the <head> tag Inline CSS 1. Open Inspector Panel, click "Objects" tab. Drag and drop "Text Box" onto the canvas. 2. Drop text box to desired section column 3. Wrap text content with any custom inline CSS code as desired Page 18 ebook created with Orion PDF Author orion.aidaluu.com

19 How to adjust spacing between responsive sections 1. Click to select responsive section 2. Open Formatting (second tab) of Inspector Panel 3. Adjust "Padding", "Margin" and "Section Column Padding" settings Page 19 ebook created with Orion PDF Author orion.aidaluu.com

20 How to customize responsive column layout 1. Click inside a responsive section column 2. Open Inspector Panel > Formatting Tab (second tab) 3. Update Responsive Grid Settings The example shown in the screenshot uses a "two column" responsive section. The Bootstrap framework maps to 12 grid spaces across the page, the default settings for a "two column" responsive section splits the 12 grid spaces, so each column occupies 6 grids. Mobile devices map to extra small screen size, each column will occupy 12 grids (the full screen width), this allows the section columns to automatically stack on mobile devices. TIP: Please keep default responsive grid settings unless you are experienced with the Bootstrap Grid System. Wrong settings create layout problems! Page 20 ebook created with Orion PDF Author orion.aidaluu.com

21 How to upload videos, documents and other files If you wish to upload videos and files from your own computer, please follow these steps 1. Set up your FTP account in Wolf so you're able to upload files to your website 2. Go to Publish Menu > "Upload Documents and Other Files", select and upload your file 3. Once uploaded, click on "Copy Link to Uploaded File", this copied text is the URL to your newly uploaded file Page 21 ebook created with Orion PDF Author orion.aidaluu.com

22 How to add a video 1. Drag and drop to add a responsive section onto the page 2. Drag and drop to add "Video" into the responsive section The video URL in the video code is " o5soqddhzg". When you implement this, please make sure you replace this URL with your own URL. Page 22 ebook created with Orion PDF Author orion.aidaluu.com

23 How to find video URL for YouTube and Vimeo videos How to find embed video URL from YouTube? 1. Open YouTube and navigate to the video you wish to embed 2. Click on the "Share" button and then click on "Embed", copy the video URL in the embed code, this URL starts with the prefix embed/ How to find embed URL from Vimeo: 1. Open Vimeo and navigate to the video you wish to embed 2. Click on the "Share" button and copy the "Embed" code 3. From the embed code, identify the Video URL, this video URL will start with the prefix An example of Vimeo embed URL is Page 23 ebook created with Orion PDF Author orion.aidaluu.com

24 How to add a web form To create a web form, pleas go to File Menu > Add to website > Blank web form. Please make sure you are launching Wolf in multidoc editor mode. New web form will generate a file in PHP format. Page 24 ebook created with Orion PDF Author orion.aidaluu.com

25 Web form objects Please note input objects such as text fields and comment boxes are only available when you are working with a web form (they do not show on regular web pages) A web form is in php format, a regular page is in html format. Page 25 ebook created with Orion PDF Author orion.aidaluu.com

26 How to add form objects 1. Add responsive section 2. Drag form object from Inspector Panel to canvas Page 26 ebook created with Orion PDF Author orion.aidaluu.com

27 How to customize web form placeholders The placeholder is a "hint" that describes what you expect the user to enter into the form field. Placeholder values are displayed in light gray before the user enters anythings into the form field. Placeholder values are optional. Example without placeholder: Example with placeholder: Page 27 ebook created with Orion PDF Author orion.aidaluu.com

28 How to customize web form multiple choice object To add additional multiple choice option, please right click (or control-click) on multiple choice and choose "Add Multiple Choice Option". Page 28 ebook created with Orion PDF Author orion.aidaluu.com

29 How to complete Page Preferences The Page Preferences section contains file page and page title information for your web page. Under Page Preferences, you will also be able to enter custom meta keywords and meta descriptions, these fields are not displayed on the page but will be used by search engines for indexing your page. Page 29 ebook created with Orion PDF Author orion.aidaluu.com

30 Shared Header and Shared Footer If you have more than one page in the website, using a shared header and shared footer will help you maintain a consistent look across different pages. Using shared header and footer is optional. When defined, all pages in the website will automatically inherit designs from these files. Website header is displayed at the very top of the page, above the page content. Header and footer are added to pages in the website in "Web Preview" mode and when published. Website footer is displayed at the very end of the page, below the page content. Page 30 ebook created with Orion PDF Author orion.aidaluu.com

31 How to define shared header 1. Toolbar > Create New > Define Shared Header 2. Customize default header with navigation menu, text boxes and photos. This example header contains a drop down navigation menu and a banner section. Page 31 ebook created with Orion PDF Author orion.aidaluu.com

32 How to define shared footer 1. Toolbar > Create New > Define Shared Footer 2. Customize default footer by new text boxes and photos. This example footer contains two responsive sections. Test shared header and footer in Web Preview Page 32 ebook created with Orion PDF Author orion.aidaluu.com

Org Chart Designer Pro

Org Chart Designer Pro Org Chart Designer Pro User Guide Version 3.73 Last updated: Feb 12, 2016 Table of Contents Editor overview How to add from template File save format Format colors Update line thickness and line pattern

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

Layout Manager - Toolbar Reference Guide

Layout Manager - Toolbar Reference Guide Layout Manager - Toolbar Reference Guide Working with a Document Toolbar Button Description View or edit the source code of the document (for advanced users). Save the contents and submit its data to the

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

JSN PageBuilder 3 Configuration Manual Introduction

JSN PageBuilder 3 Configuration Manual Introduction JSN PageBuilder 3 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation of Joomla! PageBuilder with great improvements in the interface, features, and user

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10 CONTENTS Chapter 1 Introduction to Dreamweaver CS3 1 About Dreamweaver CS3 Interface...4 Title Bar... 4 Menu Bar... 4 Insert Bar... 5 Document Toolbar... 5 Coding Toolbar... 6 Document Window... 7 Properties

More information

Adobe Dreamweaver CS6 Digital Classroom

Adobe Dreamweaver CS6 Digital Classroom Adobe Dreamweaver CS6 Digital Classroom Osborn, J ISBN-13: 9781118124093 Table of Contents Starting Up About Dreamweaver Digital Classroom 1 Prerequisites 1 System requirements 1 Starting Adobe Dreamweaver

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Introduction. The topics included in this guide are:

Introduction. The topics included in this guide are: Introduction Caorda Content is a powerful content management tool that allows you to update your web site through a standard Internet web browser. The purpose of this guide is to introduce you to Caorda

More information

NETZONE CMS User Guide Copyright Tomahawk

NETZONE CMS User Guide Copyright Tomahawk NETZONE CMS User Guide Copyright 2015. Tomahawk 1 Phone: + 64 9 522 2333 Email: getintouch@tomahawk.co.nz Tomahawk 2015 www.tomahawk.co.nz 2 NETZONE CMS USER GUIDE WHAT YOU LL FIND INSIDE LOGGING IN 4

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

General Training Curriculum

General Training Curriculum General Training Curriculum Table of Contents 1.0 Getting Started 1.1 What is MODX? 1.2 Browser Support 1.3 How Do I Log In? 2.0 MODX Dashboard 2.1 What is a Dashboard? 2.2 Global Top Menu Bar 2.2.0 MODX

More information

Table of Contents. Overview... 4 Advanced Content Items... 4 Accessibility... 4 iframe Textpoppers Math Characters and Equations...

Table of Contents. Overview... 4 Advanced Content Items... 4 Accessibility... 4 iframe Textpoppers Math Characters and Equations... Dallas County Community College District Table of Contents Overview... 4 Advanced Content Items... 4 Accessibility... 4 iframe... 4 Insert a Web Page... 4 Insert a PDF... 6 Textpoppers... 8 Insert a Text

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production Dreamweaver CS 5.5 Creating Web Pages with a Template University Information Technology Services Training, Outreach, Learning Technologies, and Video Production Copyright 2012 KSU Department of Information

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

The Dreamweaver Interface

The Dreamweaver Interface The Dreamweaver Interface Let s take a moment to discuss the different areas of the Dreamweaver screen. The Document Window The Document Window shows you the current document. This is where you are going

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

More information

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor. All Creative Designs HTML Web Tutorial for PC Using KompoZer New version 2012 now available at: http://www.allcreativedesigns.com.au/pages/tutorials.html Step 1 Download and Install KompoZer Step by step

More information

Adobe Dreamweaver CS5 Tutorial

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

More information

How to Edit Your Website

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

More information

SoftChalk 10. Level 1. University Information Technology Services. Learning Technologies, Training, Audiovisual, and Outreach

SoftChalk 10. Level 1. University Information Technology Services. Learning Technologies, Training, Audiovisual, and Outreach SoftChalk 10 Level 1 University Information Technology Services Learning Technologies, Training, Audiovisual, and Outreach Copyright 2018 KSU Division of University Information Technology Services This

More information

Reference Services Division Presents. Microsoft Word 2

Reference Services Division Presents. Microsoft Word 2 Reference Services Division Presents Microsoft Word 2 This handout covers the latest Microsoft Word 2010. This handout includes instructions for the tasks we will be covering in class. Basic Tasks Review

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 13 13 Designing a Web Site with CSS In addition to creating styles for text, you can use CSS to create

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

SOCE Wordpress User Guide

SOCE Wordpress User Guide SOCE Wordpress User Guide 1. Introduction Your website runs on a Content Management System (CMS) called Wordpress. This document outlines how to modify page content, news and photos on your website using

More information

N/A. JSN PageBuilder 2 Configuration Manual Introduction. System Requirements. Product Usage. Joomla Requirements. Server Requirement

N/A. JSN PageBuilder 2 Configuration Manual Introduction. System Requirements. Product Usage. Joomla Requirements. Server Requirement JSN PageBuilder 2 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation from Joomla! PageBuilder, with great improvements to the interface, features, and

More information

How to Edit Your Website

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

More information

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^ Betsy Bruce John Ray Robyn Ness Sams Teach Yourself Adobe Wfl lif ver W ^msssi^ mm WlM ^lg^ SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction What Is Dreamweaver

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

BHM Website Teacher User Guide

BHM Website Teacher User Guide BHM Website Teacher User Guide How to Login 1. Go to HUhttp://bhmschools.org/userUH 2. Enter your username and password and click Log in How to Change Your Password 1. Go to My Account in your Nav bar

More information

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name.

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name. InDesign Part II Library A library is a file and holds a collection of commonly used objects. A library is a file (extension.indl) and it is stored on disk. A library file can be open at any time while

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week WEB DESIGNING HTML HTML - Introduction HTML - Elements HTML - Tags HTML - Text HTML - Formatting HTML - Pre HTML - Attributes HTML - Font HTML - Text Links HTML - Comments HTML - Lists HTML - Images HTML

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

QRG: Using the WYSIWYG Editor

QRG: Using the WYSIWYG Editor WYSIWYG Editor QRG: Using the WYSIWYG Editor WYSIWYG stands for What You See Is What You Get. The WYSIWYG Editor is the reason you don t need to be an IT Programmer to write content for your web page.

More information

Adobe Dreamweaver CC 17 Tutorial

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

More information

Website Creating Content

Website Creating Content CREATING WEBSITE CONTENT As an administrator, you will need to know how to create content pages within your website. This document will help you learn how to: Create Custom Pages Edit Content Areas Creating

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

Table of contents. DMXzone Nivo Slider 3 DMXzone

Table of contents. DMXzone Nivo Slider 3 DMXzone Nivo Slider 3 Table of contents Table of contents... 1 About Nivo Slider 3... 2 Features in Detail... 3 Reference: Nivo Slider Skins... 22 The Basics: Creating a Responsive Nivo Slider... 28 Advanced:

More information

WPI Project Center WordPress Manual For Editors

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

More information

The Etomite Manual for website editors.

The Etomite Manual for website editors. The Etomite Manual for website editors. (Version: 1.1) Etomite is a web tool that allows your website to be user-editable. This means that you can add, edit, and delete pages and whole website sections

More information

Dazzle the Web with Dynamic Dreamweaver, Part II

Dazzle the Web with Dynamic Dreamweaver, Part II Dazzle the Web with Dynamic Dreamweaver, Part II In the second Dreamweaver workshop we will learn the following skills: 1. Adding hyperlinks to our home page 2. Adding images to our home page 3. Creating

More information

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 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

JSN PageBuilder 2 User Manual

JSN PageBuilder 2 User Manual JSN PageBuilder 2 User Manual Introduction About JSN PageBuilder 2 JSN PageBuilder 2 is the latest innovation of Joomla PageBuilder with great improvements in terms of design, features, and user experience.

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

More information

JSN EasySlider Configuration Manual

JSN EasySlider Configuration Manual JSN EasySlider Configuration Manual Introduction Product Overview JSN EasySlider JSN EasySlider is the cutting-edge way to present content on website: Informative - Impressive - Interactive. It helps you

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Xerte. Guide to making responsive webpages with Bootstrap

Xerte. Guide to making responsive webpages with Bootstrap Xerte Guide to making responsive webpages with Bootstrap Introduction The Xerte Bootstrap Template provides a quick way to create dynamic, responsive webpages that will work well on any device. Tip: Webpages

More information

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables Lab 5 Valid HTML, Home Page & Editor Tables Navigation Topics Covered Server Side Includes (SSI) PHP Scripts menu.php.htaccess assessment.html labtasks.html Software Used: HTML Editor Background Reading:

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

page 1 OU Campus User Guide

page 1 OU Campus User Guide page 1 OU Campus User Guide Logging Into OU Campus page page 2 1. Navigate to a page on your site that you wish to edit. 2. Scroll down to the footer and click the symbol. 3. Enter your OU Campus username

More information

OU Campus VERSION 10

OU Campus VERSION 10 OU Campus VERSION 10 End User Manual Last Update: 9/8/2015 Contact Tish Sailer with comments or questions regarding this Manual. Contents INTRODUCTION...3 HELP DOCUMENTS AND SUPPORT... 3 ACCESSING PAGES

More information

Introduction to the MODx Manager

Introduction to the MODx Manager Introduction to the MODx Manager To login to your site's Manager: Go to your school s website, then add /manager/ ex. http://alamosa.k12.co.us/school/manager/ Enter your username and password, then click

More information

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System CREATING ANNOUNCEMENTS A guide to submitting announcements in the UAFS Content Management System Fall 2017 GETTING STARTED 1 First, go to news.uafs.edu. 2 Next, click Admin at the bottom of the page. NOTE:

More information

Using New Google Sites

Using New Google Sites Using New Google Sites With the New Google Sites, building websites is easy. Just drag content where you need it. Create a onestop destination for all important information, including videos, images, calendars,

More information

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC)

CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) CREATING ACCESSIBLE SPREADSHEETS IN MICROSOFT EXCEL 2010/13 (WINDOWS) & 2011 (MAC) Screen readers and Excel Users who are blind rely on software called a screen reader to interact with spreadsheets. Screen

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Drupal User Guide for Authors

Drupal User Guide for Authors 0 Drupal User Guide for Authors SSU WEB CONTENT EDITING Information Technology Services SALEM STATE UNIVERSITY ITS-TRAINING@SALEMSTATE.EDU Author User Guide DRAFT version 2 Author User Guide DRAFT version

More information

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2 Adding Text and Images IMCOM Enterprise Web CMS Tutorial 1 Version 2 Contents and general instructions PAGE: 3. First steps: Open a page and a block to edit 4. Edit text / The menu bar 5. Link to sites,

More information

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page.

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page. North Star Marketing Client : The Guthrie Group Deliverable : Website Training +++ LOGGING IN AND OUT +++++++++ 1. Go to http://tgg.northstarmarketing.com/wp admin/. This is the address for the staging

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Websites. Version 1.7

Websites. Version 1.7 Websites Version 1.7 Last edited 15 Contents MyNetball Information...3 Websites...4 Web packages...4 Setting up the layout...5 Uploading files and images...6 Using Dropbox to Increase your Website Data...7

More information

Goldfish 4. Quick Start Tutorial

Goldfish 4. Quick Start Tutorial Goldfish 4 Quick Start Tutorial A Big Thank You to Tobias Schilpp 2018 Fishbeam Software Text, Graphics: Yves Pellot Proofread, Photos: Tobias Schilpp Publish Code: #180926 www.fishbeam.com Get to know

More information

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield?

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield? Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP 1. How does it all work? 2. What do I need to get started at Fairfield? 3. What is HTML coding? 4. The 10 HTML Tags that you should know.

More information

WCMS Responsive Design Template Upgrade Training

WCMS Responsive Design Template Upgrade Training WCMS Responsive Design Template Upgrade Training The purpose of this training session is to provide training to site owners, who are upgrading their WCMS content to the new Responsive Design (RD) template.

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide MS-Expression Web Quickstart Guide Page 1 of 24 Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program,

More information

Welcome to Book Display Widgets

Welcome to Book Display Widgets Welcome to Book Display Widgets Book Display Widgets allow you to create virtual book displays on your website, where covers link to that item s record in your catalog. As a subscriber to Ebook Central

More information

Sacred Heart Nativity

Sacred Heart Nativity August 2016 Sacred Heart Nativity http://www.shnativity.org Credentials Wordpress Admin Login URL: http://www.shnativity.org/wp-login.php login = sarriola@shnativity.org pw = sent via system email Login

More information

WYSIWYG Editor: Users Manual

WYSIWYG Editor: Users Manual WYSIWYG Editor: Users Manual Table of Contents WYSIWYG Editor Overview.... 3 Adding Text... 4 Inserting an Image.... 7 Inserting a File.... 15 Embedding Media.... 21 Inserting an Email Link.... 25 Captiva

More information

Advanced Dreamweaver CS6

Advanced Dreamweaver CS6 Advanced Dreamweaver CS6 Overview This advanced Dreamweaver CS6 training class teaches you to become more efficient with Dreamweaver by taking advantage of Dreamweaver's more advanced features. After this

More information

User Manual. Page-Turning ebook software for Mac and Windows platforms

User Manual. Page-Turning ebook software for Mac and Windows platforms User Manual Page-Turning ebook software for Mac and Windows platforms 3D Issue is a digital publishing software solution that converts your pdfs into online or offline digital, page-turning editions. Getting

More information

Videos...31 Training Videos...32 Webinar recording: Monday 5th December

Videos...31 Training Videos...32 Webinar recording: Monday 5th December GATORCREATOR Table of Contents Articles... 3 Drag and Drop Email Editor (Overview)... 4 Hidden Elements...15 Tracked Mailto: Links...18 Template Restrictions Custom Templates...21 Nifty Images User Guide...22

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

EDITING CONTENT LOGGING IN. https://bond.edu.au/user. Login via CAS login. Navigate to your page, and click on New Draft at the bottom of the page

EDITING CONTENT LOGGING IN. https://bond.edu.au/user. Login via CAS login. Navigate to your page, and click on New Draft at the bottom of the page EDITING CONTENT LOGGING IN https://bond.edu.au/user Login via CAS login Navigate to your page, and click on New Draft at the bottom of the page FINDING CONTENT Click on Content in the admin menu to view

More information

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide BindTuning Installations Instructions, Setup Guide Invent Setup Guide This documentation was developed by, and is property of Bind Lda, Portugal. As with any software product that constantly evolves, our

More information

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

How This Book Is Organized Which Suites Are Covered? The Office Applications Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p.

How This Book Is Organized Which Suites Are Covered? The Office Applications Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p. Introduction p. xi How This Book Is Organized p. xii Which Suites Are Covered? p. xii The Office Applications p. xiii Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p. 3 The New User

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

Emma Marketing Training Manual

Emma  Marketing Training Manual Emma Email Marketing Training Manual Table of Contents Section 1 - Getting Started with Emma... 1 1.1 - Logging in to Emma... 1 Recovering Username & Password... 1 1.2 Introducing the Emma User Interface

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365... 3 LICENSE ACTIVATION...

More information

Google Sites 101. Mrs. Wilson

Google Sites 101. Mrs. Wilson Google Sites 101 Mrs. Wilson Google Sites 101 Create a site 1. Go to http://sites.google.com/ 2. Login with your Google Account [or Google Apps account] email address and password You can create a Google

More information

In the fourth unit you will learn how to upload and add images and PDF files.

In the fourth unit you will learn how to upload and add images and PDF files. Introduction Here at SUNY New Paltz, we use the Terminal Four (T4) web content management system (CMS). This puts the power of editing content on our college s webpage in the hands of our authorized users.

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Introduction to Dreamweaver CS3

Introduction to Dreamweaver CS3 TUTORIAL 2 Introduction to Dreamweaver CS3 In Tutorial 2 you will create a sample site while you practice the following skills with Adobe Dreamweaver CS3: Creating pages based on a built-in CSS page layout

More information