WideQuick Remote WideQuick Designer

Size: px
Start display at page:

Download "WideQuick Remote WideQuick Designer"

Transcription

1 FLIR ThermoVision CM training This manual is starting off with a quick instruction on how to start the system and after that there are instructions on how to make your own software and modify the FLIR made program. If you are only interested in demonstrating the ThermoVision CM for a potential end user, the first few pages should be enough. FLIR ThermoVision CM... 1 Demonstrating the ThermoVision CM... 3 Making sure the connected AX8 has the correct IP address... 6 Diving into the HMI/SCADA Development software (WideQuick Designer)... 7 Part Part Part Diving into the Video Management Software (Ethiris) Ethiris Admin & Ethiris Client Connecting to an Ethiris server from WideQuick Diving into the source code of the ThermoVision CM software (WideQuick Designer) Part Part Part Challenge

2 2 Version 1.0.0

3 Demonstrating the ThermoVision CM To connect to the ThermoVision CM (TV CM) as a customer would use it we can either treat it as an ordinary computer and connect a monitor, keyboard and mouse to it. Or we can use WideQuick Remote which is a small software that is used to connect to the TV CM with from a remote computer. The WideQuick Remote is basically a client software connecting to the TV CM server. The image below illustrates two different setups. The computer in the image could be your laptop or a few monitors connected to a desktop computer. Connecting via a computer has the advantages that you can connect multiple computers to your TV CM and it mimics an industrial control room. Connecting a VGA cable directly to the TV CM also requires that you bring a monitor with you, and that is not always possible. To connect to the TV CM from a computer, follow the steps below. 1) Install WideQuick Remote and WideQuick Designer on your laptop. This software doesn t require a license. The Designer software is not needed right now but convenient for the future. Do not install the WideQuick Runtime program as this requires a license. It is important that you install version 7.02 and not a newer version of any WideQuick software. 2) The TV CM as default has the IP address To connect to it, your computer needs to have an IP address in the same range. So assign the IP address to your laptop. Instructions on changing your computer IP address are below. 3

4 a. Start the Control panel, go to Network and Sharing Center and then press Change adapter settings. b. Right click your LAN connection and press Properties. c. Enter your computer credentials. d. Select Internet Protocol Version 4 and press Properties. e. Assign your computer the settings as seen below. 4

5 f. Press OK and then Close. Wait at least 10 seconds until the IP settings are stuck. 3) Now your computer is on the same subnet as the TV CM and you have installed all the software you need. To start the program, go to Start menu -> All Programs -> Kentima WideQuick -> WideQuick Remote Startup. 4) Now you will see the startup screen where you are asked to enter the Start view. Press Connect. Then chose the IP address and the port ) Login with the credentials admin/admin. Now you are in the TV CM software. Click around within the software. Press the Help button if you need any help. 5

6 Making sure the connected AX8 has the correct IP address The predefined camera settings are two A310 cameras with the IP addresses and and two AX8 cameras with the IP addresses and To get data and video from an AX8, you therefor need to assign your AX8 to one of those IP addresses. To assign an IP address to your AX8, follow the instructions below. 1) Start FLIR IP Config from Start menu -> All Programs -> FLIR Systems -> FLIR IP Config -> FLIR IP Config. 2) Select your camera and then press the Settings button. 3) Assign the camera IP address to , the subnet to and the gateway to

7 Diving into the HMI/SCADA Development software (WideQuick Designer) The software that is used to create the TV CM is called WideQuick Designer and is a development software that is included when the customer buys the ThernoVision CM computer. To start the designer software, you can either install WideQuick Designer on your own laptop or connect to the TV CM computer with the Windows feature Remote Desktop. To connect via Remote Desktop, follow the instructions below. 1. Go to the Start menu -> All programs -> Accessories -> Remote Desktop Connection 2. Write the IP address of the TV CM computer ( ) and then press connect. Login with the credentials admin/flir. 3. If you can t connect, make sure your laptop is on an IP address on the same subnet, for example If it still doesn t work, there might be IT security settings that need to be changed. Try connecting a monitor to your TV CM instead and make sure it is working correctly. Now that you are inside the TV CM computer, you can treat your laptop as a keyboard, mouse and monitor for the TV CM computer. The tutorial below is made to give the user a quick start and the goal is that the user should be able to explore more advanced features afterwards on their own. Part 1 Workviews Start WideQuick Designer from the Start menu. It is located under Start -> All Programs -> Kentima WideQuick -> WideQuick Designer. We will not create a small project with some basic functionality. 1. Create a new project by pressing File -> New Project. 2. Give the project a suitable name, if you want to you can chose a different directory than the default folder. 3. The first thing you are asked to do once you ve created the project is to create a workview. A workview is basically a window or frame that is used to display your data to the user. Name this workview Start. Now you have created your first project and it contains a workview. It doesn t look like much yet. But now we will change the appearance a little bit. 1. Open the workview Start that you just created. Right click anywhere on the workview and select Properties 7

