Links of Interest. Application Development. Technovation. Main website for App Inventor:

Size: px
Start display at page:

Download "Links of Interest. Application Development. Technovation. Main website for App Inventor:"

Transcription

1 Hack Day 2016

2 Links of Interest Application Development Main website for App Inventor: Getting started with App Inventor (Setup, coding, tutorials): Link to App Inventor (Design & build your mobile apps at this website): (do NOT use Internet Explorer) Link to download emulator (if you do not have Android phone): Link to source code you can use: Technovation Main website: Technovation Registration: Last years projects:

3 Ahmed Bachelor of Software Engineering from Lakehead University Over 5 years of experience working at IBM MAS student in TIM at Carleton University Cybersecurity R&D at VENUS

4 Ibrahim Entrepreneur, researcher, educator PhD in Electrical Engineering, UoM, USA MEng in Technology Innovation Management Currently Cybersecurity R&D at VENUS

5 What we are covering today 1. CEO Profile Slide 5 2. What you will need for today Slide 9 3. Problem-solving exercises Slide Application development cycle Slide Setting up your computer & phone (Windows OS) Slide 33 Installing Emulator Installing AI Companion Lunch Slide Tips for mobile development Slide Creating your first app Talk to Me Slide 78 Tutorial walkthrough Downloading application Save and distribute 9. Math App challenge Slide Bounce ball App Slide 123 Tutorial walkthrough 11. User experience Slide Other Tutorials (pre-existing code you can use for your project) Slide Getting Started (Registration, Community, Deliverables, Planning, Communications) Slide 154

6 1. CEO Profile Marissa Mayer - CEO of Yahoo!

7 CEO Profile

8 CEO Profile Was on the curling team and dance team at Wausau West High School Graduated with a B.S. degree in 1997, and an M.S. degree in computer science in 1999 Joined Google in She was the 20 th employee Google s first female engineer

9 CEO Profile Was on the curling team and dance team at Wausau West High School Graduated with a B.S. degree in 1997, and an M.S. degree in computer science in 1999 Joined Google in She was the 20 th employee Google s first female engineer Started out writing code In 2005 she became VP of Search Products and User Experience In 2010 she became the head of Google Maps and location services 2012 Today : CEO of Yahoo!

10 2. What you will need for today

11 Getting Started What you need: Internet access Laptop (Windows or Mac) Gmail account (might be optional) Computer with Firefox 3.6/Chrome 4.0/ Safari 5.0 web browser (App Engine is not compatible with Internet Explorer) Android phone with OS 2.3 or higher 6

12 Why Learn App Inventor? Create your own mobile applications Use it for school projects Solve real world problems Create a prototype for your business

13 3. Problem solving exercises

14 What Does This App do?

15

16

17 What Does This App do?

18

19

20 What Does this App do?

21 The app responds automatically to incoming text messages (handsfree) with a message such as "I'm driving right now, I'll contact you shortly."

22

23 Inspiration for Texting App At least 28 percent of all traffic accidents (1.6 million crashes every year) are caused by drivers using cell phones At least 200,000 of those accidents occurred while drivers were texting Daniel Finnegan - a student living in San Francisco - came up with the idea in 2010 and created the No Text While Driving app using App Inventor State Farm Insurance created an Android app called "On the Move" which is similar to Daniel s App

24 We will be focusing on TextToSpeech

25 4. Application Development Cycle

26 Design Distribute Build Test

27 Design Distribute Build Test

28 Design Distribute Build Test

29 Design Distribute Build Test

30 Design Distribute Build Test

31 Design Distribute Build Test

32 appinventor.mit.edu/explore

33

34 5. Setting Up Your Computer & Phones

35 Setting Your Development Environment

36 ai2.appinventor.mit.edu Incompatible with App Inventor

37

38

39 Installing Emulator (Testing) An emulator is a software version of an android phone you can experiment with on your PC without using your phone Handy if you don t have a Android phone Can be slow to initialize, start-up, and work with You interact with the Apps you create through your PC s keyboard and mouse Functions like accelerometer, camera, or GPS might not work or difficult to test in an emulator

40

41

42 Step 1

43 Windows Mac

44 Windows Install

45 Windows Install

46 Windows Install

47 Windows Install

48 Windows Install

49 Windows Install

50 Windows Install Desktop Icon In File System

51 Windows Install

52 Installing AI Companion (Testing) Can see changes made in real-time Operate and test your app with your actual phone GPS, Camera, and accelerometer might work Application is only temporarily running on the phone. Application is not stored in the phone

53 Downloading AI Companion Go to the Play Store in your phone

54 Search for MIT app inventor

55 Go to Firefox or Chrome apptest1

56 Invoking Emulator

57 Invoking Emulator

58 Invoking Emulator

59 Invoking Emulator

60 Invoking Emulator

61 Invoking Emulator

62 Invoking Emulator [1] [4] [2] [3] [3] Open DONE

63 Invoking Emulator

64 Invoking Emulator

65 Invoking Emulator Desktop Icon In File System

66 Invoking Emulator [1] [3] [2]

