Avinode Broker Link Manual

Size: px
Start display at page:

Download "Avinode Broker Link Manual"

Transcription

1 Avinode Broker Link Manual Doc. version

2 Table of contents 1. Avinode Link About Set up Broker Link on your website Basic setup The <meta> tag The <link> tag The first <script> tag The second <script> tag The link-img folder Sign up for Google Maps Customizing with style sheet information Sample screenshots Customizing content Change Commission Edit Language Add/edit new language Upload category photos Change order of aircraft categories as displayed on your Broker Link Receiving and Handling Inquiries from Broker Link Receiving end client inquiry (demand) from your Broker Link Turn a demand into a search Marketing tips for Avinode Broker Link Search Engine Advertisement (Web) Magazine advertisement Known issues and solutions Underlying Flash objects displayed on top Google API key error message is displayed when using a valid key Right side of window not visible in Internet Explorer Doc. version

3 1. AVINODE LINK ABOUT Congratulations on your investment in Avinode Link! You have just purchased a very powerful marketing and sales tool to attract clients online through your website as well as to provide current clients with a 24/7 online customer service. It will also boost the professional appearance of your company website. Accurate quotes online through your website Avinode Link is an easy-to-use online quoting and trip builder tool serving your website visitors with instant price estimates on any route at any time. Website visitors are able to search, receive flight times, photos and price estimates that can also include your mark-up and send trip inquiries directly to you. All calculations are based on real pricing, performance and availability data aggregated from more than 3000 charter aircraft listed in Avinode's marketplace. Operator names are not revealed to the visitor. Enhance the look of your website In addition to the direct value Avinode Link provides you, it will also improve the look and feel of your website. This trip builder and quoting tool will make your website appear more professional and its dynamic information will increase the feeling of a "living" website. Easy-to-use and multilingual Avinode Link is self explanatory and easy-to-use even for visitors without any previous experience in air charter. Avinode Link is available in five different languages and charter quotes can be shown in all major currencies. Individual design The layout and appearance of Avinode Link is designed to fit your individual needs and company website. Avinode Link is based on Web Service technology enabling customers with specific requirements to integrate aircraft searching, quoting and itinerary information into any web site interface or custom application. Examples: alistjets.com aviationbroker.com flyepicjet.com profijet.com revolutionair.com smartaircharter.co m Doc. version

4 2. SET UP BROKER LINK ON YOUR WEBSITE 2.1 Basic setup To set up Broker Link you need to edit the HTML code of your website. Inside the existing <body> tag of your HTML page you must add a <div> tag with an id attribute. It is in this <div> tag that the Broker Link search form will be loaded. <body> <div id="avinode-broker-link" /> </body> Inside the existing <head> tag of your HTML page you must add two <script> tags. There is also an optional <meta> tag with which you can specify the default locale and an optional <link> tag pointing to a style sheet file. More information of each tag will follow below. <head> <meta name="gwt:property" content="locale=code" /> <link rel="stylesheet" href="css_file_path" type="text/css" /> <script type="text/javascript" src=" brokerlink.brokerlinkstandardclient/com.avinode.gwt.brokerlink.broke rlinkstandardclient.nocache.js"> </script> <script type="text/javascript"> function onavinodelinkready() { AvinodeBrokerLink.init('USERNAME', 'PASSWORD', 'DIV_ID', 'GOOGLE_API_KEY', 'DEFAULT_CURRENCY', 'LAYOUT'); } </script> </head> Doc. version

5 2.1.1 The <meta> tag The <meta> tag is used to specify the default language and also affects the date and time format. The CODE parameter must be replaced with one of: en en_us de fr es it ru nl Please note that the UPPER and lower case of the code must be exactly as stated above. The code en_us uses the date format mmddyy and the AM/PM format for time. All other codes uses the date format ddmmyy and the 24 hour time format. Note that the corresponding language must be set up on the Broker Link Settings page in order for this to work. Note that in order for US time format to work English (United States) See the Customizing Content chapter for instructions on how to edit the Broker Link Settings. The default currency will NOT be affected by this The <link> tag The <link> tag states where the browser can find a style sheet file (.css). The CSS_FILE_PATH parameter can be for example customlink.css and that means that there is a file with that name stored in the same folder as the html page. If the value is styles/customlink.css the file is stored in subfolder named styles. This tag is optional and should only be added if you plan on making changes to the default style by editing the style information in the.css file. See the Customizing with style sheet information chapter for more options on how to change the appearance of the Broker Link The first <script> tag The first <script> tag tells the browser where to find the code for the Broker Link. This code will execute when your page is loaded and populate the <div> tag with the search form. Please note that the value of the scr attribute must be typed without whitespaces The second <script> tag In the second <script> tag the parameters of the AvinodeBrokerLink.init method the must be replaced with your own values. USERNAME PASSWORD Your Avinode representative will provide a username and a password DIV_ID The id of the <div> tag you added in the your <body> tag. In the example above the id is: avinode-broker-link GOOGLE_API_KEY This is a long character key provided by Google that is unique for your website. Please see the Sign up for Google Maps chapter for more information. DEFAULT_CURRENCY Here you can specify the default currency for your Broker Link. The value must be the three letter code in UPPERCASE. Valid values are: AUD BGN CAD CZK DKK EEK EUR HKD HUF ISK JPY LVL LTL NZD NOK PLN GBP RON SGD SKK ZAR KRW SEK CHF TRY USD For more information on currency codes please visit: LAYOUT This parameter will affect the layout of the search form. Valid values are thin or wide. A thin layout will stack the input fields for from airport, to airport and passengers vertically and the wide layout will stack them horizontally. A thin layout is suitable if the width of your <div> tag is around 170 to 300 pixels and a wide layout is suitable for widths larger than 300 pixels. See the Customizing with style sheet information chapter for more options on how to change the appearance of the Broker Link. Doc. version

