Course Overview
TOP
Scheduled Classes
TOPWhat You'll Learn
TOPOutline
TOP1. HTML5 for Modern Responsive Web Layout
Three-Tiered approach: HTML-structure, CSS-design, JavaScript-interaction
Blocks resize and flow with browser changes if we write our code well
2. Environment
Code Editor: Brackets, Visual Studio, Notepad++
Browser: Chrome, Webkit
3. HTML, CSS and JavaScript syntax Overview
“Hello World” with HTML, CSS and JavaScript
Syntactical rules for each environment
4. The DOM: Document object model
Breaking DOM into blocks
• Divs vs Semantic tags
• 508 issues
• ARIA roles
Viewing DOM as hierarchy
5. CSS3 Responsive Layout
Measurements: EM, %
Meyers Reset
Flowing Blocks in Grid layout: Positioning
Parent Child relationships
CSS Specificity
Media Queries
6. JavaScript for responsive sizing
Create JavaScript file to scale entire site
JavaScript can also:
• Alter HTML
• Quickly select and alter DOM elements
Only works if CSS rules were followed
JavaScript Basics
• Syntax
• Where to put it
• What we can do with it
7. Working with Advanced HTML5 APIs, JavaScript and tags
Video and Audio
Canvas
Local Storage
JSON
8. Responsive layout utilizing CSS, JavaScript techniques for adapting
Menu created dynamically from data and injected with JavaScript
Page will respond to changes in size and orientation by adjusting layout
Disclaimer: All course objectives and outlines are used as a guideline and are subject to change to ensure the latest information is covered to support real world use of the technology.
Prerequisites
TOPStudents need to have completed our HTML & HTML5 Introduction wtih CSS course or have working knowledge in all topics covered in the Introduction outline.
Who Should Attend
TOP- Developers
- Programmers
- Website Authors