Build a Basic ThingWorx Mashup

Size: px
Start display at page:

Download "Build a Basic ThingWorx Mashup"

Transcription

1 Build a Basic ThingWorx Mashup

2 Project Introduction Overview In this project you will create a simple mashup in ThingWorx, PTC s industry leading IoT platform. The project introduces basic skills in modeling an IoT solution and visualizing data in an application using the ThingWorx mashup tool. 2hrs Beginner Computer Science, Development, IT Created by PTC Academic Program English Language Audience This project is intended for anyone who is interested in an introductory experience with ThingWorx. Coding skills or product development expertise are not required. Project Milestones 1. Setup the project (0.5 HR) 2. Model ThingWorx architecture (0.5HR) 3. Build a simple mashup (1HR) Pre-requisites and Requirements No prior training is required A computer with internet connection Access to ThingWorx Composer (Need access? Learn about your options here) Build a Basic ThingWorx Mashup 1

3 How can I get access to the ThingWorx Composer? This project is built to be used in any ThingWorx Composer version. According to your role you may have different options to access ThingWorx. Please read below: For the individual developer If you are using this project to get you started with IoT and ThingWorx on your own you have the following options: 1. Hosted 30-day instance: Get a free temporary ThingWorx hosted instance through the Developer Portal. 2. Downloadable 120-day instance: Get free temporary access to a local instance of ThingWorx. For information on both options please visit the ThingWorx Developer Dashboard. For the classroom If you would like to use this project in the classroom, you can obtain access to our platform using the ThingWorx Academic Edition. For more information the ThingWorx Academic edition, contacts us at university@ptc.com. For commercial customers If you are using this project to learn how to use the ThingWorx composer in a commercial environment you can build this project using your commercial instance. Interested on ThingWorx for your company? Visit for more information. Build a Basic ThingWorx Mashup 2

4 Model Summary ThingWorx is a rapid, model-based application development platform. By employing modeling instead of coding, the content developer is able to focus on agility and application composition, rather than debugging, maintaining, and updating code. The model artifacts become a set of reusable building blocks to assemble new applications. After you have your model in place, you can assemble the data, services, and capabilities of the model into a web application via the drag and drop Mashup Builder. Objectives Model a Model Tag that will categorize and label all entities within this project. Model a Thing that will represent physical assets by adding specific properties. Outcome A Model Tag that will help categorize and group entities in this project. A Thing that will contain data and will perform Services. Create a Model Tag ThingWorx Model Tags are a mechanism to label ThingWorx objects and data to assist in grouping, filtering, and locating ThingWorx objects and searching/finding data efficiently. They are a combination of a vocabulary and a specific term. A tag is shown as [Vocabulary: Term] and they can be used to create a relationship between many different ThingWorx entities. A vocabulary is a list of words or identifiers used to describe a particular concept or thing. They can contains multiple vocabulary terms. An example of a vocabulary would be Colors or Locations. A term is a word used to describe a thing or to express a concept. Some examples of vocabulary terms of the Colors vocabulary are red, blue, and green. For Locations, it might be city names. 1. On the Home tab, Modeling section, select Model Tag and click New. Build a Basic ThingWorx Mashup 3

5 2. Enter the Name (AcademicProjects) and Description for the new model tag in the General Information section and save it. 3. Click the Edit button to get back to editing mode. Select the Manage Terms option. 4. Add a new term by typing in the box (SimpleProject) and click the Add Term button. Then click Done. 5. Click Save again to save the model tag with the new term. Build a Basic ThingWorx Mashup 4

6 Create a Thing The ThingWorx application development environment operates on an object or thingdriven model, which means that you represent your process or physical assets in terms of Things that have properties and business logic. All things are based on Thing Templates. When you create a Thing, you can base it off of a custom template, one of the built-in thing templates, or the generic template. Creating a Thing using the generic template creates a thing with no inherited properties. 6. On the Home tab, Modeling section, select Things and click New. 7. Enter the name (SimpleMashupThing) in the Name section. 8. Tag the entity by typing the name in the Model Tag section (AcademicProjects: SimpleMashup) and selecting the tag from the Search Results dialog box. 9. Allocate a Generic Thing Template by typing Generic and selecting the template from the dialog box list. Build a Basic ThingWorx Mashup 5