6 2.1.5 The link-img folder In the bundle there is an image folder. This folder should be located in the same folder as the style sheet file (customlink.css). 2.2 Sign up for Google Maps The Broker Link has a map feature which allows the end-user to find and display airports. The map content for this feature is provided by Google. Google requires a separate key for each domain on which this solution is hosted. Go to to obtain a key for your domain. If you use an invalid key or a key generated for a different domain the end-user will get an error message each time the maps function is used. The error message will read something like: The Google Maps API server rejected your request. This could be because the API key used on this site was registered for a different web site. You can generate a new key for this web site at Customizing with style sheet information If your website is designed with Cascading Style Sheet information then the Broker Link search form will probably inherit some style information like background color, link color, text size and font from the surrounding page. If you want to customize the appearance further you can add more style information. In the bundle you received from your Avinode representative there is a file named customlink.css. In this file there are instructions on how to use the style elements in the file. Please read this file for more information on how to style your Broker Link. Below are two examples of styled layouts of the search form. It is possible to change colors, text sizes, hide unwanted elements etc. In the thin example below the possibility to choose language, currency and time options have been hidden using style sheet information. Important. There is no default font size or font style set in the Broker link. The thought is that these should be inherited from the style on the page where the link is placed. Make sure that you have a font style and size set on your surrounding <body> tag. Also the <a>link tag in the Broker link should be inherited from the style set on your page. Make sure that your styling on that tag is placed on the same page as the Broker link. 2.4 Sample screenshots Here are some screenshots that show some different styles that can be achieved using style sheet information. Doc. version

7 Example of a wide layout that has been styled with green background colors. Example of a thin layout. Example of a thin layout where the language flags, currency selector, Arrival/Departure selector and Local/UTC selector have been removed. Example of a bluish wide layout where the language flags, Local/UTC selector and No fuel stops selector have been removed. Doc. version

8 Example of the multiple destination form styled with light yellow background color. Example of the model result page styled with light blue results and light green for selected rows. Doc. version

9 Example of the categories result page styled with different green background colors. Doc. version

10 3. CUSTOMIZING CONTENT The content of your Avinode Broker Link can be customized to a high degree. The following chapter describes in detail how you can customize the information. Please log on at to access your Avinode account by using your own personal username and password (do not use the Broker Link username/password).. Under the Profile tab you can access the settings of your Avinode Link. If you do not have the Broker Link Settings option in the sub menu, please contact your Avinode representative to gain access to this option. From the Broker Link Settings menu you can control the following functions on your Avinode Broker Link: Commission to be included in the price displayed to user Assign languages o Modify language o Add new language (8 languages are supported) Customize categories o Group categories o Change display order of categories o Rename categories o Create custom categories o Describe categories in your own words Doc. version

11 3.1 Change Commission To change the amount of commission included in the displayed price, click the edit button in this section and type the amount you would like and click the save button. Now the commission base is updated and included in the displayed price. 3.2 Edit Language The Broker Link comes ready with multiple languages. If you would like to change the description of the categories, click on the pen and paper icon and you will be taken to the edit mode. Here you can change the description to your liking; when done, click the save button in the bottom part of the page and the texts are updated. If you want to take back the original description, you can click on the Suggested Texts link, and you can access the original description, language by language. From there, you can copy-paste back the original description. Doc. version

12 3.3 Add/edit new language In Avinode Broker Link you can add up to eight different languages. For all the supported languages you can include your own category descriptions. Avinode have suggested texts on almost all the supported languages for the default categories Turbo Props, Light Jets, Midsize Jets and Heavy Jets. To add a language, simply click on Create New under the Languages section and you will have access to do so. If you want to take back the original description, you can click on the Suggested Texts link and you can access the original description, language by language. You can copy paste back the original description. Doc. version

