MultiQ Products AB reserves the right to make changes to this document and to product specifications without prior notice.

Size: px
Start display at page:

Download "MultiQ Products AB reserves the right to make changes to this document and to product specifications without prior notice."

Transcription

1 Technical Note How to create a custom virtual keyboard This technical note describes how to create a custom virtual keyboard and how to add it to the MultiQ Media monitor/player. The reader is presumed to have prior knowledge of software development and it is desired to also have knowledge of Linux and Linux systems in general. This guide applies to products with firmware version 2.10.X. Important! MultiQ Products AB provides no guarantee that any of the examples shown in this document will work for any particular application or that the descriptions will be valid for future firmware or product versions. MultiQ Products AB cannot and will not be held liable for any damage inflicted to any product as a result of the examples or instructions mentioned in this document. MultiQ Products AB reserves the right to make changes to this document and to product specifications without prior notice. MultiQ Products AB provides NO support for application development of any kind. The information here is provided "as

2 Table of Contents 1 Revision history Creating custom keyboards To add a keyboard browser plug-in to a media player To make a customized keyboard To edit the image files How to easily adapt to a hue of colour used by a specific brand How to find the correct value of hue? Starting all over with the images used as keys Compressing the files before use How to make an xpi-file? Making a keyboard entirely of your own Changing the layout and size of the keys Introducing more functionality Technical Note How to create a custom virtual keyboard 2

3 1 Revision history This version of the User Requirements Specification becomes effective on the date of final approval. If changes are made that affect the document s content or approach, a revised, complete document must be issued for re-approval by the roles of the approvers of the original document or their designated representatives. A description of those changes with revision number will be noted in the revision log below: Version Date Comments Initial version Updated for release of firmware version 2.10 for media monitors and media players. Technical Note How to create a custom virtual keyboard 3

4 2 Creating custom keyboards There are two pre-made virtual keyboards available one grey and one in black. These keyboard sets are contained in the files StdGrey.xpi and StdBlack.xpi. The virtual keyboards are browser plug-ins. Each set of keyboards includes six languages, UK English, French, German, Norwegian, Danish and Swedish. Figure 1. There are two sets of keyboards available, a grey standard keyboard and a black standard keyboard. To upload the keyboards to the system and to assign them to the media players The keyboards are defined in an xpi-file. The xpi-file contains keyboards for all language having a specific design. You will find the xpi-files for the standard keyboards in the Virtual Keyboard Technote folder (to be downloaded from the MultiQ website). Technical Note How to create a custom virtual keyboard 4

5 Figure 2. In the Browser Library, click Add on Browser Extensions. Then browse to the desired browser plug-in file, here StdGrey.xpi. Figure 3. Select the desired plug-in file and click Open. Technical Note How to create a custom virtual keyboard 5

6 Figure 4. Finally, click Upload to upload the xpi-file to the content management server (CMS). Figure 5. The browser plug-in file is now shown in the Browser Library. Technical Note How to create a custom virtual keyboard 6

7 3 To add a keyboard browser plug-in to a media player Select the Units and Group Playlists menu. Then click on the media player to which you want to add to browser plug-in. Figure 6. In the Units and Group Playlists menu, click the media player where you want to install the keyboard browser plug-in. Figure 7. Click the Settings tab of the media player selected to get into the settings menu. Technical Note How to create a custom virtual keyboard 7

8 Figure 8. In the Settings tab, select language and click Add to add the browser extensions to the media player. Figure 9. Tick the box for the desired browser plug-in. After Save has been clicked, the media player will reboot with the browser plug-in installed. Now the keyboard should appear as soon as a text box on a web page is touched. Technical Note How to create a custom virtual keyboard 8

9 Figure 10. The keyboard should appear as soon as a text box is touched. The default keyboard is UK_English. If another keyboard than UK_English is desired, the language settings for the media player should be changed. This is also done in the Settings tab for the media player. Technical Note How to create a custom virtual keyboard 9

10 Figure 11. Language settings are made in the Settings menu of the media player. Technical Note How to create a custom virtual keyboard 10

11 4 To make a customized keyboard There are several ways to customize the virtual keyboards. Each key is a separate image. These images may be easily replaced. However it is necessary to keep the file names and to use the PNG-file format if the code used in the keyboard is to be unchanged. Figure 12. The naming rules and file format to be able to use the standard code when editing or replacing the image files describing the keys. Each key is at least 64x64 pixels in order to make the touch area large enough for easy operation. It is not advisable to use smaller keys than this. Also the size is adapted to get the keyboard to fit within 1024 pixels when using an SXGA (1280x1024 pixel) monitor. The standard keyboard layout is arranged to be as close to real world keyboard as possible. The layout is adapted to the common standards for keyboards in each county (language area) as possible to assure that users feel at home when handling the keyboard. An extra, easy to has been added for easy entry of addresses. Technical Note How to create a custom virtual keyboard 11

