|
home—lects—exams—hws
breeze (snow day)
Here are some grading guidelines for hw01; on individual papers I might take off slightly more or less than the indicated amounts depending on what else was handled in context.
Γρεεκ letters are used to label common mistakes.
A common industry practice is to closely re-read the client's spec (the homework) just before releasing the product to testing.
Other issues:
Possible self-exercise, to help you understand the code in the provided solution: Scale it back so that: take the hw01-soln, and scale it back as follows:
Remember, javascript debuggers are your friends (e.g. Chrome's [Wrench] > Tools > Developer Tools > Javascript Console or the “firebug” add-on for FireFox and others).
1As we've seen,
RU's web server uses “magic quotes”,
which indeed makes it difficult for users to inject any
quotation marks
(which in turn makes it difficult to inject javascript).
However, your code should not rely on the server doing this;
it is an approach that has been deprecated in favor of
programmers knowing that they should call
home—lects—exams—hws
breeze (snow day)
©2011, Ian Barland, Radford University Last modified 2011.Mar.04 (Fri) |
Please mail any suggestions (incl. typos, broken links) to ibarlandradford.edu |