7 Add Properties to a Thing 10. Select Properties from the Entity Information section. 11. Click Add My Property. 12. Complete the fields as follows: Name: Temperature Base Type: Number 13. Click Done and Add. 14. Complete the fields as follows: Name: Humidity Base Type: Number 15. Click Done. 16. Click Save on the top of the screen. *This concludes the Model section of this Project* Build a Basic ThingWorx Mashup 6

8 Build Summary The Mashup Builder is the tool used to create your visualization web pages in ThingWorx, and is where individual Mashups are defined. The Mashup Builder is designed to be used by a content developer who has knowledge of the implemented ThingWorx model. It allows you to combine the data services available within ThingWorx with a set of visualization components, called Widgets, to create unique web pages that can combine data from multiple sources. Objectives Add different widgets to a Mashup and understand their uses. Load Services from a Thing into a Mashup and understand their purpose. Bind Widgets with Services and properties to create a functional Mashup. Outcome A functional Mashup that will set and display value properties given by the user. Create a Mashup Mashup is the term used for a web page that allows you to visualize and interact with the model you have defined. Mashups typically integrate information from multiple sources bringing information together, potentially exposing relationships or giving new meaning to your model data. 1. On the Home tab, Visualization section, select Mashups and click New. Build a Basic ThingWorx Mashup 7

9 2. Leave predetermined settings (Mashup Type: Page, Layout Options: Responsive) and click Done. 3. Click the Info button on the top of the screen. 4. Enter the name (SimpleMashup) in the Name section. 5. Tag the entity by typing the name in the Model Tag section (AcademicProjects:SimpleMashup) and selecting the tag from the dialog box. 6. Click Save on the top of the screen. 7. Click Edit on top of the screen, then click Design. Build a Basic ThingWorx Mashup 8

10 Add Widgets to a Mashup A Widget is a visual element you can place in a Mashup that understands how to display information formatted in a useful way. Table Widgets know how to format the rows of data in your model as an HTML table. Map Widgets know how to display your position on a map from your latitude and longitude. Mashups are composed of multiple widgets that work together to display information. The Layout widget is a responsive container that allows you to separate a responsive container into sections. Layouts can be placed inside the responsive containers of other layouts to create more even sections. The Header and Footer have constant heights with responsive widths; while the sidebars have a constant width and responsive heights. Columns and rows have both responsive widths and heights, but you can change the percent of available space they will occupy relative to the space not being occupied by headers, footers, and sidebars. 8. On the Widgets tab (left side of the screen), filter and/or find the Layout widget. 9. Drag the Layout widget from the Widgets tab and drop it on the white working area in the center of the screen. Leave predetermined settings (Layout: Horizontal, Options: 2 columns no sidebars) and click Done. Build a Basic ThingWorx Mashup 9

11 10. Drag another Layout widget from the Widgets tab and drop it on the left rectangle in the working area. Select a vertical layout and leave the Layout Options as default (Two rows, no header or footer). 11. Drag another Layout widget from the Widgets tab and drop it on the right rectangle in the working area. Select a vertical layout and leave the Layout Options as default (Two rows, no header or footer). The Panel widget is a container. Place other widgets into a Panel and move them around as a group. You can also use a Style to change the background color of a Panel to add contrast to your Mashup. All widgets placed in the Panel are relative to the Panel location. 12. On the Widgets tab, filter and/or find the Panel widget. 13. Drag the Panel widget from the Widgets tab and drop it on the top left rectangle on the working area. 14. Drag another Panel widget from the Widgets tab and drop it on the top right rectangle on working area. The Gauge Widget is a single needle gauge. You can define how many sections, or intervals, the Gauge has and different color schemes for each interval. 15. On the Widgets tab, filter and/or find the Gauge widget. 16. Drag the Gauge widget from the Widgets tab and drop it on the bottom left rectangle on the working area. Build a Basic ThingWorx Mashup 10

