Web Development Skills

Web Skills

HTML

  1. navingating 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. findinf and fixing syntax

CSS

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

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 abstractio
  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