67 Invoking AI Companion Using your own phone [2] [1]

68 Invoking AI Companion

69 Invoking AI Companion [3] [1] [2]

70

71 6. Lunch

72 Lunch Instructions You will be given a voucher to eat at the University Residence Cafeteria You are expected to get back by 1:00pm If you get lost or need directions let us know Have a good lunch

73 7. Tips for Mobile Development

74 Tips for Mobile Development Attention to detail is important: ( TextBox1 is not the same as textbox1 or Text Box 1 ) Lots of time will be spent troubleshooting & testing Don t let this discourage you Enjoy the challenge, impress your friends, and never give up on troubleshooting the application Save often

75 Tips for Mobile Development Have Fun!

76 8. Creating your first app Talk to Me

77 Reset Connection

78 Close application in Phone then open MIT AI2 again

79 [2] [1]

80 Development Interface

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99 [1] [2] [3]

100

101

102

103 Downloading Application

104

105

106

107

108

109

110

111

112

113

114

115 Distribute [1] [2] [2]

116 9. Math App Challenge Calculator

117

118 App Challenge For each member of your group work on a separate math problem Member 1: (Add) +2= Member 2: (Multiply) x 2= Member 3: (Divide) / 2 = Member 4: (Subtract) - 2= Member 5: (Exponent) ^ 2 = Member 6: (Multiply) x 4= Member 7: (Subtract) 4= Member 8: (Multiply) x 5= Example: (Multiply) [User Input is 3 ] x 2 = [Answer is 6] User Input App Output

119 ANSWER

120

121 10. Bounce Ball App

122 Ball Bounce: A Simple Game app

123 Name your project

124 Set the Screen so that it does not scroll

125 Change the Height and Width of the Canvas to Fill Parent

126 Add a Ball

127 Open the Ball1 Drawer to view the Ball's blocks.

128 Drag out the Flung Event Handler

129 Set the Ball's Heading and Speed. First get the setter blocks.

130 Plug the set Ball1.Speed and set Ball1.Heading into the Fling event handler

131 Set the Ball's speed to be the same as the Fling gesture's speed

132 Set the Ball's heading to be the same as the Fling gesture's heading

133 Test it out

134 Why does the Ball get stuck on the side of the screen?! After flinging your ball across the screen, you probably noticed that it got stuck on the side. This is because the ball's heading has not changed even though it hit the side of the canvas. To make the ball "bounce" of the edge of the screen, we can program in a new event handler called "When Edge Reached".

135 Add an Edge Reached Event

136 Go back into the Ball1 drawer and pull out a Ball.Bounce block.

137 Add the edge value for the Ball.Bounce block

138 Your final blocks should look like this. Now test it out!

139 ALWAYS Test it out!

140 How would you extend this app?

141 There are many ways to extend this app Here are some ideas... but the possibilities are endless! Change the color of the ball based on how fast it is moving or which edge it reaches. Scale the speed of the ball so that it slows down and stops after it gets flung. Give the ball obstacles or targets to hit Introduce a paddle for intercepting the ball, like a Pong game Visit the App Inventor website to find tutorials that help you extend this app, particularly the Mini Golf tutorial.

142 11. User Experience

143 Lean User Experience Assumptions Hypotheses Outcomes Personas Features

144 Assumptions Have a Problem Statement Define Constraints Define Issues Ask WHY? Goals of the Product What do you want to achieve as a team?

145 Hypotheses/Personas We believe [This statement to be true] We will know we re [right/wrong] when we see the following feedback from the user. Personas are models created to represent users of the system We can use proto-personas

146 Proto Personas 1 Sketch and Name 2 Behavioral Demographic 3 Needs 4 Potential solutions

147 Features We will For In order to achieve [Create this feature] [this persona] [this outcome]

148 12. Other tutorials

149 Tutorials Go through a tutorial of your choice as a group or individually Select Basic level tutorials

150 appinventor.mit.edu/explore/ai2/tutorials

151 appinventor.mit.edu/explore/ai2/tutorials Have Fun!

152 Getting Started

153 13. Getting Started Register as an individual for the global competition. Start thinking about community issues your team could address Check out some of last years top apps: results/ Continue with the App Inventor tutorials 6

154 Your Community Develop a mobile app that solves a problem in your community. 5

155 Deliverables App Source Code 3-5 Screenshots of your app 4-minute Pitch Video 2-minute App Demo Video Business Plan (in PDF format) 100-word App Description Judging rubric in the workbook 7

156 Planning Weekly meetings will be Wed 7-9 You will need to meet outside of our weekly Wed sessions to complete the project Decide when and where your team wants to meet. Stay on track by committing to designated times and consistently showing up. If you miss a week we distribute all presentations to catch up 7

157 Communications Join our facebook group Technovation Ottawa Read your s!!! Meeting info, logistics, lessons, updates Mentors will be assigned and communicated week of January 25 th Next meeting Feb 3 at IBM You will receive workbooks at that meeting 6

Technovation 2018 Hack Day