8 2. From the Properties menu, select Appearance. Deselect System color and chose a new background color. You can either provide a ARGB value or select a color from the color selector. If you d like you can choose an image as background. If you provide a ARGB value, you need to use hexadecimal format where the first two values represent the alpha channel which is how transparent the color is. The transparency will not have any effect on the background though as there are no colors behind the background. When you are done, press Apply and then OK. 3. Create a new workview and name it Menu by right clicking on the Workviews in the left menu and press Add workview. 4. Right click anywhere in the Menu workview and press Properties Under the Size and Position tab, modify the width and height to 640 in width and 480 in height. While you re at it, change the background color to any color you like. Press apply and then Ok. Now you have successfully created two worviews with different sizes and backgrounds. They still don t contain any functionality, but we will soon change that. 8

9 The box object Now that you have created two workviews, we want to add some functionality and logic. You can start the project from View -> Preview, or just press F5. Notice that the project will start and you will end up at your Start workview. This is because the Start workview is selected to be the start view. You can see this by looking at the figure left of the workview name. To close the preview, just click the cross in the upper right corner like any ordinary window. It is possible to run the preview for 20 minutes; after that it will close. This is because the WQ Designer doesn t require a license. If you would like to have the Menu workview as start view, just right click on the Menu workview title and press Set as start view for -> All products. As we now know how to preview the project and we have two workview, it is time to add some objects. You will start by adding a box. 1. Enter the Start workview and add a box by clicking the box icon and dragging it to the workview. 2. The box is now added to the workview. The box is a simple object with which you can create complex structures with. A little information about the tabs (the tabs are visible when you select the box object) in the box objects are given below. a. You can change the size, position and rotation from the Size and Position tab. b. From the Line tab you can affect the contour of the box. It is also possible to use no line if you don t want the box to have any outline. c. The gradient tab contains everything affecting the main color of the box. You can have gradients, solid colors or a transparent box. 9

10 d. From the action tab everything concerning what happens when you press on the box is handled. You can configure what happens when the user performs various mouse actions. A simple action is to open a new workview while more advanced actions might be to execute some javascript code. e. The security tab handles security, such as hiding the buttons for certain users. f. The properties tab is usually empty from the beginning but it can contain variables that is connected to other objects. g. The dynamics tab shows all the dynamics connected to the box. It could for example be the width of the box that is connected to the width of another box. h. The variables tab is usually not used unless you have grouped together a few objects and connected some variables to certain properties. Play around with the different tabs and change some of them so that your box looks a little more stylish, like the image below for example. 3. Now we will add some functionality to your styled box. Click on the box and go to the action tab. Chose the Event: Click and select the checkbox Link to workview. Select the Menu workview and remove the tick from New window. 4. Run the preview of your program and make sure that the Menu workview opens when you press on the box. Challenge 1 Time for a challenge! It is possible to add actions for almost every object. Try making the project close when you click anywhere in the window. Now try to make the Menu workview open when you press a keyboard button. 10

11 Part 2 Adding dynamics to the box object It is possible and very easy to add some dynamics to the box we ve previously created. What we want to do now is to connect some user action to a change in the box s appearance. 1. Start by adding an ellipse to the Start workview. 2. Style it a little and then go to the Data Store in the left menu, from there double click Internals. Here you can store variables used in your project. Add a variable by pressing Add. Name it deg and make it an integer. Set the initial value to Go back to the Start workview, select your box and press the dynamics button next to the rotation. From the dynamics window, select the type Expression and type in the variable deg and press Ok. 11

12 4. Select the ellipse, go to the action tab and chose script as action for a mouse click. You can write the script in the text field or open a script editor by pressing the icon to the right of the field. As script, write deg = deg + 10; This script will add 10 to the deg variable. Which means that every time the user clicks on the ellipse, this script will run. What we have done is that we have connected the box s rotation to a variable which represents the rotation angle. When the user clicks on the ellipse, the box s rotation angle will increase. 5. Try the program by running the preview. If everything works the box will rotate when you press the ellipse. If you want the box to rotate around its axis, you need to set the origin x and origin y to center, this can be done from the size and position tab when the box is selected. 6. Modify the script so that the deg variable changes in a different way, for example you can write deg = deg + 45; Play around with the script a little. It is just ordinary Javascript so it is easy to search the web for syntax issues and coding techniques. Connecting a slider, text object and spin box to the box object Now that we are familiar with the box and ellipse object, we can add a little more advanced objects, the slider, the text object and the spin box. These objects are located in the same place as the box and ellipse, just a little more to the right. 1. Go ahead and add a Text, Slider and Spin box to your workview Start. 2. As you see, the slider is a little different than the box and ellipse. It has a new tab which is called slider. The text object and spin box also has new tabs, these ones are called text and spin box. Under these tabs we will find settings which are exclusive for that kind of object. 3. We will start with the text object. a. Make the font a little bigger, this can be done from the font tab. Here you can also change the font color and style. If you want to change the background color from transparent to some color you can change that under the Gradient tab. b. The text that we want to display in this text object can either be some static text or be connected to some dynamics. At first, we can write whatever we want in the Text field and then try running the project. 12

