Creating a Web Site: The Missing Manual: The Missing Manual and over one million other books are available for Amazon Kindle. Learn more

FREE Shipping on orders over $25.

Used - Very Good | See details
 
   
Have one to sell? Sell yours here
Start reading Creating a Web Site: The Missing Manual: The Missing Manual on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Creating a Web Site: The Missing Manual [Paperback]

Matthew MacDonald
4.6 out of 5 stars  See all reviews (48 customer reviews)


Available from these sellers.


Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $13.19  
Paperback, Bargain Price $11.86  
Paperback, January 6, 2009 --  
Like this book? Find similar titles in the O'Reilly Bookstore.
There is a newer edition of this item:
Creating a Website: The Missing Manual (English and English Edition) Creating a Website: The Missing Manual (English and English Edition) 4.5 out of 5 stars (25)
$16.99
In Stock.

Book Description

January 6, 2009 0596520972 978-0596520977 Second Edition
Think you have to be a technical wizard to build a great web site? Think again. If you want to create an engaging web site, this thoroughly revised, completely updated edition of Creating a Web Site: The Missing Manual demystifies the process and provides tools, techniques, and expert guidance for developing a professional and reliable web presence.

Whether you want to build a personal web site, an e-commerce site, a blog, or a web site for a specific occasion or promotion, this book gives you detailed instructions and clear-headed advice for:

  • Everything from planning to launching. From picking and buying a domain name, choosing a Web hosting firm, building your site, and uploading the files to a web server, this book teaches you the nitty-gritty of creating your home on the Web.


  • Ready-to-use building blocks. Creating your own web site doesn't mean you have to build everything from scratch. You'll learn how to incorporate loads of pre-built and freely available tools like interactive menus, PayPal shopping carts, Google ads, and Google Analytics.


  • The modern Web. Today's best looking sites use powerful tools like Cascading Style Sheets (for sophisticated page layout), JavaScript (for rollover buttons and cascading menus), and video. This book doesn't treat these topics as fancy frills. From step one, you'll learn easy ways to create a powerful site with these tools.


  • Blogs. Learn the basics behind the Web's most popular form of self-expression. And take a step-by-step tour through Blogger, the Google-run blogging service that will have you blogging before you close this book.

This isn't just another dry, uninspired book on how to create a web site. Creating a Web Site: The Missing Manual is a witty and intelligent guide you need to make your ideas and vision a web reality.



Editorial Reviews

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 < font > ) 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?”

About the Author

