Tutorial.sql First Video Set April 5, 2017

Size: px
Start display at page:

Download "Tutorial.sql First Video Set April 5, 2017"

Transcription

1 Tutorial.sql Web-cast 1 Accomplished Goal Fruit Tables 2 Create a Sample Fruit Database Discuss the Basic Browse select * from table; Setup up the Workspace Environment Submit #t1: show Tables 1 1) Login to phpmyadmin 2) Username: sbusername, password Student Number/ID (not mysite pswd) 3) Select database DB2username (Video Uses DB0) 4) Click Import tab, 5) Select premiere fruit.sql import file will create these tables Table: fruit fruitid name price 1 apple pear banana grpe.75 8 pluot plum 1.25 Table: inventory fruitid Tutorial PHPMyAdmin Import quantity 2 Setting CIMW105 Browser 3 Submit Grading Table 4 Install a new Browser (I m using Chrome) Go to Class Site Right^Click Submit Assignment Link Open in New Tab Login Using your SBUsername, Student Number Go Back Right^Click New Tab Premiere DB Scripts Video/Quizzes Right^Click new tab Blackboard Link Testing DB Right^Click new tab PHPMyAdmin Link CIM Login SBUsername, Student Number 3 List Current Grade, Date of Last Submission; Due Date (is Usually Monday at 9AM) Quizzes Generally Expire Sunday 11:55PM 25% Penalty up to 7 Days Late 50% Penalty After That Don t Resubmit Correct Assignment after Due Date Semester May End before a Sunday Last Day is Last Day Blackboard Welcome Announcement Key Dates 4 Professor T. DeDonno CIMW 105 Hand-Out Page 1

2 tutorial.sql Assignment Complete tutorial.sql using phpmyadmin Web Based Standard for MySQL Access All Web-Hosting Companies Provide phpmyadmin Its Not for Active Production Systems The System for Testing Development tutorial Assignment Videos MySQL Pre-tutorial PHPMyAdmin: testing Database Most Recent Version Video Version Deprecated Closed Caption (Import in PHPMyAdmin) Import fruit.sql to create fruit tables Intro to PHPmyAdmin and tutorial.sql 1 st 5 Queries Video 2: Intro to Submit and Submit tutorial.sql 1 st 5 Queries Video 3: 2 nd Five Queries for tutorial.sql 9/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno 6 6 MySQL Pre tutorial Login to PHPMyAdmin Select Your Database Import fruit.sql Creates Fruit Tables 8/15, 6/11, 8/08 & 11/2005 Professor T. DeDonno 7 Accomplished Goal Fruit Tables 1) Login to phpmyadmin 2) Username: sbusername, password Student Number/ID (not mysite pswd) 3) Select your database DB0username 4) Click Import tab, 5) Select premiere fruit.sql import file will create these tables Table: fruit fruitid name price 1 apple pear banana grpe.75 8 pluot plum 1.25 Table: inventory fruitid Tutorial PHPMyAdmin Import quantity Professor T. DeDonno CIMW 105 Hand-Out Page 2

3 After fruit.sql import 9 MySQL 1st Tutorial Goal Create First 5 Queries for tutorial.sql To Do This #T1 SQL Tabl for Show tables #T2, #T3 Navigator for Displaying Contents #T4 #T5 SQL Tab for Describe Query 9 6/2011, 8/08 & 11/05 Professor T. DeDonno 10 8/15, 6/2011, 8/08 & 11/2005 Professor T. DeDonno Tutorial PHPMyAdmin Import Part 1: Tutorial Assignment Objectives 11 #T1 Show Table Names Just Created 12 Five Queries to Complete w Comments #T1) show tables; #T2) select * from fruit; #T3) select * from inventory; #T4) describe fruit; #T5) describe inventory; Add # comment before each Query Click SQL Tab,Write Query to Display Tables show tables; Use Navigator Display Table Contents select * from tablename; USE SQL Tab enter describe Tablename Query describe tablename; 8/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno 11 I. Login to phpmyadmin II. Select Your Database III. Click SQL Tab IV. Type Script show tables; V. Add # Comment VI. Optional Save Queries Locally using Text Editor 8/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno 12 Professor T. DeDonno CIMW 105 Hand-Out Page 3

4 #T2,3) Display Content fruit, inventory ) 13 #T4 & #T5) Describe tablename; Left Nav-Bar Navigator 2. Click fruit Table 3. Notice Main Window Pane 4. Edit select * fruit; 5. Add Comment #T3 display newline 6. Repeat for Inventory 13 6/2011, 8/08 & 11/2005 Professor T. DeDonno Describe table name; Also Click Tab Structure Add comments 14 Keypoint Summary Quiz Can Save local version of tutorial.sq Can Also use command line interface Other Deprecated Videos Cover This PHPMyAdmin has become the defacto standard for MySQL/Database Web-Based Interface (T or F)? 15 submit Skills to Memorize!!! Learn to Set Browser Startup Pages Always Let Web Guide You Do Not Decipher Short-cuts Unravel the location of key information (phpmyadmin, database scripts, submit) don t let the Web Guide You (T or F)? 15 9/15, 6/13, 6/11, 8/08 & 11/05 Professor T. DeDonno Ctrl^C Copy. Ctrl^V Paste 16 Professor T. DeDonno CIMW 105 Hand-Out Page 4