13 c. Now we want to add some dynamics to this text object. To do so, press the dynamic button to the right of the text field, as indicated by the image below. From the dynamics window we can add some type of dynamics to the text objects. Go ahead and chose the type: Expression and select the deg variable found under Variables -> Internals. This is very similar to the dynamics connected to the ellipse that we configured earlier. d. Go ahead and run the project and make sure that the text object is updated according to the box s rotation. 4. Now we can add some dynamics to the slider. a. Select the slider and go to the slider tab. Here you see the variable connected to this object. Select the variable deg, type integer, min 0 and max 360 according to the image below. b. Run the project and watch the slider change when you press the ellipse. Also try sliding it and watch the box rotate. 5. It s time to modify the spin box. Before you do so, you can arrange all the objects to a nice design. Maybe something similar like the image below. a. To connect the spin box to the deg variable, select the spin box and open the tab spin box. This menu is very similar to the slider object, so go ahead and assign the deg variable and the min and max values. b. If you want, you can use any values you want as min and max. When the deg variable has a higher value than the max value, it will saturate at the max value. 13

14 c. Preview the project and make sure everything works as it should. Challenge 2 Now you are ready for a challenge. We already have a way to go to the Menu workview from the Start workview, but we want to have a little more intuitive way to access the Menu workview. Add whatever object you want and add some dynamics so the user can interact with this object to reach the Menu workview. In the Menu workview, add some object that will take the user back to the Start workview, this could for example be an arrow. Hint: if you select multiple objects and right click -> group, you will create one single object. 14

15 Part 3 Graphs and data storage It s time to add some graphs to our project. Graphs can be uses to display data and how it changes over time. It could be data from a thermal camera or any other sensor that we want to visualize. 1. Create a new workview and name it Graphs. Add an object in the Start workview that makes it possible for the user to access the Graphs workview by clicking on this object. Make the size of the Graphs workview to be the same size as the Start workview and when the user is forwarded to the Graphs workview, it shouldn t open in a new window. 1. Add an internal variable to the project and name it random_value. It should be an integer with the initial value of In the Graphs workview, add a text object and go to the Text tab, click on the dynamics button. 3. Select the Type: Script and add the following script: random_value = Math.random() * 100; return random_value; The function Math.random() returns a random value between 0 and 1. The resulting value will therefore be an integer between 0 and 100. One might believe that this script will run one time and then random_value will have that value forever. But as the graphics will be updated 10 times every second, the random_value will be updated at a rate of 10 Hz. 4. Try it out by running the preview. 5. To change how often the script is executed, right click anywhere in the Graphs workview and press Properties Enter the Appearance tab and change the value of the Graphics refresh time. 15

16 You will of course not see any changes faster than your monitor refresh rate. Lowering the WideQuick refresh rate is a good way to save computer processing power if there is no need to have a fast application. If your thermal sensor for example only measures at 3 Hz, it is not necessary to update the graphics more than this. Now that we have a value that is constantly updated, we might say that we have a sensor simulator. This random_value could for example be a temperature value from a spot in a thermal camera. Even though the value isn t that realistic. What would be good now is to save this data in some way. Luckily WideQuick has some built in functionality for data storage. 1. To store data, we will use the Logger in WideQuick. This is located to the left. Right click on the Loggers menu and press Add logger 2. You can use different kind of loggers, we will use a cyclic logger which means that it stores data at a given interval until it reaches a size threshold, then it will delete the oldest data with new data. 3. Name the logger flir_logger and use the settings seen below. 16

17 4. The settings above mean that the logger will save data every 100 ms, save it to a file that maximum will have the size 1MB. The flush rate indicates how the data is saved to a file from WideQuick runtime memory. You can use that to optimize the performance. It depends on the application how often you want to save data. A coal pile monitoring application maybe only require data storage at the rate of 1 Hz while some other application requires much higher storage rate. 5. Add the variable random_value to the logger by pressing Add 6. Press Apply and then OK. Important: when you update the logger you might lose previously saved data. Now we have a logger which stores the random_value to a file. It would be good to display the data to the user in a little more interesting way than just the textbox. So now we will add a graph that displays how the random_value changes over time. 1. Add a History object to your Graphs workview. 2. As you can see, the History object isn t that customizable. We can change the size, font but not much else. Make it quite big and give font size an appropriate value. The black dot seen in the image below is a button that the user can click in runtime to customize the presented data. 17

18 If we don t want to give the user too much freedom, we can remove this button by going to the History tab and removing the tick from the Settings button. 3. Run the preview of your project and take a look at the history object that you ve created. It doesn t look like much yet because we haven t connected any data to it. 4. To connect data to the history object we need to go to the Analog tab of the history object. From there, press the Add button and name the graph something fitting. Select the logger flir_logger and Log value random_value. 5. Notice that there are no available Axis yet. To add an axis, go to the History tab and add a Y- axis. Now you can go back to the Analog tab and select the Axis you just added. 6. Go ahead and run the program. If it doesn t update itself, go back to the designer and go to the History object history tab, and change the track interval to 1 second. Run the program again. Now it should be continuously updated. Alarms Now it s time to add some alarms. Alarms can be connected to temperature data from thermal cameras, RPM s from engines, pressure data from pressure sensors or any other kind of data available in an industrial environment. WideQuick can get this data from Modbus or an OPC server. The alarms are available under the Data Store menu to the left. 1. Add an alarm by double clicking the Alarms title. If you don t have any previous alarms, you will be asked to add a new alarm group. 2. Name the alarm group flir_alarm, press Apply and then OK. 18

