Search "Goodall"

PHP 11 - Functions

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

Game Programming student's create company

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

Harry Potter Clock

Using NFC technology, PHP, SQL, and other coding skills, students designed their version of a "Harry Potter" clock which can identify where the 2018 students are at any point and time, and even shout it out via Alexa

2022-2023 NASA HUNCH Asteroid Dust Simluator

Piggybacking on last year's research, this year's team came up with a great VR simulation

Computer Coding and Web Applications, Mrs. Melissa Goodall Instructor

Computer Coding and Web Applications, Mrs. Melissa Goodall Instructor

kherzog
853
01:36

Year 4 NASA Project - Dust Dispersion in Microgravity

Class of 2022's NASA H.U.N.C.H. Presentation on their project of dust dispersion in microgravity. While the simulation wasn't quite completed, the research was impressive, and earned them top 3 nationally.

2022 Congressional App Challenge Video

Class of 2022 students worked with Media and Video Production to develop a promo for their NASA H.U.N.C.H. project

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.

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

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
1162
09:52

PHP 10 - Switch Statements

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

I Love IT

Great video highlighting Information Technology

mgoodall
Education
948
04:21

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
1131
09:57

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
883
06:02

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
656
05:13

Introduction to Boolean Logic

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

CW students making Kinect sing

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

PHP 09 - If Statements

Introduction to decision making with PHP IF statements

NASA H.U.N.C.H. Personalized Mission Reminder Tool

Year 1 (Class of 2019) of NASA Hunch project that had students selected top 3 nationally in software prototyping is a mobile app that calls down to NASA every week, picks up a JSON file, parses it, and then allows astronauts to schedule the missions identified in the file.