Notes, examples and presentations for CIT13

Notes:

Systems Analysis and Design

Systems Analysis and Design notes

Examples:

HTML examples

getstart.html
getstartcolor.html
first.html
firstwcomments.html
second.html
secondwcomments.html
third.html
start.html
Images used with these pages:
CISa.gif
image.gif

JQuery Mobile Some of the examples in later zips, link to code in the beginning zips so I suggest one directory.
Basic examples to get started
Second group of basic examples
Bar and navigation examples

JavaScript Events

Mouse event with explanation
Another version
Mouse event
Mouse event with changed code and explanation
Event example #1
Event example #1 - another version
Event example #2
onClick event

JavaScript

Introduction to JavaScript with fonts
Introduction to javascript with fonts (prior to revision)
Navigating in javascript
An example of onClick and script
If and time - example #1
If and time - example #2
If and time - example #3
If and time - example #4
If and time - example #5
Another example using time
Note: With fast load times the next 2 make no impact - they used to! I kept them because they show a few other things that I want to cover.
Flickering load #1
Flickering load #2
Variety of IF tests
Getting information from another page - example #1
Getting information from another page - example #2
Table test
Calculate grade with data entry, calculate, if
Another version of calculate grade above
Introduction to functions - averages - example A
Introduction to functions - averages - example AA
Introduction to functions - averages - example B
Introduction to functions - averages - example C
Introduction to functions - averages - example D
Introduction to functions - averages - example E
Introduction to functions - averages - example F
Introduction to functions - averages - example G
Introduction to functions - averages - example H
Introduction to functions - averages - example I
Function example
Another type of function
While loop
Calculate grade with while loop
Do...While loop
Calculate grade with do...while loop
For loop (mathfor.html)
Another for loop (mathfor1.html) - try in both browsers
For loop using cancel (mathfor2.html)
Another for loop using cancel (mathfor2a.html) - more approved code
Calculate a grade average
Another calculate a grade average
Another calculate a grade average
Another calculate a grade average
Another calculate a grade average - pass separately
Check test - shows receiving info from a checkbox
Check test - receiving info individually - more technical version
Radio button check
Another version of the radio button check
Accumulate two random numbers
Array of month names
Array of month names an day names
Array and an endless loop
Array looped through under user control
Loading a new site
Popup window
Variation on popup window
Message for popup window
Another window example
Menu to go with example above
Logon script
Calculation and array
Searching from your page

Presentations:

Powerpoint presentations of material. These presentations can be opened or downloaded for future viewing.
Free PowerPoint viewer for 97,2000,2002 users: Click here for a Free viewer for PowerPoint

HTML and Web Sites

Getting started with web pages
    Separate speaker notes to accompany getting started with web pages
Getting started with HTML
    Separate speaker notes to accompany getting started with HTML
Putting your web site up on the web
    Separate speaker notes to accompany getting your web site up on the web

JavaScript Introduction

Presentation on JavaScript (introduction)
    Separate speaker notes to accompany JavaScript (introduction)
Presentation on events in JavaScript - topic JavaScript Events
      Separate speaker notes to accompany presentation on JavaScript Events - topic JavaScript Events
Introduction to Programming using JavaScript - topic JavaScript
      Separate speaker notes to accompany presentation on Intro to Programming using JavaScript - topic JavaScript
Introduction to Functions using JavaScript - topic JavaScript
      Separate speaker notes to accompany presentation on Intro to Functions using JavaScript - topic JavaScript
More detailed coverage of function examples - topic JavaScript
      Separate speaker notes to accompany presentation on more detailed coverage of function examples - topic JavaScript
A variety of JavaScript examples including loops - topic JavaScript
      Separate speaker notes to accompany presentation on a variety of Java Script examples including loops - topic JavaScript
A variety of JavaScript examples including buttons, arrays and popups - topic JavaScript
      Separate speaker notes to accompany presentation on a variety of Java Script examples including buttons, arrays and popups - topic JavaScript