role/adds intro description poll skill level videos shell/ftp setup and workflow: connect to yin via shell (student/yinarts) ME: - ls, pwd, cd (| more, tab completion, -al/perms), ../, rm, rmdir -r, - class subdir - review of /public_html - point browser to /home/student/public_html/.. (http://yin.arts.uci.edu/~student/..) (perms) - creat index.html in /public_html, reload, then remove - mkdir (/home/student/public_html/classdir) - vi filename.type (index.html) - vi super basics (i, esc, dd, /searchterm) - html bare-bones basics (tags - html, title, head, body, content, tag modifiers) - save, exit (esc + shift + : w, wq) - point browser to file via url - create class page - add/review class description, prereqs, objectives, challenges, week 1 ALL: - mkdir (/home/student/public_html/classdir/yourlastname) - vi filename.type (index.html) - vi super basics (i, esc, dd, /searchterm) - html bare-bones basics (tags - html, title, head, body, content, tag modifiers) - save, exit (esc + shift + : w, wq) - point browser to file via url connect to yin via ftp - transfer file down to work locally - make changes - transfer file back up - reload ME: connect to yin via shell (student/yinarts) - add links to vids we watched - add links to student dirs, and to each assignment dir (yet to be created) - diff b/w copy from page & copy from src - diff b/w textpad & jedit ALL: connect to yin via shell (student/yinarts) - create assignment 1 subdir + index.html END - play video if time allows