--- books/www/corrections.html 2002/12/10 16:22:55 1.39 +++ books/www/corrections.html 2002/12/11 16:40:13 1.54 @@ -1,3 +1,8 @@ + +

Corrections

This page contains a list of corrections to be made in the next printing of @@ -12,8 +17,8 @@ href="mailto:reviewers@mozdev.org">revie

@@ -23,8 +28,8 @@ to 'http://www.oreilly.com/catalog/mozil @@ -34,18 +39,18 @@ changed to 'applications built using XPF @@ -55,9 +60,9 @@ to 'CenterWindowOnScreen( ) function'
-
  • On page 40: '<toolbarbutton id="printBtn" label="Open" -oncommand="doPrint( );" />' has been changed to '<toolbarbutton -id="printBtn" label="Print" oncommand="doPrint( );" >'

    +
  • On page 40: '<toolbarbutton id="printBtn" label="Open" +oncommand="doPrint( );" />' has been changed to '<toolbarbutton +id="printBtn" label="Print" oncommand="doPrint( );" >'

    @@ -65,54 +70,47 @@ id="printBtn" label="Print" oncommand="d

    Chapter 5

    Chapter 8

    @@ -178,8 +172,8 @@ install:: $(TARGETS)

    Chapter 10

    @@ -188,22 +182,27 @@ to 'http://jslib.mozdev.org'

  • -
  • On page 339: A new 'Certificate Authorities and Digital -Signatures' section is being written with drafts available on http://certs.mozdev.org

    -
  • +
  • On page 336: In Example 12-6 -
  • (p 336) Use of backtics instead of single quote. - +<xmp class="broken"> print ` <checkbox label="%s" />' % form['op1'].value print ` <checkbox label="%s" />' % form['op2'].value print ` <checkbox label="%s" />' % form['op3'].value -Should be: - print ' <checkbox label="%s" />' % form['op1'].value - print ' <checkbox label="%s" />' % form['op2'].value + + +has been changed to (note the difference in indentation and in using a single quote versus a backtick) + +' % form['op1'].value + print ' <checkbox label="%s" />' % form['op2'].value print ' <checkbox label="%s" />' % form['op3'].value + +
  • On page 339: A new 'Certificate Authorities and Digital +Signatures' section is being written with drafts available on http://certs.mozdev.org

  • + @@ -212,8 +211,8 @@ Should be: