Search "GW"

PHP 09 - If Statements

Introduction to decision making with PHP IF statements

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 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
1202
05:41

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

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.