- Errors in your text book. -
Third edition except where noted.
On Page 77.(** p.79-80)
Above the radio buttons comment line and above the and tags there's a
line without a | - there's a blank line where there should be ...size = "2" />
Also should have a numeric value like: . Finally, there is no such thing as a tag.
On page 91*
There are no quotation marks of any kind in the line.
On page 95*
"Length values are specified with numbers, most of which are integrals" I
think last word was probably "integers".
On page 106*
At the very bottom (style = ".... ) closing quotation mark is missing.
On Page 123 (** page 125)
"Ariel" in the example should br "Arial."
p. 114
The text says, "This paragraph would be displayed as follows:" and then shows
the paragraph without any indentation. I believe the word "Now" should have been
indented by .5 inch. The other lines in the paragraph would not be indented.
p. 145.
In Table 4.5, the range of the return value for the getMonth method should be from 0 to 11, not 1 to 31. 1 to 31 should be on the previous line.
p. 155
Section 4.6.4 just above program code says "The following is an example that illustrates the Date object and a simple while loop." The example does not contain a while loop. It contains a for loop instead.
p. 158. (**p161)
Firefox complained that parentheses were needed around the condition in the do-while example. It wouldn't work until I changed the last line to: } while (count <= 50);
p. 203, line 20, "handler" should be ""
p. 211. (** p.210)
the pswd_chk.html program (a homework assignment) has the following error in my book:
Illustrate password checking>
delete the ">" after "checking" .
* ** Also in the line that has: