Search "Goodall"

PHP 17 - Constructing queries and web pages with mySQL

Learn to combine PHP concepts such as string substitution and control structures to perform CRUD on a database THIS VIDEO IS DEPRECATED AS CURRENTLY STUDENTS ARE LEARNING mySQLi.

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 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

PHP 16 - mySQL CRUD

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

PHP 15 - Connecting to a Database

Learn to create a file that will always connect to your database without interrupting the flow of your site THIS VIDEO IS DEPRECATED AS STUDENTS ARE CURRENTLY LEARNING mySQLI

PHP 14 - Planning a Database

Learn the process of planning a new database.

MLA Formatting with MS Word

Learn to use MS Word to generate a Works Cited from your research sources

mgoodall
Education
1208
06:19

PHP 08 - Constants and Booleans

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

PHP 07 - Arrays

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

PHP 05 - Numbers and Math

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

Html Lesson 3 - Basic Content

In this video, you will learn to add headings, lists, and horizontal rules (lines) to a web page. It's still not pretty, as we're working on structure.

mgoodall
Education
1372
08:59

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

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 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.

HTML Lesson 5 - Box Model, Positioning and Images

Learn about how each item on your page is a building block, and how those blocks can be adjusted and positioned to style your page. Video includes inserting images and a simple 2 column layout design.

mgoodall
Education
1165
09:59

HTML 12 - Forms

Learn how to create forms to accept information from users. These are NOT active forms until scripting is added to them. This knowledge is PREREQUISITE for PHP

HTML Lesson 1 - Using Aptana

This video covers workspace, projects, and shortcut keys. Aptana Studio is a free software for coding web pages. It is very similar to Eclipse if you have experience with Eclipse.

mgoodall
Education
1180
05:41

HTML Lesson 2 - Basic Structure

This episode introduces a basic structure for web sites. Not every website is identical in structure or nature, but this gives you the basics of beginning to plan the structure of your web site.

mgoodall
Education
1204
09:56

PHP 12 - While Statements

Learn to code repeating blocks using a While statements