Most Viewed

SN@P Jingle Video

SN@P Video used during Student Notebook Orientation. This is the SN@P jingle performed by Mike Sievers' wife.

SN@P Video

A brief overview of SN@P.

Chapter 13 Video Notes Gases

This video covers the Kinetic Theory of Gases

Circulatory System

Overview of circulatory system

What is a HoverCam

HoverCam is an excellent classroom visual presentation tool. With fast and high resolution video, HoverCam is the most affordable and versatile document camera for educators. It can even double as a text book scanner for teachers.

Properties of Water

polarity, high heat capacity, heat of vaporization, dense solid, and cohesion/adhesion

PHP 05 - Numbers and Math

Learn the various mathematical operators, and some math functions for equation processing

PHP 08 - Constants and Booleans

Learn how constants differ from variables and how booleans can be used to say yes / no

PHP 04 Working with Strings

Learn how to manipulate string data using PHP functions for clean user input, locating information, and securing with hash encryption

Sophomore Career Days - GIS

Students visiting GIS (Global Information Systems)on Tuesday, December 2.

PHP 03 - Working with Data (Introduction)

Learn the basics of setting up variables, typing identifiers, and using concatenation

PHP 02 - Output

Learn how to output literal strings, concatenation them, and build a basic PHP output

PHP 06 - Intro to Forms Processing

Basic introduction to accepting user input, and processing based upon if the user entered data on the form or not. PER-REQUISITE KNOWLEDGE: HTML Forms

PHP 09 - If Statements

Introduction to decision making with PHP IF statements

PHP 16 - mySQL CRUD

CRUD = Create, Retrieve, Update, and Delete Records THIS VIDEO IS DEPRECRATED AS CURRENTLY THE STUDENTS ARE LEARNING mySQLI

PHP 07 - Arrays

Learn how to use arrays, view contents, and when arrays are useful

PHP 14 - Planning a Database

Learn the process of planning a new database.

PHP 10 - Switch Statements

Learn to make decisions on multiple types of values such as deciding which treasure was dropped in a game

PHP 01 - Intro

Learn what PHP is, it's history, and how to install and setup the XAMP package to prepare your PC for PHP use.

PHP 13 - For and Foreach

learn how to loop through a chunk of data, an array of data, and to skip over records while looping, as well as how to break out of a loop