Midterm Info
CP 5
Ajax Duckystore
Ajax/JSON example
SGID survey
Topic | Approx # Lectures |
---|---|
HTML | |
CSS | |
JavaScript | |
PHP | ~5 |
SQL | 2 |
Case study | |
Other things | 6 |
To clarify: A
fetch()
call returns a
Promise
object
The
.then()
call is a method on a Promise
So is
.catch()
We will start server side programming after the midterm
Topic | What could be covered? |
HTML | Page structure, correct use of tags with attribute/value pairs, accessibility |
CSS | selectors (tag, id, class, context selectors), rules, box model |
JavaScript | Basic language, module pattern, using DOM Element method and properties, modifying the DOM, modifying element classLists, events, timers |
Ajax | What is it? How to use it? |
JSON | What is it? How to use it? |