AppForge MobileVB Samples. December 19, 2002

Size: px
Start display at page:

Download "AppForge MobileVB Samples. December 19, 2002"

Transcription

1 AppForge MobileVB Samples December 19, 2002

2 Contents Overview 1 Applications 5 Airports - Nokia Recipes - Nokia Recipes - Palm OS Recipes - Pocket PC Resistor Calc - Palm OS Unit Converter - Palm OS Unit Converter - Nokia Telphony - Nokia Simple Dialer Telphony - Nokia Advanced Dialer SMS - Nokia Contacts - Pocket PC Data Storage 14 Symbian DBMS Administrator Pocket Access Administrator SQL Server CE Administrator Language Learner - Nokia Address Book Date Book Mail Memo ToDo PDB Tutorial - Palm OS LargeData Sample - Palm OS LargeDataPro Sample - Palm OS Games 22 I

3 MiniBlox Roids - Palm OS Slide - Palm OS Slide Ingot Examples 25 Stock Quote (AFINet) - Palm OS Stock Quote (Socket) Stock Quote (Socket) - Palm OS AFOwner Draw Grid Sample - Palm OS AFWidget Sample - Palm OS Quick Scanner - Palm OS Hello World (Nokia Ingots) II

4 List of Tables III

5 Overview The following tables list all of the sample applications installed with MobileVB. Applications Application Device Description Airports - Nokia 9290 Nokia 9290 Communicator The Airport application is a flight logging system which uses a database to track information related to airports and aircraft. It demonstrates a commercially viable application, written in Recipes - Nokia 9290 Nokia 9290 Communcator AppForge, then deployed to the Symbian OS. Designed to run on the Nokia 9290 Communicator. Use this database of recipes to create your next meal. Then add your own favorites to the collection. Recipes - Palm OS Palm OS Designed to run on a Palm OS device. Use this database of recipes to create your next meal. Then add your own favorites to the collection. Recipes - Pocket PC Pocket PC Designed to run on a Pocket PC device. Use this database of recipes to create your next meal. Then add your own favorites to the collection. Resistor Calc - Palm OS Palm OS Designed to run on a Palm OS device. It implements a Resistor Color Code Calculator. Unit Converter - Palm OS Palm OS Designed to run on a Palm OS device. The unit converter sample converts units of area, length, and volume between metric and English units. Unit Converter - Nokia 9290 Telphony - Nokia Simple Dialer Telphony - Nokia Advanced Dialer Nokia 9290 Communicator Nokia 9290 Communicator Nokia 9290 Communicator SMS - Nokia 9290 Nokia 9290 Communicator Designed to run on a Nokia 9290 Communicator. The unit converter sample converts units of area, length, and volume between metric and English units. Designed to run on a Nokia 9290 Communicator, this application allow you to make an outgoing call using the AFTelephony library. Designed to run on a Nokia 9290 Communicator this application is a more advanced version of the Simple Dial sample. Designed to run on a Nokia 9290 Communicator. The SMS sample allows to you send, save, and receive SMS (Short Message Service) messages. Contacts - Pocket PC Pocket PC Designed to run on a Pocket PC. The Contacts Sample allows to save contact information using the AppForge PIM Library. 1

6 Data Storage Application Device Description Symbian DBMS Administrator Nokia 9290 Communicator Illustrates the use of the AppForge Symbian OS Database Administration Library. Pocket Access Administrator Pocket PC Designed to run on a Pocket PC device, this application is designed to get you started managing SQL Server CE Administrator Language Learner - Nokia 9290 Pocket PC Nokia 9290 Communicator your Pocket Access databases and tables. Designed to run on a Pocket PC Device, the SQL Server CE Administrator is designed to get you started using the Appforge SQLCE Administration Library. Designed to run on a Nokia 9290 Communicator. A simple language translator that allows you to translate common words from and to English, French, and Spanish. Address Book Palm OS Designed to run on a Palm OS device. A MobileVB Application that allows you to use the built-in Palm Address Database. Date Book Palm OS Designed to run on a Palm OS device. A MobileVB Application that allows you to use the built-in Palm Date Book Database. Mail Palm OS Designed to run on a Palm OS device. A MobileVB Application that allows you to access built-in Palm Mail Database. Memo Palm OS Designed to run on a Palm OS device. A MobileVB Application that allows you to access built-in Palm Memo Database. ToDo Palm OS Designed to run on a Palm OS device. A MobileVB Application that allows you to access built-in Palm ToDo Database. PDB Tutorial - Palm OS Palm OS This application demonstrates the basic funcionality of the AppForge Database Library. LargeData Sample - Palm OS LargeDataPro Sample - Palm OS Palm OS Palm OS Loading large numbers of records into a grid can lead to substantial memory problems on handheld devices. This example demonstrates how to load small chunks of records into a grid at one time as a way of conserving memory and improving performance. This application demonstrates how to effectively display large amounts of data in a grid. This version of the code can only be used by Professional Edition Customers because it utilizes the Owner Draw Grid. 2

7 Games Application Device Description MiniBlox Nokia 9290 Communicator Designed to run on a Nokia 9290 Communicator. Control shapes as they fall into piles at the bottom of the playfield. When a row gets filled, it is cleared, and the pieces above drop down to take its place. The object is to prevent the stack from reaching the top of the field by carefully placing the shapes to clear rows. Roids - Palm OS Palm OS Designed to run on a Palm OS device. This take-off of the well known game, Astroids, is an example of how to use the AppForge Game SDK. Slide - Palm OS Palm OS Designed to run on a Palm OS device. The object of the game is to move the tiles until they are in order, with an empty space in the lower-right corner. Slide Nokia 9290 Communicator Designed to run on a Nokia 9290 Communicator. The object of the game is to move the tiles until they are in order, with an empty space in the lower-right corner. 3

