Final image viewer - 25 points ID grade comments (everyone should see my general comments below) 201 23 Finished late 202 25 Finished on time 204 25 Finished on time 205 23 Finished late 206 23 Finished late 207 25 Finished on time General Comments (some of you did these, some of you didn't): * Some sort of message is needed in the web page like: "Best viewed w/ Firefox; not viewable w/ IE" * You should clear intervals to stop the loop-play when NEXT or PREV is pressed (not just the STOP button) * I recommend that you clear the interval timer as the first thing, not the last, within PREV and NEXT functions * The loop-play function ONLY needs to set the interval to call the NEXT function over an over (rather than redundantly rewrite some of the same code as in NEXT) * Some of you used if-statements to avoid out-of-range an create a loop-around range. Instead, us mod op (%) w/ increment/decrements (more concise & conventional) * If you haven't done so you should update your main class page to link to the rest of your homeworks and final