12 17. Drag another Gauge widget from the Widgets tab and drop it on the bottom right rectangle on the working area. 18. On the Widgets tab, filter and/or find the Numeric Entry widget. 19. Drag the Numeric Entry widget from the Widgets tab and drop it on the top left Panel on the working area. 20. Drag another Numeric Entry widget from the Widgets tab and drop it on the top right Panel on the working area. NOTE: You will notice you can place the Numeric Entry widgets anywhere inside their respective rectangles, as well as resize them. The Numeric Entry widget limits the user input to numeric values only. The values will be range limited to numbers between the minimum and maximum values if the ConstrainValue property is true. The decimal places will be limited as well to the number of FixedDigits, if the value of FixedDigits is greater than zero. There is an option to allow or disallow negatives using the AllowNegatives property. 21. Select the Numeric Entry widget on the left side. Once selected go to the bottom left part of the screen to the list of properties for the selected widget (Numeric Entry in this case). 22. Filter and/or search for the Label property. Type Temperature in the text box and hit Tab or Enter, notice the change on the working area. 23. Select the Numeric Entry widget on the right side, once selected go to the bottom left part of the screen to the list of properties for the selected widget (Numeric Entry in this case). 24. Filter and/or search for the Label property. Type Humidity in the text box and hit Tab or Enter. Notice the change on the working area. Build a Basic ThingWorx Mashup 11

13 The Button widget raises an event when clicked. 25. On the Widgets tab, filter and/or find the Button widget. 26. Drag the Button widget from the Widgets tab and drop it on the top left Panel on the working area. Resize and place button as you want. 27. Select the Button widget, once selected go to the bottom left part of the screen to the list of properties of the selected widget (Button). 28. Filter and/or search for the Label property. Type Set/Get Properties in the text box and hit Tab or Enter. Notice the change on the working area. Build a Basic ThingWorx Mashup 12

14 Bind Widgets and Services ThingWorx Data Services are called to get data into a mashup and then render the data using a visualization widget. To render any data in a mashup, you need to add one or more Data Services to the mashup. One Data Service can feed multiple visualization widgets. This minimizes the amount of data calls to the server. Most widgets are configurable so that only the columns of data from the Data Service that you want to see in that widget are shown. 29. On the Data tab (right side of the screen), click the green plus sign to the right of the tab. 30. On the pop-up window, Select Entity section, start typing the name of the thing you created (Simple Weather Thing) and select it from the Search Results box. Build a Basic ThingWorx Mashup 13

15 A Service is needed to access data since at runtime, data from a Thing must be transported to the web browser, and then the web browser makes a service call to request the current service values of the Thing to display in the widgets. Any service you define on a Thing can be bound to and called from a widget. 31. On the Select Services section, type GetProperties to filter the Get Properties service. 32. Click the blue arrow pointing right to select the Get Properties service. 33. Select the Mashup Loaded? checkbox. Mashup Loaded? allows making a Service call as soon as all widgets on the web page have finished loading. The main purpose of this service call is to fetch the data to initially populate widgets. 34. On the Select Services section, type SetProperties to filter the Set Properties service. 35. Click the blue arrow pointing right to select the Set Properties service. 36. Click Done. Build a Basic ThingWorx Mashup 14

16 37. Expand both red service bars on the right side of the screen by clicking on the + icon next to the name of each service. 38. Bind the Numeric Entry widgets: a. Click the Temperature Numeric Entry, hover over the left arrow of the widget and select Value from the dropdown list. b. Drag the Value option and drop it over the Temperature property under the SetProperties service red bar. c. Next, click the Humidity Numeric Entry, hover over the left arrow of the widget and select Value. d. Drag the Value option and drop it over the Humidity property under the SetProperties service red bar. NOTE: If the bindings are correct, the arrows next to the Temperature and Humidity properties under the Set Properties red bar will be black. Also, the Connections tab in the bottom part of the screen will show the connections or bindings between the Numeric Entry widgets and the properties from the Set Properties service. Build a Basic ThingWorx Mashup 15