8 Ingot Examples Application Device Description Stock Quote(AFINet) - Palm OS Palm OS Designed to run on a Palm OS device. Get stock quotes instantly on your wirelessly enabled Palm Powered device. This version of the stock quote application provides a example of using the Stock Quote (Socket) Stock Quote (Socket) - Palm OS AFOwner Draw Grid Sample - Palm OS Nokia 9290 Communicator Palm OS Palm OS Wireless Internet Ingot (AFINetHTTP). Designed to run on a Nokia 9290 Commincator. Get stock quotes instantly on your Nokia 9290 Communicator. This version of the stock quote application provides a example of using the AppForge Socket Ingot (AFClientSocket). Designed to run on a Palm OS device. Get stock quotes instantly on your wirelessly enabled Palm Powered device. This version of the stock quote application provides a example of using the AppForge Socket Ingot (AFClientSocket). Designed to run on a Palm OS device. This simple application shows the use an Owner Draw Grid to display information from a database. AFWidget Sample - Palm OS Palm OS Designed to run on a Palm OS device. This appication is the familiar Hello World application that uses the AFWidget Ingot instead of a button. Quick Scanner - Palm OS Palm OS Designed to run on a Palm OS device, this Hello World (Nokia Ingots) Nokia 9290 Communicator application shows the use of the AFScanner Ingot. Designed to run on a Nokia 9290 Communicator. This version of Hello World was created to show how easy it is to create applications with the Symbian look and feel. 4

9 Applications Airports - Nokia 9290 The Airports application is designed to run on a Nokia 9290 Communicator. It illustrates the use of the following: AFGraphic Ingot AFGrid Ingot AFListBox Ingot AFOwnerDrawGrid Ingot AFShape Ingot Nokia Specific Ingots AFCommandBtnAreaNS80 AFTitleBarNS80 AFWindowBkgNS80 PDB Databases Loading Records From a Large Database into an AFOwnerDrawGrid as they are displayed. Control Array 5

10 Recipes - Nokia 9290 This version of the Recipes To Go application is designed to run on a Nokia 9290 Communicator. It illustrates the use of the following: AFGraphic Ingot AFListBox Ingot AFShape Ingot AFTimer Ingot Nokia Specific Ingots AFCommandBtnAreaNS80 AFTitleBarNS80 AFWindowBkgNS80 PDB Databases Reading, editing, and deleting database records Searching for database records Control Array Splash Screen 6

11 Recipes - Palm OS This version of the Recipes To Go application is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFComboBox Ingot AFGraphic Ingot AFGraphicButton Ingot AFListBox Ingot AFShape Ingot AFTimer Ingot PDB Databases Reading, editing, and deleting database records Searching for database records Control Array Splash Screen 7

12 Recipes - Pocket PC This version of the Recipes To Go application is designed to run a Pocket PC device. It illustrates the use of the following: AFButton Ingot AFComboBox Ingot AFGraphic Ingot AFGraphicButton Ingot AFListBox Ingot AFShape Ingot AFTimer Ingot PDB Databases Reading, editing, and deleting database records Searching for database records Form Menus Control Array Splash Screen 8

13 Resistor Calc - Palm OS The Resistor Calc application is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFShape Ingot AFLabel MobileVB s Basic Mathematic capabilities Unit Converter - Palm OS This version of the Unit Converter application is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFListBox Ingot 9

14 PDB Databases Form Menus Control Array MobileVB s Basic Mathematic capabilities Unit Converter - Nokia 9290 This version of the Unit Converter application is designed to run a Nokia 9290 Communicator. It illustrates the use of the following: AFButton Ingot AFListBox Ingot Nokia Specific Ingots AFCommandBtnAreaNS80 AFTitleBarNS80 AFWindowBkgNS80 PDB Databases MobileVB s Basic Mathematic capabilities 10

15 Telphony - Nokia Simple Dialer Enter a number and make call on your Nokia 9290 Communicator. Simple Dialer illustrates basic use of the AFTelephony Library. Note: To make calls when using a Nokia communicator, you will need a valid SIM card, and the phone part of the device will need to be turned on. Additionally the Simple Dialer illustrates the use of the following: AFCommandBtnAreaNS80 Ingot Telphony - Nokia Advanced Dialer More complex thant the Simple Dialer sample, this application will allow the user to dial an additional call while another is active, as well as receive incoming calls. 11

16 Note: To make calls when using a Nokia communicator, you will need a valid SIM card, and the phone part of the device will need to be turned on. Advanced Dialer illustrates sophicsticated use of the AFTelephony Library. Additionally the Advanced Dialer illustrates the use of the following: Nokia Specific Ingots AFCommandBtnAreaNS80 AFTitleBarNS80 SMS - Nokia 9290 Designed to run on a Nokia 9290 Communicator, the SMS sample illustrates the use of the following: AppForge Telephony Library AFListBox Ingot AFShape Ingot Nokia Specific Ingots AFCommandBtnAreaNS80 AFTitleBarNS80 AFWindowBkgNS80 12

17 Contacts - Pocket PC Designed to run on a Pocket PC Device, the Contacts sample illustrates the use of the following: AppForge PIM Library AFButton Ingot AFListBox Ingot AFOwnerDrawGrid Ingot AFShape Ingot AFUpDown Ingot Form Menus Control Arrays 13

18 Data Storage Symbian DBMS Administrator Designed to run on a Nokia 9290 Communicatore, this appicliation tilizes the App- Forge Symbian OS Database Administration Library. Illustrates many of the features provided by the library such as creating and compacting as well as executing SQL statements. Pocket Access Administrator Designed to run on a Pocket PC device, this application is designed to get you started using AppForge Pocket Access Administration Library. It illustrates how to create and manage your Pocket Access databases and tables. The following functionality is proviced by the Pocket Access Adminstration library: 14

19 Creation and deletion of databases on the device Creation and deletion of tables within a database Re-sorting of existing tables within a database Additionally it illustrates the use of the following: AFButton Ingot AFCheckBox Ingot AFGrid Ingot AFListBox Ingot SQL Server CE Administrator Designed to run on a Pocket PC Device, the SQL Server CE Administration sample is designed to get you started using the library to create, compact, and synchronize your SQL Server CE databases. The following functions are available through the SQL Server CE Adminstration library: Creation of new databases on the device. Compaction of existing database. Database synchronization. Language Learner - Nokia