13 3.4 Edit/Create new aircraft categories The Avinode Broker Link comes with a default set of aircraft categories. If you would like to create your own aircraft categories or make changes to existing ones, it is very easy to do so. To edit a category: Click on the pen and paper icon; now you can make the changes: Give your category the name you would like i.e. Large Cabin Jets Select the categories of aircraft to go under the chosen description. Ex Large Cabin Jets = Super Mid Size and Heavy Jet. When done, click the Save button and the new/changed category is displayed on your Broker Link. If you would like to create or name your own category, just click on the create new in the Broker Link Categories section. Chose the name you want Select the aircraft category or categories that are to be included and click Save Doc. version

14 3.5 Upload category photos The Avinode Broker Link comes with standard pictures for the aircraft categories. You have the possibility to change these pictures. To change the pictures for a given category, in the interface, click on the pen and Paper icon for the category which you want to upload your own pictures. Now you can change: Category Overview image (Jpeg, 332*170 pixels) Category Exterior image (Jpeg, 332*170 pixels) Category Interior image (Jpeg, 332*170 pixels) Category floor plan image (Jpeg, 332*170 pixels) To upload new category pictures, click on the browse button for the picture in question and an explorer window opens. Select the aircraft picture from your files and click open in the explorer window. When you see that the path for the file in the file upload click save and the new picture is uploaded to your Broker Link. Doc. version

15 All Broker Link owners assume full responsibility for any and all photos that they themselves upload to the Avinode Link. Should a Broker Link owner decide to upload photos external to what Avinode has provided, the Broker Link owner must have explicit (written) consent to do so. By including the Avinode Link on my website, I confirm that I am fully aware and understand that Avinode shall not be held liable should I, as the Broker Link owner, choose to upload photos to the Avinode link, replacing the photos Avinode has provided. 3.6 Change order of aircraft categories as displayed on your Broker Link By default, the Avinode Broker Link displays the categories in the following order: 1. Turboprop 2. Light Jet 3. Midsize 4. Heavy Jet You have the possibility to change the display order. By clicking on the green button, the category in question is moved up in the display listing. Ex.: If you want the Heavy Jet to displayed as the first category, click on the green arrow until the Heavy Jet category is on top of the list. Doc. version

16 4. RECEIVING AND HANDLING INQUIRIES FROM BROKER LINK All inquiries from your Broker Link will be sent to your message center located in your Avinode account at When logged in, the message center is accessible from the Pending Trips menu option under the Messages tab. An inquiry from your Broker Link is then received in the folder Demand. By opening an inquiry in the demand folder, you will, with the click of a button, easily get to the search result of suitable aircraft for the trip and be able to send a charter request to operators of your selection. Note that if you have the Broker Link Messages menu option that is a page displaying messages from an older version of broker link. Please do not use this page. The interface of message center resembles a standard program, which makes it easy to use and understand. Workflow in message center : 4.1 Receiving end client inquiry (demand) from your Broker Link Doc. version

17 1. All inquires that are sent from end clients via your Avinode Broker Link will be stored as a Demand and the reference will be Broker Link. 2. To view the details of the demand, click on the demand in question. 3. The details of the demand that was sent from your Broker Link is now displayed: a. Demand number b. Routing c. Selected aircraft category or aircraft types d. Message and options from the inquirer e. Contact details 4.2 Turn a demand into a search A demand from Broker Link can very quickly be turned into a search; just click on the Search button, the itinerary will then be loaded up in the Avinode search section. When finding satisfactory search results, you can send one or more requests to operators, and the details from the original demand will be stored in pending trips Doc. version

18 In Pending Trips you can view and follow the status on the answers from the operators such as. Accept or Decline Not yet answered Price offered from the operator for the flight. If and when the date of validity for the flight has passed, the information is moved to and stored under Archive. Doc. version

19 5. MARKETING TIPS FOR AVINODE BROKER LINK Smart marketing => website visitors => Business through Avinode Link Above is the magic formula to maximize the value out of your Avinode Link. So, how do you succeed in smart marketing? Our experience from different clients promoting their websites indicates that there are many different ways to be successful, and here are a few tips. 5.1 Search Engine Advertisement (Web) The most popular way to find a company or a service today is to search online through one of the major search engines like Google.com or Yahoo.com. They will then provide a search result with a list of websites that most accurately provides information of your entered key word. In addition to the search result, all major search engines offer online advertisement next to the search result where you can promote your website and services. By identifying certain key words people will use when looking to charter an aircraft, e.g. Private jets, Challenger 604, Air Charter, you will be able to choose which specific key words you want your advertisement to be shown with. People will then be able to click on your advertisement and are transferred to your website. One of the great advantages with online marketing is that you easily can measure the return on your investment. No matter what your budget is, you can display your advertisement on a search engine. You will only pay if people click your advertisement. (Cost per click). There's no minimum spending requirement. You can, for instance, set a daily budget of five dollars and a maximum cost of ten cents for each click on your ad. As soon as your maximum daily budget is met, your advertisement will no longer be shown for that day. By entering the maximum cost you are willing to pay for having a person to click on your advertisement for a certain key word/s, you are able to decide which position among other advertisers (if any) you would like to have. Visit Google s advertising program: Visit Yahoo s advertising program: Doc. version

