Web Programming for Beginners
(web-101)
This page is under construction. Where links don't work it likely means I haven't moved the content yet.
In this course you'll learn basic HTML, CSS, and Javascript by creating several projects. We introduce HTML syntax, show you how to style a page using modern CSS techniques, and finally teach the basic tools you need for programming in JavaScript.
Foundations
- What is the internet?
- Basics of Networking
- Intro to Web Development
HTML & CSS
[coming soon]
- The Unix terminal
- Intro to Git
Javascript
- Javascript Intro and Variables
- Common Javascript Operators
- If and Else Statements in Javascript
- While, Do-While, and For Loops in Javascript
- Strings and String Manipulation in Javascript
- Arrays in Javascript
- Functions in Javascript
- More Functions in Javascript
- All About Objects
- Errors and Error Handling in Javascript
- Javascript Review I