Search

Table of Contents
Creating Web Sites: The Missing Manual
BOOK:
Creating Web Sites: The Missing Manual
Browse by Category
 
 
Hide Left Column
Creating Web Sites: The Missing Manual
Creating Web Sites: The Missing Manual
by Matthew MacDonald

Publisher: O'Reilly Media, Inc.
Pub Date: October 26, 2005
More recent edition of this book available.
Print ISBN-10: 0-596-00842-2
Print ISBN-13: 978-0-596-00842-0
Pages: 560
Slots: 1.0
Start Reading
Overview

Think you have to be a technical wizard to build a great web site? Think again. For anyone who wants to create an engaging web site--for either personal or business purposes--Creating Web Sites: The Missing Manual demystifies the process and provides tools, techniques, and expert guidance for developing a professional and reliable web presence.

Like every Missing Manual, you can count on Creating Web Sites: The Missing Manual to be entertaining and insightful and complete with all the vital information, clear-headed advice, and detailed instructions you need to master the task at hand. Author Matthew MacDonald teaches you the fundamentals of creating, maintaining, and updating an effective, attractive, and visitor-friendly web site--from scratch or from an existing site that's a little too simple or flat for your liking.

Creating Web Sites: The Missing Manual doesn't only cover how to create a well-designed, appealing, smart web site that is thoroughly up to date and brimming with the latest features. It also covers why it's worth the effort by explaining the rationale for creating a site in the first place and discussing what makes a given web site particularly aesthetic, dynamic, and powerful. It further helps you determine your needs and goals and make well informed design and content decisions.

Creating Web Sites: The Missing Manual includes a basic primer on HTML, working with JavaScript, and incorporating services like Paypal's shopping cart, Amazon's associate program, and Google AdSense and AdWords. It delivers advanced tricks for formatting, graphics, audio and video, as well as Flash animation and dynamic content. And you'll learn how to identify and connect with your site's audience through forms, forums, meta tags, and search engines.

This isn't just another dry, uninspired book on how to create a web site. Creating Web Sites: The Missing Manual is a witty and intelligent guide for all of you who are ready to make your ideas and vision a web reality.

 
Editorial Reviews
Product Description
Think you have to be a technical wizard to build a great web site? Think again. For anyone who wants to create an engaging web site--for either personal or business purposes--"Creating Web Sites: The Missing Manual" demystifies the process and provides tools, techniques, and expert guidance for developing a professional and reliable web presence.

Like every Missing Manual, you can count on "Creating Web Sites: The Missing Manual" to be entertaining and insightful and complete with all the vital information, clear-headed advice, and detailed instructions you need to master the task at hand. Author Matthew MacDonald teaches you the fundamentals of creating, maintaining, and updating an effective, attractive, and visitor-friendly web site--from scratch or from an existing site that's a little too simple or flat for your liking.

"Creating Web Sites: The Missing Manual" doesn't only cover how to create a well-designed, appealing, smart web site that is thoroughly up to date and brimming with the latest features. It also covers why it's worth the effort by explaining the rationale for creating a site in the first place and discussing what makes a given web site particularly aesthetic, dynamic, and powerful. It further helps you determine your needs and goals and make well informed design and content decisions.

"Creating Web Sites: The Missing Manual" includes a basic primer on HTML, working with JavaScript, and incorporating services like Paypal's shopping cart, Amazon's associate program, and Google AdSense and AdWords. It delivers advanced tricks for formatting, graphics, audio and video, as well as Flash animation and dynamic content. And you'll learn how to identifyand connect with your site's audience through forms, forums, meta tags, and search engines.

This isn't just another dry, uninspired book on how to create a web site. "Creating Web Sites: The Missing Manual" is a witty and intelligent guide for all of you who are ready to make your ideas and vision a web reality.

Amazon.com Review

Get everything you need to plan and launch a web site, including detailed instructions and clear-headed advice on ready-to-use building blocks, powerful tools like CSS and JavaScript, and Google's Blogger. The thoroughly revised, completely updated new edition of Creating a Web Site: The Missing Manual explains how to get your site up and running quickly and correctly.

5 Tips for Budding Web Site Creators
By Matthew MacDonald

