Notes, examples and presentations for CIT12

Notes:

Notes on StarLogo Logo commands
Notes on procedures in StarLogo
More logo
Access and SQL PDF notes mostly on Access
PowerPoint notes mostly on Access
Access notes from CIS61 more depth than you need but you might find some of them helpful
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
Templates for portfolio (can make your own or modify these):
index.html
portfoliotablecontents.html
Access
Assignment #1 information
Access Database for asgn1
Download steps for downloading Access Database
Sample Access 2010 database Note there is an accompanying Presentation explaining this database under presentations
Note that the Access 2007 databases can be accessed using Access 2010.
Sample payroll database using Access 2007
In class project database using Access 2007
Relational database example Simplified model for a medical clinic
Alice Programming Examples ballsbounce examples zipped
random number examples zipped
JavaScript Events CisaCisbx.html (events) - validates transitional
jsmousex09.html (events) - validates transitional
buttonclickx.html (events) - validates transitional
tryevent1x09.html (events) - validates transitional
tryevent2x09.html (events) - validates transitional
onclickx09.html (events) - validates transitional
JavaScript Introduction hello.html
multiply.html
multiplyans.html
addnum.html
mathans.html
ifwithif.html
MAorRI.html
prob2.html
whileloop.html
doloop.html
ifwithloop.html
finaltotals.html
thedate.html
souparrayjs1.html Search using JavaScript
Solving logic problems:
Problem #1 in JavaScript
Problem #2 in JavaScript
Guess number, one guess
Guess number, one game
Guess number, multiple games
JavaScript - Examples that I used in the past to combine HTML and JavaScript - more advanced and NOT using XHTML 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 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
Logo (StarLogo) Presentation on using StarLogo
    Separate speaker notes to accompany using StarLogo
Access Presentation of starting Access to accompany assignment #1
    Separate speaker notes to accompany starting Access (accompany assignment #1)
Access 2010 example explanation - database is under examples
Zipped version of Access 2010 presentation and the database
Zipped version of Access 2007 Introduction
Presentation for if queries in Access
    Separate speaker notes to accompany if queries in Access
Presentation for reports generated by the wizard in Access
    Separate speaker notes to accompany reports generated by the wizard in Access
Presentation for forms generated by the wizard in Access
    Separate speaker notes to accompany forms generated by the wizard in Access
Access and SQL Presentation on using SQL queries in Access
    Separate speaker notes to accompany fusing SQL queries in Access
Presentation on SQL in Access - a little more
    Speaker Notes to accompany SQL in Access - a little more
Normalization - information on third normal form
      Separate speaker notes to accompany normalization presentation
Relational database using donor
      Separate speaker notes to accompany relational databse using donors presentation
Logic Presentation on structure (focus on loops)
    Separate speaker notes to accompany presentation structure (focus on loops)
Presentation on logical if structures
    Separate speaker notes to accompany presentation on logical if structures
Alice Using Alice
Zipped version of Using Alice for download
Alice programming
Random number program in Alice
Zip of two presentations above
JavaScript Introduction Presentation on JavaScript (introduction)
    Separate speaker notes to accompany JavaScript (introduction)
JavaScript Random Number Examples
JavaScript accompanies introudction and more advanced examples using HTML 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