2 weeks of intensive training for web-development.
-
day00: Basics of html and css. Exercises on making static html with customized css.
-
day01: Basics of php. Exercises of php basic syntax.
-
day02: Regex of php. Exercises of using regex with php for matching tags and dates etc.
-
day03: Basics of a LAMP or MAMP(Linux(MacOS) Apache Mysql Php) server. Basic exercises of running php script on a LAMP server.
-
day04: Medium usage of a LAMP(MAMP) server. More complex exercises involving sessions and cookies on a LAMP server.
-
day05: Basics of SQL. Basic usages of mysql.
-
day06: OOP in php. Coding exercises of some classes in php. Those classes required in the exercises are classes from openGL pipeline, which brings some difficultes to the work. Because the minimum knowledges on openGL is essential in order to code those classes in the pipeline. Otherwise, it will be extremely comfusing.
-
day07: Basics of using OOP in php.
-
day08: Building a game using OOP in php.
-
day09: Basics of JavaScript. Some basic exercises of JS, with jQuary and Ajax.
-
rush00: A small but complete on line store.