5 21 st Century Browsing 17 Setting CIMW105 Browser 18 Critical Skill Advance Surfer Level Pick a Browser You don t Use Chrome, Opera, IE, Safari, Konqueror FireFox, CyberFox (64 bit FirFox) I m using Chrome minimum default Real Estate Let Web Guide (Create Tab for 5 Key Sites) Open initial site either class site, blackboard, or DB Set Other Tabs: submit, premiere, blackboard, phpmyadmin Save Default Pages as Starting Home Page 17 Install a new Browser (I m using Chrome) Go to Class Site Right^Click Submit Assignment Link Open in New Tab Login Using your SBUsername, Student Number Go Back Right^Click New Tab Premiere DB Scripts Video/Quizzes Right^Click new tab Blackboard Link Testing DB Right^Click new tab PHPMyAdmin Link CIM Login SBUsername, Student Number 18 I m Using Chrome for Class You can use whatever Student Question ( I Just Open Chrome ) CyberFox is my main browser 19 submit 24/7 Auto Grader Creates the File tutorial.sql in your Home Folder This is not your Web Site (public_html is a sub-folder) 20 Click Control Menu Setting Login to your gmail (android) Queries Executed using a default user/database Make sure your Queries are Working Submit is for Submitting not Debugging Click Set Pages May turn in Assignments Multiple Times (Due Dates Matter) Last Submitted Assignment is Recorded 19 Pay Attention to Input/Output Specifications On Error Displays Your Output Versus Solution 20 Professor T. DeDonno CIMW 105 Hand-Out Page 5

6 Submit Grading Table 21 Submit tutorial.sql test First 5 22 List Current Grade, Date of Last Submission; Due Date (is Usually Monday at 9AM) Quizzes Generally Expire Sunday 11:55PM 25% Penalty up to 7 Days Late 50% Penalty After That Don t Resubmit Correct Assignment after Due Date Semester May End before a Sunday You cannot submit final assignments late Blackboard Welcome Announcement Key Dates 21 Submit Link: Blackboard, Assignments, Premiere Goal submit tutorial.sql first 5 Queries Use Browser s 5 Tabs Use PHPMyAdmin Console History copy (Control^C) queries then Paste (Control^V) them into submit editing pane Ctrl^C Universal Copy Ctrl^V Universal Paste Can Wait to Fix Errors in next Video Set 9/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno 22 Assignment Submit Page Click Accordion to Open Click for Grade Table 23 MySQL 2 nd Tutorial Edit w VI or set Themes Control^G Hot Key Grade 23 Create & Comment 2 nd Five Queries Add Them to Submit One at a time 24 Professor T. DeDonno CIMW 105 Hand-Out Page 6

7 Outline MySQL 2 nd Tutorial Use Browser with 5 Tab Home Page Ctrl^C Copy and Ctrl^V Paste Use PMA for Queries & Submit One at a time Copy and Paste from History can be tricky Comments for 2 nd 5 tutorial.sql Queries #T6 Display only fruit Names # T7 Display Total Inventory Quantity for all Fruit #T8 Display Fruit Name w fruitid=1 #T9 Sum All Fruit in inventory w fruitid 1 #T10 display inventory verify #7 & #9 correct #T6) Select name from fruit; Login phpmyadmin Select DB SB0username Select Table fruit Start SQL Tab Select * and (click name left colum) Go Add Comment Terminate query with ; Copy & Paste into submit /2011, 8/08 & 11/2005 Professor T. DeDonno Accent, Single, Double Quote Use ` accent for column, table &/or DB names On Keyboard Accent is Upper Left Corner Use ' Single Quote Literal values Keyboard Right Side Shift Double Quote Use " Double Quotes : Character String 27 Write Query #T7 and #T8 7) #T7 Display Total Inventory Quantity for all Fruit select sum( quantity ) from inventory; 8) #T8 Display Fruit Name w fruitid=1 select name from fruit where fruitid=1; 28 #Display costs as pennies for fruit w ID of 1 select `price` * '100' as "pennies" from fruit where `fruitid` = '1'; PHPMyAdmin Inserts Accents, Quotes Automatically Critical when Variables or Views Exist Universal Single Quote Literal Quote 9/15, 6/2011, 8/08 & 11/2005 Professor T. DeDonno 27 Table: fruit fruitid Name Price 1 Apple Pear Banana Grpe.75 8 Pluot Plum 1.25 Table: inventory fruitid quantity Total Professor T. DeDonno CIMW 105 Hand-Out Page 7

