Resources
Tutorials and Documentation
- W3Schools' HTML Tutorial
- For this course, I especially care about the following HTML Basic chapters: Introduction–Formatting, Links, Forms.
- MySQL 5.5 Reference Manual
- SQL Statement Syntax
- Data Definition Statements: for defining what columns a table should have
- Data Manipulation Statements: CRUD operations for the data stored within tables
- MySQL Transactional and Locking Statements: for avoiding race conditions by making multiple operations on the DB execute atomically
- SQL Statement Syntax
- Apache Tomcat 7 - How to Make Tomcat Use Secure HTTP (HTTPS)