Web Programming Ben Blanc

Slides:



Advertisements
Similar presentations
Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Advertisements

How to Submit an Assignment after the Due Date. Click on “Courses” Tab.
AOS Department Spokane Community College Now that you are enrolled in a web-based class, welcome aboard!
Getting Started in Blackboard. You will need… A web browser, preferably Internet Explorer, version 4.0 or higher An account and the knowledge of.
CIS101 Introduction to Computing Week 11. Agenda Your questions Copy and Paste Assignment Practice Test JavaScript: Functions and Selection Lesson 06,
SAM 2010 v1.5 Student Walkthrough. Initial Set Up 1.Ensure that you are connected to the Internet. 2.Launch your web browser (Internet Explorer 7 or 8.
CS105 Lab 1 – Introduction Section: ??? TA: ??? ??? Announcements CITES Accounts Compass Netfiles Other Administrative Information CS105 Fall
CIS162AD: C#.Net Programming Level I Instructor: Gary R. Smith, MS.
CPS120: Introduction to Computer Science Fall: 2002 Instructor: Paul J. Millis.
How to be an online student. How does it work? An online course follows a schedule and syllabus with due dates for assignments (just like an on-campus.
Prof. Barbara Bernal NEW Office in J 126 Office Hours: M 4pm - 5:30 PM Class Lecture: M 6 PM - 8:30 in J133 Weekly Web Lecture between Tuesday to Sunday.
MIS 300: Introduction to Management Information Systems Yong Choi School of Business Administration CSU, Bakersfield.
CS1201: Programming Language 2 C++(Course Introduction) Level 2 Nouf Aljaffan 1 st Term Nouf Aljaffan (C) CSC 1201 Course at KSU.
Using Client-Side Scripts to Enhance Web Applications 1.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
LAB.  Name : Maram ALdakheel   Web page:  O.H : --  My schedule:
CIS101 Introduction to Computing Week 01. Agenda What is CIS101? Class Introductions Using your Pace Introduction to Blackboard and online learning.
Copyright ©2005  Department of Computer & Information Science Introducing Dialogue Windows.
CPS120: Introduction to Computer Science Winter 2002 Instructor: Paul J. Millis.
Dynamic Web Authoring JavaScript – Array and function (2) COM311H Zheng, School of C&M, UUJ1.
SAM 2010 v1.5 Student Walkthrough. Initial Set Up 1.Ensure that you are connected to the Internet. 2.Launch your web browser (Internet Explorer 7 or 8.
EMIS 7300 Course Policies Updated 17 August 2006.
ACIS 3504 Accounting Systems and Controls. 2 Dr. Linda Wallace  Office: Pamplin 3092  
Orientation Spring 2011 Denise Coffey MSN, RN.  Concepts covered will include alterations in cellular regulation and cellular metabolism.  Course material.
Loops.  (No Quiz)  Hand in Assignment #1  Last chance for Q+A on the midterm  Loops 2.
CS 122 Engineering Computation Lab Lab 4 Dan De Sousa and Bruce Char Department of Computer Science Drexel University Summer 2009 ©By the author. All rights.
Winter 2016CMPE212 - Prof. McLeod1 CMPE212 Object Oriented Programming for Engineers Course Web Site: Lecture.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
AB104-01Personal Financial management. Welcome to AB104 Syllabus-Textbook Info, Calculator Info Grading -Availability of grades -1week after due date.
EMIS 8373 Course Policies Updated 9 January 2007.
MIS 610: Seminar in Information Systems Management Yong Choi School of Business Administration CSU, Bakersfield.
Course Information CSE 2031 Fall Instructor U.T. Nguyen Office: CSE Home page:
ANGEL Penn State’s Course Management System Created by PSY Office of C&IS.
INTE 290 Summer 2015.
Financial Management of ECE Programs.  Go to “Tools”  Click on “Personal Information” to edit your personal information (including address) or.
We will begin at 9 PM This is an Audio Seminar. Please be sure to adjust your audio. When reviewing the archived seminar this document will provide the.
AB104-01Personal Financial management. Welcome to AB104 Syllabus-Textbook Info, Calculator Info Grading -Availability of grades -1week after due date.
AB104-01Personal Financial management. Welcome to AB104 Syllabus-Textbook Info, Calculator Info Grading -Availability of grades -1week after due date.
AIM Alternative Testing Instructions for Students
Student Accessibility Services Test Accommodation Orientation
BIT116: Scripting Loops.
ACIS 3504 Accounting Systems and Controls
IMSS005 Computer Science Seminar
Exam Accommodations Guide for using the Exam Access module within myAccess to request accommodated exams with the Disability Center.
PSYC 2314 Human Growth & Development/Lifespan
Taking a stroll through a term
Standard for Success Teacher Training.
Click on the Create Student Account Link
PSYC 2308 Human Growth & Development/Childhood & Adolescence
CSC2310 Principles of Computer Programming
GTECH 709 Course web site How to navigate the course BlackBoard site
PSYC 2301 Introduction to Psychology
Programming in JavaScript
Welcome to Intro to C/C++ CISC 192
PSYC 2314 Human Growth & Development/Lifespan
Izadi Etxeberria-Ortego
ACIS 3504 Accounting Systems and Controls
Programming in JavaScript
WEEK #1: GETTING STARTED
Course Preparation Check List
Standard for Success Teacher Training.
Blackboard Beginner Level Training
Welcome to Science!!! Things to know!.
Homework Reading Machine Projects Labs
Portfolio Information PPT
Welcome to Intro to C/C++ CISC 192
Exam Accommodation Requests & Exam Policies and Procedures
CHEM 2311 ORGANIC CHEMISTRY – I POLICIES, PROCEDURES AND GRADES
Portfolio Information PPT
Alternative Testing.
Presentation transcript:

Web Programming Ben Blanc COMP 1231 Web Programming Ben Blanc

Week 1 Introduction

My Schedule

Testing Policy Must complete evaluation the assigned day. If unable, students required to notify prof at least three days (72 hours) prior to the date, so alternative arrangements can be made. Failure to comply with this policy may result in a zero grade.

Assignment Policy All assignments must be submitted on the due date based on an instruction given by the professor. Late assignment, will be penalized 20% per day to maximum of 5 days, weekend included unless the student has notified the professor

Evaluations Students are responsible for making sure their marks are up to date on the blackboard. No mark will change after two weeks from the time marks were posted on Blackboard. I will send out notification via GB email that marks are posting. Two weeks start from then.

Who Marks What Lecturer Lab Instructor Quizzes Mid Term Final Exam Lab Test Lab Exercises Assignment

Where to Find Marks Class Material On BlackBoard GB Learn site ->Code Sample -> Code Repository -> Click here to view the code repository for comp1231 (Winter 2017) http://comp1231.gblearn.com/2017/winter/ben

Where to Upload/Submit Onto your GB Learn account lab exercises, lab tests, assignment All .html files should have validation script http://gblearn.com/courses/comp1231/validation-script/

Watch Videos GB Learn Lynda http://gblearn.com/courses/comp1231/category/videos/ Lynda http://www.georgebrown.ca/llc/lynda/

Review Start Up Info/Guide http://gblearn.com/courses/comp1231/startup-information-and-guidelines/

Ready for Course Content? Let’s Begin

To Program is JS Add “<script></script>” to .html page Type JS code inbetween opening and closing script tags Save JS code with .js extension and import JS code by <script src=“path_to_js_file”></script>

JS Identifier

JS Comments

Window Object Common window methods window.open() Window.close() Returns window object reference to new window or null Window.close() Window.alert() Window.prompt() Returns string value or null if cancelled Window.confirm() Returns boolean true if “OK”, false otherwise

Document object Common methods Write() getElementById() Document Object is descendent of window object

Task Create a script that opens a new window then has an alert on it. When creating these scripts, just open a file, type in the <script>, </script> tags, and start coding NOTE: need to allow pop-ups