19 3. Enter the flir_alarm group and add a new row to the group. Name it flir_alarm and give appropriate values to the rest of the fields. a. Severity: This can be an arbitrary value. It is used to sort the alarms if you have many alarms. For example, some alarms are more severe than others, then you want to see that and be able to sort the alarms based on this. b. Ack rule: There are three different acknowledgement rules. Normal means that the alarm can be acknowledged at any time. Strict means the alarm can only be acknowledged when it s inactive. Auto means that the alarm is acknowledged automatically as soon as it becomes inactive, but may also be manually acknowledged before that. c. Text: This is the text that will be displayed when the alarm is active. d. Details: Text that is displayed when the alarm is clicked on from an alarm list. e. Activation condition: This is the most important setting of an alarm. Here you configure the conditions that will raise the alarm. You can connect the alarm to a variable, which means that the alarm with go off when that variable is true. This variable need to be of a Boolean type. We will use a logical statement for our alarm, so go ahead and connect the random_value to this alarm. Set it to be greater than 95. As the random_value will have random values between 0 and 100, a value of 95 will most likely happen every now and then. Other activator conditions can be Filter bit, where the alarm goes off when your filtered bit from a variable is set. You can also use a script. When the script returns true, the alarm will 19

20 be activated. But for this alarm, use the logical statement according to the image above. 4. Go back to the Start workview and add an Alarm object. Select the alarm object and go to the tab Alarm, add the flir_alarm to your list of groups. 5. The Alarm type can be five different types. Try them all and try understanding the difference. When the list type is used, the alarm can be acknowledged by double clicking on it. Challenge 3 Add a new alarm in the same alarm group but this time try making it function the same way as the previous alarm but base it on a script instead of on a logical statement. 20

21 Hint: The script should return true when the alarm should be activated, otherwise it should return false. 21

22 Diving into the Video Management Software (Ethiris) Ethiris VMS is a video monitoring software that can be used for applications where video surveillance is needed. The software alone is used by many customers, but it is also possible to use the video server functionality of the software together with the WideQuick HMI/SCADA interface. This short tutorial aims to give the reader an introduction of the software Ethiris Admin, Ethiris Client and how to connect Ethiris with WideQuick. Instructions on how to install the software and the licensing is handled in other tutorials. Ethiris Admin & Ethiris Client Ethiris Admin is the software used for configuring the server and clients. The Ethiris server is not an ordinary program, it runs as a service under the operating system and starts automatically when the computer starts. It is recommended to have a dedicated computer for the server. The TV CM computer is an example of this. 1. Start Ethiris Admin, it is located under Start -> All Programs -> Kentima Ethiris -> Ethiris Admin. 2. In the left menu you have the Ethiris Components which are the Server and client. Not surprisingly the server is used for configuring the server and the client is used for configuring the client. To get going, expand the Ethiris Server. 3. Navigate to the Cameras menu. The factory configuration includes 4 cameras configured to have the IP addresses , if you want to change the IP address of a camera, you do that from here. It is possible to use either a AX8 or a A310 camera from FLIR. We can start the Ethiris Client by expanding the client menu and then clicking according to the image below. 22

23 This will open the client program and if your camera is properly connected you will see the video stream. 4. Close the client program and go to the Views menu and add a new section. 5. Name it mysection. A section is part of the client configuration which contains multiple views. If you for example use Ethiris in a big shopping mall, each floor might have its own section and each shopping store its own view. 6. Under your new section, add a view. 23

24 7. Open the layout under your new view. Create a 2x2 view. To select a camera stream for each column and row, select the area and then chose a camera to the right. 8. In the area to the bottom right, we will create a hotspot camera. This means that this area will be able to display different video streams depending on the user. To do so, right click in the bottom right area and press Type -> Hotspot Select the bottom right area and then tick the Click check box for all cameras. 9. Save your configuration with CTRL+S and then run the client program. Connecting to an Ethiris server from WideQuick It is possible to connect to the video streams from cameras in an Ethiris server from within your WideQuick program. To test this feature we will use a blank WideQuick project and add some simple logic. 1. Start WideQuick Designer on the same computer as the computer running the Ethiris server. 2. Create a new project. From your start workview, add an EthirisView. 3. Make the size of the EthirisView to be 640 by 480 pixels. This is the same dimensions as the AX8 image stream. 4. Right click the Ethiris Server menu to the left and press Add Ethiris Server 24

25 5. Give the server the same name as the Ethiris server has and provide the local IP address. If you use WideQuick on a different computer than Ethiris, you need to know the Ethiris IP address. 6. Press Apply and OK. 7. Go to your EthirisView and select the Ethiris View tab, chose the Server and type the camera name. You need to type it as WideQuick doesn t know the camera name yet. 8. Preview the project and make sure you see the live stream. Now that we know how to view the video stream from the Ethiris server, we can add some more functionality. We will add a freeze and resume button. 1. Add two button objects to your workview. 25