These days, aspiring Web site creators like you pick up a lot of Web-design theory before you start working on your pages. But as deadlines loom and the value of “do it right” falls victim to the imperative to “do it right now,” even the best of us sometimes toss good practice out the window. That’s perfectly understandable and no cause for panic—after all, if Web weavers waited until their pages were perfect before uploading them, the Internet would be a very lonely place indeed. However, sometimes innocent-seeming shortcuts can cause headaches later on. Here are a few pieces of Web advice that site creators ignore at their own risk:

1. Always include a doctype.
Web browsers can translate two languages into Web pages: old-school HTML and today’s XHTML. You have to tell the browser which language (called markup) you use, and you do that with a document type definition, better known as a doctype. Doctype is arcane code that looks like this:

< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN” "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

If you forget to include a doctype, your pages will appear annoyingly inconsistent. That’s because some browsers, including Internet Explorer, switch into a backward-compatibility state known as quirks mode when they encounter unidentified markup; in essence, they attempt to act like an outdated browser from the 1990s. Common problems that result include text that appears at different sizes in different browsers and layouts that wind up in different configurations depending on your browser.

2. Keep formatting instructions out of your markup.
In a rush, it’s easy to get lazy and apply inline styles (or even worse, formatting tags like ) to a page’s XHTML or HTML. But it’s rare for a web site creator to use a particular format just once. Most often, you’ll use a design--say for a column, heading, or note box--elsewhere on the same page or on another of your site pages. To ensure consistency across your site and to make it easier to fine-tune the look and feel of your pages, move all your formatting instructions to a central location: an external style sheet. That way, when a browser processes a page, it grabs this central set of instructions and applies them to the page (see the illustration for the sequence of events).

3. Be under renovation, not under construction.
Think of your favorite store. Now imagine shopping there if you had to wander around half-lit floors while dodging ladders, pylons, and heavy-duty construction equipment to find the aisles that still have products on the shelf.

It’s a similar story on the Web, where a site with empty pages, “under construction” messages, and vague promises of upcoming content will send visitors away in droves. Yes, it’s true that your Web site won’t be complete when you first upload it. But make sure that what’s there is genuinely useful on its own, and don’t draw attention to gaps and shortcomings. Instead, keep improving what you’ve got.

4. Think twice before you adopt copy-and-paste design.

Typically, Web sites use the same page design across all their pages. For example, noodle around Amazon and you’ll always see a menu header at the top of the page and a sidebar on the left.

There’s a very special circle in Dante’s Inferno reserved for Web developers who try to achieve consistent design by copying and pasting their XHTML from one page to another. It’s almost impossible to manage or modify this mess across all your pages without making a mistake, even if you have a small Web site.
If you need a repeating page design, pick a suitable solution from the available options, each of which comes with its own caveat. Your can use server-side includes (which require Web host support), page templates (provided you have a Web design tool like Adobe Dreamweaver or Microsoft Expression Web), frames (which can exhibit quirks), or a Web development platform (if you’re willing to take a crash course in programming).

5. Keep an eye on your visitors.
Is anyone here? There’s no point in having a Web site if you’re not willing to pay attention to what content draws and keeps visitors and what falls flat on its face. Remarkably, the best way to do that is with a free yet industrial-strength service called Google Analytics. You simply copy a small bit of tracking code to each of your pages and within hours you’ll be able to answer questions like “Where do my visitors live?”, “How long is a typical visit?”, and “What pages are their favorites?”

 
Reader Reviews From Amazon (Ranked by 'Helpfulness')
Average Customer Rating:based on 34 reviews.
Another great book by O'Reilly, 2009-06-24
Reviewer rating:
This book provides a great overview of web site creation that is not specific to one particular software package. I just finished a local community college site on web design and still had many unanswered questions as I looked to purchase web hosting services. This book is a great resource and answers many of questions and provided some answers I did not know I needed.