8 Write Last 2 Queries and Save 29 Other Interfaces for tutorial.sql 30 9) #T9 Sum All Fruit in inventory w fruitid 1 select sum( quantity ) from inventory where fruitid=1; 10)#T10 look at output from query, then #make sure this comment verifies 7 and 9 select * from inventory; fruitid = 350 Sum( quantity ) = = = Create a local tutoral.sql File Putty - Command Line Interface Batch Commands, Note All Assignments are Batch Files Actually See Submit & MySQL Input/Output MySQL Workbench PC/Mac/Linux GUI Application Install a Local Copy of MySQL & WorkBench I don t debug Failed Installation But Vary Interface Frequently & it s a Configurable Workspace Supporting PHPMyAdmin Web Based Interface Also Web-Casts NetBeans SQL Editor Programmers Interface 30 Tutorial.sql Summary Control^C Copy Control^V Paste Control ^G short cut key grade submit 31 Accent Mark (Key Below ~) Review in tutorial.sql Videos Enclose Field & Table Names in Accent Want to use reserved keyword as Table name Select * from `select`; select * from `orders`; 32 Show Tables; If Not MySQL May Try Variable Expansion Select * from fruit Where fruitid=1; When You Click to Create Query PHPMyAdmin Does This Automatically Select * from fruit Where fruitid= 5; How Would you list contents of table:inventory? 31 View Present Must Delimit Table/Field Names For Production Code Add Accents 2/14, 5/2013, 8/08 Professor T. DeDonno 32 Professor T. DeDonno CIMW 105 Hand-Out Page 8

9 intermediate.sql assignment Get intermediate.sql Links Also Assignments and Blackboard Save File Locally Import or Cut and Paste One Query at a Time Tell me What each SQL cmd does You do this by adding a comment before Each line, I did this for the first Query. 33 Assignment File Name MOVED TO SELECT SUBMIT Filenames Matters (tutorial.sql not Tutorial.sql tutorial.sql.txt) Always Include # or comments Blanks Lines also increase readability But Don t Intermingle #, -- and/or ; inside Query Statements Always end SQL query with ; semicolon Not Always Evident with PHPMyAdmin 34 submit intermediate.sql Your Version Must have # Comments Before Each Query 6/2011, 8/08 & 11/2005 Professor T. DeDonno 33 Main Link Actual Location cim.saddleback.edu/~tdedonno/submit Links for Submit Everywhere, assignments, blackboard, etc. 34 Professor T. DeDonno CIMW 105 Hand-Out Page 9

Introduction to Blackboard. 1. Go to 2. Click the Login button on the left side of the screen.

Introduction to Blackboard. 1. Go to  2. Click the Login button on the left side of the screen. Introduction to Blackboard Logging in: 1. Go to http://blackboard.sc.edu. 2. Click the Login button on the left side of the screen. 3. On the next screen type your Username and Password in the appropriate

More information

Lasell College s Moodle 3 Student User Guide. Access to Moodle

Lasell College s Moodle 3 Student User Guide. Access to Moodle Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is

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

Job Interview / New Job Learn the Buzzwords. Lab Assignment Login and Explore Key Systems. Buzzwords. Outline. Saddleback

Job Interview / New Job Learn the Buzzwords. Lab Assignment Login and Explore Key Systems. Buzzwords. Outline. Saddleback Buzzwords Job Interview / New Job Learn the Buzzwords Lab Assignment Login and Explore Key Systems Professor T. DeDonno 1/2008 ACRONYMN Outline Saddleback: CIM, Blackboard, MySite Adobe: CS3 Flash Dreamweaver

More information

2. Perform the following steps to reset password using Password Reset Link Method:

2. Perform the following steps to reset password using Password Reset Link Method: PASSWORD RESET 1. If you have forgotten your password, you can reset it via the following methods: a) password reset using password reset link, b) password reset using security questions, or c) call the

More information

UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY

UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY November 2013 The purpose of UAS is to collect and measure assessment data for select courses. 1 Accessing the Unit Assessment System Application 2 Browser

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

e Learning Commons Online Instructions for Accessing Course Materials and Exam

e Learning Commons Online Instructions for Accessing Course Materials and Exam e Learning Commons Online Instructions for Accessing Course Materials and Exam 1 In addition to completing course exams online, students will also access and print their own course materials using UGA

More information

LA-Z-BOY CENTER FOR EXCELLENCE

LA-Z-BOY CENTER FOR EXCELLENCE LA-Z-BOY CENTER FOR EXCELLENCE Frequently Asked Questions How do I change my password? I forgot my login information. What do I do? How do I remove a person from the LMS? How do I create a new profile

More information

Perform the following steps to reset password using Password Reset Link Method:

Perform the following steps to reset password using Password Reset Link Method: PASSWORD RESET If you have forgotten your password, you can reset it via the following methods: a) password reset using password reset link, b) password reset using security questions, or c) call the SLS

More information

An Introduction to Blackboard

An Introduction to Blackboard An Introduction to Blackboard This document provides instructions on navigating Blackboard and utilizing its features. Check out http://www.uis.edu/colrs/students/blackboard/blackboardtutorial.html for

More information

CIS 101 Orientation Document Fall 2017

CIS 101 Orientation Document Fall 2017 CIS 101 Orientation Document Fall 2017 Fall 2017 ONLINE section 23989 To be successful in an online section you must be motivated, disciplined, and able to read and understand the material in the books