20 5.2 Magazine advertisement The traditional way of marketing and probably the most expensive advertising after television. Getting the reader s attention is everything and therefore the placement is very important. Avinode argues that it is better to pay more for No 1 position in one issue rather than having a small corner ad hidden in a none-interesting section in every issue but this opinion varies greatly. Depending on your budget and location you need find the magazines having your potential clients as readers. The real challenge for you will be to make the reader to remember your name or website next time he/she is about to book a jet. Doc. version

21 6. KNOWN ISSUES AND SOLUTIONS Since the Broker Link is embedded in an existing html page, different elements in the page can affect the behavior of the Broker Link. This chapter contains solutions for some known issues. 6.1 Underlying Flash objects displayed on top Sometimes Flash objects from the underlying page shine through and are displayed on top of the Broker Link windows. An example of this is shown in the picture below. This is usually fixed by adding a wmode param/attribute to the Flash element. <body> <object classid="clsid:d27cdb6e-ae6d-11cf-96b " codebase=" cabs/flash/swflash.cab#version=7,0,19,0"> <param name="movie" value="swf/movie.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed src="swf/movie.swf" wmode="transparent" quality="high" pluginspage=" type="application/x-shockwave-flash"></embed> </object> </body> Doc. version

22 6.2 Google API key error message is displayed when using a valid key This can occur if the embedding page is using Google s APIs. If this is the case look for the line where the Google API is loaded and add the key. Look for: <head> <script type="text/javascript" src=" </script> </head> Substitute with: <head> <script type="text/javascript" src=" </script> </head> Don t forget to substitute GOOGLE_API_KEY with your key. 6.3 Right side of window not visible in Internet Explorer An example of how this can look is shown in the picture below. This can occur if the html page does not have a doctype declaration. This makes Internet Explorer render the page in "quirks mode" which results in the poor layout. Our guess is that most pages with missing doctype declaration are written in html transitional so the problem should be fixed by adding the following line at the top of the html page, before the <html>-tag. Doc. version

23 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " <html> If this does not fix the problem please read more about doctypes and figure out which doctype is suitable for your code. More information can be found at: Doc. version

A designers guide to creating & editing templates in EzPz

A designers guide to creating & editing templates in EzPz A designers guide to creating & editing templates in EzPz Introduction...2 Getting started...2 Actions...2 File Upload...3 Tokens...3 Menu...3 Head Tokens...4 CSS and JavaScript included files...4 Page

More information

Easy Cart User Manual

Easy Cart User Manual Easy Cart User Manual Table of contents 1. Installing Easy Cart (p. 2) 2. Overview of the administration panel (p. 2) 3. Configuring the website (p. 3) 4. Template settings (p. 6) 5. Setting the product

More information

ADVANCED CHARTING IN APPLICATION EXPRESS

ADVANCED CHARTING IN APPLICATION EXPRESS ADVANCED CHARTING IN APPLICATION EXPRESS Dimitri Gielis Apex Evangelists PURPOSE OF THIS PAPER More and more people prefer to have a graphical representation about their data. A picture shows more than

More information

Dreamweaver CS3 Lab 2

Dreamweaver CS3 Lab 2 Dreamweaver CS3 Lab 2 Using an External Style Sheet in Dreamweaver Creating the site definition First, we'll set up the site and define it so that Dreamweaver understands the site structure for your project.

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

Eolas Technologies Incorporated v. Adobe Systems Incorporated et al Doc. 586 Att. 3. Exhibit L. Dockets.Justia.com

Eolas Technologies Incorporated v. Adobe Systems Incorporated et al Doc. 586 Att. 3. Exhibit L. Dockets.Justia.com Eolas Technologies Incorporated v. Adobe Systems Incorporated et al Doc. 586 Att. 3 Exhibit L Dockets.Justia.com Claim Chart For Adobe Showing Indirect Infringement Of The 985 Patent Through pdf authoring

More information

Designing the Home Page and Creating Additional Pages