17 39. Bind the Gauge widgets: a. Drag the Temperature property under the GetProperties service red bar and drop it on the Gauge on the left side of the working area. b. Select Data as the Binding Target in the pop-up window. c. Next, drag the Humidity property under the GetProperties service red bar and drop it on the Gauge on the left side of the working area. d. Select Data as the Binding Target in the pop-up window. Build a Basic ThingWorx Mashup 16

18 NOTE: If the bindings are correct, the arrows next to the Temperature and Humidity properties under the Get Properties red bar will be black. Also, the Connections tab in the bottom part of the screen will show the connections or bindings between the Gauge widgets and the properties from the Get Properties service. 40. Bind the Button widget: a. Click the Set/Get Properties button, hover over the left arrow of the widget and select Clicked from the dropdown list. b. Drag the Clicked option and drop it over the SetProperties service red bar. c. Drag the Clicked option and drop it over the GetProperties service red bar. Build a Basic ThingWorx Mashup 17

19 NOTE: If the bindings are correct, the arrows next to both red service bars will be white. Also, the Connections tab in the bottom part of the screen shows the connections or bindings between the Button widget and both the GetProperties and SetProperties services. 41. Click Save on the top of the screen. 42. Click View Mashup. Additional Resources Other Projects: Connect Raspberry Pi to ThingWorx Do you want to learn more about ThingWorx? Visit our webpage for more information about the Academic Program at PTC. Other Resources: Learn the Fundamentals of IoT Development with ThingWorx on Udemy Questions? Join us in the ThingWorx Community Site Build a Basic ThingWorx Mashup 18

Connect Raspberry Pi to ThingWorx 0

Connect Raspberry Pi to ThingWorx 0 Connect Raspberry Pi to ThingWorx 0 Project Introduction Overview In this project you will create a simple mashup in ThingWorx, PTC s industry leading IoT platform. The project introduces basic skills

More information

Drag and Drop File Upload Version User Guide

Drag and Drop File Upload Version User Guide Drag and Drop File Upload Version 1.4.0 User Guide Introduction and Installation...2 Installation of the Drag and Drop File Upload...2 Configuration and Usage...3 Software Change Log...7 Compatibility...7

More information

ThingWorx Open Street Map Extension User Guide. Open Street Map Extension User Guide Version 1.0

ThingWorx Open Street Map Extension User Guide. Open Street Map Extension User Guide Version 1.0 Open Street Map Extension User Guide Version 1.0 Software Change Log... 3 Introduction and Installation... 3 About the Open Street Map Extension... 3 Installing the Open Street Map Extension... 3 Usage

More information

Introduction to ThingWorx

Introduction to ThingWorx Introduction to ThingWorx Introduction to Internet of Things (2min) What are the objectives of this video? Figure 1 Welcome to ThingWorx (THWX), in this short video we will introduce you to the main components

More information

IEEE Wordpress Theme Documentation

IEEE Wordpress Theme Documentation IEEE Wordpress Theme Documentation Version 1.0.2 2014-05- 16 Table of Contents TABLE OF CONTENTS 2 INITIAL SETUP 3 FRONT PAGE 3 POSTS PAGE 4 CONTACT 5 SITE MAP 6 MENU 7 HOME PAGE 8 PAGE TEMPLATES 10 LEFT

More information

Operations Dashboard for ArcGIS Monitoring GIS Operations. Michele Lundeen Esri

Operations Dashboard for ArcGIS Monitoring GIS Operations. Michele Lundeen Esri Operations Dashboard for ArcGIS Monitoring GIS Operations Michele Lundeen Esri mlundeen@esri.com What is a dashboard? Conceptual term, can mean different things to different audiences Dashboards provide

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

OU Campus Training. Part 2

OU Campus Training. Part 2 OU Campus Training Part 2 Login to OU Campus To get started you need to login to OU Campus. While work on your website just use the page last updated date located in the footer: This will take you to the

More information

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.2 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 31. This

More information

Dreamweaver Basics Workshop

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

More information

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.3 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 33. This

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

Installation and Activation of Foody pro theme

Installation and Activation of Foody pro theme Installation and Activation of Foody pro theme Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload via Word press Admin: - Go to your WordPress admin panel,

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

The Dreamweaver Interface

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

