Learning Web Design: A Beginner’s Guide to
Posted by Admin on July 30th, 2009 at 06:13am
Product Description
Everything you need to know to create professional web sites is right here. Learning Web Design starts from the beginning — defining how the Web and web pages work — and builds from there. By the end of the book, you’ll have the skills to create multi-column CSS layouts with optimized graphic files, and you’ll know how to get your pages up on the Web.
This thoroughly revised edition teaches you how to build web sites according to modern design practices and professional standards. Learning Web Design explains:
- How to create a simple (X)HTML page, how to add links and images
- Everything you need to know about web standards — (X)HTML, DTDs, and more
- Cascading Style Sheets — formatting text, colors and backgrounds, using the box model, page layout, and more
- All about web graphics, and how to make them lean and mean through optimization
- The site development process, from start to finish
- Getting your pages on the Web — hosting, domain names, and FTP
The book includes exercises to help you to learn various techniques, and short quizzes to make sure you’re up to speed with key concepts. If you’re interested in web design, Learning Web Design is the place to start.
About the Author
Jennifer Niederst Robbins was one of the first designers for the Web. As the designer of O’Reilly’s Global Network Navigator (GNN), the first commercial web site, she has been designing for the Web since 1993. She is the author of the bestselling “Web Design in a Nutshell” (O’Reilly), and has taught web design at the Massachusetts College of Art in Boston and Johnson and Wales University in Providence. She has spoken at major design and Internet events including SXSW Interactive, Seybold Seminars, the GRAFILL conference (Geilo, Norway), and one of the first W3C International Expos. Jen and her family reside in Seekonk, MA.
Buy Learning Web Design: A Beginner’s Guide to at Amazon
Under Webmaster