Designing the Home Page and Creating Additional Pages Designing the Home Page and Creating Additional Pages Creating a Webpage Template In Notepad++, create a basic HTML webpage with html documentation, head, title, and body starting and ending tags. From

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

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting up the Outgoing Mail Server, page 2 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Running an Object Search,

More information

Basic & Pro Resellers

Basic & Pro Resellers Getting Started Guide Basic & Pro Resellers Getting Started Guide Page 1 Getting Started Guide: Basic & Pro Resellers Version 2.2 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work

More information

Website Training Part 2. Administration of the Website

Website Training Part 2. Administration of the Website Rotary Websites: Websites Club, Website Training Part 2 Administration of the Website Club Admin To login first click here Enter your username and password and then click Log In If you have forgotten your

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting up the Outgoing Mail Server, page 2 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

Creating a Website Using Weebly.com (June 26, 2017 Update)

Creating a Website Using Weebly.com (June 26, 2017 Update) Creating a Website Using Weebly.com (June 26, 2017 Update) Weebly.com is a website where anyone with basic word processing skills can create a website at no cost. No special software is required and there

More information

CarTrawler AJAX Booking Engine Version: 3.26 Date: 18/06/09.

CarTrawler AJAX Booking Engine Version: 3.26 Date: 18/06/09. CarTrawler AJAX Booking Engine Date: 18/06/09 http://www.cartrawler.com CarTrawler AJAX Booking Engine Introduction... 3 Set up the server environment:... 3 Set up the webpage with the AJAX Booking Engine:...

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

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

EXPEDIA MICE HANDBOOK HOW TO IMPLEMENT WIDGETS ON YOUR HOTEL WEBSITE

EXPEDIA MICE HANDBOOK HOW TO IMPLEMENT WIDGETS ON YOUR HOTEL WEBSITE EXPEDIA MICE HANDBOOK HOW TO IMPLEMENT WIDGETS ON YOUR HOTEL WEBSITE Version 3 December 2017 Increase conversion and user experience by implementing price and search widgets on your hotel website. Expedia

More information

Ninja Menus extension for Magento 2

Ninja Menus extension for Magento 2 Ninja Menus extension for Magento 2 User Guide Version 1.0 0 Table of Contents Ninja Menus I) Introduction... 2 II) Menu Grid... 3 III, Add new menu... 7 1. General setting... 8 2. Advanced settings...

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Managing System Administration Settings

Managing System Administration Settings This chapter contains the following sections: Setting Up the Outgoing Mail Server, page 1 Working with Email Templates, page 2 Configuring System Parameters (Optional), page 5 Updating the License, page

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Implementing a chat button on TECHNICAL PAPER

Implementing a chat button on TECHNICAL PAPER Implementing a chat button on TECHNICAL PAPER Contents 1 Adding a Live Guide chat button to your Facebook page... 3 1.1 Make the chat button code accessible from your web server... 3 1.2 Create a Facebook

More information

How to create and send a new . NOTE: See different guide for repurposing an existing

How to create and send a new  . NOTE: See different guide for repurposing an existing How to create and send a new email NOTE: See different guide for repurposing an existing email 1 Log into marketo at https://rufsso.rutgers.edu/ 2 Remember You will need a NetID and password to log in

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Flipping Book Flash Object Documentation Version 1.8.8

Flipping Book Flash Object Documentation Version 1.8.8 Flipping Book Flash Object Documentation Version 1.8.8 Contents Description 2 Features 3 Basic features 3 Animation control 3 Additional features 3 Documentation 4 Purchase and Installation 4 Object files

More information

c122jan2714.notebook January 27, 2014

c122jan2714.notebook January 27, 2014 Internet Developer 1 Start here! 2 3 Right click on screen and select View page source if you are in Firefox tells the browser you are using html. Next we have the tag and at the

More information

Module: mylink administration tool

Module: mylink administration tool Module: mylink administration tool Table of Contents 1 GENERAL... 4 2 COLOURS... 7 3 FONTS... 17 4 UPLOAD... 18 5 LAYOUT... 21 6 SET UP... 23 6.1 Application Settings... 24 6.1.1 Availability... 24 6.1.2

More information

Website Design Guide

Website Design Guide Website Design Guide 8/28/2017 Spark Website Design US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Introduction to the Internet. Part 1. What is the Internet?

Introduction to the Internet. Part 1. What is the Internet? Introduction to the Internet Part 1 What is the Internet? A means of connecting a computer to any other computer anywhere in the world via dedicated routers and servers. When two computers are connected

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

Release Notes (Build )

Release Notes (Build ) Release Notes (Build 6.0.4660) New to this build (6.0.4660) New in build 6.0.4490 New in build 6.0.4434 OneWeb CMS 6 features Additional enhancements Changes Fixed Known Issues New to this build (6.0.4660)

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

