css last bits
1. Browse the news
2. Discuss where we are, where we're going :
- finish CSS
- explore some "computing in the cloud" apps
- blogs, wikis
- video, photo, sound posts
- slides, docs (and shared docs)
- embedding videos and maps in your site
- get a taste of javascript programming (client side)
- ... and maybe a tiny bit of PHP (server side)
- and look at a few other technologies :
- public/private keys
- VNC - remote desktops
- clicks and advertising
Anything else you'd like to cover?
3. Next assignment, due in a week.
CSS last notes
Discuss media="print" and media="handheld". (Will be on this week's homework.)
Discuss trickier CSS selctors ... see page 640 in text. It's often better to *not* give everything in the document an id or class name ...
Discuss tables. (I mentioned once before but didn't assign. Will also be on this week's homework.)
Do an example in class :
+-----+--------+-------+
| | red |
| | |
+-----+--------+-------+
| | | |
| | blue | |
+-----+ +-------+
| | | |
| | | |
| | | |
+-----+--------+-------+
multimedia
Experience with posting to youtube, flickr, recording sounds, ... ? Discuss. How / where to upload? How to put on your site?
javascript
Making your website do things.
We'll be looking at the "forms" chapter in the Head First book as part of this.
Here are some places we might start.