Build Your Own Web Site The Right Way Using HTML & CSS (Paperback)

Build Your Own Web Site The Right Way Using HTML & CSS

Product Description
Build Your Own Website The Right Way Using HTML & CSS, 2nd Edition teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you to HTML and CSS as you follow along with the author, step-by-step, to build a fully functional web site from the ground up.

However, unlike countless other “learn web design” books, this title concentrates on modern, best-practice techniques from the very beginning, which means you’ll get it right the first time. The web sites you’ll build will:

  • Look good on a PC, Mac or Linux computer
  • Render correctly whether your visitors are using Internet Explorer, Firefox, Opera, or Safari
  • Use web standards so your sites will be fast loading and easy to maintain
  • Be accessible to disabled users who use screenreaders to browse the Web

    By the end of the book, you’ll be equipped with enough knowledge to set out on your first projects as a professional web developer, or you can simply use the knowledge you’ve gained to create attractive, functional, usable and accessible sites for personal use.



    About the Author

    Ian Lloyd works as a senior web designer for Nationwide Building Society where he’s largely responsible for promoting the web accessibility ethic. Ian is also a member of the Web Standards Project that aims to promote best-practices among web developers and software companies.


  • Buy Build Your Own Web Site The Right Way Using HTML & CSS (Paperback) at Amazon



    13 Comments so far

    1. Caitlin on July 17th, 2009

      When you are starting out creating your first web site, many things run through your mind…What tools should I use? How do I layout my pages? What content should appear here? How do I make it look professional? How do I get users to send me feedback? What web host should I use? What is blogging? How do I track my sites statistics?

      All these questions and more are answered in this great book written by Ian Lloyd.

      The book is geared towards beginners creating their first website and/or designers who already have a site on the internet but want to update it with current technologies like CSS and Web Standards.

      The book starts out talking about the different tools you can use (Windows or Mac) starting from the basic text-editing tools to professional like Dreamweaver and Photoshop. But this book is created for people who want to learn how to create their site with proper XHTML and CSS, and does not focus on a particular tool. In my opinion is the best way because if you only know how to create a web page with a particular program (i.e. Dreamweaver), you must always use that tool no matter what and you never really learn how to do it yourself. That is what I also teach my students as well.

      The next chapter focuses on basics XHTML structure and how to use each tag type (head section, headings, paragraphs, lists, hyperlinks, etc.) effectively and shows you how to define a proper home page. Lots of code snippets are included.

      Chapters 3 - 5 are the mean and potatoes (150 pages) chapters in my opinion because it focuses heavily on CSS (Cascading Style Sheets). The author first starts by explaining the different ways to use CSS (inline, embedding, and external) and the advantages of each. I like how the author takes an example and explain what each part does and how to best use it. He first goes through how to style text using different font styles, colors, sizes and weight (bold) and then shows some practical examples of each dissecting each part. Further example are shown using CSS to style paragraphs, links and headings as well as information on when to use DIV and SPAN in your markup. Then the author shows more advanced topics with CSS by explaining how the box model is used to separate your structure (HTML) with borders, padding and margins. These three items can start making your web site look very professional if done correctly. Finally the author reviews how CSS can style images on your web pages to have them appear exactly where you want using floats and other properties.

      The remaining chapters focus on:
      1. tables - to display column-like data and how to make it look professional;
      2. forms - to allow your visitors to submit feedback or other information
      3. getting your web site online - (great chapter) - how to use free FTP programs to transfer your web page files to your web host
      4. blogging - how to use a blogger and also how to create a template that can be used within your website
      5. free tools to monitor your site.

      This is an all-in-one web design book that covers all the basics in creating, designing, publishing, and optimizing your web site.

    2. Edric on July 17th, 2009

      4.0 out of 5 stars
      Starter Web Creation
      I’d purchased this book as a guide to really get going on web building. I’ve some knowledge of HTML, but wasn’t overly proficient in using HTML confidently.

    3. Huong on July 17th, 2009

      Build your own website is a great book for someone who wants to build a web site and has little or no experience. This book is applicable to both Mac and Windows users. A novice web site builder will gain many skills and confidence as they work through this book. The reader is taken from the very basics of defining terms to creating a web site.

      Due to the name of the book, I expected to learn how to build a web site. This book exceeded my expectations. Many computer training books have you download preexisting files and work of off those files. There is a file available with all of the coding used in the book, but you can proceed without it. What I really like about this book is the author guides you step by step through all of the directions and the reader does all of the work. You start from scratch - just a blank notepad page. Ian Lloyd gives sites to download the tools you will need and most of the downloads are free. There are screen shots of the coding you do for each section which helps to avoid mistakes.

      Once you get the hang of some basic coding, you will also learn about Cascading Style Sheets (CSS). I have heard about CSS, but didn’t really understand them. This book explains the benefit of a style sheet, how it works and gives directions on creating and applying CSS. In addition to CSS, you will learn through step by step directions how to create tables, forms, adding pictures with captioning and setting up borders. As you build your web site, you will link pages together and also set up a link for email replies.

      I don’t think there was anything I didn’t like about the book. A website was given to access typo errors found in the book; to date there is 1 listing. There is also an extensive XHTML reference section in the appendix. The title of the book leads the reader to believe there are right and wrong ways to build web sites. Lloyd explains best practices and why it is important to follow them. As a novice, I appreciated learning how to build a web site the correct way.

      I think the best audience for this book is someone with very little or no experience building web sites. The very basic topics are covered. If you already have some experience and want to increase your knowledge, this book might not be for you unless you want to make sure you have a good understanding of the basics. There are references to other books to increase your knowledge after mastering the basics. I highly recommend this book.

      ~ Karen Katz

    4. Chofa on July 17th, 2009

      5.0 out of 5 stars
      This second edition is packed with keys to best practices
      The second updated edition of Build Your Own Web Site the Right Way Using HTML & CSS includes all source code available for download in a step-by-step guide to building one’s…

    5. Cutler on July 17th, 2009

      In the “old days” of the web, it was acceptable to lay out your web page with tables, font tags, and other HTML tags that directly applied formatting. Doing this type of thing today brings scorn upon you, your children, and your children’s children. The acceptable way to lay out a web page today is through SPAN and DIV tags. Style is applied through a cascading style sheet (CSS). This book provides an excellent introduction to the world of creating web pages and CSS.

      Aimed at people brand new to creating web pages, the author begins with a quick introduction to HTML–but don’t worry, the author tries to keep things fun and the jargon down to a minimum. After the introduction to HTML–which, by the way, I found to be excellent for the beginner web designer–the author leaps into how to add formatting/style to pages. Really, the next half of the book is dedicated to adding formatting to a web page (e.g. creating cascading style sheets). I felt the author did an excellent job justifying style sheets over direct formatting of elements in a page.

      After really covering what I consider to be the “meat” of the book, the author digresses into some other important, but not critical aspects of web development. Things like where to get web hosting, adding javascript to pages, and where to go from here are discussed. The discussions are certainly briefer and leave a lot unsaid, but that’s not really what the book is supposed to focus on.

      I felt for what this book is–an introduction to creating simple web pages with cascading style sheets–it did an excellent job. This book will likely be too basic for experienced web developers who want to get their feet wet with cascading style sheets. However, for those who have little or no experience with creating web pages, this is a great way to get started.

    6. Gisela on July 18th, 2009

      5.0 out of 5 stars
      A MUST have for beginners
      Best book EV-ER! Before buying this book I really had NO idea what html or css was. Not a clue. After working through the step-by-step process in the book, (building up a…

    7. Abbie on July 18th, 2009

      5.0 out of 5 stars
      Great for beginners
      This book almost seemed a little to “beginner” when I started reading it as I had some experience with html.

    8. Neith on July 18th, 2009

      4.0 out of 5 stars
      Very good for a beginner or someone brushing up on their coding skills.
      This book was very easy to read and understand. The examples were relevant and helpful in building my own site.

    9. Zuna on July 18th, 2009

      4.0 out of 5 stars
      Great Book But Lacks Color
      ‘Build Your Own Web Site The Right Way Using HTML & CSS’ is another great release by the masters of the web sitepoint.

    10. Anonymous on July 18th, 2009

      4.0 out of 5 stars
      Works fast
      As a beginner of website design, I knew that I would need help and this book so far has been great. Not perfect but great.

    11. Hugh on July 18th, 2009

      5.0 out of 5 stars
      Perfect for Beginners
      This book gets right down to the basics about how to build a website. The author totally goes step by step and stops to explain each part.

    12. Zuzana on July 18th, 2009

      5.0 out of 5 stars
      Perfect Book for a Beginner
      I am so pleased with this book! I was unhappy with web site templates I had purchased, and I discovered that I needed to know HTML and CSS in order to change the templates…

    13. Kyna on July 19th, 2009

      4.0 out of 5 stars
      A very good starting point
      I bought this book to get up to speed with current web standards (I have in fact a background in IT but it was long time since I did not develop any web pages).

    Leave a reply

    Close
    E-mail It