More information

Asset Arena InvestOne

Asset Arena InvestOne Asset Arena InvestOne 1 21 AD HOC REPORTING 21.1 OVERVIEW Ad Hoc reporting supports a range of functionality from quick querying of data to more advanced features: publishing reports with complex features

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Creating and Adding Formula in Global Level. Creating and Adding Formula in Inline Table

Creating and Adding Formula in Global Level. Creating and Adding Formula in Inline Table In this section Dashboard Custom Designer Create Template Insert Section (Inserting Rows) Insert Image Insert Global Table Preview of Table Inserting Elements in Cell of Table Inserting Line Item and Summary

More information

While editing a page, a menu bar will appear at the top with the following options:

While editing a page, a menu bar will appear at the top with the following options: Page Editor ===> Page Editor How Can I Use the Page Editor? The Page Editor will be your primary way of editing your website. Page Editor Basics While editing a page, you will see that hovering your mouse

More information

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS)

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS) NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE A Manual for the Cascade Server Content Management System (CMS) Table of Contents Chapter 1 - Getting Started... 3 Overview... 3 What is a Content Management

More information

Creating a Website with Wordpress

Creating a Website with Wordpress Creating a Website with Wordpress Wordpress Fundamentals Version 1.6 Fayette County Public Schools June 28, 2013 Sow-Foong Hedman Technology Web Team Contents What is Wordpress?... 4 Overview... 4 Key

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Creating and Using an Excel Table

Creating and Using an Excel Table Creating and Using an Excel Table Overview of Excel 2007 tables In earlier Excel versions, the organization of data in tables was referred to as an Excel database or list. An Excel table is not to be confused

More information

ArtOfTest Inc. Automation Design Canvas 2.0 Beta Quick-Start Guide

ArtOfTest Inc. Automation Design Canvas 2.0 Beta Quick-Start Guide Automation Design Canvas 2.0 Beta Quick-Start Guide Contents Creating and Running Your First Test... 3 Adding Quick Verification Steps... 10 Creating Advanced Test Verifications... 13 Creating a Data Driven

More information

Creating and Managing Your Personal Mines Website on WordPress

Creating and Managing Your Personal Mines Website on WordPress Creating and Managing Your Personal Mines Website on WordPress Table of Contents Creating your site... 2 Managing your site... 2 About WordPress... 2 Logging in... 2 Pages... 2 Editing an Existing Page...

More information

Curriculum Guide. ThingWorx

Curriculum Guide. ThingWorx Curriculum Guide ThingWorx Live Classroom Curriculum Guide Introduction to ThingWorx 8 ThingWorx 8 User Interface Development ThingWorx 8 Platform Administration ThingWorx 7.3 Fundamentals Applying Machine

More information

Digication eportfolio Student s Guide (Last update: 8/2017)

Digication eportfolio Student s Guide (Last update: 8/2017) Digication eportfolio Student s Guide (Last update: 8/2017) 2 Table of Contents Introduction... 1 Creating Your eportfolio... 3 Editing Your eportfolio... 4 Area 1: Top Menu Bar... 6 Area 2: The Main Tabs...

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Configuring Ad hoc Reporting Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012 Intellicus Technologies This document and its

More information

EPICSTUDIO QUICK START INSTRUCTIONS PC CONFIGURATION PC NOT CONFIGURED BY TRANS LUX PN REV

EPICSTUDIO QUICK START INSTRUCTIONS PC CONFIGURATION PC NOT CONFIGURED BY TRANS LUX PN REV EPICSTUDIO QUICK START INSTRUCTIONS PN 98 0086 02 1 REV 1703.07 PC CONFIGURATION PC CONFIGURED BY TRANS LUX If your PC was configured at the factory, then proceed to OVERVIEW on page 2. PC NOT CONFIGURED

More information

Evoq 9 Content Managers Training Manual

Evoq 9 Content Managers Training Manual Evoq 9 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 9...3 Editing Bar...3 Dashboard...4

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

How do I show custom color swatches?

How do I show custom color swatches? How do I show custom color swatches? Sometimes when using color swatches for your product variants it isn't possible for the colors to automatically show a true reflection of the color of your product.

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.15, March 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