Matthew MacDonald is a developer, author, and educator in all things Visual Basic and .NET. He's worked with Visual Basic and ASP since their initial versions, and written over a dozen books on the subject, including The Book of VB .NET (No Starch Press) and Visual Basic 2005: A Developer's Notebook (O'Reilly). He has also written Excel 2007:The Missing Manual, Excel 2007 for Starters: The Missing Manual, Access 2007:The Missing Manual, and Access 2007 for Starters: The Missing Manual, all from O'Reilly.

Product Details

  • Paperback: 608 pages
  • Publisher: Pogue Press; Second Edition edition (January 6, 2009)
  • Language: English
  • ISBN-10: 0596520972
  • ISBN-13: 978-0596520977
  • Product Dimensions: 7.5 x 1.2 x 9.1 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (48 customer reviews)
  • Amazon Best Sellers Rank: #590,511 in Books (See Top 100 in Books)

More About the Author

Matthew MacDonald is a science and technology writer with well over a dozen books to his name. He's particularly known for his books about building websites, which include a do-it-from-scratch tutorial (Creating a Website: The Missing Manual), a look at cutting-edge HTML5 (HTML5: The Missing Manual), and a WordPress primer (WordPress: The Missing Manual). He's also written a series of books about programming on and off the Web with .NET, teaches programming at Ryerson University, and is a three-time Microsoft MVP.

In everyday life, Matthew is endlessly amazed by the odd, unusual, and just plain bonkers workings of the natural world. Those who don't have tech problems to solve can check out Matthew MacDonald's science books, where he debugs the quirks and complexities of the human brain (Your Brain: The Missing Manual) and body (Your Body: The Missing Manual). Both books include a mash-up of full-color pictures, trivia, and philosophical head-scratchers. Matthew lives in Toronto, with his wife and two daughters.

Customer Reviews

4.6 out of 5 stars
(48)
4.6 out of 5 stars
I recommend this to anyone starting a web site. Barry K. Brown  |  15 reviewers made a similar statement
For web beginners this is an excellent place to start. Digital Media Artist Group Member  |  9 reviewers made a similar statement
In other words, it can make you look as if you actually know what you're doing -- very handy indeed! D-MAG.org Reviewer  |  8 reviewers made a similar statement
Most Helpful Customer Reviews
127 of 128 people found the following review helpful
4.0 out of 5 stars A Great Resource January 11, 2006
Format:Paperback
If you spend much time on the Internet at all, at some point you've said to yourself, "Maybe I should have a web site." It can be a bit intimidating, and many people don't get beyond that "Maybe I should ..." phase. If you want to progress further, this book is for you.

The book is laid out in a logical progression from concept to interaction to making money with your site. Each stage of web "development" has its own section in the book -- which is a huge plus: you don't have to wade through a lot of basic information to get to what you want.

The first section covers the planning stage of website design. There's a discussion about choosing a hosting service (including the problems with using the free space that many ISPs give to their subscribers) and an overview of HTML editing software. There's also a brief introduction to HTML -- just enough to get you started.

Section two takes it from there. You've found a hosting service, you've got the software, and you have the skeleton of a site. NOW you want to make the site look good. This section covers pictures, links, and tables, and even goes into some basic CSS. You learn to turn a bunch of separate web pages into a web site, add content so people want to visit your site, and make the site look good so people want to come back.

Section three goes where the average HTML tutorial doesn't go and talks about driving traffic. Getting search engine hits, creating your own message boards, and even (once you get the traffic) making money on your site. This is the part of the book that will have broader appeal -- the information will be valuable to novices as well as more experienced webmasters. The only disappointment in this section was that the subject of hit counters and stat tracking services wasn't covered in much depth. I would have liked to have seen more information on the various tracking services, rather than a one-page mention.

Part four starts to enhance the site. Javascript menus and buttons, and audio and video. This is a dangerous section, and the book does preach caution in adding many of these features (I noticed that there was little mention of animated GIFs, which I was very thankful for). The section on creative menus using Javascript and DHTML was very useful, and I plan on implementing some of what I have learned on my own site after the first of the year. The section covering audio and video was brief, but contained enough information for the novice designer to completely annoy visitors with embedded audio. Thankfully, the council in this section was moderation in all things -- they make sure that novices realize how annoying embedded audio can be.

Part five covers blogging, specifically working with Blogger. This is a good idea, though most new bloggers will eventually want something more powerful. Syndication is also briefly explained (though they don't tell you how to create your own RSS feeds). Blogger-specific tweaks are covered briefly, and budding bloggers are encouraged to use the skills they've gained by reading the rest of the books to customize their basic Blogger templates.

This book is a valuable asset for novice website builders, and contains many useful tips for more advanced users (though most power users will find little in it that they don't know already). It's up to date with the latest standards, though they spent more time talking about using table tags for layout than I would have liked, and not nearly enough time on div tags. I understand CSS a lot better now than I did before, and I've got some great ideas for improving my own sites. I think that the most valuable part of this book -- and, really, one of the reasons I love O'Reilly books so much -- is the fact that you can do everything in this book with free software. You can use Dreamweaver or Frontpage, but you can make a great site using free software that's readily available on the Web. Highly recommended.
Comment | 
Was this review helpful to you?
48 of 48 people found the following review helpful
Format:Paperback
Title: Creating Your Own Websites

Author: Matthew MacDonald

Publisher: Pogue Press/O'Reilly

ISBN: 0-596-00842-2

Pages: 535 pages

Reviewer: Philip High

Rating: 5 out of 5 stars

I'm sure we all have experienced the frustrating incompleteness and illogic of many software manuals. This book is part of an impressive series billed as: "The book that should have been in the box" put out by Pogue Press. It's the first one I have read but I would have to agree with their tag line, and if the others are anything like it I would definitely be interested in checking them out.

Of course a comprehensive set of web building tools doesn't come in one box -- no matter how hard some publishers try to bundle and brand it as such. That's one reason this overview is so handy. It ties together all the major issues in one current (for the moment) volume. A lot of territory is covered here: HTML, style sheets, graphics, tables, frames, site-promotion, merchandising, JavaScript, Audio, Video, Blogs, and more. Obviously there is only room to layout the basics for each of these topics, but the coverage is well selected, to the point, and surprisingly useful. At the same time it isn't an off-putting encyclopedia but an enjoyable walk through the essential steps in web site creation.

For web beginners this is an excellent place to start. Even the introduction is worth reading! The major subjects covered are: creating web pages, making pages look beautiful, putting it online, attracting visitors, making money, and adding frills. These topics and related material are presented in five divisions, each with several chapters. Along the way you'll find plenty of good advice on such things as what software to use, how to choose service providers, and where to go for more information.

Although the book seems to speak to the aspiring beginner, those with experience will probably find it fills in some gaps in their knowledge and serves as a great reference to have on hand. You might especially appreciate it if you have friends or clients who ask you web related questions about things you've done, but not recently, or without much thought. In other words, it can make you look as if you actually know what you're doing -- very handy indeed! For me it was a pleasure just to read a manual that was so well written and contained genuinely useful information, even if some of it was review. Personally, I have been interested in learning more about CSS lately and originally picked up the book for this section alone.

There are two useful Appendixes. "A" is HTML tags. It's a pretty basic list but the descriptions are good and fairly detailed. Appendix "B" is a healthy selection of links that are conveniently grouped by the chapters they relate to in the text. I found this much easier to use than just having them scattered throughout. There is also a note on the inside back cover that reads: "The Missing CD-ROM. -- There is no CD-ROM with this book; you just saved $5.00." It's a clever way to point you to the website, www.missingmanuals.com that contains files referenced in the text, additional information, and updates. Sure it's a gimmick to keep your attention, but it's also a useful feature and an extended digital benefit we've come to expect with our analogue pages. Who needs another disposable CD anyway?
Comment | 
Was this review helpful to you?
47 of 49 people found the following review helpful
5.0 out of 5 stars Good Stuff January 22, 2006
By Larry
Format:Paperback
This is my second "Missing Manual" book (FrontPage 2003 was the first), and I must admit that O'Reilly is really on to something with this series. (Assuming the rest are in the same vein as these two.)

The author has the knack of presenting technical information in a clear and straightforward - yet folksy - manner. Of course this knack is pretty useless if the material itself isn't helpful - and this is where this book really shines. If you're planning on building a website, this book covers pretty much everything you need to know. I thought that the topics and the depth to which they were covered was perfect. Not only was need-to-know technical information presented, but a lot of you-really-outta-know-about-this knowledge was imparted as well.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
3.0 out of 5 stars I don't like this at all
I don't know why I bought this book. I guess I didn't realize that it's more of a how to on starting a website from the ground up. It's full of HTML codes and jibberish... Read more
Published 12 months ago by A. Lawrence
4.0 out of 5 stars The book I wish I had when I learned HTML
This is the book that I wish that I had when I learned to create web pages and websites back in the early 1990s.

The author literally takes you from the ground up. Read more
Published 15 months ago by Scott W. Nesbitt
4.0 out of 5 stars "The Missing Manual" is a proper subtitle
This is a good guide to designing your own website. Many subjects are covered in enough detail to get you going in a professional way. Read more
Published 19 months ago by R. Jennings
5.0 out of 5 stars outstanding book
There are already quite a few positive reviews on this book. I can't really add anything to that except to just chime in with agreement. Read more
Published 22 months ago by K. barden
5.0 out of 5 stars a MUST-HAVE book if you want to understand how websites function
I found this book to be very engaging, and easy to read. Although I am not a techie, I do create monetized web and blog sites. Read more
Published on November 7, 2010 by DB
5.0 out of 5 stars easy-reading and good
What you'd certainly like there:
- good writing style, friendly with catchy details which at the same time do not distruct you from the main idea. Read more
Published on September 24, 2010 by Feedbacker
5.0 out of 5 stars Creating Web Sites: The Missing Manual
Book is great...simple and easy to understand especially for beginners like me in website development.
Published on August 28, 2010 by RitzC
5.0 out of 5 stars If I'd Opern The Book ..........
Dummy me. I buy books and never crack the cover. Then one day, in search of reading material, I pick up a book that's collected dust for some time and I find the surprise of my... Read more
Published on June 6, 2010 by Manzanita Lodgepole
5.0 out of 5 stars good info
I think the missing manual has hit the nail on the head with this and the other offerings. As it states it's not a book for the internet guru but those of us who aren't experts and... Read more
Published on May 22, 2010 by Wild Mahogany
5.0 out of 5 stars Creating Web Sites: The Missing Manual
I liked the layout and the instuctional style of this author. I was able to retain quite a bit during the first pass. Read more
Published on March 17, 2010 by Donald J. Ehreth
Search Customer Reviews
Only search this product's reviews


Forums

Topic From this Discussion
Next book more CSS or JS Be the first to reply
Have something you'd like to share about this product?
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Search Customer Discussions
Search all Amazon discussions




Look for Similar Items by Category