Technovation 2018 Hack Day Technovation 2018 Hack Day Hack Day Trainer: Ahmed Career pathway through Engineering B. Eng. in Software Engineering Lakehead University Project Management Office IBM (Automation, Legal Deliverables )

More information

AppyBuilder Beginner Tutorials

AppyBuilder Beginner Tutorials AppyBuilder Beginner Tutorials Four Simple Tutorials for Getting Started with AppyBuilder 1 TalkToMe: Your first AppyBuilder app 03 2 TalkToMe Part 2: Shaking and User Input 21 3 BallBounce: A simple game

More information

Technovation Hack Day

Technovation Hack Day Technovation Hack Day Welcome to Technovation Technovation will teach the skills you need to emerge as tech entrepreneurs and leaders. Working in teams of 3-5 you identify a problem in your community,

More information

An online version of these worksheets is available at:

An online version of these worksheets is available at: Worksheet 1 Tutorial An online version of these worksheets is available at: http://ronanjsmith.com/computingintheclassroom/worksheets.html. In this tutorial, you will discover how to create simple apps

More information

TalkToMe: Your first App Inventor app

TalkToMe: Your first App Inventor app TalkToMe: Your first App Inventor app This step-by-step picture tutorial will guide you through making a talking app. To get started, go to App Inventor on the web. Go directly to ai2.appinventor.mit.edu,

More information

TalkToMe: A beginner App Inventor app

TalkToMe: A beginner App Inventor app TalkToMe: A beginner App Inventor app This step-by-step picture tutorial will guide you through making a talking app. To get started, sign up for a free Google Account: http://accounts.google.com/signup

More information

3. Text to Speech 4. Shake it

3. Text to Speech 4. Shake it 3. Text to Speech 4. Shake it Make your phone speak to you! When you shake your phone, you can make your phone shake too. Type a phrase in a text box. Then press a button, and use the TextToSpeech component

More information

Learn to Code. App Inventor Overview

Learn to Code. App Inventor Overview App Inventor Overview App Inventor is an Integrated Development Environment (IDE) that you access through a web browser. An IDE provides all of the tools you need to develop in one application. App Inventor

More information

7, 8, 8.1, 10. You can still get windows ten upgrade from 7, 8 and 8.1 now. Just need the right file to upgrade, I have it.

7, 8, 8.1, 10. You can still get windows ten upgrade from 7, 8 and 8.1 now. Just need the right file to upgrade, I have it. 7, 8, 8.1, 10 This presentation is on windows 10. Most if not all procedures we will discuss today will work on all 4 versions of windows talk about today. Below is when support ends for each version.

More information

Tutorial guideline for App Inventor

Tutorial guideline for App Inventor Tutorial guideline for App Inventor This short guideline will help you to quickly jump into the tutorial sessions of the MIT App Inventor with minimal reading in a short time period. I have extracted some

More information

CHAPTER 4 No Texting While Driving

CHAPTER 4 No Texting While Driving CHAPTER 4 No Texting While Driving This chapter walks you through the creation of No Texting While Driving, a text answering machine app that auto-responds to text messages you receive while you re driving

More information

Erasmus+ Project: Yestermorrow Year 1 Maths: Pythagorean Theorem

Erasmus+ Project: Yestermorrow Year 1 Maths: Pythagorean Theorem Erasmus+ Project: Yestermorrow Year 1 Maths: Pythagorean Theorem Workshop (Coding Android Mobile Apps): Collision Detection and the Pythagorean Theorem (Based on the code.org worksheet) WORKSHOP OVERVIEW

More information

ELCHK Lutheran Secondary School. Form Three Computer Literacy. Exploring. MIT App Inventor 2. Name : Class : ( )

ELCHK Lutheran Secondary School. Form Three Computer Literacy. Exploring. MIT App Inventor 2. Name : Class : ( ) ELCHK Lutheran Secondary School Form Three Computer Literacy Exploring MIT App Inventor 2 Name : Class : ( ) 0 Content Chapter 1 Introduction of MIT App Inventor 2 1 Chapter 2 An app to find the area of

More information

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com Adobe Spark A Guide for Schools and Educators spark.adobe.com CONTENTS 1: What Is Adobe Spark?... 3 2: How Much Does Adobe Spark Cost?... 4 3: Is Adobe Spark A Web Application Or An App?... 4 4: Three

More information

Jigsaw Troubleshooting Tips

Jigsaw Troubleshooting Tips Jigsaw Troubleshooting Tips September 11, 2015 Page 1 of 15 Table of Contents Help I click Join Using Browser button, but nothing happens.... 3 Tip # 1: Clear the Internet browser s cache or settings....

More information

Introduction to Events

