CSE 154

Lecture 14: Case Study 4

Today

Midterm Info

CP 5

Ajax Duckystore

Ajax/JSON example

SGID survey

Update: Where we are

Topic Approx # Lectures
HTML <2
CSS ~4
JavaScript ~7 1
PHP ~5
SQL 2
Case study 4 3 2
Other things 6

Fetch/Promise

To clarify: A fetch() call returns a Promise object

The .then() call is a method on a Promise

So is .catch()

Next up: Server side

We will start server side programming after the midterm

Midterm Topics

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?