Web Development Skills

Web Skills

HTML

  1. navigating the operating system and using a text editor
  2. making a valid minimal page from memory
  3. learning the html elements and their uses
  4. finding and fixing syntax errors

CSS

  1. learning css syntax and how to include css in an html document
  2. using basic selectors and beginning to build your property toolbox
  3. understanding the element tree using it with advanced selectors
  4. finding and fixing syntax errors

Programming Skills

JavaScript (Client Side)

  1. Using JavaScript as a language to express computations and processes
  2. Creating functions and objects to make use of abstraction
  3. Including JavaScript in an HTML document
  4. Using the jQuery module to control web pages

Python (Server Side)

  1. Using Python as a language to express computations and processes
  2. Creating functions, objects, and modules to make use of abstraction
  3. Understanding the http protocol and stateless vs statefull programs
  4. Using the bottle micro web framework to create web applications