26 2. Give them a nice design and then go to the Button Tab. Set the caption-up to Freeze on one button and Resume on the other button. 3. Select the Resume button and go to the action tab. Select Script as event. Use this script: this.view.ethirisview1.startlive(); Do the same with the Freeze button, but use this script instead: this.view.ethirisview1.stop(); 4. Preview the program. Diving into the source code of the ThermoVision CM software (WideQuick Designer) The TV CM software is a WideQuick program made to show what is possible to do with FLIR cameras together with WideQuick and Ethiris. This tutorial is intended to give the reader an understanding of the WideQuick project and the goal is that the user should be able to make any changes they desire and still have a functioning project. Part 1 Opening the project for editing The project is located on the ThermoVision CM computer in the folder C:\Users\admin\Documents\WideQuick Projects 1. Start WideQuick Designer and open the ThermoVision CM project. 2. Save it under a different name so you don t make any unwanted mistakes on the project. 3. Make sure the program works by running the preview. 26

27 4. The Login workview is assigned to be the start workview. The security can be bypassed quite easily by just changing the start workview to be Workview1. Do this and run the program. With this change, you don t need to login. It is possible to do much better security functions than the one in this project. 5. Make sure that you understand the functionality of the program. 6. Most likely there are some bugs. All bugs should be reported so FLIR can fix them for the next release. Understanding the Multiviewer The Multiviewer is a very useful object in WideQuick. It can be used for displaying workviews within another workview. You can see it as a container for data. If you are familiar with HTML, it is comparable to the IFrame. 1. Open the workview Workview1 and make it the start workview if you haven t done it already. 2. Look at the structure of the page. You have the buttons on top and then a big Multiviewer covering most of the page. Select the Multiviewer and press the Multiviewer tab, there you have the Index property. This property determines which workview that is showed in the Multiviewer. The index is connected to a variable, this variable is found under the dynamics button accessible as seen in the image below. 3. Press the dynamics button and understand which variable that is connected to the index value. 4. Take a look at the buttons (Video, Analysis etc.) and see what happens when you press on them. Hint: look under the action tab. Challenge 1 Create a new workview and add a button to the start workview. When the user clicks the button, the Multiviewer should show the new workview. Part 2 Understanding the alarms The alarms in the TV CM solution is based on scripts. Each camera has its own alarm group with 18 alarms. The activation scripts are found under the activation column. 27

28 1. Double click on the activation column and then press the script button: 2. The script is quite short and essentially it is based on value from the camera, the values entered by the user and if the alarm should be enabled or disabled. Take a look at the code and try understanding it: if(flir1.unit1.spot1 > cam1_spots_values[0]) { if(cam1_spots_active[0]) { return true; } } return false; 3. As you see, the alarm is limited to the above -type of alarms. This will most likely be changed in the future, either by FLIR or integrators making their own custom made project. Each camera has some arrays making up the alarm logics. Take a look at the internal variables and understand the connection with the alarm logics. 28

29 Challenge 2 Modify the alarm conditions for camera 1, spot1 so that it is always enabled and is based on below temperature type instead. Part 3 Understanding Modbus in WideQuick WideQucik supports Modbus connections with all Modbus compliant devices. This is perfect for the AX8 and A310 cameras. The Modbus connections are handled from the Data Store menu. In the picture above, there are four Modbus devices connected to this WideQuick project. The communication between WideQuick and a Modbus device is independent of the Ethiris video server. To access the Modbus configuration, right click on any of the FLIR cameras and press Properties From there you can edit the IP address of the camera. If you change the camera IP address, this setting needs to be updated. 1. Open FLIR IP Config and change the IP address of your camera. Change it to Run the preview. Notice that nothing really works. You have no image stream and the measurement data is not updated. 3. Now change the Modbus IP address and then run the preview once again. Your measurement data should now be updated. 4. Change the internal variable corresponding to the camera IP address: 29

30 These four strings only affect the camera labels and the links to the web interface. 5. To get the video stream working, you need to start Ethiris Admin and change the camera IP address from there also. Challenge 3 Create a new WideQuick Project and add a video stream and a textbox showing the value of Spot 1. Hints: The ThermoVision CM project contains all the information you need. If you need script advice, google is your friend (it is basically JavaScript). 30

Starting up the system To start the system, the following equipment are needed:

Starting up the system To start the system, the following equipment are needed: FLIR ThermoVision CM This Quick Start guide is intended for first time users who wishes to use the basic functionality of the system. Users who want to modify the ThermoVision CM (TV CM) should start with

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

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

Lab 2. CSE 3, Summer 2010 In this lab you will learn about file structures and advanced features of Microsoft Word.

Lab 2. CSE 3, Summer 2010 In this lab you will learn about file structures and advanced features of Microsoft Word. Lab 2 CSE 3, Summer 2010 In this lab you will learn about file structures and advanced features of Microsoft Word. A. Create a basic File Structure Let s start by opening up the My Documents folder on

More information

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC Photo Effects: Snowflakes Photo Border (Photoshop CS6 / CC) SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC In this Photoshop tutorial, we ll learn how to create a simple and fun snowflakes photo border,

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

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

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

Introduction to Unreal Engine Blueprints for Beginners. By Chaven R Yenketswamy

Introduction to Unreal Engine Blueprints for Beginners. By Chaven R Yenketswamy Introduction to Unreal Engine Blueprints for Beginners By Chaven R Yenketswamy Introduction My first two tutorials covered creating and painting 3D objects for inclusion in your Unreal Project. In this

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

Customizing DAZ Studio