This is a great highly readable book. It is a book that it clear even when jumping from place to place or reading through chapter to chapter.
What book can cover everything?, 2009-06-13
Reviewer rating:
Going through these reviews, like always there are reviewers dissing this book for missing the specifics they were hoping to find, or even being too old to cover what they wanted. Isn't that what publication dates are for in the descriptions? I've been knocking around websites for a dozen years. Had a couple of domain registrations, and even included ad hoc webmaster in one of my job descriptions. Soon I'll be teaching a class on web design in a high school. My bookshelf has 25+ books on different aspects of site creation. CSS, JS, AJAX, PHP, Linux and Apache server, assorted Adobe products, Perl, and some sysadmin pertaining to the configurations of the files available from Apache webhosts. When those don't have what I'm looking for, I have around 50 bookmarks for sites that can fill in the gaps from beginner to way beyond my expertise, with postings on subjects that are current right up until this morning. Impressed? Don't be, at least half of the reviewers here are more committed than I am.
There are two types of folks that this book may not be for - a rank beginner who needs to start with the basics of page creation, Internet/networking, and intro programming. The other type being someone who hand-codes and/or is a pro (lots of pros use editors). For the rest of us, this book is worth reading cover-to-cover, which I generally try to avoid.
Of course it could be edited to lose the discussions of version 3/4/5 browsers. Who cares? But even the most mundane sections on fonts, code conventions, color selection, links, etc, have nuggets in them. CSS explanations are clear and concise, and in sections that are clearly beyond the scope of the book there are suggestions for more advanced reading.
This book is a survey of skills, tools, and considerations for building a website. Like most O'Reilly publications, in the hands of the target audience it is a great resource. In the case of Creating Web Sites, that audience is broad enough to include most of us.
Excellent seller, 2009-06-08
Reviewer rating:
The seller is terrific - product as described, shipping timely and answers communication promptly. Will buy from again. Thanks!
One Great Go To Source for Web Creation, 2009-04-18
Reviewer rating:
In this reviewer's opinion, the O'Reilly series of books has always represented the upper echelon of technical books for reference about Operating Systems, programming languages or applications. These books range from quick reference to incredibly in-depth data on a specific subject matter. //Creating a Website// actually has an addendum to the title named //The Missing Manual//, which is a series of books published by O'Reilly.

MacDonald has compiled a great manual of material from A to Z on how to create a web site, and he's logically organized everything for the reader from the first chapter on how to prepare for the web to creating your first page and then putting it on the web. He includes chapters on Javascript and integration of audio and video into your creation, and ways to attract visitors to your web site once it's up and running. He discusses ways to set up e-mail so that your site visitors may communicate with you and even addresses how to make some money from all the hard work you have devoted to your labor of love. Find a chapter devoted to Blogs, how to host and the software needed for their creation, and how to tweak one.

Bottom line: If you know absolutely nothing about web site creation and want one go to source, //Creating a Website// is the one.

Reviewed by Lee "P.K." Crawford
A little too much still missing in this manual, 2009-04-16
Reviewer rating:
While a little miffed at Amazon because they highlighted this edition when the newer edition had been out for a while, I didn't discover that till partially through the book. Put together as most Missing Manuals, where the next chapter builds greatly on the preceding chapter, it also has information that is decades old.

HTML, the building block of the web, has been around along time, and the web is fifteen years and more now. Even at the time of the book, ten to twelve years in, rehashing the building blocks with too much detail is probably best left elsewhere, even if it is to be used as that step needed to create greater depth in the later chapters.

What is lacking in the resources is a book that blasts in its title, Web Site Design for the best of 2009! Wouldn't that be useful. Current tips and tricks and a way to design something that is meaningful for the times. We have HTML, and XHTML and CSS, discussed. A work around to use Forums by co-opting Google, which is the reason I looked into this resource, and then found another work-around in the notes. Blogs are covered, but the material is out of date, though a good introduction.

In the end that is what this book is. Not as good as many missing manuals because it is out of date. And not as good as many missing manuals because it does not dig deep where it should. Just a little better than average but more than enough to get you up and running with a website that has more than the canned goods your web hosting software wants you to use.
 
Some information above was provided using data from Amazon.com. View at Amazon >
Creating Web Sites: The Missing Manual
Creating Web Sites: The Missing Manual
by Matthew MacDonald

Publisher: O'Reilly Media, Inc.
Pub Date: October 26, 2005
More recent edition of this book available.
Print ISBN-10: 0-596-00842-2
Print ISBN-13: 978-0-596-00842-0
Pages: 560
Slots: 1.0
Start Reading
Company | Terms of Service | Privacy Policy | Contact Us | Help | 508 Compliance | Subscribe Now
© 2009 Safari Books Online. All rights reserved.