Introduction to Events Facilitation Guide Introduction to Events ( http://www.alice.org/resources/lessons/introduction-to-events/ ) Summary This guide is intended to guide the facilitator through the creation of events and using

More information

KEEPOD QUICK USER GUIDE

KEEPOD QUICK USER GUIDE Keepod Quick User Guide - Page 0 KEEPOD QUICK USER GUIDE March 2015 Keepod Quick User Guide - Page 1 You now are officially a Keepoder and can now make use of all the benefits related to Keepod and personal

More information

Technology Basics and Social Networking Presented by Gina Lobdell Graduate Student at Purdue University

Technology Basics and Social Networking Presented by Gina Lobdell Graduate Student at Purdue University Technology Basics and Social Networking Presented by Gina Lobdell Graduate Student at Purdue University Photo Copyright 2012 AgVenture. All Rights Reserved. Welcome Goals of the workshop: Gain a better

More information

Manual Htc Windows Mobile 6.5 Whatsapp On

Manual Htc Windows Mobile 6.5 Whatsapp On Manual Htc Windows Mobile 6.5 Whatsapp On Your Whatsapp.cab File For Windows Mobile 6.1 _ tinyurl.com/puawfyp 6.1, ebuddy.cab para windows mobile 6.5, whatsapp cab file windows mobile 6.5. Batman Download

More information

Testing your TLS version

Testing your TLS version Testing your TLS version If you are not able to access Progressive Leasing websites, you may need to upgrade your web browser or adjust your settings. In order to test your TLS version to see if it is

More information

DAY OF TESTING GUIDE. Contact Information. Websites. Please do not bookmark the Proctor Interface or the Student Interface.

DAY OF TESTING GUIDE. Contact Information. Websites. Please do not bookmark the Proctor Interface or the Student Interface. DAY OF TESTING GUIDE Contact Information General Contact clateam@cae.org (212) 217-0700 ITS Technical Support Monday-Friday, 8 AM-8 PM ET (800) 514-8494 Outside of business and weekends, press 1 to be

More information

Chromebook Basics: Introduction School Year

Chromebook Basics: Introduction School Year Chromebook Basics: Introduction 2017-2018 School Year Student Responsibilities You should take good care of the laptop. It is SCHOOL PROPERTY and yours to use for EDUCATIONAL purposes. You will be allowed

More information

Table of Contents. Troubleshooting Guide for Home Users

Table of Contents. Troubleshooting Guide for Home Users Table of Contents Introduction... 1 Chapter 1: System Requirements... 2 Recommended and Minimum Supported Requirements... 2 Additional Information... 3 Internet Connectivity... 3 Tablet Compatibility...

More information

CANVAS OBSERVER GUIDE

CANVAS OBSERVER GUIDE CANVAS OBSERVER GUIDE This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License Table of Contents Introduction...3 What is the Observer role?...4 How can I use Canvas

More information

Introduction to AppInventor

Introduction to AppInventor Introduction to AppInventor Student Approach To Learning (ATL) Criterion A: Knowing and Understanding. Demonstrate knowledge and understanding of subject-specific content and concepts through description

More information

Skype Instructions For Samsung Galaxy S3 Apps

Skype Instructions For Samsung Galaxy S3 Apps Skype Instructions For Samsung Galaxy S3 Apps And Games 8 Parts: How to Clear the Cache on Your Samsung Galaxy S3 Clearing the History on Your Tap the Apps icon located on the lower right corner of your

More information

Transitioning Teacher Websites

Transitioning Teacher Websites Transitioning Teacher Websites Google sites is an online web building tool that can be accessed and updated from anywhere there is an internet connection. Here is a brief video introduction of Google sites.

More information

Activity Digital Doodle

Activity Digital Doodle Activity 1.1.2 Digital Doodle Introduction Let's create an app! In this app, you'll be able to take a photograph with the press of a button and then draw on it. You will use MIT App Inventor to create

More information

WIREFRAMING 101. Essential Question: Can We Possibly Build an App? Learning Targets: Lesson Overview

WIREFRAMING 101. Essential Question: Can We Possibly Build an App? Learning Targets: Lesson Overview WIREFRAMING 101 Essential Question: Can We Possibly Build an App? Learning Targets: Students will: Use wireframing to create a design for an app for mobile devices. Collaborate to make decisions about

More information

Parent Student Portal User Guide. Version 3.1,

Parent Student Portal User Guide. Version 3.1, Parent Student Portal User Guide Version 3.1, 3.21.14 Version 3.1, 3.21.14 Table of Contents 4 The Login Page Students Authorized Users Password Reset 5 The PSP Display Icons Header Side Navigation Panel

More information

Your Guide to NeuroTracker

Your Guide to NeuroTracker Your Guide to NeuroTracker 1. The Essentials 2. Your Dashboard 3. Upgrading to 3D 4. NeuroTracker Knowhow 5. Your Core Programs The Essentials What You Need You can access NeuroTracker Remote from any

More information

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL P 2 I S A 0 1 8 PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL Doc.: CY7_CBA_ScQPrincipalManual.docx Produced by ETS, Core A Contractor TABLE OF CONTENTS Part 1 Introduction Introduction

More information

How to Connect to the CSH Virtual Desktop

How to Connect to the CSH Virtual Desktop How to Connect to the CSH Virtual Desktop From Home (or anywhere you have an Internet connection) We recommend you print the section that applies to you 1. For Windows, print pages 2-16 2. For IOS Devices

More information

2018 Texas Focus: On the Move! Accessing Information Anywhere / Anytime! Shedding Light on Cloud Computing Friday, March 2, :30-5:00 PM

2018 Texas Focus: On the Move! Accessing Information Anywhere / Anytime! Shedding Light on Cloud Computing Friday, March 2, :30-5:00 PM Texas School for the Blind & Visually Impaired Outreach Programs www.tsbvi.edu 512-454-8631 1100 W. 45 th St. Austin, TX 78756 2018 Texas Focus: On the Move! Accessing Information Anywhere / Anytime! Shedding

More information

Tutorial.notebook. February 10, 2016

Tutorial.notebook. February 10, 2016 Feb 10 2:03 PM Feb 10 2:10 PM Feb 10 2:20 PM Feb 10 2:25 PM Feb 10 2:49 PM Feb 10 2:58 PM 1 Feb 10 3:03 PM Feb 10 3:04 PM Feb 10 3:09 PM Feb 10 3:12 PM Feb 10 3:16 PM Feb 10 3:20 PM 2 Feb 10 3:26 PM Feb

More information

Fortune Teller 2 What You'll Build 2 What You'll Learn 3 Iteration or how we will get to Finished App. 3

Fortune Teller 2 What You'll Build 2 What You'll Learn 3 Iteration or how we will get to Finished App. 3 Fortune Teller 2 What You'll Build 2 What You'll Learn 3 Iteration or how we will get to Finished App. 3 Iteration 1 Create still image of our App 4 Getting Started 4 Bus stop reached! 8 Iteration 2 Say

More information

Multi-factor Authentication Instructions

Multi-factor Authentication Instructions What is MFA? (MFA) is a security measure to confirm your identity in addition to your username and password. It helps in the prevention of unauthorized access to your account. MFA authentication is typically

More information

Blackboard course design

Blackboard course design DEO team, Academic Registry www.bristol.ac.uk/digital-education Blackboard course design Updated: 8 th Jan 2018 Contents 1. About this guide... 2 2. Essential information... 2 3. Requesting a Blackboard

More information

Password & Tutorials Packet

Password & Tutorials Packet & Tutorials Packet Print, staple, and use this & Tutorials Packet Sign up for Secure Backup Service: visit rowleyservices.com for a free trial & setup info Follow attached: Check iphone Camera Settings

More information

Back To School Packet Directions California Managed Schools

Back To School Packet Directions California Managed Schools Back-to-School Packet Directions for Families What is the Back to School Packet? It is an online form completed annually at the start of each school year. The state of California requires the school to

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

WYBCS Android Programming (with AppInventor) Family fun day

WYBCS Android Programming (with AppInventor) Family fun day WYBCS Android Programming (with AppInventor) Family fun day Overview of the day Intros Hello Android! Installing AppInventor Overview of AppInventor Making your first app What's special about mobile? Changing

More information

Welcome To VIRTUAL WITHOUT THE VIRTUAL TM. imvp Setup Guide for Mac. imvp Classroom and IBM RDP Lab Setup Guide For Mac 1

Welcome To VIRTUAL WITHOUT THE VIRTUAL TM. imvp Setup Guide for Mac. imvp Classroom and IBM RDP Lab Setup Guide For Mac 1 Welcome To VIRTUAL WITHOUT THE VIRTUAL TM imvp Setup Guide for Mac imvp Classroom and IBM RDP Lab Setup Guide For Mac 1 The imvp Team is here for you If you have any questions during the imvp setup process,

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. All MinuteClinic employees will use the username MC followed

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE TROUBLESHOOTING GUIDE Is your Internet speed getting you frustrated? Don t worry, just follow our guide and you ll be on your way to a better broadband experience. Understand the Speed Factors There are

More information

Download free Adobe Acrobat Reader DC software for your Windows, Mac OS and Android devices to view, print, and comment on PDF documents.

Download free Adobe Acrobat Reader DC software for your Windows, Mac OS and Android devices to view, print, and comment on PDF documents. Adobe Flash Player 10 Manual Install For Windows Xp Flashplayer update crashes 5 hours ago, by notafan777 notafan777 Cannot install Flash player 18 firefox installation error on XP SP3 on non SSE2 CPU?

More information

Software Prototyping. & App Inventor

Software Prototyping. & App Inventor Software Prototyping & App Inventor Prototyping This & next several slides distilled from: http://appinventor.mit.edu/explore/teaching-app-creation.html Prototype: preliminary, interactive model of an

More information

Web Design Competition File Upload Tutorial

Web Design Competition File Upload Tutorial Web Design Competition File Upload Tutorial Designed for use by the Michigan Council of Women in Technology Copyright 2016 Patricia Howard All Rights Reserved Welcome. We ll start with a quick overview

More information

Student Guide to Neehr Perfect Go!

Student Guide to Neehr Perfect Go! Student Guide to Neehr Perfect Go! I. Introduction... 1 II. Quick Facts... 1 III. Creating your Account... 1 IV. Applying Your Subscription... 4 V. Logging in to Neehr Perfect... 6 VI. Activities... 6

More information

Yahoo Messenger Error Code 7 Latest Version

Yahoo Messenger Error Code 7 Latest Version Yahoo Messenger Error Code 7 Latest Version Yahoo Messenger error codes Other Software. I have the latest version of YM and I have sent a message to Yahoo a week ago but no reply! Can anyone. You need

More information

Blackboard Collaborate Launcher for Mac OS X

Blackboard Collaborate Launcher for Mac OS X Blackboard Collaborate Launcher for Mac OS X What Is the Blackboard Collaborate Launcher? The Blackboard Collaborate Launcher is a software application for Mac OS X 10.8.4 and higher. The Launcher provides

More information

Encore Triage Technical Support Issues. Powered by

Encore Triage Technical Support Issues. Powered by Encore Powered by Contents Contents Device Support 1.1 Install Application on Device 04 1.2 Encore Notification - Android 05 1.3 Encore Notification - ios 07 1.4 Device Not Tracking 09 1.5 Unable to Log

More information

Hour of Code with Swift Playgrounds

Hour of Code with Swift Playgrounds Hour of Code with Swift Playgrounds The Incredible Code Machine Facilitator Guide Hour of Code with Swift Playgrounds Facilitator Guide 1 Welcome What you ll need Lead your own Hour of Code event Celebrate

More information

XFINITY Welcome Packet

XFINITY Welcome Packet XFINITY Welcome Packet Welcome! Your building comes with a fast, reliable property-wide WiFi network as well as access to our popular XFINITY TV video streaming service for university students. In the

More information

FreeRangeRemote Access

FreeRangeRemote Access City of Westminster User Guide to FreeRangeRemote Access For Android tablets using the native browser (Chrome) https://freerange.cityofwestminster.us IMPORTANT! Some versions of Chrome on Android are unable

More information

Live presentations with Vscene

Live presentations with Vscene Introduction Live presentations with Vscene Using Vscene to present in a seminar room and online Vscene allows you to connect to video conferencing systems installed in rooms around the university to conduct

More information

The Incredible Code Machine with Swift Playgrounds

The Incredible Code Machine with Swift Playgrounds The Incredible Code Machine with Swift Playgrounds Facilitator Guide The Incredible Code Machine with Swift Playgrounds Facilitator Guide 1 Welcome What you ll need Lead your own EU Code Week event Celebrate

More information

Browser-Related Issues Clearing Cookies and Cache

Browser-Related Issues Clearing Cookies and Cache Browser-Related Issues Clearing Cookies and Cache Contents Internet Explorer... 2 Microsoft Edge... 3 Mozilla Firefox... 4 Mozilla Firefox (Smartphone/Tablet)... 5 Google Chrome... 6 Google Chrome (Smartphone/Tablet)...

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. Check with your scheduler to ensure you are using the

More information

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To MP3 Converter program. Next I will show you how to download

More information

How to Guide for Students

How to Guide for Students 1 How to Guide for Students 2 Hello and thank you from Team GraphLock! In this guide, you will find step-by-step instructions on how to use the different features in GraphLock. As always, do not hesitate

More information

GETTING STARTED 8 December 2016

GETTING STARTED 8 December 2016 GETTING STARTED 8 December 2016 About Platform... 4 Browser support... 5 Registration Registering as a Teacher... 6 Registering as a Student... 6 Registering as School... 6 Registering as Municipality

More information

i wonder, therefore i am. Welcome to the Wonder League! This packet includes everything you need to know about Dash, Dot, and how to get started!

i wonder, therefore i am. Welcome to the Wonder League! This packet includes everything you need to know about Dash, Dot, and how to get started! 1 2 3 4 5 6 7 8 9 * 0 # 8 i wonder, therefore i am. Welcome to the Wonder League! This packet includes everything you need to know about Dash, Dot, and how to get started! Setting up your robots Setting

More information

The Skype Web App allows people without Skype for Business installed on their computers to connect to a conference from any web browser.

The Skype Web App allows people without Skype for Business installed on their computers to connect to a conference from any web browser. How to Guide Skype Web App ICT Services The Skype Web App allows people without Skype for Business installed on their computers to connect to a conference from any web browser. External Guests Connect

More information

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment...

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment... Chatter Instructions Contents Signing Up... 2 Accessing Chatter... 5 On Your Computer... 5 On Your Smartphone... 6 Using Chatter... 9 Posting... 9 Like or Comment... 9 Share a File... 9 Search and Organize

More information

How to Use TeamSnap for Parents

How to Use TeamSnap for Parents How to Use TeamSnap for Parents This is a How To Guide for parents of children playing in North Park Little League who want to learn how to use TeamSnap. TeamSnap helps Managers: Organize the roster and

More information

BCSWomen Android programming (with AppInventor) Family fun day World record attempt

BCSWomen Android programming (with AppInventor) Family fun day World record attempt BCSWomen Android programming (with AppInventor) Family fun day World record attempt Overview of the day Intros Hello Android! Getting your app on your phone Getting into groups Ideas for apps Overview

More information

Getting Started for Moderators Quick Reference Guide

Getting Started for Moderators Quick Reference Guide Practice before leading your first session. Become familiar with the session content. Open web pages, applications needed for application sharing and screen captures before session begins. Load multimedia

More information

HOW TO SUBMIT AN ASSIGNMENT

HOW TO SUBMIT AN ASSIGNMENT HOW TO SUBMIT AN ASSIGNMENT Submitting an assignment on Blackboard is fast and can be performed in a few steps. The process outlined in this guide will ensure that a file can be submitted with minimal

More information

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SHARE A DOCUMENT (REAL TIME COLLABORATION)... 7 HOW TO SHARE A FOLDER... 8 HOW

More information

Premier SMS Quick User Guide PREMIER SMS QUICK USER GUIDE. 24/7 Support

Premier SMS Quick User Guide PREMIER SMS QUICK USER GUIDE. 24/7 Support PREMIER SMS QUICK USER GUIDE Premier SMS Quick User Guide 1 CONTENTS SMS... 2 Getting Started... 2 System Requirements... 2 Installation... 2 - For SmartPhones... 2 - Web Browers... 2 - Sign In... 3 Messaging

More information

Introduction School Year

Introduction School Year Introduction 2017-2018 School Year Student Responsibilities You should take good care of the laptop. It is SCHOOL PROPERTY and yours to use for EDUCATIONAL purposes. NOTES: You will be allowed to carry

More information

Google Docs Tipsheet. ABEL Summer Institute 2009

Google Docs Tipsheet. ABEL Summer Institute 2009 Google Docs Tipsheet ABEL Summer Institute 2009 Contents Logging in to Google Apps for CollaborativeSchools.net for the First Time... 2 Text Documents Creating a New Text Document in Google Docs... 5 Uploading

More information

Autoresponders using Mailchimp. Author List Management

Autoresponders using Mailchimp. Author List Management Autoresponders using Mailchimp Author List Management Resources and Links (From Mailchimp slides) Subscribe to these self published authors to see what they do for email traffic and autoresponders: http://adamcroft.net/

More information

Mobile Programming (MIT App Inventor 2)

Mobile Programming (MIT App Inventor 2) Mobile Programming (MIT App Inventor 2) http://www.plk83.edu.hk/cy/ai2 Contents 1. Understanding the working environment (Page 1) 2. First Android Program (HelloPurr) (Page 4) 3. Completing HelloPurr (Page

More information

Even better, you can have the Start Menu expand to full screen whenever you want, eliminating the need for a Modern UI Start Screen.

Even better, you can have the Start Menu expand to full screen whenever you want, eliminating the need for a Modern UI Start Screen. 1. Start Menu Returns It s what Windows 8 detractors have been clamoring for, and Microsoft has finally brought back the Start Menu. Now, when you click on the Start button at the bottom left of the screen,

More information

Guide to Using Zoom Pro

Guide to Using Zoom Pro Guide to Using Zoom Pro Martha M. Novelly March 6, 2015 Guide to Using Zoom Pro.pptx 1 System Requirements for ZOOM System Requirements Internet connection (broadband or wireless) Speakers and microphone

More information

User Guide. for placing your own Interlibrary Loan Requests. Place Interlibrary Loan requests using the INFO end user interface.

User Guide. for placing your own Interlibrary Loan Requests. Place Interlibrary Loan requests using the INFO end user interface. User Guide for placing your own Interlibrary Loan Requests Place Interlibrary Loan requests using the INFO end user interface anytime, anywhere from library from home from work from school from anywhere

More information

PNC.com, Weather.com & SouthWest.com. Usability Analysis. Tyler A. Steinke May 8, 2014 IMS 413

PNC.com, Weather.com & SouthWest.com. Usability Analysis. Tyler A. Steinke May 8, 2014 IMS 413 PNC.com, Weather.com & SouthWest.com Usability Analysis Tyler A. Steinke May 8, 2014 IMS 413 2 P a g e S t e i n k e Table of Contents Introduction 3 Executive Summary 3 Methodology 4 Results 4 Recommendations

More information

Scorebook Navigator. Stage 1 Independent Review User Manual Version

Scorebook Navigator. Stage 1 Independent Review User Manual Version Scorebook Navigator Stage 1 Independent Review User Manual Version 11.2013 TABLE OF CONTENTS Getting Started... 1 Browser Requirements... 1 Scorebook Navigator Browser Compatability... 1 Logging in...

More information

Education Team. User Guide for Cisco WebEx

Education Team. User Guide for Cisco WebEx User Guide for Cisco WebEx January 2014 This user guide is intended for Scotia itrade clients who will be joining a Scotia itrade learning session via Cisco WebEx. The guide covers: Preparations steps

More information

MACBOOK AIR USER GUIDE

MACBOOK AIR USER GUIDE MACBOOK AIR USER GUIDE MACBOOK AIR IN THE CLASSROOM 1 DEVICE CARE MacBook Air in the Classroom 1 Device Care: 1. Do not attempt to repair your device. If your device fails to work or is damaged, report

More information

ICS 61 Game Systems and Design Introduction to Scratch

ICS 61 Game Systems and Design Introduction to Scratch ICS 61, Winter, 2015 Introduction to Scratch p. 1 ICS 61 Game Systems and Design Introduction to Scratch 1. Make sure your computer has a browser open at the address http://scratch.mit.edu/projects/editor/.

More information

Comparison: OneDrive versus Google Drive, Dropbox and icloud

Comparison: OneDrive versus Google Drive, Dropbox and icloud Comparison: OneDrive versus Google Drive, Dropbox and icloud When you sign up for OneDrive.com, you get 7 GB of free storage space. Additional storage options are also available to purchase. Apart from

More information

Creating a portable bookmark file (Netscape). Ben Johnson

Creating a portable bookmark file (Netscape). Ben Johnson Creating a portable bookmark file (Netscape). Ben Johnson ben.johnson@cahs.colostate.edu www.psd.k12.co.us/staff/benj NOTE: You may need your BTC to disable security temporarily so you can place the backflip

More information

HP WEBCAM HD USER GUIDE

HP WEBCAM HD USER GUIDE HP WEBCAM HD USER GUIDE Copyright 2012 Hewlett-Packard Development Company, L.P. Microsoft, Windows, and Windows Vista are U.S. registered trademarks of Microsoft Corporation. AMD and Athlon are trademarks

More information

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s)

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s) Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard Author(s) Leiszle Lapping-Carr Institution University of Nevada, Las Vegas Students learn the basics of SPSS,