Multimedia web page Board

Multimedia web page Board Page where the users have a space (board) to create their own compositions with graphics and texts previously inserted by the author; furthermore, the users will be able to write their own texts: Multimedia

More information

RAPIDMAP Geocortex HTML5 Viewer Manual

RAPIDMAP Geocortex HTML5 Viewer Manual RAPIDMAP Geocortex HTML5 Viewer Manual This site was developed using the evolving HTML5 web standard and should work in most modern browsers including IE, Safari, Chrome and Firefox. Even though it was

More information

CUPA-HR Chapters: WordPress Reference Guide

CUPA-HR Chapters: WordPress Reference Guide CUPA-HR Chapters: WordPress Reference Guide Table of Contents How to Log In to WordPress... 1 How to Create a Page in WordPress... 2 Editing a Page in WordPress... 5 Adding Links in WordPress... 6 Adding

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block

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

InDesign CC 2014 Intermediate Skills

InDesign CC 2014 Intermediate Skills InDesign CC 2014 Intermediate Skills Adobe InDesign Creative Cloud 2014 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2016 KSU Division

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Introduction One of the DbSchema modules is the Forms and Reports designer. The designer allows building of master-details reports as well as small applications for

More information

Custom Contact Forms Magento 2 Extension

Custom Contact Forms Magento 2 Extension Custom Contact Forms Magento 2 Extension User Manual This is the user manual of Magento 2 Custom Contact Forms v100.0.0 and was last updated on 29-06-2017. To see what this extension can do, go to the

More information

Font Awesome Icon User Guide

Font Awesome Icon User Guide Font Awesome Icon 1.1.4 User Guide Software Change Log... 2 Introduction and Installation... 2 About Font Awesome Icon... 2 Installing the Font Awesome Icons Extension... 2 Usage... 3 Compatibility...

More information

Administrative Training Mura CMS Version 5.6

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

More information

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 WebSphere Portlet Factory Development Team 6 September 2010 Copyright International Business Machines Corporation 2010.

More information

Websites. Version 1.7

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

More information

For DonorCentral 4.0, all client production sites will be upgraded on the weekend of July 18, 2015.

For DonorCentral 4.0, all client production sites will be upgraded on the weekend of July 18, 2015. DonorCentral 4.0 Release Notes Upgrade Overview This release of DonorCentral 4.0 includes the following new features: Stronger Password Requirements New Configurability Updates A New Asset Allocation Chart

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

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

Google Map for Magento 2

Google Map for Magento 2 Last update: 2018/03/16 11:06 magento_2:google_map https://amasty.com/docs/doku.php?id=magento_2:google_map For more details see the Google Map extension page. Google Map for Magento 2 Provide customers

More information

Creating a Template in WordPerfect

Creating a Template in WordPerfect 1. File a. New From Project Creating a Template in WordPerfect b. Go to Options 2. Create A Category 1 3. Name it Family History (or a title of your choice) 4. Find Family History in the Drop down list

More information

Introduction to the New User Interface. ScienceLogic Beta Version 8.7.0

Introduction to the New User Interface. ScienceLogic Beta Version 8.7.0 Introduction to the New User Interface ScienceLogic Beta Version 8.7.0 Table of Contents Introduction to the New User Interface 4 Logging In and Out of the New User Interface 5 Using the Tabs in the New

More information

New website Training:

New website Training: New website Training: Table of Contents 1. Logging in and out of the new site. 2. Edit Content a. How to edit content b. Paragraph types c. Adding links d. Adding an image e. Adding a document f. Saving

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

How to Export a Dashboard in Analyze

How to Export a Dashboard in Analyze Introduction There are many instances where Dashboard information is needed outside of VITA, whether in a presentation, document, website, etc. VITA provides an option to download a Dashboard s content

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

JSN Sun Framework User's Guide

JSN Sun Framework User's Guide JSN Sun Framework User's Guide Getting Started Layout Overview & Key concepts To start with layout configuration, Go to Extension Template JSN_template_default The first tab you see will be the Layout

More information