More information

Moodle Student User Guide

Moodle Student User Guide Lincoln Online Moodle Student User Guide 2017-18 Contents 1. Getting Started................................ 3 General Information Setting up Your Moodle Password 2. Finding Help..................................

More information

manaba+r Report Examination Manual [For Students]

manaba+r Report Examination Manual [For Students] manaba+r Report Examination Manual [For Students] Contents 1. Report Examination... 1 1.1. Courses with Report Examinations... 1 1.2. Report Topic Announcement Method... 1 1.3. Report Submission... 1 1.4.

More information

GETTING STARTED WITH SINGAPORE STUDENT LEARNING SPACE Instructions for Students

GETTING STARTED WITH SINGAPORE STUDENT LEARNING SPACE Instructions for Students ANNEX A(v28 March 18) GETTING STARTED WITH SINGAPORE STUDENT LEARNING SPACE Instructions for Students SYSTEM REQUIREMENTS 1. The Singapore Student Learning Space (SLS) is accessible through the internet

More information

Introduction to the Module Management System (MMS)

Introduction to the Module Management System (MMS) Student User Guide Introduction to the Module Management System (MMS) Revised Sept 2009 (Version 4) University of St Andrews Table of Contents 1 Introduction...3 1.1 MMS...3 1.2 Accessing the system...3

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

Students Guide to Desire2Learn

Students Guide to Desire2Learn Students Guide to Desire2Learn Created By: Justin Poggemann Updated by Kimberly Ross on June 1 st 2008 Desire2Learn Table of Contents: System Requirements How to get to Desire2Learn Log-On Procedures Secure/Non

More information

Orientation for Online Students

Orientation for Online Students Orientation for Online Students Distance Learning mxccdistance@mxcc.commnet.edu (860) 343 5756 Founders Hall 131/131A Middlesex Community College Visit mxcc.edu/distance Orientation for Online Students

More information

CVCC Student Online Services Help Checklist

CVCC Student Online Services Help Checklist CVCC Student Online Services Help Checklist Access to student online services is located on the MyCVCC/Student page accessed from the Catawba Valley Community College website (www.cvcc.edu). Currently

More information

INTRODUCTION TO BLACKBOARD: A TUTORIAL. Stefanie Mathes. Introduction to Blackboard: A Tutorial

INTRODUCTION TO BLACKBOARD: A TUTORIAL. Stefanie Mathes. Introduction to Blackboard: A Tutorial Introduction to Blackboard: A Tutorial Table of Contents Introduction... 3 Who is this tutorial for?... 3 What will this tutorial teach me?... 3 How is this tutorial organized?... 3 What materials do I

More information

Lab 3. Getting Started with Outlook 2007 (Chapter 2) CS131 Software for Personal Computing Estimated Time: 1 2 hours

Lab 3. Getting Started with Outlook 2007 (Chapter 2) CS131 Software for Personal Computing Estimated Time: 1 2 hours Lab 3 Getting Started with Outlook 2007 (Chapter 2) CS131 Software for Personal Computing Estimated Time: 1 2 hours Notes: 1. If you are using a University computer, you will need to complete this lab

More information

CS 1803 Pair Homework 10 Newsvendor Inventory Policy Due: Monday, November 29th before 6:00 PM Out of 100 points

CS 1803 Pair Homework 10 Newsvendor Inventory Policy Due: Monday, November 29th before 6:00 PM Out of 100 points CS 1803 Pair Homework 10 Newsvendor Inventory Policy Due: Monday, November 29th before 6:00 PM Out of 100 points Files to submit: 1. HW10.py This is a PAIR PROGRAMMING Assignment: Work with your partner!

More information

Creating your Blank Shell for Blackboard Learn

Creating your Blank Shell for Blackboard Learn Creating your Blank Shell for Blackboard Learn Faculty are now responsible for creating their blank shells for each semester and copying over any existing courses or content. These directions will help

More information

Database Introduction

Database Introduction Introduction MySQL Open Source RDMBS & SQL Interface Intro Videos 1) Database Intro: Terminology, Objectives, Types, Major Players 2) MySQL/SQL Intro DB Evolution 3) SQL Command Overview 4) SQL IDE Environments

More information

Introduction MySQL. Open Source RDMBS & SQL Interface. Terminology, Objectives, Types, Major Players

Introduction MySQL. Open Source RDMBS & SQL Interface. Terminology, Objectives, Types, Major Players Introduction MySQL Open Source RDMBS & SQL Interface Intro Videos 1) Database Intro: Terminology, Objectives, Types, Major Players 2) MySQL/SQL Intro DB Evolution 3) SQL Command Overview 4) SQL IDE Environments

More information

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION Instructor: Carolyn Z. Gillay email: cgillay@saddleback.edu. SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION COURSE SYLLABUS CIMW 100B WEB DEVELOPMENT: HTML - ADVANCED Semester: Fall 2016 10/17/2016 to 12/18/2016

More information

HOW TO SIGN IN... 3 HOW TO USE GOOGLE DRIVE... 4 HOW TO CREATE A DOCUMENT IN DRIVE... 5 HOW TO SHARE A DOCUMENT (REAL TIME COLLABORATION)...

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