12 Figure 13. Keyboard overview with number of key images used. 4.1 To edit the image files The easiest way to make customized keyboards is to redesign the images kept in the Images folder for each language respectively. In the Virtual Keyboard Tech Note folder you will also find folders containing the keys that are used in the standard grey as well as in the standard black keyboards. Figure 14. In the Virtual Keyboard Tech Note folder you will find uncompressed as well as compressed versions of the keys. For each of the standard keyboards there are two folders, one containing the uncompressed image files and the other containing compressed files. If you wish to edit existing standard images, make a copy of one of the folders containing uncompressed files. The PNG-files may be edited quite easily in Adobe Fireworks since the uncompressed files contain layers that keep all image elements apart for individual editing. Using the editing features in Adobe Fireworks it is easy to change colours to the various image elements. It is also possible to change fonts and font size. If you wish to delete some of the special characters this can be done but remember that the functionality of the key remains if the code for the keyboard remains unchanged. Technical Note How to create a custom virtual keyboard 12

13 Figure 15. The uncompressed files are easy to edit in Adobe Fireworks since they are separated in layers. At is advisable to try to use the batch handling features of Adobe Fireworks when editing the image files due to the large number of files. 4.2 How to easily adapt to a hue of colour used by a specific brand In the Batch Process menu (Found in the File menu) of Adobe Fireworks there is a Convert to Grayscale command that may be useful to adapt the hue in various image elements to the hue used in branding for a particular product. By editing the Convert to Grayscale.jsf -file according to figure 16, interesting effects may be achieved in a simple manner. However remember resetting the hue parameter before using the Convert to Grayscale script for its original purpose. The script file is to be found following the path (or similar depending on your installation and program version): Program Files/Adobe/Adobe Grayscale.jsf Fireworks CS4/Configuration/Commands/Creative/Convert to You can use any text editor to edit the file. Technical Note How to create a custom virtual keyboard 13

14 Figure 16. How to edit the hue parameter or the Convert to Grayscale java script to fit the hue of a specific brand. 4.3 How to find the correct value of hue? There is an easy way to find the hue of a colour. Cut and paste a portion of a picture containing the hue of the brand into Adobe Photoshop. Then use the Eyedropper tool to decide the hue as shown in figure 17. Technical Note How to create a custom virtual keyboard 14

15 Figure 17. To find the hue in a colour used for a brand you can use the Eyedropper tool in Adobe Photoshop. Figure 18a. Parts of the standard gray keyset after being batch converted using hue=4. Technical Note How to create a custom virtual keyboard 15

16 Of course you are free to experiment with the other batch filters or combinations of filters that are available in Adobe Fireworks. For further documentation on the batch process feature please use the Adobe Fireworks help menu. Figure 18b. Customized keyboard with hue=4 created in minutes from the standard grey keyboard using the Adobe Fireworks Batch Process feature. 4.4 Starting all over with the images used as keys If the design of the keyboard is to be changed more dramatically, it is possible to make completely new images describing the keys. However to avoid any change of code you should stick to the same size of images (height 64 pixels) and width according to figure 19. Also the layout, (placement of keys), have to be the same. The names of the keys have to be exactly the same just as the file format (PNG) to have the existing code to work. Figure 19. The physical layout of the standard keyboards on a pixel level. Technical Note How to create a custom virtual keyboard 16

17 4.4.1 Compressing the files before use The uncompressed image files are quite large and due to their number they need to be compressed before being used in the keyboards (added to the xpi-file). The original files are about 65 kb while the compressed files are recommended to be about 4 kb. The compressed files also need to be in the PNG format. A batch compression program such as the Linux Convert is recommended for compressing the files. Always keep a copy of the uncompressed files for future use. Remember that the image files need to be compressed one-by-one. It is not possible to compress the entire folder containing them. 4.5 How to make an xpi-file? The Virtual keyboard make standard folder contains the files and folders needed to make the xpifile that defines a set of keyboards. To be able to make your own keyboards you can follow these steps that show how the xpi-file used for the black keyboard was made. Start by making a copy of the entire Virtual keyboard make folder, you may need the original folder for future projects. The image files describing the keys are stored in the chrome/locale folder according to figure 20. Technical Note How to create a custom virtual keyboard 17

