This page lists confirmed errors fixed in reprints. Ajax: The Definitive Guide, 1e by Anthony T. Holdener III The catalog page for this title is http://www.oreilly.com/catalog/9780596528386/ This page was last updated July 17, 2008. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy or the digital version accessed. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem Confirmed errors fixed in reprints: {55} end of page; Wrong file addressed in comments. * The generic db.php library, containing database connection information such as should be: * The generic db.inc library, containing database connection information such as {64} beginning of page; Wrong file addressed in comments. * The generic db.php library, containing database connection information such as should be: * The generic db.inc library, containing database connection information such as {64} end of page; No closing comment on comment line. /* Loop through the records should be: /* Loop through the records */ {66} beginning of page; Wrong file addressed in comments. * The generic db.php library, containing database connection information such as should be: * The generic db.inc library, containing database connection information such as {77} bottom of code example; p_request.send(); should be: p_request.send(null); {429} end of page; Comment block for the sendToUser method should go right before the method declaration. {430} beginning of page; There should be a colon instead of a comma FORM_EMAIL-INPUT, 2, should be: FORM_EMAIL-INPUT: 2, (502) Mmddle of page; Incomplete comment block for the method _toggleValue. should read: /** * This method, _toggleValue, overrides what the toggle value's Boolean value * should be. * ... {513} middle of page; Missing semicolon. if (dims.width > width) width = dims.width should be: if (dims.width > width) width = dims.width; {738} middle of page; Missing function keyword. startAnimation(p_direction) { should be: startAnimation: function(p_direction) { {741} bottom of page; Missing function keyword. startAnimation(p_direction) { should be: startAnimation: function(p_direction) { (769) bottom of page; Wrong word in InformStop comment block. * @param {Integer} p_egoId The id that the server gives to the player when * starting. should be: * @param {Integer} p_egoId The id that the server gives to the player when * stopping. {779} middle of page; Missing function keyword. startAnimation(p_direction) { should be: startAnimation: function(p_direction) { {833} top of page; Type in object. SSystem.IO.Compression.CompressionMode.Compress); should be: System.IO.Compression.CompressionMode.Compress);