Microsite Overview. The Basics: How to build and manage your ISA Section microsite

Microsite Overview. The Basics: How to build and manage your ISA Section microsite Microsite Overview The Basics: How to build and manage your ISA Section microsite We are excited to work with you to build your microsites within the all-new www.isa.org. The website has state-of-the-art

More information

End-User Reference Guide El Camino College Compton Center

End-User Reference Guide El Camino College Compton Center End-User Reference Guide El Camino College Compton Center OU Campus Version 10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA

More information

penelope case management software DOCUMENT BUILDING v4.0 and up

penelope case management software DOCUMENT BUILDING v4.0 and up penelope case management software DOCUMENT BUILDING v4.0 and up Last modified: May 12, 2016 TABLE OF CONTENTS Documents: The basics... 5 About Documents... 5 View the list of existing Documents... 5 Types

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

Using CSS for page layout

Using CSS for page layout Using CSS for page layout Advantages: Greater typographic control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control Increased accessibility

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

More information

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop IBM IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop Lab Exercises Contents LAB 1 BUILD-FROM-SCRATCH LAB - PART 1... 4 1.1 START LOMBARDI AUTHORING ENVIRONMENT... 4 1.1.1 START THE

More information

Template Builder User Guide. Product Version 1.0 August 11, 2017

Template Builder User Guide. Product Version 1.0 August 11, 2017 Template Builder User Guide Product Version 1.0 August 11, 2017 Copyright 2017 Vizrt. All rights reserved. No part of this software, documentation or publication may be reproduced, transcribed, stored

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

UW Oshkosh WordPress Training Manual. June 2015 Integrated Marketing Communications *Updated January 2016

UW Oshkosh WordPress Training Manual. June 2015 Integrated Marketing Communications *Updated January 2016 UW Oshkosh WordPress Training Manual June 2015 Integrated Marketing Communications *Updated January 2016 Table of Contents What is WordPress...3 WordPress Resources...3 Website Best Practices...4 How to

More information

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Section 6 AGENDA

More information

Website Management with the CMS

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

More information

GENERAL TEMPLATE AREAS

GENERAL TEMPLATE AREAS 1 GENERAL TEMPLATE AREAS SIU Headers SIU Headers are created and edited through the main administration of the CMS. Users do not have access edit SIU headers. Logo and Identifier Logo or the College Identifier

More information

Checkbox 5 - Style Guide

Checkbox 5 - Style Guide Checkbox 5 - Style Guide Survey Styles are style templates that can be applied to surveys and reports. This guide will show you how to create a new Survey Style and apply it (and other appearance configurations)

More information

WolkAbout IoT Tool Mobile Application v2.4. User Manual

WolkAbout IoT Tool Mobile Application v2.4. User Manual WolkAbout IoT Tool Mobile Application v2.4 User Manual Table of Contents: Introduction 2 Account Registration 2 Web Registration 2 Mobile Registration 4 Mobile Application Installation and Configuration

More information

From the dashboard, hover over the + New button, then select Pattern from the drop-down menu.

From the dashboard, hover over the + New button, then select Pattern from the drop-down menu. WORDPRESS Log in here: http://www.quiltworx.com/wp-login From the dashboard, hover over the + New button, then select Pattern from the drop-down menu. An alternative way to create a new Pattern post is

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

User Guide. Version

User Guide. Version User Guide Version 0.19 2-11-2008 StormPro Max User Guide Page 1 of 69 5/10/2008 Table of Contents 1. Overview... 4 1.1 Definition of StormPro Max Terms... 4 2. Accessing StormPro Max... 5 3. Navigating

More information

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column.

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column. Introduction Excel Level Three This workshop shows you how to change column and rows, insert and delete columns and rows, how and what to print, and setting up to print your documents. Contents Introduction

More information

ThingWorx Tips and Tricks

ThingWorx Tips and Tricks ThingWorx Tips and Tricks PTC University One of the best ways to understand how to use ThingWorx is to observe it in action. These five tips are examples of the types of hands-on demonstrations our instructor-led

More information

Getting Started with Milestones Professional