18 Figure 20. Learn how to navigate the Virtual keyboard make folder (there are about 220 files in each of the Images folders. Before making the xpi-file we need to select the right background colour for the keyboard. The background panel is visible when using the keyboard on a screen that is wider than 1024 pixels. Technical Note How to create a custom virtual keyboard 18

19 Figure 21. The background colour of the keyboard is visible when it is presented on a screen that is wider than 1024 pixels. The background colour is changed by editing the chrome/content/gtoolbar.css file. Technical Note How to create a custom virtual keyboard 19

20 Figure 22. The background colour is changed by editing the first occurring background-color parameter in the chrome/content/gtoolbar.css file. When the images are edited, compressed and put into the Image folders of the locale folder inside the chrome folder for each language respectively, you can perform the following procedure: Right click inside the Virtual keyboard make folder to get into the right click menu. Here you will find the Make new compressed folder. Create a compressed folder named chrome.zip. Technical Note How to create a custom virtual keyboard 20

21 Right click inside the copy of the Virtual keyboard make folder to create new compressed (zipped) folder command. Figure 23. Start by creating a compressed folder inside the copy of the Virtual keyboard make standard folder. Technical Note How to create a custom virtual keyboard 21

22 Name the folder chrome.zip Figure 24. In the copy of the Virtual keyboard make standard folder, start by making a new zipped folder named chrome.zip. Drag the chrome folder into the chrome.zip folder Figure 25. Next, drag the chrome folder into the chrome.zip folder. Change the file extension of the zipped file from zip to jar Figure 26. Then change the file extension of the zipped chrome folder from zip to jar. Technical Note How to create a custom virtual keyboard 22

23 Move the chrome.jar file into the jar-install folder Figure 27. Move the chrome.jar file inside the jar-install folder. Double click to get inside the jar-install folder Figure 28. Double click to get inside the jar-install folder. Technical Note How to create a custom virtual keyboard 23

24 1. Inside the jar-install folder, create another zip folder named StdGrey.zip (or any other suitable name) 2. Drag the chrome.jar, chrome.manifest and the install.rdf files into the StdGrey.zip folder Figure 29. Drag the chrome.jar, chrome.manifest and the install.rdf files into the StdGrey.zip folder. Finally change the file extension from zip to xpi. You now have the StdGrey.xpi file for the grey keyboard Figure 30. The StdGrey.xpi file is finalized by changing the file extension from zip to xpi. The StdGrey.xpi file can now be uploaded to the content management server (CMS) and assigned to a media player as shown on pages 3-7. Of course you can create as many designs and xpi-files as you wish and have them all stored in the CMS. However you can t assign more than one xpi-file to a media player simultaneously. Technical Note How to create a custom virtual keyboard 24

25 4.6 Making a keyboard entirely of your own In the previous sections you have learned how to edit your own keyboard based on the keyboard layout and keyboard features that are available in the MultiQ standard keyboards. You can alter the keys in almost any way you want. However you must use the size of keys and the layout of keys defined by the standard keyboards. On the other hand you do not have to mind about the code. It s already there and the language adaptations are already made. However for those interested in moving even further in adapting the virtual keyboards to their special needs, here is a brief description of the code used in the files defining the keyboards. There are two different levels at which you can choose to work Changing the layout and size of the keys In the /chrome/skin/vkeyboard.css file the size and behaviour regarding MouseOver etc are described. A change in this file will have global impact on the keyboard. Technical Note How to create a custom virtual keyboard 25

26 Figure 31. In the chrome/skin/vkeyboard.css file the sizes and behaviour of buttons are to be found. In the /chrome/content/vkeyboardoverlay.xul file the locations for the images describing the keys are defined along with the functionality of each key. A change in this file will have global effect on the keyboard. Technical Note How to create a custom virtual keyboard 26

27 Figure 32. In the /chrome/content/vkeyboardoverlay.xul file the location and functionality of each key is defined. By editing the files described above it is possible to change the size, behaviour and location of the keys Introducing more functionality To introduce more functionalities you need to edit the /chrome/locale/<language>/keyboard.dtd file. This file is used by the xul-file described in figure 32. Technical Note How to create a custom virtual keyboard 27

28 Figure 33. The /chrome/locale/<language>/vkeyboard.dtd defines the entities that use the java scripts defined by the /chrome/locale/<language>/vkeyboard.js file. Technical Note How to create a custom virtual keyboard 28

29 Figure 34. Example of java script code in the /chrome/locale/<language>/vkeyboard.js file. Technical Note How to create a custom virtual keyboard 29

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

USER GUIDE PowerPhoto CRM

USER GUIDE PowerPhoto CRM USER GUIDE PowerPhoto CRM 2013 2015 Contents CONFIGURING POWERPHOTO Add, Remove, Set Default, Set Record Image, Thumbnail & View Text Display Original File Save Original File Resize Photo Resize Height

More information

MultiQ DSMS 3.6 User Guide Media monitors 5 & 7 operated in centrally managed mode

MultiQ DSMS 3.6 User Guide Media monitors 5 & 7 operated in centrally managed mode MultiQ DSMS 3.6 User Guide Media monitors 5 & 7 operated in centrally managed mode 2011 MultiQ are registered trademarks or trademark applications of MultiQ International AB in various jurisdictions. All

More information

MultiQ Digital Signage Creation Quick Guide

MultiQ Digital Signage Creation Quick Guide MultiQ Digital Signage Creation Quick Guide Part 2, Activate your customers with kiosks Version 1, 29/11/2011 2011 MultiQ are registered trademarks or trademark applications of MultiQ International AB

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

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

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

HostPress.ca. User manual. July Version 1.0. Written by: Todd Munro. 1 P age

HostPress.ca. User manual. July Version 1.0. Written by: Todd Munro. 1 P age HostPress.ca User manual For your new WordPress website July 2010 Version 1.0 Written by: Todd Munro 1 P age Table of Contents Introduction page 3 Getting Ready page 3 Media, Pages & Posts page 3 7 Live

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

Image Rights Options: Using Banding, Branding, and

Image Rights Options: Using Banding, Branding, and Image Rights Options: Using Banding, Branding, and Watermarking Display ownership or other copyright information within your collection by using banding, branding, and watermarking options within CONTENTdm.

More information

Image Rights Options: Using Bands, Brands and Watermarks

Image Rights Options: Using Bands, Brands and Watermarks Image Rights Options: Using Bands, Brands and Watermarks Display ownership or other copyright information within your collection by using bands, brands, and watermark options within CONTENTdm. This tutorial

More information

1 Using the NetBeans IDE

1 Using the NetBeans IDE Chapter 1: Using the NetBeans IDE 5 1 Using the NetBeans IDE In this chapter we will examine how to set up a new application program using the NetBeans Integrated Development Environment with the language

More information

Web Pro Manager: General User Guide

Web Pro Manager: General User Guide Web Pro Manager: General User Guide Version 1.14 (7/2013) Web Pro Manager is an open-source website management platform that is easy to use, intuitive, and highly customizable. Web Pro Manager can be used

More information

ViewONE User Manual !"##$$$

ViewONE User Manual !##$$$ ViewONE User Manual!"##$$$ Contents Introduction 3 Features 4 The User interface 5 Toolbars 6 Menus 19 The Keyboard 29 ViewONE is a Java applet that extends your web browser so that you can view, zoom,

More information

Cropping an Image for the Web

Cropping an Image for the Web Cropping an Image for the Web This guide covers how to use the Paint software included with Microsoft Windows to crop images for use on a web page. Opening Microsoft Paint (In Windows Accessories) On your

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

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

A publication of. Let it Bleed. When, where, why and how to use bleeds and create print ready PDF s so your print provider will love you.

A publication of. Let it Bleed. When, where, why and how to use bleeds and create print ready PDF s so your print provider will love you. A publication of Let it Bleed When, where, why and how to use bleeds and create print ready PDF s so your print provider will love you. When Let it Bleed: Creating print ready PDF s with bleeds A bleed

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

User Manual. Minidraw

User Manual. Minidraw User Manual Minidraw Version 1.8 2 Minidraw for HSAJet MiniTouch Table of Contents Before you start 4 How to... create a package 4 How to... add fonts 5 How to... add locales 8 How to... add logos 10 How

More information

A Dreamweaver Tutorial. Contents Page

A Dreamweaver Tutorial. Contents Page A Dreamweaver Tutorial Contents Page Page 1-2 Things to do and know before we start Page 3-4 - Setting up the website Page 5 How to save your web pages Page 6 - Opening an existing web page Page 7 - Creating

More information

Navigator User Guide. NCS Navigator is split into five parts:

Navigator User Guide. NCS Navigator is split into five parts: Navigator User Guide NCS Navigator is split into five parts: 1. NCS Colour Space showing all 1950 NCS Original Colours in 3D 2. NCS Colour Triangle showing each hue triangle found in the NCS 1950 Original

More information

HO-1: INTRODUCTION TO FIREWORKS

HO-1: INTRODUCTION TO FIREWORKS HO-1: INTRODUCTION TO FIREWORKS The Fireworks Work Environment Adobe Fireworks CS4 is a hybrid vector and bitmap tool that provides an efficient design environment for rapidly prototyping websites and

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

University of Pittsburgh Communications Services. Basic Training Manual Drupal 7

University of Pittsburgh Communications Services. Basic Training Manual  Drupal 7 University of Pittsburgh Communications Services Basic Training Manual www.shrs.pitt.edu Drupal 7 Table of Contents Users... 3 Log In... 3 Log Out... 3 What is a Content Management System?... 4 What are

More information

#61-844SW ThermalVision Software Instruction Manual

#61-844SW ThermalVision Software Instruction Manual ThermalVision Software Instruction Manual ND-7035-1 Page 1 of 23 Contents 1. Installing the ThermalVision software onto a PC... 3 2. Transferring saved images from the camera to the PC.... 3 2.1. Direct

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 2 In this section we ll look at some essential things you need to know in order to use Photoshop effectively. First of all, we ll take a look at customising Photoshop s settings and

More information

Table of Contents. EPSS help desk. Phone: (English, French, German, Dutch, Greek)

Table of Contents. EPSS help desk. Phone: (English, French, German, Dutch, Greek) Release Date: 24 July 2003, revised 3 August 2005 Table of Contents 1 EPSS Online Preparation User s Guide... 3 1.1 Getting a user ID and password... 3 1.2 Login... 4 1.2.1 Initial Login... 4 1.2.2 Subsequent

More information

Guide to Allen verifig

Guide to Allen verifig Guide to Allen verifig Version 03.05.12 How To Upload Graphic Files to VeriFig To upload graphic files for preflight in VeriFig, go to http://verifig.allenpress.com. Allen verifig is a web-based application

More information

Symbol for Windows Gold. Paper Chart Maker. Modemo 2011, UK Handicom 2011, The Netherlands

Symbol for Windows Gold. Paper Chart Maker. Modemo 2011, UK Handicom 2011, The Netherlands Symbol for Windows Gold Paper Chart Maker Modemo 2011, UK Handicom 2011, The Netherlands INTRODUCTION Symbol for Windows Gold Paper Chart Maker is the tool to have when you need to create and maintain

More information

Introduction. Uploading and Syncing Files. Google Drive and Docs Uploading and Syncing Files. Uploading Files to Google Drive.

Introduction. Uploading and Syncing Files. Google Drive and Docs Uploading and Syncing Files. Uploading Files to Google Drive. Google Drive and Docs Uploading and Syncing Files Introduction Page 1 Google Drive makes it easy to store and access your files online in the cloud, allowing you to access them from any computer with an

More information

RS-1260 Digital Signage Player

RS-1260 Digital Signage Player RS-1260 Digital Signage Player User Manual V1.3 Legal Notice and Disclaimer Thank you for choosing RapidSignage products. This user manual provides a description of the Player relevant guidelines for key

More information

IMAGE LINKS - INTRODUCTION

IMAGE LINKS -  INTRODUCTION IMAGE LINKS - EMAIL INTRODUCTION The purpose of this document is to provide guidance for client website administrators who create and maintain content on how to create image links to content. RELATED IMAGE

More information

Software changelog O2V firmware / E2V100 GUI

Software changelog O2V firmware / E2V100 GUI O2V firmware / E2V100 Contents COMPATIBILITY... 2 VERSION FW 5048 / 2.5.036... 3 NEW FUNCTIONALITIES... 3... 3... 3 MODIFIED FUNCTIONALITIES... 3 FIXED ERRORS... 3... 3... 3 KNOWN ISSUES... 3 Sensor...

More information

Network Digital Menu Board Hardware User Manual

Network Digital Menu Board Hardware User Manual Network Digital Menu Board Hardware User Manual Manual Version DMA1 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable and well-ventilated place. Please

More information

User Manual MagniLink PCViewer

User Manual MagniLink PCViewer User Manual MagniLink PCViewer LVI Low Vision International Verkstadsgatan 5 Tel: +46 470-727700 info@lvi.se SE-352 46 Växjö Faks: +46 470-727725 www.lvi.se Table of Contents 1 About LVI... 5 2 Introducing

More information

IMPORT GUIDE. PowerPhoto CRM 2013/2015

IMPORT GUIDE. PowerPhoto CRM 2013/2015 IMPORT GUIDE PowerPhoto CRM 2013/2015 Contents Import Register Configure Add, Remove, Set Default, Set Record Image, Thumbnail & View Text Display Original File Save Original File Resize Photo Resize Height

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Linmark User Manual IT-M-U0005E. Linmark Online Product Upload User Guide

Linmark User Manual IT-M-U0005E. Linmark Online Product Upload User Guide Linmark User Manual Linmark Online Product Upload User Guide Version Editor Date Remarks 1.0 Angelina Talley February 24, 2010 Initial release Table of Contents Table of Contents...2 1 Objective...3 2

More information

A Frontpage Tutorial. Contents Page

A Frontpage Tutorial. Contents Page A Frontpage Tutorial Contents Page Page 1-2 Things to do and know before we start Page 3.How to save your web pages Page 4.Opening an existing web page Page 5..Creating more web pages Page 6-8.Adding tables

More information

FREEWAY SIGNAGE series 9. user manual

FREEWAY SIGNAGE series 9. user manual FREEWAY SIGNAGE series 9 user manual FREEWAY SIGNAGE series 9 Page 2 Table of Contents Overview...3 What is Digital Signage?...3 So what is FREEWAY SIGNAGE Series 9?...4 What can I display through my channel?...4

More information

Joomla! extension JSN EasySlider User Manual

Joomla! extension JSN EasySlider User Manual Joomla! extension JSN EasySlider User Manual (for JSN EasySlider 2.0.x) www.facebook.com/joomlashine www.twitter.com/joomlashine www.youtube.com/joomlashine This documentation is release under Creative

More information

CITO2 Installation & User Instructions

CITO2 Installation & User Instructions CITO2 Installation & User Instructions DD 56107 Stoneridge Electronics Ltd 1. Installation...4 1.1. System Requirements...4 1.2. Installing CITO2...4 1.3. Uninstalling CITO2...4 2. Starting and closing

More information

Ver.2.0. Clicking the radio button for Diagrams II / Parts List on the menu bar displays the initial screen as shown below.

Ver.2.0. Clicking the radio button for Diagrams II / Parts List on the menu bar displays the initial screen as shown below. Operating Instructions of Diagram II Flash version (XML II swf) Service Manual Supplement of Quick Guide Ver.2.0 Quick Guide for XML II swf Service Manual CS Division Panasonic Corporation 1. Initial Configuration

More information

Creating an Image Gallery Asset in OU Campus 4/23/15

Creating an Image Gallery Asset in OU Campus 4/23/15 Creating an Image Gallery Asset in OU Campus 4/23/15 IMPORTANT: To create a new image gallery, you must first crop all of your images to the same dimensions and save them to a folder on your computer.

More information

HALTON SKILLS COMPETITION WEBSITE DEVELOPMENT SCOPE SECONDARY LEVEL Coordinator: Ron Boyd,

HALTON SKILLS COMPETITION WEBSITE DEVELOPMENT SCOPE SECONDARY LEVEL Coordinator: Ron Boyd, Coordinator: Ron Boyd, rwboyd@orionsweb.net PURPOSE OF THE CHALLENGE To provide competitors with the opportunity to demonstrate, through practical and theoretical application, their skills in client- and

More information

QUICK GUIDE: HOW TO CREATE MEDIA FILES FOR THE ESPRECIOUS

QUICK GUIDE: HOW TO CREATE MEDIA FILES FOR THE ESPRECIOUS QUICK GUIDE: HOW TO CREATE MEDIA FILES FOR THE ESPRECIOUS This quick guide explains you in a few steps how you can create media files for the Esprecious. Appendix 1 shows how you can import the media files

More information

WELCOME TO GOOGLE DRIVE!

WELCOME TO GOOGLE DRIVE! WELCOME TO GOOGLE DRIVE! Google Drive is a free service from Google that allows you to store files from your computer online and access them anywhere using the cloud. Google Drive also gives you access

More information

My Signage Portal Touch Software User Manual (Content Management System)

My Signage Portal Touch Software User Manual (Content Management System) My Signage Portal Touch Software User Manual (Content Management System) Manual Version TCMS1.0s Contents: 1. Introduction... 2 1.1 Logging In... 2 2. System Operation... 4 2.1 Touch (Top Menu)... 4 2.1.1

More information

Using Tiny ebook Reader Online

Using Tiny ebook Reader Online TINY ebook READER Using Tiny ebook Reader Online Tiny ebook Reader Online contains two components. The Online Control Panel is where you maintain your library, and configure your preferences. The Reading

More information

POS Android Digital Advertising Display (Network) Hardware User Manual

POS Android Digital Advertising Display (Network) Hardware User Manual POS Android Digital Advertising Display (Network) Hardware User Manual Manual Version POSW3.0 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable and well-ventilated

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

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site In order to upload files to our FTP site, you will need a Java-enabled web browser for Microsoft Windows and Mac OS

More information

CMS Shado 9. Quick Start Guide

CMS Shado 9. Quick Start Guide CMS Shado 9 Quick Start Guide 1 Logging In 3 Shado Central Interface 4 Sections, Pages and Containers 7 Sections 7 Pages 7 Containers 7 The Site Tree 8 Edit Content on a Page 9 Editing Container Content

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

Creating Page Layouts 25 min

Creating Page Layouts 25 min 1 of 10 09/11/2011 19:08 Home > Design Tips > Creating Page Layouts Creating Page Layouts 25 min Effective document design depends on a clear visual structure that conveys and complements the main message.

More information

REACH SCREEN SYSTEMS. System Support Manual. User manual for operating the REACH Announcement Tool, Scheduling Tool, and Touch Screen Systems.

REACH SCREEN SYSTEMS. System Support Manual. User manual for operating the REACH Announcement Tool, Scheduling Tool, and Touch Screen Systems. REACH SCREEN SYSTEMS System Support Manual User manual for operating the REACH Announcement Tool, Scheduling Tool, and Touch Screen Systems. Table of Contents REACH Announcement Tool... 4 Overview... 4

More information

Information Technology Services

Information Technology Services Information Technology Services Quick Start Guide for Cascade Server Quick Start Guide Sections: Logging into Cascade Server... 3 Dashboard... 4 Main Navigation... 4 Search Field... 4 Left hand Navigation/Asset

More information

How To Series Roland DisplayStudio Split Screen Layout Guide

How To Series Roland DisplayStudio Split Screen Layout Guide Roland DisplayStudio August 14, 2014 Roland DisplayStudio allows the designer to control the size of the screen region the playlist will play inside of with settings on the Layout tab. Along with changing

More information

One of the most important forum skills you will need to master is that of copying and posting of images into the forum.

One of the most important forum skills you will need to master is that of copying and posting of images into the forum. Image Posting One of the most important forum skills you will need to master is that of copying and posting of images into the forum. At the bottom of each posting you make there is the option to upload

More information

WWF CMS Map Tool User Guide

WWF CMS Map Tool User Guide WWF CMS Map Tool User Guide July 2007 In the latest (1.7) release of the WWF Content Management System (CMS) a dynamic map creation tool is available in all CMS instances. Examples of maps created with

More information

TOPAZ CMS. Software User Manual. Design Led Solutions Driven TOPAZ CMS

TOPAZ CMS. Software User Manual. Design Led Solutions Driven TOPAZ CMS Our Full Product Range Full details of all TOPAZ products available can be found by visiting our web site www.topazdigital.com Small Format POS 10 TOPAZ POS 10 TOPAZ HDMI 23 TOPAZ POS Your NOT so silent

More information

Wimba Classroom Version 6.1 Room Administrator Guide

Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom 6.1 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

Dashboard Guide. May Version history. May April 2018

Dashboard Guide. May Version history. May April 2018 May 2018 Dashboard Guide Version history May 2018 April 2018 Added information on readers and instructions for adding hyperlinks to another Schooltas book Added options for premium pins and mouseover texts

More information

Editing the Home Page

Editing the Home Page Editing the Home Page Logging on to Your Web site 1. Go to https://extension.usu.edu/admin/ 2. Enter your Login and Password. 3. Click Submit. If you do not have a login and password you can request one

More information

WordTalk Simple Guide

WordTalk Simple Guide Compatibility WordTalk Simple Guide WordTalk works with Microsoft Word 97, 2000 and 2003 running on Windows 98, ME, 2000 or XP. Depending on how your computer is set up there may be minor differences in

More information

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877.

Contact: Systems Alliance, Inc. Executive Plaza III McCormick Road, Suite 1203 Hunt Valley, Maryland Phone: / 877. Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031 Phone: 410.584.0595 / 877.SYSALLI Fax: 410.584.0594 http://www.systemsalliance.com http://www.siteexecutive.com

More information

Quick Reference Guide SharePoint Quick Reference Guide

Quick Reference Guide SharePoint Quick Reference Guide Quick Reference Guide 1 P age Table of Contents What is SharePoint?... 3 1. Home Page Layout... 4 2. Uploading Documents to a Library... 6 3. To Open a Document... 7 4. To Delete a Document... 7 5. Adding

More information

Using Graphics to Enhance A PowerPoint Presentation

Using Graphics to Enhance A PowerPoint Presentation Using Graphics to Enhance A PowerPoint Presentation This document provides instructions for working with various types of graphics in Microsoft PowerPoint. A design rule of thumb is to include some sort

More information

How to Use Serif WebPlus 10

How to Use Serif WebPlus 10 How to Use Serif WebPlus 10 Getting started 1. Open Serif WebPlus and select Start New Site from the Startup Screen 2. WebPlus will start a blank website for you. Take a few moments to familiarise yourself

More information

Basic Content Management Introduction

Basic Content Management Introduction Basic Content Management Introduction Logging into the editing process To begin editing your website you use your username and password to access your website's backend. The backend of your website can

More information

IrfanView Manual Image Software

IrfanView Manual Image Software IrfanView Manual Image Software helpline4life This not a complete manual for IrfanView. We only want to cover enough information for you to be able to resize and crop images so that you can send them to

More information

Manage Files. Accessing Manage Files

Manage Files. Accessing Manage Files 1 Manage Files The Manage Files tool is a file management system for your course. You can use this tool to organize and upload files associated with your course offering. We recommend that you organize

More information

Introduction to Moodle

Introduction to Moodle Introduction to Moodle Preparing for a Moodle Staff Development Session... 2 Logging in to Moodle... 2 Adding an image to your profile... 4 Navigate to and within a course... 6 Content of the basic template

More information

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual Flash Image Enhancer Manual Copyright 2009 All Rights Reserved Page 1 of 62 Index Flash Image Enhancer Manual... 1 Index... 2 About Flash Image Enhancer... 3 Features in Detail... 3 Before you begin...

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

3. Find the file you would like to upload by clicking on the Choose file button.

3. Find the file you would like to upload by clicking on the Choose file button. How to add an in-text image to a news item In most cases you will want to add an in-text image to your news item. This breaks the text up and makes the story more engaging. 1. Click on the New button in

More information

Guidelines for work on the Genebank KB site

Guidelines for work on the Genebank KB site Guidelines for work on the Genebank KB site (By Geert Claessens. For extra information email to geert.jef.claessens@gmail.com) These guidelines are written for users of the Crop Genebank Knowledge Base

More information

Google Apps for Education: The Basics

Google Apps for Education: The Basics Google Apps for Education: The Basics You will learn how to get started with Google Drive by uploading and converting documents. You will also learn how to share your documents with others in the Google

More information

Logo Editing Video Tutorial

Logo Editing Video Tutorial The following is a step by step guide to customising your MetaMorph logo image by replacing the logo text with your own organisation or company's name and logo. In order to utilise the Fireworks Source

More information

Step-By-Step Instructions for Using InDesign

Step-By-Step Instructions for Using InDesign Step-By-Step Instructions for Using InDesign Before you even start a new document in InDesign, you will need to think about the size of your book as well as the number of pages you want to include (not

More information

Display Screen User Guide. Last Updated: October 28, 2016

Display Screen User Guide. Last Updated: October 28, 2016 Display Screen User Guide Last Updated: October 28, 2016 Table of Contents Before you Begin... 2 Create content in Microsoft PowerPoint... 2 Convert your content in Microsoft PowerPoint to images... 3

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

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

Section 6 Storage Space

Section 6 Storage Space Section 6 Storage Space By the end of this section you should be able to: Access and use storage devices View used and available space Understand file compression Compress and edit files Extract compressed

More information

Corentium Report & Analysis SW v2.2. User manual

Corentium Report & Analysis SW v2.2. User manual 2014-12-04 Corentium Report & Analysis SW v2.2 User manual Email: info@corentium.com Phone: +47 468 46 155 www.corentium.com Contents 1 Introduction... 3 1.1 Naming conventions... 3 1.2 Differences between

More information

This document is a guide for those who wish to manage meeting agendas and documents using the UCC Intranet.

This document is a guide for those who wish to manage meeting agendas and documents using the UCC Intranet. Contents Requesting a new meeting on the Intranet... 1 The sample CMS meeting... 1 To add an academic year e.g., 2017-2018... 1 To ensure an academic year appears on top of list... 3 How to go to Site

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Document Upload for IELTS ORS

Document Upload for IELTS ORS Document Upload for IELTS ORS Overview... 1 Setting up document upload... 1 Uploading a document (as a candidate)... 2 Managing documents in the admin system... 3 The Summary Dashboard... 3 The Candidate

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

User s Guide. Attainment s. GTN v4.11

User s Guide. Attainment s. GTN v4.11 Attainment s User s Guide A printable PDF of this user guide is available from the Attainment Company website: https://www.attainmentcompany.com/gotalk-now Contents 1 Getting Started with GoTalk NOW 1

More information

Standard Plus Player. User Guide. i-tech Company LLC TOLL FREE: (888) WEB:

Standard Plus Player. User Guide. i-tech Company LLC TOLL FREE: (888) WEB: Standard Plus Player User Guide i-tech Company LLC TOLL FREE: (888) 483-2418 EMAIL: info@itechlcd.com WEB: www.itechlcd.com 1. INTRODUCTION OF THE Standard Plus PLAYER... 3 2. MAIN MENU... 4 2.1 START

More information

zuvo User Guide For zuvo -D Speech-Generating Devices Find more resources online:

zuvo User Guide For zuvo -D Speech-Generating Devices Find more resources online: zuvo User Guide TM For zuvo -D Speech-Generating Devices Find more resources online: www.talktometechnologies.com/support/ Table of contents Technical Hardware and features... 2 Speech settings... 3 Take

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Step-by-Step Guide to. Creating High Resolution Adobe Acrobat PDFs from your Desktop Applications

Step-by-Step Guide to. Creating High Resolution Adobe Acrobat PDFs from your Desktop Applications Step-by-Step Guide to Creating High Resolution Adobe Acrobat PDFs from your Desktop Applications This guide has been created in-house at GAM to better help you, the client, with creating an easy to print;

More information

Creating Postcards in Microsoft Publisher

Creating Postcards in Microsoft Publisher Creating Postcards in Microsoft Publisher Open Publisher either from the desktop or through the Start menu. Once Publisher opens, select Postcards from the menu on the right hand side of the screen. Scroll

More information

VHIMS UPGRADE VERSION

VHIMS UPGRADE VERSION Introduction A new RiskMan version release is now available for VHIMS clients. The following new features and modifications have been implemented since the previous release. What s New What s Changed Homepage

More information