20 THINGS YOU DIDN T KNOW ABOUT WEBGUI. By Tavis Parker

20 THINGS YOU DIDN T KNOW ABOUT WEBGUI. By Tavis Parker 20 THINGS YOU DIDN T KNOW ABOUT WEBGUI By Tavis Parker Asset Manager - Search Need to find an asset on your site? Click Search in the asset manager. Asset Manager - Search Enter the name of the asset you

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Creating a Website Using Weebly.com (July 2012 Update)

Creating a Website Using Weebly.com (July 2012 Update) Creating a Website Using Weebly.com (July 2012 Update) Weebly.com is a website where anyone with basic word processing skills can create a website at no cost. No special software is required and there

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

WORDPRESS 101 A PRIMER JOHN WIEGAND

WORDPRESS 101 A PRIMER JOHN WIEGAND WORDPRESS 101 A PRIMER JOHN WIEGAND CONTENTS Starters... 2 Users... 2 Settings... 3 Media... 6 Pages... 7 Posts... 7 Comments... 7 Design... 8 Themes... 8 Menus... 9 Posts... 11 Plugins... 11 To find a

More information

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit: Chapter 6 Teacher Pages

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit:  Chapter 6 Teacher Pages SHARPSCHOOL USER MANUAL CHAPTER 6 TEACHER PAGES For more information, please visit: www.customernet.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. INTRODUCTION... 1 I. TEACHER PAGE

More information

Dreamweaver CS5 Lab 2

Dreamweaver CS5 Lab 2 Dreamweaver CS5 Lab 2 Using an External Style Sheet in Dreamweaver Creating the site definition First, we'll set up the site and define it so that Dreamweaver understands the site structure for your project.

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

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

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4 Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML 4.01 Version: 4.01 Transitional Hypertext Markup Language is the coding behind web publishing. In this tutorial, basic knowledge of HTML will be covered

More information

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII Adaptations by PVII is a Dreamweaver extension that allows you to select from 5 unique responsive layouts and then creates your page instantly. We hope you enjoy using this product as much as we did making

More information

Getting Started with. InSpiredByYou.com COPYRIGHT STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED

Getting Started with. InSpiredByYou.com COPYRIGHT STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED Getting Started with InSpiredByYou.com COPYRIGHT 1998-2013 STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED i Getting Started with InSpiredByYou Table of Contents Setting Up InSpiredByYou... 3 Set Up an InSpiredByYou

More information

Editing and Formatting Worksheets

Editing and Formatting Worksheets LESSON 2 Editing and Formatting Worksheets 2.1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell contents. Create and apply conditional

More information

Section 6: Dreamweaver

Section 6: Dreamweaver Section 6: Dreamweaver 1 Building TPS Web Pages with Dreamweaver Title Pages 1. Dreamweaver Storyboard Pages 3 2. Folder Management 4 3. Defining Your Site 5-8 4. Overview of Design Features 9-19 5. Working

More information

Building a website. Should you build your own website?

Building a website. Should you build your own website? Building a website As discussed in the previous module, your website is the online shop window for your business and you will only get one chance to make a good first impression. It is worthwhile investing

More information

GMAIL TIP SHEET. A Note About Space. A Note About Spam. Signing Up for Gmail

GMAIL TIP SHEET. A Note About Space. A Note About Spam. Signing Up for Gmail GMAIL TIP SHEET Email provides individuals with a quick and easy way to correspond with anyone possessing a computer and a connection to the Internet. Not only does email provide users with a convenient

More information

Lab: Create JSP Home Page Using NetBeans

Lab: Create JSP Home Page Using NetBeans Lab: Create JSP Home Page Using NetBeans Table of Contents 1. OVERVIEW... 1 2. LEARNING OBJECTIVES... 1 3. REQUIREMENTS FOR YOUR HOME PAGE (INDEX.JSP)... 2 4. REQUIREMENTS FOR YOUR LABS PAGE (LABS.JSP)...

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Creating and updating content on your WordPress content management system (CMS)

Creating and updating content on your WordPress content management system (CMS) Creating and updating content on your WordPress content management system (CMS) Posts vs pages WordPress comes with two content types: Posts and pages. Posts are content entries listed in reverse chronological

More information

A Guide to Blogging on Wordpress

A Guide to Blogging on Wordpress A Guide to Blogging on Wordpress Below is a written guide with pictures for using the WordPress blogging platform. If you re more of a visual person, there are videos here: http://wordpress.tv/category/howto/

More information

HTML TIPS FOR DESIGNING.

HTML TIPS FOR DESIGNING. This is the first column. Look at me, I m the second column.

More information

Objective % Select and utilize tools to design and develop websites.

