Section 1: How to submit assignments? (in general)
For each assignment, you will be required to submit two packages unless specified otherwise: your code and your webpage.
Section 2: FAQs
-Remember NOT to use any absolute links to images etc, as these will not work online. Only use relative links.\
-Note that 16, 726-sp24 is connected by - in URL while your folder is 16/726-sp24/
-Do not try using WinSCP/scp or similar to copy directly from your laptop to your class project directory as you don’t have the credentials.
-Afs gets unhappy if your quota is full. Run fs quota to see the percent used; if it’s close to 100 percent, delete things (java and matlab dumps, large tif’s…) before trying the copy again.
-Your project directory is linked to your Andrew id; if you use a CS computer (*.cs.cmu.edu), and run into trouble, try the instructions above, using an Andrew computer to hand in your work.
-If you have problems with images not appearing on your page, check that 1) filenames match your html files (e.g. .JPG vs .jpeg). 2) relative path is used from the correct root directory.
Please contact TA if there are problems.
Section 3: What to submit for hw0?
-Change the index.html file created for you at /afs/andrew.cmu.edu/course/16/726-sp24/www/projects/andrew_id/proj0/index.html. Be creative!
-If you are not familar with html/css, this is a good time to start learning some of the basics. w3schools has some basic tutorials.