Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition
Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition
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 a
List Price: $ 29.95
Price: $ 44.78
]
Related Web Site Design Products





Good Intro, Some Flaws,
I’m planning on using this book as a text for an intro to web design course. Overall, it is a great introduction.
What I like about the book are:
It’s generally got a great flow [one exception below - ch.8] and has very good explanations for how HTML & CSS are used together to make well designed web pages. The text easily moves from the basic (html tags) to novice (basic CSS) and then more advanced topics like adding graphics, positioning, using tables, and implementing forms. The content is provided in a very accessible way that builds upon previous learnings. And the information is presented in a fashion that most newcomers to web design/publishing can easily understand.
The main caveats I have with the book are:
The book propounds using XHTML, which is still a hotly debated topic whether it should even be used for making public web pages. XHTML is arguably a dead standard as of Dec. 2009. It’s also problematic since XHTML STILL is not properly parsed by the most widely used browser in the marketplace (MSIE) – esp. when served as “text/html” as recommended in this book. XHTML pages often “just break” or refuse to properly work with IE, and using XHMTL can break typical usage of some scripting languages, esp. JavaScript. There’s even a Sitepoint XHTML vs. HTML FAQ (the publishers of this book) suggesting NEVER to use XHTML unless you have a very specific application that NEEDS to use it. Just because XHTML is popular, doesn’t mean it’s proper, and it can cause more headaches than it’s worth. Kind of like using OOPHP – sure it has its place, but I wouldn’t call it obligatory.
I would have moved the content of Chapter 8 into Chapter 1. It would be helpful for readers to know about web hosting and connecting to said host before attempting to publish their pages. To my mind this is definitely a “Setting Up Shop” activity – in fact I’d have these tasks prerequisite to those in Chapter 1. What’s the point of creating web pages if you have no where to post them for others to see?
A possibly bigger issue is that Chapter 9 “Adding a Blog…” is nearly useless now that Blogger no longer supports FTP publishing (announced in Feb 2010 and unsupported as of May 2010). Including an entire chapter that has a “single point of failure,” such as relying on a singular service that’s avail. today to be around tomorrow doesn’t seem like very good planning to me. It would’ve been nice if another, more generic alternative were presented (such as just linking to one’s Blogger or WordPress blog and how to configure them so they at least look similar, if not integrated).
It’s still a pretty good book, and I’m going to use it for the class, with strong warnings about the fallability of XHTML. In class, we’re going to use HTML 4.01 Strict.
Was this review helpful to you?
|This is a review of the 2nd edition,
Lately, when choosing between books I pay great attention to ratings and reviews. I found that they are a good indicator of quality and generally are a sign that a book simply was very well written. This is also true for this book, of which its first edition (search for ISBN-10: 0975240293 or ISBN-13: 978-0975240298) attracted 37 reviews with an average rating of 4.8 stars. I absolutely agree and am also giving it 5 stars and will only add that all steps involved in building the model website are explained and there were practically no parts I had trouble with.
Because I had to wait a little while for the 2nd edition I was granted a free pdf download of the 1st edition so that I could start right away. I want to make a case here for this format. A few advantages:
- It’s easy because in this case you’re behind your computer anyway
- The pdf is in colour whereas the book is greyscaled
- I found it very easy to cut and paste the html code into the files
- It’s probably cheaper
With regard to the 2nd edition major changes are in the chapters that deal with online services (for instance form processing, webhosting) because they change rapidly. Also it must be said that it misses the 57 pages HTML reference of the 1st edition, probably to promote sale of the reference by the same author. Also the layout changed a little.
Little downsides:
- It misses a HTML reference. After you finish this book you definitely know how and where to start with building your own website but I still feel you need some kind of reference to know all possibilities (for instance all possible attributes and values)
- I found the book sometimes just a little too funny for my taste
- When it comes to recommending books it too often recommends books of the same publisher, whereas some other books received much higher ratings with Amazon
Was this review helpful to you?
|Good Intro and Reference to CSS,
Before purchasing this book I had a thorough understanding of HTML. I also knew how to create websites with tables in Dreamweaver, which is how my college course taught me (ugh). I did use CSS, but only in Dreamweaver to manipulate text, background, and header styles. So I bought this book with the intention of creating websites in a more efficient way. I wasn’t exactly excited to learn and write scripting languages due to my tendency to be more of a designer than a developer, but this book made the process enjoyable.
The book provides the underlying principles of HTML and CSS, and then guides the reader through the development of a simple scuba diving site. After completing the book and the site I felt I had a good grasp on the basics of CSS and HTML. It was simple to understand and the author does a good job of teaching how to think about how things interact, instead of just copying code. He also teaches how to stay organized in the process. Perhaps one of the most useful parts of the book is how many references he provides. The scuba site was simple, and in my opinion, a horrible design, but he gives enough to go on for more advanced stuff.
A month after completing the book I began designing and developing my first website for a local massage business, and after that a site for a political organization. I was staying up late into the wee hours trying to figure out how to get things to work the way I wanted on both of these sites, and this book didn’t provide all the answers, but it gave me the foundation to build upon and understand what other web designers/developers were talking about on other forums, sites, blogs, etc.
Overall, a good book to get started.
Tyler
Was this review helpful to you?
|