More information

Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 STEP 1 DETERMINE WHICH VERSION OF EMERGE YOU NEED... 5

Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 STEP 1 DETERMINE WHICH VERSION OF EMERGE YOU NEED... 5 Table of Contents INTRODUCTION... 3 SYSTEM REQUIREMENTS... 3 1.1 OPERATING SYSTEMS AND BROWSERS... 3 1.2 BROWSER SETTINGS... 4 1.3 ADDITIONAL NECESSARY SOFTWARE... 4 1.1 MONITORS... 4 STEP 1 DETERMINE

More information

Tutorial: Input Grades in Blackboard

Tutorial: Input Grades in Blackboard Tutorial: Input Grades in Blackboard Get into the Grade Center The following steps will lead you to the Full Grade Center page (❶ - ❽). ❶ Enter the URL: blackboard.indstate.edu ❷ Enter username and password

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

MoCoMotion and

MoCoMotion and MoCoMotion and elearn@mohawk This manual is designed to introduce new student users to Mohawk s web portal - MoCoMotion and the College s Learning Management System (LMS), elearn@mohawk, and to some of

More information

EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e

EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e For technical support call 1-800-936-6899 EconPortal Quick Start for Krugman/Wells Macroeconomics, 3e Table of Contents Overview...

More information

Mysql Tutorial Create Database Username Password Through Phpmyadmin

Mysql Tutorial Create Database Username Password Through Phpmyadmin Mysql Tutorial Create Database Username Password Through Phpmyadmin Convert plain text to MD5 Hash and edit your MySQL Database. Every WordPress blog uses a MySQL Database which can be accessed through

More information

Importing from Blackboard Learn Grade Center Data to Banner 9 User Learning Scenarios

Importing from Blackboard Learn Grade Center Data to Banner 9 User Learning Scenarios Importing from Blackboard Learn Grade Center Data to Banner 9 User Learning Scenarios Step 1: Make sure Final Grade Column Displays Letter Grade Ensure your final grade column in Grade Center has letter

More information

BRIGHTSPACE (D2L) STUDENT GUIDE

BRIGHTSPACE (D2L) STUDENT GUIDE BRIGHTSPACE (D2L) STUDENT GUIDE Brightspace (Desire2Learn) is a way to deliver online courses as well as course components over the web at Atlanta Metropolitan State College. It provides students with

More information

Working in RPI Blackboard

Working in RPI Blackboard Student Training Guide Summer 2017 TABLE OF CONTENTS Working in RPI Blackboard... 3 Logging into Blackboard... 3 Main Screen Navigation Overview... 3 Posting to the General Discussion Board... 4 Replying

More information

Blackboard Essentials

Blackboard Essentials Blackboard Essentials Who Can Help? Assistance via email: bbadmin@gvsu.edu Assistance via telephone: 616-331-9751 days Blackboard Help Documents on the web: http://www.gvsu.edu/elearn/help You will find

More information

BYU-Idaho Online Knowledgebase

BYU-Idaho Online Knowledgebase STUDENT GUIDES Table of Contents Introduction...4 I-Learn Introduction (Video)...5 A Successful Start in Pathway (Video)...6 Student Communication...7 How Do I Set My Time Zone?...8 How Do I Exclude Some

More information

Joule 101: Getting Started and the Basics University of Pikeville Information and Technology Services

Joule 101: Getting Started and the Basics University of Pikeville Information and Technology Services UPIKE ITS Joule 101: Getting Started and the Basics University of Pikeville Information and Technology Services U n i v e r s i t y o f P i k e v i l l e, 1 4 7 S y c a m o r e S t r e e t, P i k e v i

More information

NurseSim Help Files. Before you start

NurseSim Help Files. Before you start NurseSim Help Files. Before you start Before starting NurseSim you will need to check your PC specifications. NurseSim needs a minimum of 4GB RAM (memory) and a Core i3, i5, i7 or A6/A8 processor. To check

More information

User Manual. perfectionlearning.com/technical-support

User Manual. perfectionlearning.com/technical-support User Manual perfectionlearning.com/technical-support 1 User Manual Accessing Math X... 3 Login... 3 Forgotten Password... 3 Navigation Menu... 4 Logout... 4 Admin... 5 Creating Classes and Students...

More information

Editing the Home Page

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

More information

Adding Items to the Course Menu

Adding Items to the Course Menu Adding Items to the Course Menu The course menu, located in the upper left of the screen, contains links to materials and tools within the course. To add more items to the menu, click the plus sign at

More information

Introduction... 4 I-Learn Introduction (Video)... 5 A Successful Start in Pathway (Video)... 6

Introduction... 4 I-Learn Introduction (Video)... 5 A Successful Start in Pathway (Video)... 6 STUDENT GUIDES Table of Contents Introduction... 4 I-Learn Introduction (Video)... 5 A Successful Start in Pathway (Video)... 6 Student Communication... 7 How Do I Set My Time Zone?... 8 How Do I Exclude

More information