More information

Setting up to download Grants Group Application Forms

Setting up to download Grants Group Application Forms Setting up to download Grants Group Application Forms Guidance on setting up Adobe Reader Although it is in common use, we recognise that you may not use Adobe Reader as your preferred pdf reader but it

More information

How to Use Panopto Video Series Transcript

How to Use Panopto Video Series Transcript How to Use Panopto Video Series Transcript Video 1: Introduction Hello new students and welcome to Auburn Agriculture Online at Auburn University! In this video, I m going to briefly show you how to use

More information

MSP Yearbooks Quoting App Quick Start Guide

MSP Yearbooks Quoting App Quick Start Guide MSP Yearbooks Quoting App Quick Start Guide September 2015 Contents Quick Start Guide 1 Introduction 1.1 Welcome to MSP Yearbooks 1 1.2 Help at your fingertips 1 2 Before you start... 2.1 Activate your

More information

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SHARE A DOCUMENT (REAL TIME COLLABORATION)... 7 HOW TO SHARE A FOLDER... 8 HOW

More information

8. Download and Explore applications: Xmind, Scribus

8. Download and Explore applications: Xmind, Scribus Download Aim: In this lesson, you will learn: To find an application for a given purpose. To explore independently its features. 8. Download and Explore applications: Xmind, Scribus Yes! I know some of