Getting Started with Milestones Professional Create a new Schedule: Use the default template. Or Choose the Setup Wizard. (File/New). Or Choose a predesigned template. NEXT: Follow the tips below. Set the Schedule Start and End Dates: Click the Toolbar

More information

PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects 2013

PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects 2013 PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects Microsoft Office 2013 2013 Objectives Insert a graphic from a file Insert, resize, and reposition clip art Modify the color and shape

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

FRGGR90 Closeout Workflow for Funds Ending on Contracts and Grants

FRGGR90 Closeout Workflow for Funds Ending on Contracts and Grants Finance Systems Management Date: 10/24/2016 FRGGR90 Closeout Workflow for Funds Ending on Contracts and Grants The following steps will outline the procedure for running Report FRGGR90 Closeout Workflow

More information

Operations Dashboard for ArcGIS: A Reintroduction. Andrew King & Guest Presenter, Rick Vera from the USACE Galveston District

Operations Dashboard for ArcGIS: A Reintroduction. Andrew King & Guest Presenter, Rick Vera from the USACE Galveston District Operations Dashboard for ArcGIS: A Reintroduction Andrew King & Guest Presenter, Rick Vera from the USACE Galveston District Overview Operations Dashboard Overview Authoring dashboards Interactive dashboards

More information

Smart Grid Widget Extension. Version 1.0.0

Smart Grid Widget Extension. Version 1.0.0 Smart Grid Widget Extension Version 1.0.0 Introduction and Installation... 3 About the EXTENSION... 3 Installing the EXTENSION Extension... 3 Configuration and Usage... 4 Configuration... 4 Usage... 6

More information

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close. Opening Microsoft Word 2007 in the practical room UNIT-III 1 KNREDDY 1. Nyelvi beállítások az Office 2007-hez (Language settings for Office 2007 (not 2003)) English. 2. Double click on the Word 2007 icon

More information

Creating Post(s) In WordPress

Creating Post(s) In WordPress Creating Post(s) In WordPress Posts In WordPress: Here is what posts are in WordPress: Posts are regular blog entries i.e. dynamic content. When any Post(s) are published, they appear automatically in

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Creating Teacher Webpages on the New APS WordPress Site

Creating Teacher Webpages on the New APS WordPress Site Creating Teacher Webpages on the New APS WordPress Site TABLE OF CONTENTS INTRODUCTION 3 THE EDITING DASHBOARD 4 CREATING A NEW PAGE 5 EDITING YOUR PAGE 6 1. Page Title 7 2. Toolbar/ toolbar icons 7 3.

More information

Table of Contents Table of Contents... 2 Welcome to the new desktop Queue handling New visitor in queue manual routing

Table of Contents Table of Contents... 2 Welcome to the new desktop Queue handling New visitor in queue manual routing Release notes Table of Contents Table of Contents... 2 Welcome to the new desktop... 3 1 Queue handling... 3 1.1 New visitor in queue manual routing... 3 1.2 Selecting a visitor manual routing... 3 1.3

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

ThingWorx AutoComplete Widget Extension User Guide

ThingWorx AutoComplete Widget Extension User Guide ThingWorx AutoComplete Widget Extension User Guide Version 1.1 Table of Contents Introduction and Installation... 3 About the Autocomplete Widget Extension... 3 Extension Changelog:... 3 Installing the

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

More information

Accessible Formatting for MS Word

Accessible Formatting for MS Word BAKERSFIELD COLLEGE WEB GUIDE Accessible Formatting for MS Word Version 1.0 User Level: Faculty/Staff Introduction Bakersfield College promises our students to use accessible documents and materials for

More information

ACADEMIC TECHNOLOGY SUPPORT Advanced OU Campus: 2014 Template Asset Image Gallery using Photoshop

ACADEMIC TECHNOLOGY SUPPORT Advanced OU Campus: 2014 Template Asset Image Gallery using Photoshop ACADEMIC TECHNOLOGY SUPPORT Advanced OU Campus: 2014 Template Asset Image Gallery using Photoshop ats@etsu.edu 439-8611 ATS Website Table of Contents: Select a Gallery Type... 1 Select and Resize Images...

More information