Office & Outlook 2016 Install

Office & Outlook 2016 Install Office & Outlook 2016 Install PC Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website

More information

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

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

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Moodle is. Assignments. automatically. It is up to. What. Chats Quizzes. Frequently

Moodle is. Assignments. automatically. It is up to. What. Chats Quizzes. Frequently moodle.adelphi.edu Moodle is an online Course Management System (CMS) that allows Adelphi students and professorss to access course content anywhere and anytime. Faculty can upload documents, collect assignments

More information

Pilot Quick Start Guide for Students

Pilot Quick Start Guide for Students Pilot Quick Start Guide for Students Table of Contents Opening a Course from the My Pilot Page... 1 Accessing Course Content Inline Viewer... 2 Downloading from Content... 3 Send Content to Binder... 4

More information

WEBSITE USER GUIDE V.4

WEBSITE USER GUIDE V.4 WEBSITE USER GUIDE V.4 SEC. 01 SEC. 02 SEC. 03 SEC. 04 SEC. 05 SEC. 06 CASCADE INTERFACE OVERVIEW LOGIN PAGE USER DASHBOARD SITE DIRECTORY EDITING PAGES PAGE EDITOR OVERVIEW STANDARD ROW COMPONENTS EDITING

More information

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION

SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION Instructor: Carolyn Z. Gillay email: cgillay@saddleback.edu. SADDLEBACK COLLEGE BUSINESS SCIENCE DIVISION COURSE SYLLABUS CIMW 100B WEB DEVELOPMENT: HTML - ADVANCED Semester: Summer 2017 7/17/2017 to 8/12/2017

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 08. June. 2017 By: Technical Support Team STUDENT GUIDE southwales.unicaf.org 1)Introduction...4 2)Student Panel (SIS)...4 2.1)Student Panel (SIS) Login...4

More information

Canvas Student Guide. The Office of Online Learning Massasoit Community College

Canvas Student Guide. The Office of Online Learning Massasoit Community College Canvas Student Guide The Office of Online Learning Massasoit Community College www.massasoit.edu TABLE OF CONTENTS What is Canvas?... 1 Computer and Browser Requirements... 1 Mobile Support... 1 Accessing

More information

CompClass User Guide for Students The Bedford Handbook, Seventh Edition. Hacker

CompClass User Guide for Students The Bedford Handbook, Seventh Edition. Hacker CompClass User Guide for Students The Bedford Handbook, Seventh Edition Hacker Getting Started with CompClass for The Bedford Handbook, Seventh Edition Table of Contents Overview... 1 Getting Help... 1

More information

TUTORIAL FOR NOTETAKERS

TUTORIAL FOR NOTETAKERS TUTORIAL FOR NOTETAKERS Table of Contents Page About Notetaking Services... 2 Volunteer Notetaker Application... 2 Uploading Sample Notes... 6 Uploading Lecture Notes... 9 Withdrawing from Notetaking...

More information

Measure Q Urban Open Space Grant Program 2017/2018 ZoomGrants Tutorial

Measure Q Urban Open Space Grant Program 2017/2018 ZoomGrants Tutorial Measure Q Urban Open Space Grant Program 2017/2018 ZoomGrants Tutorial ZoomGrants is an online grant application tool used for the Grant Program. Below are instructions with screenshots to help you navigate

More information

Courtesy of Clayton Fyfe. Lab 2 Runthrough

Courtesy of Clayton Fyfe. Lab 2 Runthrough Courtesy of Clayton Fyfe Lab 2 Runthrough Highlights 1. Accessing and Using phpmyadmin 2. CRUD for phpmyadmin 3. Microsoft expression WEB 3 Overview 4. CRUD for PHP 5. Adding Files to the playground Accessing

More information

Canvas Basics. for Students. Revised: September 02, 2018 Authored by: Stanley Stephney ASU CITS LMS Support Team

Canvas Basics. for Students. Revised: September 02, 2018 Authored by: Stanley Stephney ASU CITS LMS Support Team Canvas Basics for Students Revised: September 02, 2018 Authored by: Stanley Stephney ASU CITS LMS Support Team Canvas Basics for Students Table of Contents Introduction... 3 How to Use This Guide... 3

More information

Moodle Documentation for Students (v.3.4)

Moodle Documentation for Students (v.3.4) Moodle Documentation for Students (v.3.4) Moodle Documentation for Students (v.3.4) GSC STAFF Moodle Documentation for Students (v.3.4) by GSC Staff is licensed under a Creative Commons Attribution-ShareAlike

More information

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher For technical support call 1-800-936-6899 GeographyPortal Quick Start for Pulsipher, World Regional

More information

Getting Started in Your Blackboard 5 Course

Getting Started in Your Blackboard 5 Course Getting Started in Your Blackboard 5 Course Course Name: Course ID: Instructor: URL: http://hofstra.blackboard.com Username: Password: This course will be using Web-based software, which integrates course

More information

eportfolio GENERAL USER

eportfolio GENERAL USER eportfolio GENERAL USER Startup Guide [2016-17] Table of Contents Page 2: Introduction Logging in to your Digication account Page 3: Page 4: Steps to create an eportfolio from course template Steps to

