* questions / discussion of 1st assignment * finish class notes from last time * Discuss basics behind HTTPD and HTML. * cookies * links * visit some pages and "view source" * different files for different media * images, sounds, ... : all different files, anywhere in the world! * Moving files around * from unix command line: $ sftp user@some.computer.com connect passwd: ***** authenticate sftp> put this_file.html upload sftp> get other_file.txt download sftp> quit $ * mount remote disk : \\akbar\home (windows) or afp://akbar (mac) * applications : PuTTY, PSFTP (windows), google "free * (Ask the Matts...) * Archives and compression * .zip, .tar, .gz, .tgz, .tar.gz, .bz2 * command line unix to compress folder yourStuff/ "tar cf yourStuff.tar.gz yourStuff" * command line unix to uncompress yourStuff.tar.gz "tar zxf yourStuff.tar.gz" * applications: StuffIt (mac), WinRAR (windows), google "free compression" * (Ask the Matts...) * Where do you look to learn about this stuff? * ==> Google <== (Generally there are lots of computer tutorials online.) * wikipedia ( aside: cs.marlboro.edu/wiki ) * w3c.org * MIME and email - what is this "attachment" business anyway ? * So go online and read about it already * Do you trust that site? * RFC - Use the source, Luke. * Hopefully we'll do some "hands-on" on Friday.