20 The Language Learner application is designed to run on a Nokia 9290 Communicator. It illustrates the use of the following: AFGrid Ingot AFShape Ingot AFListBox Ingot Nokia Specific Ingots AFCommandBtnAreaNS80 AFTitleBarNS80 AFWindowBkgNS80 AppForge Database Library Connecting to a Microsoft Access Database Creating a Microsoft Access Database Loading Data From a Microsoft Access Database Use of the Nokia Code Module Template for MobileVB Applications Address Book The Address Book sample is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFComboBox Ingot 16

21 AFListBox Ingot AFShape Ingot PDB Databases Accessing the built in Address database Reading, editing, and deleting database records Control Array Date Book The Date Book sample is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFListBox Ingot PDB Databases Accessing the built in Address database Reading, editing, and deleting database records Manipulation of Dates in MobileVB 17

22 Mail The Mail sample is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFCheckBox Ingot AFGrid Ingot AFListBox Ingot AFShape Ingot PDB Databases Accessing the built in Mail database Reading, editing, and deleting database records Memo The Memo sample is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFListBox Ingot 18

23 PDB Databases Accessing the built in Memo database Reading, editing, and deleting database records ToDo The ToDo sample is designed to run a Palm OS device. It illustrates the use of the following: AFButton Ingot AFListBox Ingot PDB Databases Accessing the built in ToDo database Reading, editing, and deleting database records PDB Tutorial - Palm OS The PDB Tutorial is designed to run a Palm OS device. Use this Database Tutorial to learn how to add database functionality into your own MobileVB applications. It illustrates the use of the following: AFButton Ingot 19

24 AFShape Ingot PDB Library PDBOpen PDBCreateDatabase PDBClose PDBReadRecord PDBWriteRecord PDBCreateRecordBySchema PDBDeleteRecordEx PDBEditRecord PDBUpdateRecord PDBDeleteDatabase PDBNumRecords PDBRecordUniqueID Automatic Capitalization of the first letter in an AFTextBox using a custom function (makeuppercase in modmain module of the sample). LargeData Sample - Palm OS The Large Data sample application demonstrates how to effectively display large amounts of data in a grid. It is designed to run on a Palm OS device. This version of the code can be used with the Personal Edition. If you have the Professional Edition, you may want to look at the Large Data Pro sample, which demonstrates the same concept, but uses the Owner Draw Grid rather than the standard grid. This example contains a PDB (Palm Database) with 5280 records. It displays information related to Airports, including airport codes and locations. It also includes a "Look Up" feature - demonstrating how to find records in a PDB. 20

25 Additionally, the application illustrates the use of the following: AFGrid Ingot AFGraphic Ingot AFUpDown Ingot LargeDataPro Sample - Palm OS This example is the recommend way to display data in a grid (as opposed to the "Large Data" sample, which uses the standard grid.) The Owner Draw Grid does not actually load data into the grid. It simply paints text onto the canvas of each cell in the grid. This makes it perfect for displaying large databases, because the data isn t loaded into memory. It is referenced straight from the database each time a cell is painted in the grid. Additionally, the application illustrates the use of the following: Large Data Pro contains a PDB (Palm Database) with 5280 records. It displays information related to Airports, including airport codes and locations. It also includes a "Look Up" feature - demonstrating how to find records in a PDB. AFGraphic Ingot AFOwnerDrawGrid Ingot AFUpDown Ingot 21

26 Games MiniBlox The MiniBlox application is designed to run on a Nokia 9290 Communicator. It illustrates the use of the following: AFGraphic Ingot AFShape Ingot Movement and rotation of shapes Invert method AFTone Ingot AFTimer Ingot Nokia Specific Ingots AFTitleBarNS80 AFWindowBkgNS80 AFCommandBtnAreaNS80 MobileVB s Mathematic Capabilities Conditional Compilation using the APPFORGE compiler constant 22

27 Roids - Palm OS The Roids application is designed to run on a Palm OS device. It illustrates the AppFore Game SDK, that consists of the following Ingots: AFSpriteField Ingot AFSpriteTemplate Ingot Slide - Palm OS The Slide Puzzle uses basic logic and graphics to create a classic game. This version is designed to run on a Palm OS device. It illustrates the use of the following: AFGraphic Ingot AFTimer Ingot RegisterKeyCode Method (AppForge System Library) Control Array Form Menus 23

28 Slide The Slide Puzzle uses basic logic and graphics to create a classic game. This version is designed to run on a Nokia 9290 Communicator. It illustrates the use of the following: AFGraphic Ingot AFTimer Ingot Nokia Specific Ingots AFTitleBarNS80 AFCommandBtnAreaNS80 Control Array Form Menus 24

29 Ingot Examples Stock Quote (AFINet) - Palm OS Designed to run on a Palm OS device, the stock quote application provides an excellent demonstration of how MobileVB queries an internet site, and then displays the results into a richly formatted application window. Enter a ticker symbol and click the "Get" button. The application then parses through the data that is returned and displays the current stock price, daily high and low, and volume in a large readable format. It illustrates the use of the following: AFINetHTTP Ingot AFButton Ingot AFFilmstrip AFShape Ingot Control Array Form Menus Stock Quote (Socket) Designed to run on a Nokia 9290 Communicator, the stock quote application provides an excellent demonstration of how MobileVB queries an internet site, and then displays the results into a richly formatted application window. Enter a ticker symbol and click the "Get" button. The application then parses through the data that is returned and displays the current stock price, daily high and low, and volume in a large readable format. It illustrates the use of the following: 25

30 AFClientSocket Ingot AFGraphic Ingot Nokia Specific Ingots AFTitleBarNS80 AFCommandBtnAreaNS80 Control Array Stock Quote (Socket) - Palm OS Designed to run on a Palm OS device, the stock quote application provides an excellent demonstration of how MobileVB queries an internet site, and then displays the results into a richly formatted application window. Enter a ticker symbol and click the "Get" button. The application then parses through the data that is returned and displays the current stock price, daily high and low, and volume in a large readable format. It illustrates the use of the following: AFClientSocket Ingot AFButton Ingot AFFilmstrip Ingot AFGraphic Ingot AFShape Ingot Form Menus Control Array AFOwner Draw Grid Sample - Palm OS 26