More information

Course Request Form - Step by Step Print this page for your convenience!

Course Request Form - Step by Step Print this page for your convenience! Course Request Form - Step by Step Print this page for your convenience! Step 1 User Information Open up an internet browser. Preferably Chrome or Firefox (Safari is not compatible with the form at this

More information

Frequent Asked Questions for Students. What is CourseWorks? CourseWorks is Columbia University s course management and collaborative system.

Frequent Asked Questions for Students. What is CourseWorks? CourseWorks is Columbia University s course management and collaborative system. Frequent Asked Questions for Students What is CourseWorks? CourseWorks is Columbia University s course management and collaborative system. What Does CourseWorks offer? Tools for more flexibility for instructors

More information

Getting Started with BOLT

Getting Started with BOLT Table of Contents How to Log into BOLT... 2 My Home Page... 3 My Courses... 4 Accessing a Course... 4 Course Availability... 4 News Tool (Announcements)... 5 About the News Tool... 5 Creating a News Posting...

More information

Student ANGEL FAQ. Table of Contents:

Student ANGEL FAQ. Table of Contents: Student ANGEL FAQ Table of Contents: General Information What is ANGEL? Why is WebCT no longer being used? What skills do I need before I use ANGEL? When can I access my online class? I m using a tuition

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 12. March. 2018 By: Technical Support Team Table of Contents 1) Introduction 3 2) Student Panel (SIS) 3 2.1) Student Panel (SIS) Login 3 2.1.1) Definitions

More information

Introduction to Blackboard

Introduction to Blackboard Blackboard 9.1: Student Guide Introduction to Blackboard Logging into Blackboard Blackboard Blackboard is an integrated set of web-based tools for course management and delivery. Requirements For web-based

More information

Events at Towson University Submission Guide. Introduction. Logging In

Events at Towson University Submission Guide. Introduction. Logging In Events at Towson University Submission Guide Introduction Events.towson.edu is Towson University's master events calendar, managed by Student Affairs in partnership with other campus divisions. Anyone

More information

Wattle Guide for Students Version 2: July 2013

Wattle Guide for Students Version 2: July 2013 Wattle Guide for Students Version 2: July 2013 Wattle Guide for Students 2013 Page 1 Table of Contents Wattle Guide for Students... 3 Introduction... 3 Student Services... 3 Access Wattle... 3 Access to

More information

CompClass User Guide for Students Rules for Writers, Sixth Edition. Hacker

CompClass User Guide for Students Rules for Writers, Sixth Edition. Hacker CompClass User Guide for Students Rules for Writers, Sixth Edition Hacker Getting Started with CompClass for Rules for Writers, Sixth Edition Table of Contents Overview... 1 Getting Help... 1 System Requirements...

More information

Introduction to Moodle

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

More information

HOW TO USE MOODLE. Welcome to BFI Wien! QUICK GUIDE

HOW TO USE MOODLE. Welcome to BFI Wien! QUICK GUIDE Welcome to BFI Wien! In order to provide our customers with the possibility to learn independently of time and place, some of our courses are supported by our learning management system Moodle. There,

More information

CMSC 201 Spring 2018 Lab 01 Hello World

CMSC 201 Spring 2018 Lab 01 Hello World CMSC 201 Spring 2018 Lab 01 Hello World Assignment: Lab 01 Hello World Due Date: Sunday, February 4th by 8:59:59 PM Value: 10 points At UMBC, the GL system is designed to grant students the privileges

More information

The Cisco HCM-F Administrative Interface

The Cisco HCM-F Administrative Interface CHAPTER 5 This chapter contains information on the following topics: Overview of Cisco HCM-F Administrative Interface, page 5-1 Browser Support, page 5-2 Login and Logout, page 5-4 Online Help, page 5-5

More information

IT Access Portal User Guide (Employees)

IT Access Portal User Guide (Employees) IT Access Portal User Guide (Employees) Introduction The University of Salford IT Access Portal provides University employees with secure, off-campus access to core IT applications and resources; for example:

More information

Requesting Time Off: Employee Navigation Salaried Non-Exempt

Requesting Time Off: Employee Navigation Salaried Non-Exempt Requesting Time Off: Employee Navigation Salaried Non-Exempt Logging on Log in using your Clemson Primary* Username and Password. URL: https://clemson.kronos.net (*To determine your Primary Username, go

More information

1. Go to https://online.national.edu/ 2. Click the link at the bottom that says Please click here for a System Check before you log in.

1. Go to https://online.national.edu/ 2. Click the link at the bottom that says Please click here for a System Check before you log in. Desire 2 Learn User Guide Desire 2 Learn User Guide Using the System Check Quick Link You can use the quick link on the entry page of the online classroom for a general test of your computer s preparedness

More information

ADD TEXTBOOK COPIES IN DESTINY

ADD TEXTBOOK COPIES IN DESTINY This tutorial will walk you through the steps on how to add textbook copies to a school s Destiny textbook database. These are not comprehensive instructions. Consult iltss Textbook Cataloging for assistance