Customizing DAZ Studio Customizing DAZ Studio This tutorial covers from the beginning customization options such as setting tabs to the more advanced options such as setting hot keys and altering the menu layout. Introduction:

More information

Strategic Series-7001 Introduction to Custom Screens Version 9.0

Strategic Series-7001 Introduction to Custom Screens Version 9.0 Strategic Series-7001 Introduction to Custom Screens Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical Difference,

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

Step 1: Create A New Photoshop Document

Step 1: Create A New Photoshop Document Snowflakes Photo Border In this Photoshop tutorial, we ll learn how to create a simple snowflakes photo border, which can be a fun finishing touch for photos of family and friends during the holidays,

More information

animation, and what interface elements the Flash editor contains to help you create and control your animation.

animation, and what interface elements the Flash editor contains to help you create and control your animation. e r ch02.fm Page 43 Wednesday, November 15, 2000 8:52 AM c h a p t 2 Animating the Page IN THIS CHAPTER Timelines and Frames Movement Tweening Shape Tweening Fading Recap Advanced Projects You have totally

More information

User Manual Portable Laptop Console Crash Cart Adapter

User Manual Portable Laptop Console Crash Cart Adapter User Manual Portable Laptop Console Crash Cart Adapter GUC211V PART NO. M1458 www.iogear.com 2017 IOGEAR. All Rights Reserved. Part No. M1458. IOGEAR, the IOGEAR logo is trademarks of IOGEAR. Microsoft

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

A TUTORIAL ON WORD. Katie Gregory

A TUTORIAL ON WORD. Katie Gregory A TUTORIAL ON WORD Katie Gregory First, CLICK HERE Then, find Microsoft Word under programs and the Microsoft Office 2013 Folder This is what the document should look like when opened. SAVING A WORD DOCUMENT

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

You might think of Windows XP as a set of cool accessories, such as

You might think of Windows XP as a set of cool accessories, such as Controlling Applications under Windows You might think of Windows XP as a set of cool accessories, such as games, a calculator, and an address book, but Windows is first and foremost an operating system.

More information

Joomla! 2.5.x Training Manual

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

More information

W-E

W-E Signage Suite V2.20 User Guide 605220-02-01-W-E-051613-02 Trademarks Windows XP, Windows Vista, Windows 7, and Microsoft are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn FILE ORGANIZATION GETTING STARTED PAGE 02 Prerequisites What You Will Learn PRINCIPLES OF FILE ORGANIZATION PAGE 03 Organization Trees Creating Categories FILES AND FOLDERS PAGE 05 Creating Folders Saving

More information

USER GUIDE: EDITOR. Drag & drop system: Content Manager Style Editor Add Elements Undo/Redo Save...

USER GUIDE: EDITOR. Drag & drop system: Content Manager Style Editor Add Elements Undo/Redo Save... USER GUIDE: EDITOR Drag & drop system:... 2 1. Content Manager... 3 2. Style Editor... 5 3. Add Elements... 6 4. Undo/Redo... 13 5. Save... 13 When we access Zeendo s website editor, we can see a series

More information

Matrox MuraControl for Windows

Matrox MuraControl for Windows Matrox MuraControl for Windows User Guide (for software version 6.00) 20179-301-0600 2017.09.25 Contents About this user guide... 6 Using this guide... 6 More information... 6 Overview... 7 Supported Matrox

More information

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint PowerPoint 2016 Getting Started With PowerPoint Introduction PowerPoint is a presentation program that allows you to create dynamic slide presentations. These presentations can include animation, narration,

More information

Want to add cool effects like rollovers and pop-up windows?

Want to add cool effects like rollovers and pop-up windows? Chapter 10 Adding Interactivity with Behaviors In This Chapter Adding behaviors to your Web page Creating image rollovers Using the Swap Image behavior Launching a new browser window Editing your behaviors

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA Office 2001 Graphics Microsoft Clip Art Introduction Office 2001 wants to be the application that does everything, including Windows! When it comes

More information

PowerPoint Slide Basics. Introduction

PowerPoint Slide Basics. Introduction PowerPoint 2016 Slide Basics Introduction Every PowerPoint presentation is composed of a series of slides. To begin creating a slide show, you'll need to know the basics of working with slides. You'll

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

Computer Concepts for Beginners

Computer Concepts for Beginners Computer Concepts for Beginners Greetings Hi, my name is Tony & we re about to take a big plunge into the computer world! For some of us, this might be the first time we re actually using our computers,

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Apple is rightfully proud of the user interface design incorporated into

Apple is rightfully proud of the user interface design incorporated into Customizing OS X Apple is rightfully proud of the user interface design incorporated into the Macintosh OS X family of operating systems. The interface is easy to use, and it s also easy to customize so

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

SystemVue 2011 Fundamentals (version ) LAB EXERCISE 1. SystemVue Basics

SystemVue 2011 Fundamentals (version ) LAB EXERCISE 1. SystemVue Basics SystemVue 2011 Fundamentals (version 1-2012) LAB EXERCISE 1 SystemVue Basics This lab exercise introduces the basic use model of SystemVue, including using the built-in templates, running analyses and

More information

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

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

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

AURUM Metro Navigation

