Web Site Cookbook.
Authors: Addison D.
Published year:
Pages: 7-10/144
Buy this book on amazon.com >>

Assumptions

This book assumes that you have a hands-on role in the creation and ongoing life of a web site. It will not help you decide if you should build a web site, what kind of web site to build, or whom to hire if you can't build it yourself. If you oversee or manage one or more web designers, web programmers or other web experts, you may find useful background information in the book's solutions. Their true value, however, will be apparent to those who can implement the solutions on a working web site.

Many of the more technical recipesincluding those that cover server setup, dynamic web pages, and database techniquesoverwhelmingly favor the open -source, or LAMP, approach. By LAMP, I mean Linux (or, more generally , Unix) for the server platform, the Apache web server, MySQL as database server, and the PHP scripting language. By far, most solutions are platform- agnostic and alternatives for the Windows Internet Information Server (IIS) platform worth mentioning are noted in the "See Also" sections of selected recipes.

You should have a working knowledge of HMTL code. Although WYSIWYG-oriented site builders will find much in this book that will help them improve their work, the code samples presented in many of the solutions are geared toward those who are comfortable reading and writing web page source code. On the other hand, several recipes describe server command-line instructions, JavaScript functions, and moderately complex PHP routines in a step-by-step method intended to help newcomers become more familiar with these common web techniques and technologies.



Other Sources

The web is teeming with web sites about web sites. There seems to be an inexhaustible supply of advice and opinion about what to do with the space between the <html> and </html> on your web pages. In the process of writing this book, I availed myself of much of itcondensing, synthesizing, updating, and improving on what I found for the solutions presented here.

See for yourself. If you need more information on any of the topics presented here, I recommend the following sources:

  • The discussion forum of my favorite web hosting company, Dreamhost (http://discussion.dreamhost.com/).

  • The mailing list archive of the online web development community Evolt (http://lists.evolt.org).

  • The online forums at WebmasterWorld.com (http://www.webmasterworld.com/).



Conventions Used in This Book

The following typographical conventions are used in this book:



Plain text

Indicates menu titles, menu options, menu buttons , and keyboard accelerators (such as Alt and Ctrl).



Italic

Indicates new terms, URLs, email addresses, filenames, file extensions, pathnames, directories, and Unix utilities.



Constant width

Indicates commands, options, switches, variables , attributes, keys, functions, types, classes, namespaces, methods , modules, properties, parameters, values, objects, events, event handlers, XML tags, HTML tags, macros, the contents of files, or the output from commands.




Constant width bold

Shows commands or other text that should be typed literally by the user .



Constant width italic

Shows text that should be replaced with user-supplied values.

This icon signifies a tip, suggestion, or general note.


This icon indicates a warning or caution.




How to Contact Us

Please address comments and questions concerning this book to the publisher:

O'Reilly Media, Inc.
1005 Gravenstein Highway North
Sebastopol, CA 95472
(800) 998-9938 (in the United States or Canada)
(707) 829-0515 (international or local)
(707) 829-0104 (fax)

There is a web page for this book where we list errata, examples, and any additional information. You can access this page at:

http://www.oreilly.com/catalog/websiteckbk

To comment or ask technical questions about this book, send email to:

bookquestions@oreilly.com

For more information about our books, conferences, Resource Centers, and the O'Reilly Network, see our web site at:

http://www.oreilly.com

Web Site Cookbook.
Authors: Addison D.
Published year:
Pages: 7-10/144
Buy this book on amazon.com >>

Similar books on Amazon