More information

CEO Position starts January 2012

CEO Position starts January 2012 CEO Position starts January 2012 Peter Hirsch It is a Cell Phone (of course) It is a Video Conferencing Phone It is a Digital HD Camera (Photos and Videos) It is a MP3 Player (Music Player) It is a Digital

More information

APP-J: WHAT IS APPLICATION JUKEBOX?

APP-J: WHAT IS APPLICATION JUKEBOX? APP-J: WHAT IS APPLICATION JUKEBOX? Use Application Jukebox (App-J) to run University software on any Windows PC or laptop. Launch apps from the Application Jukebox web page Install the Application Jukebox

More information

Technology, E-Textbooks and BYOD Initiative at The Webb School

Technology, E-Textbooks and BYOD Initiative at The Webb School Technology, E-Textbooks and BYOD Initiative at The Webb School Does a student need his/her own email account? Yes, each student needs his/her own email account. Many digital text books are delivered to

More information

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements System requirements The computer you use must meet the following minimum requirements: PC or Mac with at least a 1-GHz processor and 1 GB of RAM. Available browser updates applied for improved security

More information

InfoSphere goes Android Flappy Bird

InfoSphere goes Android Flappy Bird So you have decided on FlappyBird. FlappyBird is a fun game, where you have to help your bird create an App, which to dodge the storm clouds. This work sheet will help you let s you control a generates

More information

Why Does My Ipad Mini Not Stay Connected To

Why Does My Ipad Mini Not Stay Connected To Why Does My Ipad Mini Not Stay Connected To My Wifi This does NOT turn off wireless networking in ios. Keep in mind that if there is a legitimate software problem with ios 8 that somehow skipped notice

More information

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language help.kidkare.com 03 Enroll a Child 03 Withdraw a Child 03 View Pending and Withdrawn Children 04 View Kids by Enrollment

More information

Comodo One Home Edition - FAQ

Comodo One Home Edition - FAQ Comodo One One Home Home Edition Edition -- FAQ FAQ Comodo What is Comodo One Home Edition? Comodo One Home Edition allows you to keep track of your family's mobile devices, laptops and desktop computers

More information