AURUM Metro Navigation AURUM Metro Navigation End User Document Version 1.0 Oct 2016 Table of Contents 1. Introduction... 3 2. Initialization... 4 2.1 Create Metro Navigation List... 4 2.1.1 Adding the Metro Navigation Web part...

More information

Graphing Interface Overview

Graphing Interface Overview Graphing Interface Overview Note: This document is a reference for using JFree Charts. JFree Charts is m-power s legacy graphing solution, and has been deprecated. JFree Charts have been replace with Fusion

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

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

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

More information

Chapter 2 Using Slide Masters, Styles, and Templates

Chapter 2 Using Slide Masters, Styles, and Templates Impress Guide Chapter 2 Using Slide Masters, Styles, and Templates OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration...

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration... XnView 1.9 a ZOOMERS guide Introduction...2 Browser Mode... 5 Image View Mode...15 Printing... 22 Image Editing...28 Configuration... 36 Written by Chorlton Workshop for hsbp Introduction This is a guide

More information

Piktochart 101 Create your first infographic in 15 minutes

Piktochart 101 Create your first infographic in 15 minutes Piktochart 101 Create your first infographic in 15 minutes TABLE OF CONTENTS 01 Getting Started 5 Steps to Creating Your First Infographic in 15 Minutes 1.1 Pick a Template 1.2 Click Create and Start Adding

More information

Adobe Illustrator. Always NAME your project file. It should be specific to you and the project you are working on.

Adobe Illustrator. Always NAME your project file. It should be specific to you and the project you are working on. Adobe Illustrator This packet will serve as a basic introduction to Adobe Illustrator and some of the tools it has to offer. It is recommended that anyone looking to become more familiar with the program

More information

Iconasys Advanced 360 Product View Creator. User Guide (Mac OSX)

Iconasys Advanced 360 Product View Creator. User Guide (Mac OSX) Iconasys Advanced 360 Product View Creator User Guide (Mac OSX) Overview 360 Product View Creator UI 1. Upload Image Area 2. Image Viewing Gallery 3. Output Format and Button Create 4. 360 Preview Window

More information

8.25 x Standard Perfect Binding

8.25 x Standard Perfect Binding 8.25 x 10.75 Standard Perfect Binding Instructions for Adobe Photoshop Learn More: www.adobe.com/photoshop 8.25 x 10.75 Standard Perfect Binding Page Count: 20 pages min, 384 pages max, multiple of 2 PDF

More information

Apple is rightfully proud of the user interface design incorporated into

Apple is rightfully proud of the user interface design incorporated into Customizing OS X Apple is rightfully proud of the user interface design incorporated into the Macintosh OS X family of operating systems. The interface is easy to use, and it s also easy to customize so

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

USER S MANUAL FOR UNDER VEHICLE INSPECTION SYSTEM PORTABLE AND IN GROUND UNITS

USER S MANUAL FOR UNDER VEHICLE INSPECTION SYSTEM PORTABLE AND IN GROUND UNITS USER S MANUAL FOR UNDER VEHICLE INSPECTION SYSTEM PORTABLE AND IN GROUND UNITS Revision Date Description Initials 0 2017 01 02 New template LR Index Chapter 1 INTRODUCTION... 3 Chapter 2 OPERATING INSTRUCTIONS...

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

SketchUp Tool Basics

