| Section |
Description |
Entry Point |
| WebDev Story |
A narrative walkthrough of static web development from first principles.
Chapters cover HTML elements, the HTML DOM, HTML models, CSS summary,
CSS layout, CSS features, JavaScript summary, JavaScript objects,
and JavaScript DOM manipulation.
Best for readers who want a complete, linear progression.
|
Prologue |
| WebDev Bites |
Short, focused pages covering each static web technology: HTML elements and
structure, the HTML Document Object Model, CSS styling and layout, JavaScript
behavior and DOM manipulation, and an introduction to Web Components.
Pages work as stand-alone references and also form an ordered sequence.
|
HTML |
| Components |
Documented custom Web Components built for this site: Image Viewer,
Code Viewer, Spacer, Splitter, and Two-Panel Viewer. Each page
explains the component's design, interface, and usage, and links to
the JavaScript source.
|
Introduction |
| Tests & Examples |
Prototype pages and layout experiments: flow model, box model, and
page model examples; message-passing, query-string parsing, cookie
storage, link navigation, and stacked-content demos.
Many were built as site prototypes - some shipped, some did not.
|
Tests |
| Repositories |
Documented code repositories illustrating techniques developed for this site:
web components, layout experiments, message-passing patterns, and more.
Each page discusses the design and links to the GitHub source.
|
Repositories |
| Glossary |
Definitions for HTML, CSS, and JavaScript terms used across the track.
|
Glossary |
| References |
Curated external links - tutorials, language references, layout guides,
hosting options, and performance resources. Organized into Core HTML/CSS/JS
and Advanced Technologies sections.
|
Section 5 |