Objective % Select and utilize tools to design and develop websites. Objective 207.02 8% Select and utilize tools to design and develop websites. Hypertext Markup Language (HTML) Basic framework for all web design. Written using tags that a web browser uses to interpret

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

Creating a multilingual site in WebPlus

Creating a multilingual site in WebPlus Creating a multilingual site in WebPlus One of the problems faced by a number of WebPlus users involves organizing a multilingual website. Ordinarily, the easiest way to do this is to create your primary

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format our web site. Just

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

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image...

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image... 72 71 Create a Contact Sheet of Your Images................... 158 Design a Picture Package............ 160 73 Customize Your Picture Package Layout.... 162 74 Resample Your Image.................... 164

More information

Using Dreamweaver to Create Page Layouts

Using Dreamweaver to Create Page Layouts Using Dreamweaver to Create Page Layouts with Cascading Style Sheets (CSS) What are Cascading Style Sheets? Each cascading style sheet is a set of rules that provides consistent formatting or a single

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

Are you making the most of your free listing on TravelOK.com? Let OTRD help you today! TravelOK.com Data Engine User Guide

Are you making the most of your free listing on TravelOK.com? Let OTRD help you today! TravelOK.com Data Engine User Guide Are you making the most of your free listing on TravelOK.com? Let OTRD help you today! TravelOK.com Data Engine User Guide Since it s debut in January 2010, TravelOK.com has seen an average of over 150,000

More information

Creating and Publishing Faculty Webpages

Creating and Publishing Faculty Webpages Creating and Publishing Faculty Webpages The UNF Template The template we are using today provides a professional page that is easy to work with. Because the pages are already built, faculty members can

More information

Building TPS Web Pages with Dreamweaver

Building TPS Web Pages with Dreamweaver Building TPS Web Pages with Dreamweaver Title Pages 1. Folder Management 7 2. Defining Your Site 8-11 3. Overview of Design Features 12-22 4. Working with Templates 23-25 5. Publishing Your Site to the

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

Act! Marketing Automation

Act! Marketing Automation Act! Marketing Automation A Guide to Getting Started Helping your business grow with marketing automation Act! Marketing Automation Getting Started Guide 2 Contents Page Page 8 Page 10 Page 11 Page 11

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

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

visitisleofman.com Extranet User Guide - Taste

visitisleofman.com Extranet User Guide - Taste visitisleofman.com Extranet User Guide - Taste 1.0 VisitIsleofMan.com Page 2 2.0 Logging in and out of your account Page 3 3.0 Help Tutorial Videos Page 5 4.0 Updating Information Page 6 4.1 Product Details

More information

Code Authenticator. User guide

Code Authenticator. User guide Code Authenticator User guide Contents Introduction 1 Service administrator 1-2 Role and responsibilities Adding Deleting and suspending User 3 Role Adding Deleting and suspending Smart Cards 3-4 Issuing

More information

Frequently Asked Questions and Troubleshooting on Management tools: PR Management Dashboard CCM Summary SR Management tool Regional Dashboard

Frequently Asked Questions and Troubleshooting on Management tools: PR Management Dashboard CCM Summary SR Management tool Regional Dashboard Frequently Asked Questions and Troubleshooting on Management tools: PR Management Dashboard CCM Summary SR Management tool Regional Dashboard Version 2, July 2017 Frequently Asked Questions and Troubleshooting

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 Modified by Ahmed Sallam Based on original slides by Jeffrey C. Jackson reserved. 0-13-185603-0 HTML HELLO WORLD! Document

More information

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools Revised 6/3/08

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools  Revised 6/3/08 Teacher Guide Teacher Guide EDLINE This guide was designed to give you quick instructions for the most common class-related tasks that you will perform while using Edline. Please refer to the online Help

More information

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive English ABOUT Use this guide to write papers, create spreadsheets, give presentations, manage your time, and save your files

More information

Website Development (WEB) Lab Exercises

Website Development (WEB) Lab Exercises Website Development (WEB) Lab Exercises Select exercises from the lists below to complete your training in Website Development and earn 125 points. You do not need to do all the exercises listed, except

More information

Web Publishing Basics I

Web Publishing Basics I Web Publishing Basics I Jeff Pankin Information Services and Technology Contents Course Objectives... 2 Creating a Web Page with HTML... 3 What is Dreamweaver?... 3 What is HTML?... 3 What are the basic

More information

Content Author's Reference and Cookbook

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

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

Wikispaces in Education A Comprehensive Tutorial

Wikispaces in Education A Comprehensive Tutorial Wikispaces in Education A Comprehensive Tutorial JENNIFER CARRIER DORMAN H T T P : / / J D O R M A N. W I K I S P A C E S. C O M / H T T P : / / C L I O T E C H. B L O G S P O T. C O M / Why use wikis?

