Search "GW,"

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
1383
08:59

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
1215
09:56

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
1178
09:59

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
878
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
1127
09:57

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