Upload Your Homework
1 MAKE YOUR APPLET
- Launch Processing
- Go to FILE --> NEW
- SAVE AS --> pick a name for your file, hit OK
- Write your code.
- FILE --> EXPORT
A folder with 5 files will pop up. You can always find this folder again SKETCH --> Show Sketch Folder
- .PDE -- source code
- .JAR -- compiled applet
- index.html -- html page for viewing applet
- .JAVA -- java source (don't worry about this for now)
- .gif -- not sure what this is for
2 USE SFTP Sofware to Upload Your Files to a Server:
PC SFTP
- PC -- SSH Secure Shell, http://ftp.ssh.com/pub/ssh/, download: SSHSecureShellClient-3.2.9.exe (WinSCP is free from ITS: http://www.nyu.edu/its/software/)
- launch "Secure File Transfer Client"
- click on "Quick Connect"
- connect to: itp.nyu.edu
- login is your netid, for example dts204
- enter password
- go into public_html folder
- create a new folder (CNTRL-N), called perhaps "ICM"
- go into that folder and create another folder specific to the assignment, perhaps "week1"
- go into that folder
- find the generated "applet" folder and drag files into "week1"
MAC SFTP
- MAC -- FUGU: http://rsug.itd.umich.edu/software/fugu/download.html or you can use Fetch now too. (Fetch is free from ITS: http://www.nyu.edu/its/software/)
- launch FUGU
- Connect to: itp.nyu.edu
- Username: netid
- enter password
- go into public_html
- create a new folder (COMMAND/OPEN APPLE-N), called perhaps "ICM"
- go into that folder and create another folder specific to the assignment, perhaps "week1"
- go into that folder
- find the generated "applet" folder and drag files into "week1"
3 TEST
- test the applet by going to the correct URL:
http://itp.nyu.edu/~netid/ICM/week1 (address is CASE speCIfiC)
4 ENTER THE LINK ON THE ICM CLASS WIKI
- Go to main ICM page: http://itp.nyu.edu/ICM/
- Find homework link for your class
- click on the login link and enter your netid and password
- click on "Edit" link
- Edit the page, entering the URL path of the applet we just made, the format is:
*[[http://itp.nyu.edu/~netid/whatever/you/did/ | Your Name]] your comments if you have any.
- Don't forget to CLICK SAVE!!!!