More information

Guide on how to use the macademy.

Guide on how to use the macademy. Guide on how to use the macademy. Thank you for showing interest in My Learning Academy, the premier e-learning solution in Africa. This document will give you an overview of how to navigate the portal,

More information

3344 Database Lab. 1. Overview. 2. Lab Requirements. In this lab, you will:

3344 Database Lab. 1. Overview. 2. Lab Requirements. In this lab, you will: 3344 Database Lab 1. Overview In this lab, you will: Decide what data you will use for your AngularJS project. Learn (or review) the basics about databases by studying (or skimming) a MySql WorkbenchTutorial

More information

Student Guide Updated February 22, 2018

Student Guide Updated February 22, 2018 Student Guide Updated February 22, 2018 1 Table of Contents Getting Started with Moodle... 3 Browser Requirements... 3 How do I log in to Moodle?... 3 How do I retrieve my Moodle password?... 4 Where do

More information

Blackboard Student Guide

Blackboard Student Guide Blackboard Student Guide Blackboard is an Internet application used by many instructors to put their courses online. Typically, your instructor will let you know on the first day of class if he or she

More information

Edulog Parent Portal

Edulog Parent Portal Edulog Parent Portal Edulog Parent Portal can be accessed via a web browser or through the mobile application. It will allow students and their parents/guardians to view the location of their bus during

More information

Blackboard Student Guide

Blackboard Student Guide Blackboard Student Guide Blackboard is an Internet application used by many instructors to put their courses online. Typically, your instructor will let you know on the first day of class if he or she

More information

Student Guide Version /26/10

Student Guide Version /26/10 Version 2.5.3.13 2/26/10 Key Concepts: General Information Logging in My Workspace How to Use Common Site Tools Announcements Assignments Calendar Drop Box Gradebook Syllabus Resources Chat Assessments

More information

Using the elab LMS Integration Tool in a Canvas Course

Using the elab LMS Integration Tool in a Canvas Course Using the elab LMS Integration Tool in a Canvas Course Introduction The elab LMS integration tool allows educators to add single sign-on links to elab resources such as videos, Guide Me tutorials, WebSims,

More information

Figure 1: Requesting an Account. Figure 2: Login Page

Figure 1: Requesting an Account. Figure 2: Login Page SONA SYSTEMS Experiment Management System Introduction The Experiment Management System provides an easy method for you to sign up for studies, and track your progress throughout the term. Everything is

More information

Student Guide to elearn

Student Guide to elearn Student Guide to elearn 1 Course Navigation Student Guide to elearn When you first enter a course, you will see the Course Home page. Here you will find directions on how to get started in your specific

More information

Login and Password...3 AUT ...3

Login and Password...3 AUT  ...3 1 IT HANDBOOK CONTENT What s in this Student IT Handbook IT Handbook Content... 2 Welcome to AUT IT Service desk... 3 Getting started... 3 Login and Password...3 AUT Email...3 Access to systems... 4 Account

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

Portfolios - Student. Accessing Portfolios in Blackboard. Creating a Portfolio. Editing a Portfolio

Portfolios - Student. Accessing Portfolios in Blackboard. Creating a Portfolio. Editing a Portfolio Blackboard Portfolios Blackboard's Portfolio tool is designed to help you to maintain documentation of your education, samples of your work, and evidence of your skills, to tell a carefully crafted story

More information

Faculty Quick Guide to Blackboard. Blackboard Version 9.1. Christine Paige Educational Technology Specialist.

Faculty Quick Guide to Blackboard. Blackboard Version 9.1. Christine Paige Educational Technology Specialist. Faculty Quick Guide to Blackboard Blackboard Version 9.1 Christine Paige Educational Technology Specialist paigec@strose.edu (518) 337-4912 July 2010 Table of Contents Description of Blackboard... 3 Uses

More information

Student Guide. By UNICAF University

Student Guide. By UNICAF University vnhgfj Student Guide By UNICAF University 1 2 Table of Contents 1) Introduction... 5 2) Student Panel (SIS)... 5 2.1) Student Panel (SIS) Login... 5 2.1.1) Definitions... 5 2.1.2) Registration Email...

More information

Google Classroom User Manual

Google Classroom User Manual Google Classroom User Manual Table of Contents Table of Contents 1 Google Classroom on a Computer 3 1: Making an Account 3 2: Change Your Profile Photo 5 3: Customize your Notifications 7 4: Join a Class

More information

AIMS FREQUENTLY ASKED QUESTIONS: STUDENTS

AIMS FREQUENTLY ASKED QUESTIONS: STUDENTS AIMS FREQUENTLY ASKED QUESTIONS: STUDENTS CONTENTS Login Difficulties- Timed Out... 2 What it Looks Like... 2 What s Actually Happening... 2 Solution... 2 Login Difficulties - Expired... 3 What It Looks

More information

Student Quick Start Guide

Student Quick Start Guide Student Quick Start Guide Welcome to Top Hat! This guide will help you register a student account and understand how to use Top Hat for your class. Creating an Account If you received an email invitation

More information