Also Available! Another O'Reilly title you won't want to miss: "JavaScript & DHTML Cookbook, 2nd Edition".
Download
To make room for the ever-larger reference section, the third edition has moved the introductory chapters to
an online download. You'll find an entirely new chapter on Ajax and many substantially updated chapters on other
DHTML subjects. Download the online sections directly from the O'Reilly site.
Book Corrections
-
Page 433. The syntax prototype for the
arcTo() method should read arcTo, not arc. The parameters
as shown are correct for the arcTo() method.
-
Page 440. The syntax prototype for the
strokeRect() method should read strokeRect, not fillRect. The parameters
as shown are correct for the strokeRect() method.
-
Page 620. For the
size property, the default value shown is for Internet Explorer. Default
values for Mozilla and Opera are 0 (zero); for Safari, the default is an empty string.
-
Page 647. You can also assign the ID of an element (as a string) to the
hash property.
-
Page 1084. The
toString() method of a number object (or value) does have an optional parameter: a number signifying the numerical
base to be used when converting the number to a string. For example, if you specify 16 as the parameter, the number is
converted to its hexadecimal equivalent (as a string, that is).
Notes
|