Introduction
  • Intro
  • How the web and websites work
Full Stack development overview
  • Simple full stack website walkthrough
  • Client side basics
  • Setting up your computer
  • The concept of HTTP requests
  • Server side basics
HTML in Detail
  • Basic elements
  • Attributes
  • Inline CSS and Comments
  • Formatting
  • Images
  • Tables
  • Lists
  • Links
  • Block and Inline elements
  • iFrames
  • Entities and symbols
  • Form elements
  • Input types
CSS in Detail
  • CSS syntax
  • Colors
  • Backgrounds
  • The Box Model
  • Padding
  • Text Formatting
  • Fonts
  • Display
  • Position relative and absolute
  • Position fixed
  • Position sticky
  • Overflow
  • Float basic
  • Float layout
  • Centering
  • Selectors and pseudo-classes
  • Pseudo-elements
  • Dropdowns
  • Styling buttons
  • Media Queries
  • Flexbox
  • Flexbox image grid
Javascript in detail
  • What javascript can do
  • Intro to computing side of javascript
  • JS objects
  • JS strings
  • JS arrays
  • JS booleans and conditions
  • JS for and while loops
  • JQuery trasversing
  • JQuery events
  • JQuery effects
  • JQuery DOM
  • JQuery AJAX intro
  • JQuery AJAX image preview
PHP in detail
  • PHP intro
  • PHP data types
  • PHP strings and RegExp
  • PHP operators
  • PHP if else switch
  • PHP while for foreach
  • PHP functions
  • PHP arrays
  • PHP arrays advanced
  • PHP superglobals
  • PHP forms
  • PHP date and time
  • PHP file upload
  • PHP cookies
  • PHP sessions
  • PHP mysqli
  • PHP login profile part 1
  • PHP login profile part 2