More information

Fulfillment User Guide FULFILLMENT

Fulfillment User Guide FULFILLMENT Fulfillment User Guide FULFILLMENT TABLE OF CONTENTS I. System Requirements II. Logging In III. Launchpad a. Home b. Profile c. Settings IV. Dashboard Tab a. Actionable Insights b. Open Orders V. Transactions

More information

Bitcoin for WooCommerce Documentation

Bitcoin for WooCommerce Documentation Bitcoin for WooCommerce Documentation Release 3.0.1 EliteCoderLab June 13, 2015 Contents 1 Table of Contents 3 2 Installation 5 2.1 Server Requirements........................................... 5 2.2

More information

PROFESSIONAL TUTORIAL. Trinity Innovations 2010 All Rights Reserved.

PROFESSIONAL TUTORIAL. Trinity Innovations 2010 All Rights Reserved. PROFESSIONAL TUTORIAL Trinity Innovations 2010 All Rights Reserved www.3dissue.com PART ONE Converting PDFs into the correct JPEG format To create a new digital edition from a PDF we are going to use the

More information

CDK Requisitioner. Users Manual

CDK Requisitioner. Users Manual CDK Requisitioner Users Manual January 15, 2012 2011 CDK Systems, Inc. 444 Shades of Death Road Great Meadows, NJ 07838 Phone: (908) 850-8194 i Table of Contents Table of Contents... ii Welcome to CDK

More information

PROFILE USER MANUAL. Satori Team

PROFILE USER MANUAL. Satori Team PROFILE USER MANUAL Satori Team Table of Contents Profile... 3 1. introduction... 3 2. Description... 4 a) Profile page of current user... 4 b) My Notification... 6 c) My communities.... 6 d) My Apps...

More information

1.0 New visitisleofman.com Page Logging in and out of your account Page Help Tutorial Videos Page Updating Information Page 6

1.0 New visitisleofman.com Page Logging in and out of your account Page Help Tutorial Videos Page Updating Information Page 6 1.0 New visitisleofman.com Page 2 2.0 Logging in and out of your account Page 3 3.0 Help Tutorial Videos Page 5 4.0 Updating Information Page 6 4.1 Product Details Page 7 4.2 Description Page 9 4.3 Media

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

To register as a publisher, please visit the link provided to you by your system owner and provide your full name and address:

To register as a publisher, please visit the link provided to you by your system owner and provide your full name and  address: M3 PLATFORM USER MANUAL PUBLISHER CREATING A NEW PUBLISHER ACCOUNT To register as a publisher, please visit the link provided to you by your system owner and provide your full name and email address: Once

More information

Taxbot Getting Started Guide

Taxbot Getting Started Guide Taxbot Getting Started Guide Congratulations on your purchase of Taxbot! This guide will help you set up your account and show you how to use the program to maximize your tax deductible expenses! Setting

More information

the design marketplace

the design marketplace the design marketplace WELCOME TO ADVANCED CLOUDING! Congratulations on becoming a TemplateCloud Advanced Clouder! This guide contains everything you need to know to take you to the next level of TemplateCloud

More information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information 1 Getting Started Whether you are a new user or a returning one, to access ithenticate

More information

Baby Signs ICI Websites

Baby Signs ICI Websites Baby Signs ICI Websites Instructions 2011 A N G L E S O L U T I O N S B A B Y S I G N S P R O G R A M I C I S I T E S Contents Baby Signs ICI Website... 4 Registration... 4 Creating Your Website... 6 Choosing

More information

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop 205CDE: Developing the Modern Web Assignment 1: Designing a Website Scenario: D Bookshop Introduction I decided to make a second hand bookshop website. There are some reasons why I made this choice. Mainly

More information

Introducing zipform Plus

Introducing zipform Plus Welcome to the basic training for the new zipform Plus. As a zipform user, you will notice the new opportunity to switch to the Beta (testing) version of zipform Plus from your zipform 6 Professional account.

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

Autodesk Moldflow Adviser AMA Reports

Autodesk Moldflow Adviser AMA Reports Autodesk Moldflow Adviser 2012 AMA Reports Revision 1, 17 March 2012. Contents Chapter 1 Report Generation Wizard.............................. 1 Creating a new report.......................................

More information

USER MANUAL. Contents. Analytic Reporting Tool Basic for SUITECRM

USER MANUAL. Contents. Analytic Reporting Tool Basic for SUITECRM USER MANUAL Analytic Reporting Tool Basic for SUITECRM Contents ANALYTIC REPORTING TOOL FEATURE OVERVIEW... 2 PRE-DEFINED REPORT LIST AND FOLDERS... 3 REPORT AND CHART SETTING OVERVIEW... 5 Print Report,

More information