javascript 101
First, finish discussion last time :
- tables (do as class exercise)
- print media type
- uploading to youtube
- embedding youtube video
(This is a bit over the top, but I think it makes sense to see how all the pieces fit together, and then back up and look at the details more closely.)
Apr 10 update
The original of this script didn't work under IE. But now it does. (The problem was an annoying javascript variable name issue: in IE js names should not match DOM id's.)