Webmaster in a Nutshell, 2nd Edition
by Stephen Spainhour and Robert Eckstein
Here are the changes made in the 1/00 reprint:
(xii) Did read:
Chapter 7, Character Entities
Lists the names accepted by HTML and CSS attributes for color
values.
Chapter 8, Color names and values
Lists the special characters recognized by HTML.
now reads:
Chapter 7, Character Entities
Lists the special characters recognized by HTML.
Chapter 8, Color names and values
Lists the names accepted by HTML and CSS attributes for color
values.
(10) Did read:
Chapter 7, Character Entities, contains listings of valid
color values (for tags with attributes for specifying color).
Chapter 8, Color Names and Values, lists common character
entities recognized in HTML documents.
now reads:
Chapter 7, Character Entities, lists common character entities
recognized in HTML documents.
Chapter 8, Color Names and Values, contains listings of valid
color values (for tags with attributes for specifying color).
{108} Code at top:
added slash to the closing style tag:
changed .
(265) In paragraph 4, "Size" now reads "Side"
(267) exec. argument cgi:
explanation now reads "The URI of a CGI program."
(272) The comment now reads: "Use $key as index for %parameters hash, ..."
^
{314} Last two code examples on page:
echo "Hello$a0;
now reads:
echo "Hello\t$a\n";
And:
echo 'Hello$a0;
now reads:
echo 'Hello\t$a\n';
And:
"In this case, the output is exactly Hellot$an"
now reads:
"In this case, the output is exactly Hello\t$a\n"
[315] Table 16-1 at top;
The first 4 escape sequences have been changed:
\en is now \n
\\t is now \t
\er is now \r
\ is now \\
{316} code at top, line 2:
... 0;
is now:
... /n;
{318} top of table 16-2;
Inserted a thin space between the two -- characters
in the first row of operators.
(322) First full paragraph:
"When you call a function, the arguments pass to the function ..."
is now
"passed" instead of "pass".
{322} Code at bottom:
function hitcount()
is now:
function hitcount() {
{323} second-to-last paragraph;
$HTTP_GET_DATA, $HTTP_POST_DATA, and $HTTP_COOKIE_DATA
is now:
$HTTP_GET_VARS, $HTTP_POST_VARS, and $HTTP_COOKIE_VARS
{324} Line 4 from bottom: