Search "mgoodall"

PHP 11 - Functions

Create user-defined blocks of code that are reusable an infinite number of times

PHP 10 - Switch Statements

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

PHP 09 - If Statements

Introduction to decision making with PHP IF statements

CW students making Kinect sing

Students have programmed a Kinect to register skeletal movement of the body and play sound based upon that movement

Introduction to Boolean Logic

Learn how Boolean logic is used to create complex criteria with multiple expressions using AND, OR, NOT, and XOR

Life Before Google

Ever wonder where people got their answers before Google, and basically before the Internet? Here's a news report from 1993 which explains it!

mgoodall
Education
657
05:13

HTML 6 - Tables

Tables in HTML 5 are easy to do, and this video shows you how. Be cautious in using them in responsive, mobile layouts

mgoodall
Education
886
06:02

HTML 7 - SEO and Refactoring for Mobile

Tips and tricks for Search Engine Optimization and redesigning to fit any size device, including mobile. Introduces media queries

mgoodall
Education
1136
09:57

I Love IT

Great video highlighting Information Technology

mgoodall
Education
951
04:21

HTML Lesson 4 - Introduction to colors and styles

This video briefly covers color theory, then using inline and internal style commands to change color. It introduces the structure of inline and embedded selectors, including sibling and parent-child arrangements. **To create an EXTERNAL stylesheet for your entire site, take all the codes inside your <style> tags, and paste them into a new text file, with the suffix of .css instead of .html. Do not include the <style></style> tags. Connect the stylesheet to your webpage using a <link> tag. That's it.. one file controls your entire website!**

mgoodall
Education
1168
09:52

Game Programming student's create company

A group of students at the CTC create their own game development company!

Social Engineering: Hacking a cell phone account

Learn how easily a support technician can be tricked into changing information on someone's account by social engineering

Social Engineering: Hacking a company using a JavaScript Pop-up box

DEFCON conference live hack (with company permission) demonstrating the most vulnerable piece in a company network - the people.