Books on Web Programming

These books, from O'Reilly & Associates, cover all aspects of Web programming.
   JavaScript, The Definitive Guide, 3rd Edition
by David Flanagan
Thoroughly documents the JavaScript language, and contains complete reference information for all JavaScript objects used in core and client-side JavaScript programming. Brendan Eich, the creator of JavaScript, called this book a "must-have reference"
   
   JavaScript Pocket Reference
by David Flanagan
This book condenses the information in JavaScript: The Definitive Guide into a slim 89 pages, in a format that will fit in your pocket
   
   HTML: The Definitive Guide, 3rd Edition
by Chuck Musciano & Bill Kennedy
This book documents HTML in the style of a programmer's guide and tutorial. This 3rd edition covers HTML 4.0, Netscape 4.5, and Internet Explorer 4.0. I learned HTML from an earlier edition of this book, loaned it to a neighbor, and never got it back!
   
   Dynamic HTML: The Definitive Reference
by Danny Goodman
This 1000+ page book contains everything you need to know about Dynamic HTML. The DHTML tutorial is followed by copious reference material for HTML, DOM, CSS, and JavaScript. I use this book a lot, especially for the HTML reference.
   
   CGI Programming with Perl, 2nd Edition
by Shishir Gundavaram
Thorough coverage of CGI programming using Perl.
   
   Webmaster in a Nutshell
by Stephen Spainhour & Valerie Quercia
This book is a quick-reference for web-related technologies and protocols. It covers HTML, CGI, JavaScript, Perl and HTTP.
   
   Webmaster in a Nutshell, Deluxe Edition
by O'Reilly & Associates, Inc.
This is a printed copy of Webmaster in a Nutshell plus a CD-ROM containing electronic versions of Webmaster in a Nutshell, HTML: The Definitive Guide, 2nd Edition, JavaScript: The Definitive Guide, 2nd Edition, CGI Programming on the World Wide Web, and Programming Perl, 2nd Edition. This is a great product, but note that some of the online books are not the current editions.
   
   Web Client Programming with Perl
by Clinton Wong
This book teaches you to script and automate the web by replacing your web browser with custom web clients written in Perl.
   
 New!  ASP in a Nutshell
by A. Keyton Weissinger
A quick-reference for creating web applications with Active Server Pages.
   
 New  Apache: The Definitive Guide, 2nd Edition
by Ben Laurie & Peter Laurie
Everything you need to know to configure, program, and administer the Apache web server. Written by Apache developers.
   
 New  Writing Apache Modules with Perl and C
by Lincoln Stein & Doug MacEachern
How to extend the Apache web server with Perl and/or C.
   
   Web Security and Commerce
by Simson Garfinkel with Gene Spafford
A complete overview of internet and e-commerce security issues.
   
 New  Programming Web Graphics with Perl and GNU Software
by Shawn P. Wallace
This book teaches Perl programmers and advanced Web designers how to use CGI scripts to create dynamic graphical content.