Web Skills
HTML
- navigating the operating system and using a text editor
- making a valid minimal page from memory
- learning the 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 beginning to build your property toolbox
- understanding the element tree using it with advanced selectors
- finding and fixing syntax errors
Programming Skills
JavaScript (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 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