What? We goofed? I didn't do it, I swear... Alright so there are a few minor discrepencies, we admit. We'll make it up to you by telling you what was wrong and what would have been right in this section of the site. If you find anything that isn't listed here be sure to contact us and let us know.
So far, no errata has been reported.
| Page # | Section/Title | Currently | Should Be | Notes |
|---|---|---|---|---|
| v | Acknowledgments | Miskiweicz | Miskiewicz | Who put the e and w keys so close together anyway? |
| 73 | Accessible Stylish Headers | As mentioned in the previous tip ("Aye Aye Caption!") | As mentioned in the earlier tip ("Aye Aye Caption!") | Aye Aye Caption can be found on page 57 |
| 88 | Eliminate the Internet Explorer 6 Image Toolbar | the galleryim attribute |
the galleryimg attribute |
Missing the last letter of the attribute. |
| 92 | Can You Spare Me the Cache? | as discussed in Chapter 8, "Greased Lightning: Application Building Tips" | There should be a tip in chapter 8, but that just didn't happen. | To make up for the lack of tip, here are two links for you that have no-cache code: ASP snippet & ColdFusion snippet |
| 134 | Bringing in Separate Paragraphs from Word | Sorry, this one is Windows only. | Mac OS X using Word X brings in the paragraphs as a reallly long string of text with no separations at all! | |
| 142 | Fancy-Schmancy Form Buttons | document.form1. submit() |
document.form1.submit() |
Note there should not be a space after form1. |
| 144 | Bye, Bye Helper Text | add the following: | add the following:
|
Code example missing! Careful to use quotes correctly: value equals single, single, double. |
| 147 | Transfering Sites | Give the .ste fiels | Give the .ste files | Mispelled files |
| 180 | Putting a Dent in the Code or Taking Them Out | Select single or multiple lines of code, and then use | There is a better combo of keyboard shortcuts than the old Tab or Shift+Tab combo, which doesn't require any selection at all to indent or outdent entire lines of code. Try using | Original text was a bit unclear, since the Tab key functions in a similar way. |
| 220 | Object to Run a Command | theCategory\ MyImageName.gif Common\ sourceFormat.gif |
theCategory\MyImageName.gif
Common\sourceFormat.gif |
Notice that the paths to the images mistakenly contained an extra space following the \. |