13 Comments for Learning Web Design: A Beginner’s Guide to
1. Yue yan | July 30th, 2009 at 6:50 am
5.0 out of 5 stars
Wonderful Book
Clearly written, organized and illustrated. I have gone crazy lately buying books on web design and computer languages like PHP and Python.
2. Dallin | July 30th, 2009 at 7:41 am
It’s been awhile since I’ve taken a look at what passes for a beginning web development book these days. I decided to examine Learning Web Design: A Beginner’s Guide to (X)HTML, StyleSheets, and Web Graphics (3rd edition) by Jennifer Niederst Robbins. All I want to know is… why weren’t books like this around when I was trying to learn this stuff?
Contents:
Part 1 – Getting Started: Where Do I Start?; How the Web Works; The Nature of Web Design
Part 2 – HTML Markup for Structure: Creating a Simple Page (HTML Overview); Marking up Text; Adding Links; Adding Images; Basic Table Markup; Forms; Understanding the Standards
Part 3 – CSS For Presentation: Cascading Style Sheets Orientation; Formatting Text (Plus More Selectors); Colors and Backgrounds (Plus Even More Selectors and External Style Sheets); Thinking Inside the Box (Padding, Borders, and Margins); Floating and Positioning; Page Layout with CSS; CSS Techniques
Part 4 – Creating Web Graphics: Web Graphics Basics; Lean and Mean Web Graphics
Part 5 – From Start to Finish: The Site Development Process; Getting Your Pages on the Web
Appendix A – Answers; Appendix B – CSS 2.1 Selectors; Index
The first clue that things were different is that it’s a full color book. So not only can the code examples be color-coded for clarity, but you don’t get black-and-white graphics that attempt to illustrate a full-color web page. Next, covering XHTML and CSS together means that the reader gets the correct foundation for how to separate content from structure. I personally still have a bad habit of using HTML tags instead of using CSS like I really should. Had I had Robbins’ book when I first learned, I’m inclined to think I’d have fewer bad habits to get rid of. Finally, she hits a sweet spot in covering issues like browser quirks and incompatibilities. It’s not so in-depth that the beginner gets lost, yet it’s detailed enough that even those who have been doing web work for some time will likely pick up or rediscover a few things they didn’t know or had forgotten.
For those working through the book as a tutorial, there are plenty of exercises that reinforce the skills you’ve acquired. After going through the material, there should be very little in the way of HTML and CSS coding that won’t make sense. The only part of web design that this book doesn’t cover is JavaScript. So if you’re coming to this book hoping to learn how to make your page dynamic and interactive via scripting, you’ll go away disappointed. Personally, I think it was a wise decision to leave that out. The target audience is more likely to want to build a basic page with static content to get started. Throwing programming skills at them might be enough to confuse and discourage, which would be a shame. There’s more than enough material here with HTML and CSS to get plenty of value for your book buying dollar.
I have a colleague at work who is dipping her toe into the world of web design. She asked me if I knew of any good books to get her started. I’ll be shipping my copy to her, as I’m quite confident this will be exactly what she needs…
3. Anonymous | July 30th, 2009 at 9:19 am
5.0 out of 5 stars
A great resource
I made it through most of this book. On occasion I go back to it as a reference. It is great to have on my bookshelf!
4. Nuha | July 30th, 2009 at 9:36 am
5.0 out of 5 stars
Perfect Intro to xhtml
I’m on chapter 6, working through the exercises by downloading the files from the author’s website. So far, it’s exactly what I was looking for.
5. Zahavah | July 30th, 2009 at 10:23 am
It’s a curious aspect of creating sites for the World Wide Web that its not always clear what the titles of the people who perform the functions necessary to do this should be. When I think of design, I think of determining what a site should look like. Robbins thinks that web design is about coding the documents that will ultimately be displayed in a browser window. That’s what this book is about, and I’ll use her definition in the future.
Web sites are prepared by creating a document in a form that web browsers can translate into something that can be presented on a monitor screen using a special set of symbols called Hyper Text Markup Language (HTML). “Learning Web Design” teaches the reader how to use this language to develop a site.
The book introduces broad concepts and then shows the specific language necessary to create content, neatly organized into chapters that deal with text, links, images, tables, and forms. Next the author discusses the use of Cascading Style Sheets (CSS), which is the current method of giving form to the content that allows smaller, quicker loading, and easier-to-change documents. Each chapter presents the basic concepts, walks the reader through exercises that apply the concepts, and then presents a review and test to make sure the reader grasps the chapter. Documents to work on are easily downloaded from a dedicated web site. While the lessons provide the basic information necessary to create a web site, Robbins generously sprinkles the chapters with references to web sites that examine more complex issues for those interested in learning more or developing special applications.
This book teaches web design in as simple and clear a manner as is possible for this topic, and no one interested in learning how to create a web site from scratch will be disappointed.
The real question is why one might want to learn to create a web site from scratch? Today many web-hosting providers make an on-line tool available that lets people create a basic site. If all you want to do is create such a site, you don’t need to know HTML. However, if you want to provide something more complex, you can create a site by writing the language yourself.
At the other end of the scale, if you expect to create many sites, you may find it more expedient (but also more expensive) to use software like Dreamweaver. However, while Dreamweaver doesn’t require you to know HTML, it may be easier to use if you understand what’s going on “under the hood.” And even with Dreamweaver, occasionally things get so complex that the quickest solution to a web design problem may be writing in HTML.
Some experienced web design people say that once you have learned HTML it’s quicker and easier to write it directly. (Occasionally, I think this point of view may be just showing off, but mostly I believe it.)
There are also some people (like myself) who learned HTML several years ago and have not kept up with changes. In recent years eXtensable HTML (XHTML) (a more precise mark-up language) and CSS have come onto the scene that newer browsers can use to present more effective websites. This book is an excellent way to update one’s knowledge.
If you find that you need to learn HTML, or XHTML, or CSS, I can’t imagine a clearer text than this book.
6. Kylar | July 30th, 2009 at 12:04 pm
5.0 out of 5 stars
Best book on web design
I’ve read several books on web design over the years and this is far and away the best of the bunch.
7. Denis | July 30th, 2009 at 1:10 pm
5.0 out of 5 stars
Learning Web Design
This book is great for people learning web design for the first time and for people who need a refresher.
8. Nefertiti | July 30th, 2009 at 1:14 pm
So, you want to learn how to design web pages and sites. Well, the title suggests you came to the right place. Did you? In my opinion, yes. The book covers the basics of HTML and XHTML, along with the CSS necessary to show it off.
It’s amazing how much – and how quickly – web design has changed over the last few years. If you’re new to the party, this book explains the current best practices in a clear manner. If you haven’t kept up, this book will prove to be a good refresher course.
The text is concise and clean, and the use of colors and a multitude of sidebars really enhance the learning experience. There is a strong emphasis on the separation of content (XHTML) and presentation (CSS), which, as we all know by now, is a good thing.
9. Jovana | July 30th, 2009 at 3:03 pm
3.0 out of 5 stars
new but slightly damaged
The book is very well done. It would have received 4 stars but the new book came with slight damage to it.
10. Pahana | July 30th, 2009 at 4:54 pm
5.0 out of 5 stars
A Solid Introduction to (X)HTML and CSS
I was looking to create a website for my work group that was professional looking and modern. I had played with HTML on an off, mostly copying other sites and cutting and…
11. Annabelle | July 30th, 2009 at 7:44 pm
5.0 out of 5 stars
This book saved my bacon!
When I needed to put up a Web site for my photo business, I decided to do it myself. I figured this would allow me to make changes and fixes without paying a designer.
12. Helladius | July 30th, 2009 at 8:53 pm
5.0 out of 5 stars
Definitely worth it….
I have looked through almost every web design book on the market, or it would feel that way at least.
13. Vic | July 30th, 2009 at 10:48 pm
5.0 out of 5 stars
The best introduction to modern web design
This is the clearest, most comprehensive, and most accurate beginner’s text I’ve seen. It’s also easy on the eyes, with helpful full-color diagrams and illustrations on every…
Leave a Comment for Learning Web Design: A Beginner’s Guide to
Trackback this post | Subscribe to the comments via RSS Feed