31 Designed to run on a Palm OS device, this application not only features the use of an Owner Draw Grid Ingot, it also illustrates the use of the following: Form Menus PDB Databases AFWidget Sample - Palm OS Designed to run on a Palm OS device, this application not only features the use of a Widget Ingot, it also illustrates the use of the following an AFTextBox Ingot. Quick Scanner - Palm OS This application will scan a barcode, either by pressing the Scan button or the trigger buttons on a Symbol SPT device, and show the scanned data in a text box. All configuration of the scanner is done at design time, by setting the properties in the Visual Basic Properties window. The (Custom) entry in the Properties Window will bring up additional property pages used to configure the scanner for different barcode symbologies. These properties can also be set at run-time by adding additional VB code to your application. For an example of this, as well as more detailed use of the AFScanner Ingot in general, check out the FullScannerDemo application, downloadable from the AppForge website ( Hello World (Nokia Ingots) Designed to run on a Nokia 9290 Communicator. This version of Hello World was created to show how easy it is to create applications with the Symbian look and feel. It includes several custom controls that provide drag-and-drop simplicity for creating titles, borders, captions, and CBA control interactivity. 27

DoInventory Quick Start Documentation

DoInventory Quick Start Documentation DoInventory Quick Start Documentation Introduction: DoInventory allows easy management of your home or business inventory or assets collection from any Palm OS handheld, Pocket PC or Windows Mobile handheld,

More information

Computer Concepts Module 3. Computer Software

Computer Concepts Module 3. Computer Software Computer Concepts Module 3 Computer Software 1 Learning Objectives (Slide 1 of 2) List and describe computer software categories Explain copyright law and define the different software licenses Explain

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATIONTECHOGY TUTORIAL QUESTION BANK ACADEMIC YEAR - 2018-19 Course Title Mobile Application Development Course Code

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

Identifying the main document for form letters Inserting an existing document into an open document

Identifying the main document for form letters Inserting an existing document into an open document Department: Business Unit 1, September Word - Creating a Document with a Table, Chart & Unit 2, October Word - Generating Form letters, mailing labels, Watermark What are the intermediate features of Microsoft

More information

TinkerCAD Simple Hand Tutorial for Choitek Megamark Robot. Basic Navigation

TinkerCAD Simple Hand Tutorial for Choitek Megamark Robot. Basic Navigation TinkerCAD Simple Hand Tutorial for Choitek Megamark Robot Tinkercad is a free, simple, online 3D design and 3D printing app for everyone by Autodesk. Tinkercad is used by designers, hobbyists, teachers,

More information

a child-friendly word processor for children to write documents

a child-friendly word processor for children to write documents Table of Contents Get Started... 1 Quick Start... 2 Classes and Users... 3 Clicker Explorer... 4 Ribbon... 6 Write Documents... 7 Document Tools... 8 Type with a Keyboard... 12 Write with a Clicker Set...

More information

Forms for Android Version Manual. Revision Date 12/7/2013. HanDBase is a Registered Trademark of DDH Software, Inc.

Forms for Android Version Manual. Revision Date 12/7/2013. HanDBase is a Registered Trademark of DDH Software, Inc. Forms for Android Version 4.6.300 Manual Revision Date 12/7/2013 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

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

More information

Chapter 3 Computer Software

Chapter 3 Computer Software Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs

More information

Base Module - Computer Essentials

Base Module - Computer Essentials Base Module - Computer Essentials This module sets out essential concepts and skills relating to the use of devices, file creation and management, networks, and data security. Understand key concepts relating

More information

ST.MARTIN'S ENGINEERING COLLEGE Dhulapally,Secunderabad-014

ST.MARTIN'S ENGINEERING COLLEGE Dhulapally,Secunderabad-014 ST.MARTIN'S ENGINEERING COLLEGE Dhulapally,Secunderabad-014 INFORMATION TECHNOLOGY TUTORIAL QUESTION BANK Course Title Course Code Regulation Course Structure Team of Instructors Mobile Application Development

More information

Dashboard 8.0. User Guide

Dashboard 8.0. User Guide Dashboard 8.0 User Guide Table of Contents Dashboard User Reference Guide Table of Contents...2 Basic Navigation...3 Content Section...3 Filter Frame...4 Table Types...5 The Drilling Process...6 The Metric

More information

Access Objects. Tables Queries Forms Reports Relationships

Access Objects. Tables Queries Forms Reports Relationships Access Review Access Objects Tables Queries Forms Reports Relationships How Access Saves a Database The Save button in Access differs from the Save button in other Windows programs such as Word and Excel.

More information

Phony Programming (Series 60 Symbian Phones)

Phony Programming (Series 60 Symbian Phones) Phony Programming (Series 60 Symbian Phones) Larry Rudolph MIT 6.883 & SMA 5508 March 6, 2006 1 What s so special about phones? Ignorant Operator really ignorant operator Scarce Resources Power -- slow

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Handbook. CLIÉ handheld basic operations. Exchanging and updating files/data using the HotSync operation. Entering text on your CLIÉ.

Handbook. CLIÉ handheld basic operations. Exchanging and updating files/data using the HotSync operation. Entering text on your CLIÉ. A-BU6-100-11 (1) CLIÉ handheld basic operations Exchanging and updating files/data using the HotSync operation Entering text on your CLIÉ handheld Customizing your CLIÉ handheld (Preferences) Exchanging

More information

Detailed Table of Contents

Detailed Table of Contents Detailed Table of Contents INTRODUCTION...1 I.1 THE OBJECTIVES OF THIS TEXT...1 I.2 WHY LibreOffice?...1 I.3 WHAT IS SPECIAL ABOUT THIS TEXT?...1 I.4 THE STATUS OF COMPUTING IN SCHOOLS...2 I.5 TEACHING

More information

Worldcard Office - Business Card Management System (Color)

Worldcard Office - Business Card Management System (Color) Worldcard Office - Business Card Management System (Color) State-of-the-Art Color Business Card Scanner & Recognition System Product Overview WorldCard Color is a solid A6-sized color business card scanner

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

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

More information

Forms for Palm OS Version 4 Manual

Forms for Palm OS Version 4 Manual Forms for Palm OS Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in

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

Mobile Messaging Using Bangla

Mobile Messaging Using Bangla 1 Mobile Messaging Using Bangla Tofazzal Rownok ID# 01101040 Department of Computer Science and Engineering December 2005 BRAC University, Dhaka, Bangladesh 2 DECLARATION I hereby declare that this thesis

More information

Quick Start Guide. Microinvest Barcode Printer Pro

Quick Start Guide. Microinvest Barcode Printer Pro Quick Start Guide Microinvest Barcode Printer Pro 2016 Microinvest Barcode Printer Pro provides barcode printing functionality specifically designed to account for new orders and existing entries in the

More information

It s Bill s Birthday. Your job is to create a Birthday card for him by June 12 th. and win a memory stick. 28 th October

It s Bill s Birthday. Your job is to create a Birthday card for him by June 12 th. and win a memory stick. 28 th October It s Bill s Birthday Your job is to create a Birthday card for him by June 12 th and win a memory stick 28 th October This document is made up from two types of information. Knowledge and Procedures. Brown

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

POWERPOINT 2003 OVERVIEW DISCLAIMER:

POWERPOINT 2003 OVERVIEW DISCLAIMER: DISCLAIMER: POWERPOINT 2003 This reference guide is meant for experienced Microsoft Office users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training

More information

Knightswood Secondary School. Graphic Communication. Desktop Publishing otes. Auto Tracing

Knightswood Secondary School. Graphic Communication. Desktop Publishing otes. Auto Tracing Auto Tracing The process of converting a bit mapped image into a vector image. In a bit-mapped image, each object is represented by a pattern of dots, while in a vector image every object is defined geometrically.

More information

Bpm online sales. Team Package User Guide

Bpm online sales. Team Package User Guide Bpm online sales Team Package User Guide User guide Contents 1. Bpm online sales overview... 6 2. Bpm online interface... 8 2.1. Bpm'online interface overview... 9 2.2. Bpm online home page... 12 2.3.

More information

1. Introduction. 2. Getting started. Efficient. Simple

1. Introduction. 2. Getting started. Efficient. Simple Welcome to SIM Simple Inventory Manager is frequently improved and updated. To avoid annoying automatic Web update, it is your responsibility to visit a www.simple-inventory-manager.com and decide to update.

More information

FileMaker. Mobile 2.1. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC

FileMaker. Mobile 2.1. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC For Windows, Mac, Palm OS, and Pocket PC FileMaker Mobile 2.1 Companion for Palm OS and Pocket PC User s Guide 2000-2002 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa

More information

LESSON PLAN FOR INFORMATION & COMMUNICATION TECHNOLOGY (ICT) PRATOMSUKSA 2

LESSON PLAN FOR INFORMATION & COMMUNICATION TECHNOLOGY (ICT) PRATOMSUKSA 2 LESSON PLAN FOR INFORMATION & COMMUNICATION TECHNOLOGY (ICT) PRATOMSUKSA 2 CHAPTER SUBCHAPTER WEEK LEARNING OBJECTIVES POSSIBLE TEACHING ACTIVITIES POSSIBLE LEARNER ACTIVITIES LEARNING OUTCOMES KEY VOCABULARY

More information

Code Finix Label Designer V 1.0 User Guide

Code Finix Label Designer V 1.0 User Guide Code Finix Label Designer V 1.0 User Guide Introduction Welcome, Code Finix Label Designer is a family of professional labeling software products that brings a complete barcode printing solution for desktop

More information

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design Objective 1: Identify Good Database Design CHAPTER 6 SUMMARY A database is an organized collection of data facts about people, events, things, or ideas related to a specific topic or purpose. Information

More information

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS UNIT: Publisher KEY LEARNING(S): Introduction to Microsoft Publisher and Publisher jumpstart UNIT ESSENTIAL QUESTIONS: How can you use Publisher to enhance your education/career? COMPETENCY: Publisher

More information

My First iphone App. 1. Tutorial Overview

My First iphone App. 1. Tutorial Overview My First iphone App 1. Tutorial Overview In this tutorial, you re going to create a very simple application on the iphone or ipod Touch. It has a text field, a label, and a button. You can type your name

More information

Salesforce ID of the Feature record is stored in the Product Option record to maintain the relationship.

Salesforce ID of the Feature record is stored in the Product Option record to maintain the relationship. 01 INTRODUCTION Welcome to the first edition of Manual Migration Training. In this video we ll take a high-level look at the steps necessary to perform a successful migration of SteelBrick content. In

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or

More information

Schneider Electric Data Center Software

Schneider Electric Data Center Software Schneider Electric Data Center Software StruxureWare Operations 7.0 Software Platform End to end Data Center Infrastructure Management (DCIM) software for monitoring, control of power, cooling, security

More information

SALES PORTAL USER GUIDE. Last Updated: 6/23/2015

SALES PORTAL USER GUIDE. Last Updated: 6/23/2015 SALES PORTAL USER GUIDE Last Updated: 6/23/2015 TABLE OF CONTENT 1. User Login 2. Customer Profile Management a. Add a new customer profile b. Delete a customer profile 3. Search a. Search fabric by attributes

More information

MobileFlex Version 1.0 Portable Technology Solutions, LLC

MobileFlex Version 1.0 Portable Technology Solutions, LLC MobileFlex Version 1.0 Portable Technology Solutions, LLC Telephone: 1-877-640-4152 Fax: 1-501-421-5085 http://www.ptshome.com support@ptshome.com This document and the software described by this document

More information

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version 23-1 - 04-18 Summary Part 1 - Report editor 1. Introduction... 13 2. How to create a report... 23 3. Data sources of a report... 43 4. Describing

More information

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps!

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps! Lesson 2 Introducing Apps In this lesson, you ll unlock the true power of your computer by learning to use apps! So What Is an App?...258 Did Someone Say Free?... 259 The Microsoft Solitaire Collection

More information

OneBridge Mobile Data Suite

OneBridge Mobile Data Suite OneBridge Mobile Data Suite technical brief OneBridge Mobile Data Suite is a robust development suite for proactively delivering mission-critical information to mobile device users. With a broad range

More information

Getting to Know Your Mobile WiFi Note: Thank you for choosing VIVA LTE Mobile WiFi

Getting to Know Your Mobile WiFi Note: Thank you for choosing VIVA LTE Mobile WiFi GUIDE BOOK 2 Thank you for choosing VIVA LTE Mobile WiFi This document will help you understand your Mobile WiFi so you can start using it right away. Please read this document carefully before using your

More information

Getting Started Select Wireless Manager. Wireless Manager Window. To enable or disable a wireless connection, tap the specific button.

Getting Started Select Wireless Manager. Wireless Manager Window. To enable or disable a wireless connection, tap the specific button. Getting Started 1-11 Select Wireless Manager. Figure 1-10 Wireless Manager Window To enable or disable a wireless connection, tap the specific button. To enable or disable all wireless connections, tap

More information

<,W,EϬϱ E USER MANUAL

<,W,EϬϱ E USER MANUAL USER MANUAL GETTING STARTED To get started with the Agora handset, please take both the phone and the battery out of the box. On the rear of the phone you will find a plastic backing cover with a small

More information

Your Total Training Resource. Microsoft OneNote. To Schedule / Need Additional Information

Your Total Training Resource. Microsoft OneNote. To Schedule / Need Additional Information Microsoft OneNote It's your very own digital notebook, so you can keep notes, ideas, web pages, photos, even audio and video all in one place. Whether you're at home, in the office, or on the move, you

More information

5.2 QUICK START GUIDE. Front camera LED indicator. Proximity and light sensor. Volume up/down. Flash. Power key. SIM card. microsd card.

5.2 QUICK START GUIDE. Front camera LED indicator. Proximity and light sensor. Volume up/down. Flash. Power key. SIM card. microsd card. QUICK START GUIDE Proximity and light sensor Front camera LED indicator 1 SIM card. 2 microsd card. Flash Volume up/down Power key 5.2 3 English - CJB29T002AAA www.alcatelonetouch.us 1 2 SAVE PAPER SAVE

More information

https://www.mysteryshopping.com

https://www.mysteryshopping.com https://www.mysteryshopping.com Welcome Welcome to Mystery Media PRO Help file. This help file elaborates about how this can be used. Let's start by creating profile. When you open App for the first time,

More information

Microsoft Visio 2016 Foundation. Microsoft Visio 2016 Foundation Level North American Edition SAMPLE

Microsoft Visio 2016 Foundation. Microsoft Visio 2016 Foundation Level North American Edition SAMPLE Microsoft Visio 2016 Foundation Microsoft Visio 2016 Foundation Level North American Edition Visio 2016 Foundation - Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of

More information

Thermacam Reporter 2000 Professional Template Building Tutorial

Thermacam Reporter 2000 Professional Template Building Tutorial Introduction: This tutorial will guide you step-by-step through the process of creating a new template using Thermacam Reporter 2000 Professional. The template consists of an item page with an IR image

More information

USER GUIDE KASPERSKY MOBILE SECURITY 8.0

USER GUIDE KASPERSKY MOBILE SECURITY 8.0 USER GUIDE KASPERSKY MOBILE SECURITY 8.0 Dear User! Thank you for choosing our product. We hope that this documentation will help you in your work and will provide answers regarding this software product.

More information

Forms Desktop for Windows Version 4 Manual

Forms Desktop for Windows Version 4 Manual Forms Desktop for Windows Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned

More information

iwindowsmobile Communication Suite user's manual

iwindowsmobile Communication Suite user's manual iwindowsmobile Communication Suite user's manual Introduction Requirements Activation Winterface Start up The Lock Screen Managing your applications Adding new applications/settings/contacts Moving and

More information

Massachusetts Institute of Technology Department of Urban Studies and Planning

Massachusetts Institute of Technology Department of Urban Studies and Planning Massachusetts Institute of Technology Department of Urban Studies and Planning 11.204: Planning, Communication, and Digital Media Fall 2004 Recitation 6: Using Access to Query Multiple Data Sets 1. What

More information

TemplatesHD User Manual

TemplatesHD User Manual TemplatesHD User Manual CCHD v. 17.1.001 or later Table of Contents TemplatesHD Introduction Adding a Background Image in TemplatesHD Using Dynamic Content in Your Template Using Interactive and App Content

More information

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics...

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics... Table of Contents Introduction...1 OpenOffice.org Features and Market Context...1 Purpose of this Book...4 How is OpenOffice.org Related to StarOffice?...4 Migrating from Microsoft Office to OpenOffice.org...4

More information

Prezi is a wonderful presentation tool to help make classroom or online instruction easy and

Prezi is a wonderful presentation tool to help make classroom or online instruction easy and Prezi is a wonderful presentation tool to help make classroom or online instruction easy and engaging. The following 5 steps will help you learn the basics of creating a Prezi presentation. This presentation

More information

Introduction to PeopleSoft Query. The University of British Columbia

Introduction to PeopleSoft Query. The University of British Columbia Introduction to PeopleSoft Query The University of British Columbia December 6, 1999 PeopleSoft Query Table of Contents Table of Contents TABLE OF CONTENTS... I CHAPTER 1... 1 INTRODUCTION TO PEOPLESOFT

More information

Bangla Text Input and Rendering Support for Short Message Service on Mobile Devices

Bangla Text Input and Rendering Support for Short Message Service on Mobile Devices Bangla Text Input and Rendering Support for Short Message Service on Mobile Devices Tofazzal Rownok, Md. Zahurul Islam and Mumit Khan Department of Computer Science and Engineering, BRAC University, Dhaka,

More information

COPYRIGHTED MATERIAL. Table of Contents. Lighten Your Workload with General Office Techniques. Timesaving Tips for Word

COPYRIGHTED MATERIAL. Table of Contents. Lighten Your Workload with General Office Techniques. Timesaving Tips for Word Table of Contents chapter1 Lighten Your Workload with General Office Techniques Shorten the AutoRecover Interval.......................................4 Learn Shortcut Keys Faster............................................6

More information

Computer Applications with Keyboarding

Computer Applications with Keyboarding Computer Applications with Keyboarding Month Content Skills January INTRODUCTION TO CLASS Lab rules, procedures and course overview Review of touch-typing, proper technique, and what home row fingers strike

More information

Crystal Reports. SYS-ED/COMPUTER EDUCATION TECHNIQUES, INC. (Crys Rept - 7.1) IDX: Page 1

Crystal Reports. SYS-ED/COMPUTER EDUCATION TECHNIQUES, INC. (Crys Rept - 7.1) IDX: Page 1 A Absolute Formatting... 4:15 ActiveX Viewer... 1:16 Adding a Command to a Report... 10:14 Adding a Command to the Repository... 10:12 Adding a Custom Function to the Repository... 10:11 Adding a List

More information

Excel. Dashboard Creation. Microsoft # KIRSCHNER ROAD KELOWNA, BC V1Y4N TOLL FREE:

Excel. Dashboard Creation. Microsoft # KIRSCHNER ROAD KELOWNA, BC V1Y4N TOLL FREE: Microsoft Excel Dashboard Creation #280 1855 KIRSCHNER ROAD KELOWNA, BC V1Y4N7 250-861-8324 TOLL FREE: 1-877-954-8433 INFO@POWERCONCEPTS.CA WWW.POWERCONECPTS.CA Dashboard Creation Contents Process Overview...

More information

Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise

Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise 1. Objectives Ø Become familiar with Android Studio, Android App development and Facebook SDK for Android. Ø Build a good-looking

More information

Microsoft Office Excel 2003

Microsoft Office Excel 2003 Microsoft Office Excel 2003 Tutorial 1 Using Excel To Manage Data 1 Identify major components of the Excel window Excel is a computerized spreadsheet, which is an important business tool that helps you

More information

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Power BI Desktop In this tutorial, you will learn how to import a table of data from a Web page and create

More information

iwireless Freedom V35 Android 4.4, KitKat

iwireless Freedom V35 Android 4.4, KitKat iwireless Freedom V35 Android 4.4, KitKat CONTENTS 1. Introduction to basic commands... 3 2. Phone App Features... 6 3. Paste/copy... 7 4. Email Settings... 7 5. Desktop Features... 9 6. BT/Wi-fi Features...

More information

Microsoft Excel & The Internet. J. Carlton Collins ASA Research

Microsoft Excel & The Internet. J. Carlton Collins ASA Research Microsoft Excel & The Internet J. Carlton Collins ASA Research Carlton@ASAResearch.com 770.734.0950 Excel and the Internet There are at least 9 good ways in which Excel and the Internet can work together,

More information

How To ipad For Real Estate

How To ipad For Real Estate How To ipad For Real Estate OBJECTIVE: The goal of this class is to learn: The ipad effectively for real estate. Creating A Paperless Office I. Create a systematic filing system- You will have to start

More information

Foxtrot Certified Expert Study Guide

Foxtrot Certified Expert Study Guide Foxtrot Certified Expert Study Guide Click for the Practice Exam Useful Terms: Client Machine Typically referred to as a user s machine that points to a License Path. Data Execution Prevention (DEP) A

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 TOPIC 1A: SORT A LIST... 6 Sort a list in A-Z or Z-A Order... 6 TOPIC 1B: RENUMBER A LIST... 7 Renumber a List

More information

IT Training Center Class Descriptions

IT Training Center Class Descriptions Using Microsoft Windows 10 Must have a personal computer with Microsoft Windows 10 installed on their workstation. This class is geared to the student who has little or no knowledge of the Windows environment

More information

Excel Level 2

Excel Level 2 1800 ULEARN (853 276) www.ddls.com.au Excel 2016 - Level 2 Length 1 day Price $456.50 (inc GST) Overview The skills and knowledge acquired in Microsoft Excel 2016 - Level 2 enable users to expand their

More information

REAL LIFE REAL WORLD Activity: Archeologist Frieze Patterns

REAL LIFE REAL WORLD Activity: Archeologist Frieze Patterns Teacher Page 1 REAL LIFE REAL WORLD Activity: Archeologist Frieze Patterns Topic: Reflections and Translations Grade Level: 7-12 Objective: Use Cabri Jr. to create examples of frieze patterns Time: 30-60

More information

Adobe Animate Basics

Adobe Animate Basics Adobe Animate Basics What is Adobe Animate? Adobe Animate, formerly known as Adobe Flash, is a multimedia authoring and computer animation program. Animate can be used to design vector graphics and animation,

More information

lgusa.com/revolution Set Up Customize Your Phone Record and View HD Video Download Apps Use Multilanguage Entry Take and Send a Picture

lgusa.com/revolution Set Up  Customize Your Phone Record and View HD Video Download Apps Use Multilanguage Entry Take and Send a Picture G E T T I N G S TA R T E D G U I D E Set Up Email Customize Your Phone Record and View HD Video Download Apps Use Multilanguage Entry Take and Send a Picture Set Up 4G Mobile Hotspot Use SmartShare lgusa.com/revolution

More information

Handbook. Sony CLIÉ handheld basic operations. Entering data on your Sony CLIÉ. handheld. Exchanging and updating data using a HotSync operation

Handbook. Sony CLIÉ handheld basic operations. Entering data on your Sony CLIÉ. handheld. Exchanging and updating data using a HotSync operation A-BG5-100-11 (1) Sony CLIÉ handheld basic operations Entering data on your Sony CLIÉ handheld Exchanging and updating data using a HotSync operation Customizing your Sony CLIÉ handheld (Preferences) Exchanging

More information

Adobe Captivate Level 1

Adobe Captivate Level 1 Information Technology Services Kennesaw State University Adobe Captivate Level 1 Presented by Technology Outreach in collaboration with The Multimedia Development Group (MDG) Copyright 2007 Information

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements?

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements? BASIC GAUGE CREATION The Video VBox setup software is capable of using many different image formats for gauge backgrounds, static images, or logos, including Bitmaps, JPEGs, or PNG s. When the software

More information

Product Enhancements May 2011

Product Enhancements May 2011 Product Enhancements May 2011 Features Product Enhancements May 2011 As part of our ongoing commitment to providing you with the most powerful, easy-to-use investment research tool, MarketSmith will implement

More information

PRO CONFIGURABLE PRODUCT GRID TABLE VIEW

PRO CONFIGURABLE PRODUCT GRID TABLE VIEW 1 User Guide Pro Configurable Products Grid Table View PRO CONFIGURABLE PRODUCT GRID TABLE VIEW USER GUIDE 1 2 User Guide Pro Configurable Products Grid Table View Contents 1. Pro Configurable Products

More information

MAC OS L E S O F P A G E R U T H E WINDOWS N G I N I D E F L A Y O U. The choice for publishing software worldwide.

MAC OS L E S O F P A G E R U T H E WINDOWS N G I N I D E F L A Y O U. The choice for publishing software worldwide. MAC OS WINDOWS D E F I N I N G T H E R U L E S O F P A G E L A Y O U T p The choice for publishing software worldwide. For over Quark, Inc. has defined the ultimate in electronic publishing software. With

More information

ScanSKU: Picking App User Guide

ScanSKU: Picking App User Guide ScanSKU: Picking App User Guide Step 1 Download App Download the app at the download page here: www.scansku.com/downloads Install the app onto your Android Device and open it. For most picking users, we

More information

ScanSKU: Picking App User Guide- Google Drive

ScanSKU: Picking App User Guide- Google Drive ScanSKU: Picking App User Guide- Google Drive Step 1 Download the App Download the app at the download page here: www.scansku.com/downloads Install the app onto your Android Device and open it. For most

More information

Computer, Software and Technology Skills

Computer, Software and Technology Skills Computer, Software and Technology s of Proficiency in Banner Use commands and menus to navigate between Banner forms Find, filter and select appropriate person/vendor records to perform look ups Generate

More information

Getting Started with Silo

Getting Started with Silo CHAPTER 1 Getting Started with Silo In this chapter, we discuss how to view, select, and manipulate models in Silo. If you are not familiar with Silo or polygon modeling, make sure to read the About Silo

More information

Mathematics. Computer Applications. New Jersey Quality Single Accountability Continuum (NJQSAC) Department: Course Title.

Mathematics. Computer Applications. New Jersey Quality Single Accountability Continuum (NJQSAC) Department: Course Title. Textbook(s): Date: Content Unit 1 MS PowerPoint September 1-11 Name the parts of the PowerPoint Window. How do you use a Design Template? What types of toolbars are there in PowerPoint? How do you insert

More information

Advanced Palm Handheld Computer. Internet and Technology Training Services Office of Information Technology Miami-Dade County Public Schools

Advanced Palm Handheld Computer. Internet and Technology Training Services Office of Information Technology Miami-Dade County Public Schools Advanced Palm Handheld Computer Internet and Technology Training Services Office of Information Technology Miami-Dade County Public Schools Activity 1 Multimedia, Photos Photos on your Palm Handheld (

More information

SPARK LITE Quick Start Guide

SPARK LITE Quick Start Guide SPARK LITE Quick Start Guide Search ZTE Australia on Facebook, Google+ and Twitter to keep in touch. 2016 Version 1.0 1 Get to Know Your Phone LED Camera Earpiece Sensor Volume Keys Display Power Key Back

More information

SMART Meeting Pro 4.2 personal license USER S GUIDE

SMART Meeting Pro 4.2 personal license USER S GUIDE smarttech.com/docfeedback/170973 SMART Meeting Pro 4.2 personal license USER S GUIDE Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register

More information

Chapter 2: Android Device Basics

Chapter 2: Android Device Basics Chapter 2: Android Device Basics 1 Chapter 2: Android Device Basics Android devices have a ton of cool features and are really fun to play with, but they have a very practical side as well. We ll touch

More information

1 INTRODUCTION TO EASIK 2 TABLE OF CONTENTS

1 INTRODUCTION TO EASIK 2 TABLE OF CONTENTS 1 INTRODUCTION TO EASIK EASIK is a Java based development tool for database schemas based on EA sketches. EASIK allows graphical modeling of EA sketches and views. Sketches and their views can be converted

More information

Handbook. CLIÉ handheld basic operations. Entering text on your CLIÉ. handheld. Exchanging and updating files/data using the HotSync operation

Handbook. CLIÉ handheld basic operations. Entering text on your CLIÉ. handheld. Exchanging and updating files/data using the HotSync operation A-BL0-100-11 (1) CLIÉ handheld basic operations Entering text on your CLIÉ handheld Exchanging and updating files/data using the HotSync operation Customizing your CLIÉ handheld (Preferences) Exchanging

More information

CS 403X Mobile and Ubiquitous Computing Lecture 14: Google Places, Other Useful Android APIs and Cool Location Aware Apps Emmanuel Agu

CS 403X Mobile and Ubiquitous Computing Lecture 14: Google Places, Other Useful Android APIs and Cool Location Aware Apps Emmanuel Agu CS 403X Mobile and Ubiquitous Computing Lecture 14: Google Places, Other Useful Android APIs and Cool Location Aware Apps Emmanuel Agu Google Places Place: physical space that has a name (e.g. local businesses,

More information

How to create a prototype

How to create a prototype Adobe Fireworks Guide How to create a prototype In this guide, you learn how to use Fireworks to combine a design comp and a wireframe to create an interactive prototype for a widget. A prototype is a

More information

Learning Series. Volume 8: Service Design and Business Processes

Learning Series. Volume 8: Service Design and Business Processes Learning Series Volume 8: Service Design and Business Processes NOTICES ServicePRO Learning Series Edition November 2014 HelpSTAR and ServicePRO are registered trademarks of Help Desk Technology International

More information

Building a game of Tetris #1 the generation and the rotation of the Tetris parts

Building a game of Tetris #1 the generation and the rotation of the Tetris parts Building a game of Tetris # the generation and the rotation of the Tetris parts by George Lungu - This tutorial explains the creation of a game of Tetris in Excel using spreadsheet formulas and minimum

More information