Web Skills
HTML
- navigating the operating system using a text editer
- making a valid minimal page from memory
- learning html elements and their uses
- finding and fixing syntax errors
CSS
- learning css syntax and how to include css in an html document
- using basic selectors and begining to build your property toolbox
- understanding the element tree using it with advanced selectors
- finding and fixing syntax errors
Programing skills
Java Script (Client Side)
- Using JavaScript as a language to express computations and processes
- Creating functions and objects to make use of abstraction
- Including JavaScript in an HTML document
- Using the jQuery module to control web pages
Python (Server Side)
- Using Python as a language to express computations and processes
- Creating functions, objects, and and modules to make use of abstraction
- Understanding the http protocol and stateless vs statefull programs
- Using the bottle micro web framework to create web applications