SketchUp Tool Basics SketchUp Tool Basics Open SketchUp Click the Start Button Click All Programs Open SketchUp Scroll Down to the SketchUp 2013 folder Click on the folder to open. Click on SketchUp. Set Up SketchUp (look

More information

Multi-NVR Manager. Quick Start Configuration Usage

Multi-NVR Manager. Quick Start Configuration Usage Multi-NVR Manager Quick Start Configuration Usage 2014. All rights are reserved. No portion of this document may be reproduced without permission. All trademarks and brand names mentioned in this publication

More information

Add Photo Mounts To A Photo With Photoshop Part 1

Add Photo Mounts To A Photo With Photoshop Part 1 Add Photo Mounts To A Photo With Photoshop Part 1 Written by Steve Patterson. In this Photoshop Effects tutorial, we ll learn how to create and add simplephoto mounts to an image, a nice finishing touch

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007 Table of Contents A Document Created By Lisa Diner Western Quebec School Board October, 2007 Table of Contents Some Basics... 3 Login Instructions... 4 To change your password... 6 Options As You Login...

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

HAPPY HOLIDAYS PHOTO BORDER

HAPPY HOLIDAYS PHOTO BORDER HAPPY HOLIDAYS PHOTO BORDER In this Photoshop tutorial, we ll learn how to create a simple and fun Happy Holidays winter photo border! Photoshop ships with some great snowflake shapes that we can use in

More information

Table of contents. Sliding Billboard DMXzone.com

Table of contents. Sliding Billboard DMXzone.com Table of contents About Sliding Billboard... 2 Features in Detail... 3 Before you begin... 11 Installing the extension... 11 The Basics: Creating a Simple Sliding Billboard Introduction... 12 Advanced:

More information

OPERATION MANUAL. MV-410HS Layout Editor. Version higher. Command

OPERATION MANUAL. MV-410HS Layout Editor. Version higher. Command OPERATION MANUAL MV-410HS Layout Editor Version 3.0 - higher Command Command Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410HS

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Get Organized... 1 Create the Home Page... 1 Save the Home Page as a Word Document...

More information

Aurora Multi-image System Control Software. User Manual

Aurora Multi-image System Control Software. User Manual Aurora Multi-image System Control Software User Manual Product Information Model: Aurora Controller Software Version: V010200 Release Date: January 18th, 2017 Company OSEE TECHNOLOGY CO., LTD. Contact

More information

Numbers Basics Website:

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

More information

FLIR Tools+ and Report Studio

FLIR Tools+ and Report Studio Creating and Processing Word Templates http://www.infraredtraining.com 09-20-2017 2017, Infrared Training Center. 1 FLIR Report Studio Overview Report Studio is a Microsoft Word Reporting module that is

More information

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

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

More information

Interactive Tourist Map

Interactive Tourist Map Adobe Edge Animate Tutorial Mouse Events Interactive Tourist Map Lesson 1 Set up your project This lesson aims to teach you how to: Import images Set up the stage Place and size images Draw shapes Make

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

Create Reflections with Images

Create Reflections with Images Create Reflections with Images Adding reflections to your images can spice up your presentation add zest to your message. Plus, it s quite nice to look at too So, how will it look? Here s an example You

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

New Website User Manual

New Website User Manual New Website User Manual General Notes 3 How To Login To Your Website And Access Admin Dashboard 4 Adding / Editing Sliders 5 Home Slider 5 School Slider (Same steps for ALL school pages) - Add a Slide

More information

Documentation Colibrico Design Studio

Documentation Colibrico Design Studio 1 / 39 Documentation Colibrico Design Studio Table of content About Colibrico Design Studio...3 System requirements...3 Supported languages...3 Installation...3 Trial version...4 License...4 Registration...4

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice.

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice. PowerPoint Assessment ***Remember! This is a test and you cannot ask for help. This must be done completely on your own. If you have forgotten a skill, please go to my Tutorials page on my website and

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two ENGL 323: Writing for New Media Repurposing Content for the Web Part Two Dr. Michael Little michaellittle@kings.edu Hafey-Marian 418 x5917 Using Color to Establish Visual Hierarchies Color is useful in

More information

Interactive Powerpoint. Jessica Stenzel Hunter Singleton

Interactive Powerpoint. Jessica Stenzel Hunter Singleton Interactive Powerpoint Jessica Stenzel Hunter Singleton Table of Contents iii Table of Contents Table of Contents... iii Introduction... 1 Basics of Powerpoint... 3 How to Insert Shapes... 3 How to Insert

More information

Creating Icons for Leopard Buttons

Creating Icons for Leopard Buttons Creating Icons for Leopard Buttons Introduction Among the new features that C-Max 2.0 brings to the Ocelot and Leopard controllers, one of the more sophisticated ones allows the user to create icons that

More information

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved.

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved. Master web design skills with Microsoft FrontPage 98. This step-by-step guide uses over 40 full color close-up screen shots to clearly explain the fast and easy way to design a web site. Use edteck s QuickGuide

More information

Dreamweaver MX The Basics

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

More information

Keynote 08 Basics Website:

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

More information

Tree and Data Grid for Micro Charts User Guide

Tree and Data Grid for Micro Charts User Guide COMPONENTS FOR XCELSIUS Tree and Data Grid for Micro Charts User Guide Version 1.1 Inovista Copyright 2009 All Rights Reserved Page 1 TABLE OF CONTENTS Components for Xcelsius... 1 Introduction... 4 Data

More information

PlayerLync Forms User Guide (MachForm)

PlayerLync Forms User Guide (MachForm) PlayerLync Forms User Guide (MachForm) Table of Contents FORM MANAGER... 1 FORM BUILDER... 3 ENTRY MANAGER... 4 THEME EDITOR... 6 NOTIFICATIONS... 8 FORM CODE... 9 FORM MANAGER The form manager is where

More information

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0 University of Sheffield PART 1 1.1 Getting Started 1. Log on to the computer with your usual username

More information

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

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

More information

Microsoft Word

Microsoft Word OBJECTS: Shapes (part 1) Shapes and the Drawing Tools Basic shapes can be used to graphically represent information or categories. The NOTE: Please read the Objects (add-on) document before continuing.

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

set for a fixed view. Install the PTZ camera and the stationary camera in close proximity of each other

set for a fixed view. Install the PTZ camera and the stationary camera in close proximity of each other CHAPTER 3 3.1 Object Tracking and Zooming Object Tracking provides you the real-time tracking and automatic magnification of a single moving object by the combination of one PTZ camera and one stationary

More information

Microsoft Expression Web Quickstart Guide

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

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Goldfish 4. Quick Start Tutorial

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

More information

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors StudioPrompter Tutorials Prepare before you start the Tutorials Opening and importing text files Using the Control Bar Using Dual Monitors Using Speed Controls Using Alternate Files Using Text Markers

More information

Navigating and Managing Files and Folders in Windows XP

Navigating and Managing Files and Folders in Windows XP Part 1 Navigating and Managing Files and Folders in Windows XP In the first part of this book, you ll become familiar with the Windows XP Home Edition interface and learn how to view and manage files,

More information