vBulletin FAQ
The website where you learn about vBulletin Forums
Home   Download vBulletin   vBulletin FAQ Forums vBulletin Related Sites Contact Us
Welcome to vBulletin FAQ

vBulletin FAQ Navigation

Getting Started

Customizing your vBulletin

Search Engines & SEO

Making Money with a Forum

Promoting your Community

Get your own vBulletin Today


Webmaster Help


Pro CSS Techniques (Pro)





vBulletin Book Store > vBulletin books beginning with P

More details of book titled: Pro CSS Techniques (Pro)

Pro CSS Techniques (Pro)

Author: Jeff Croft
Published: 2006-11-27
List price: $39.99
Our price: $26.39
Usually ships in 24 hours
As of: July 04th, 2008 01:19:11 PM
Customer comments on this selection.

vBulletin Be gone tables! Hello CSS!
I come to web development as so many of us, through the back door. There are a hundred web projects for every web developer. And so, anybody with the desire can start building sites. This is how I started and how I continue. I learn just what I need to know to get this current project out the door. Now several years later I find myself deep in PHP programming with out any real knowledge of CSS. Free CSS templates have gotten me far and I have learned to hack them into something useful. But the fundamentals and advanced concepts escape me. So I did it, I got myself a CSS book and tackled the task I have procrastinated on for so long.

Pro CSS Techniques turned out to be a great choice. I didn't want to waste my money on a beginner's book that usually are full of "not much". So I went for the book with "Pro" in the title fully expecting to have to struggle a bit. I was pleasantly surprised on two accounts. First I didn't find myself struggling much. And second this book actually covers a wide range of material including the basics. The tutorial style that most of the book is written in lends itself well to my practical side. At several points in the book I had a break through that took me straight to my computer to implement techniques on current projects. I found myself running through the section like a recipe, substituting their examples for mine. That's my kind of book!

My favorite chapter turned out not to be a chapter at all but Appendix A - CSS Reference. It's a full reference for all CSS properties. This is what you would never get in a beginner book. How awesome to just look up the float property in the positioning section. I have to admit I may be over using the float property a little too much. But I have been freed from the bonds of tables and shale never return.

Now I just need to live up to the Authors' challenge and write semantically correct code. I see the need and appreciate it when ever I come upon it but this will be the true change for an implementor like me who just needs to get the job done. "Take the time and do it right", is my new mantra!


vBulletin Definately not 4 Beginners
Although pro css tecniques as the title of this book clearly incinuates it is for the more advanced designer, I still believe it is all in all beyond pro and to no bit of aid to the beginner or perhaps even the intermediate to advanced. Clearly the Authors of this book are master webdesigners and now what they are talking about, however Their lessons are overlooked when it comes to having the reader learn the techniques and not them illustrating and proving their intellect. Although my review may oppose likeness for this book I did learn a few little kickers here and there.

vBulletin Nice Follow up to "Beginning CSS Web Development"
A nice addition to Apress' bookshelf covering CSS Web Development. The book is well-written, easing you through specific topics and techniques that will take your developement skills to the next level. Simon Collison, Dan Rubin, Ian Lloyd and Jeff Croft are revolutionizing standards-compliant, accessible, responsible web design.

Well done again fella's. Looking forward to more advanced books from you and Apress!

Cheers,

Elias


vBulletin Real-World CSS Techniques
Having read through Pro CSS Techniques, I can recommend it to web site creators who occasionally (or often) find themselves scratching their heads wondering why that browser isn't rendering the page the way they intended. The book's subtitle reads: Real-world CSS Techniques for real-world CSS professionals. As a practical manual for developing today's websites, Pro CSS Techniques covers all the real-world bases.

What I especially like about the writing is that it isn't preachy and it offers options. For instance, it explains two techniques to expand anchor elements across their containers, providing both pros and cons for each. In addition, having been released after the final version of IE7 and Windows Vista, Pro CSS Techniques covers both IE6 and IE7 rendering anomalies as well as Windows Vista-specific typography information.

The authors are undoubtedly creating real websites every day. This book is a great resource for the areas we're most likely to need, as well as a fine reference for CSS techniques in general.


vBulletin Great CSS book for developers
There are many CSS books on the market now, so distinguishing yourself from the many is getting harder and harder to do. Since there are less intermediate to advanced books compared to beginner CSS books this is a start. Another thing this book focuses on that is different than the majority of other CSS book is that is stresses creating semantic markup throughout the design and development process. Semantic markup means understanding the meaning of the XHTML that you write. What this means is that the code is free of presentational information using only
and when absolutely necessary. These two tags can be very useful in creating intricate CSS designs but they have no semantic meaning. Many blog posts have called this "divitis" because their web page is just a whole bunch of
tags with identifiers (id or class) and that's it. While this visually helps the designer quickly create the site, to screen-readers, or PDAs or cell phones may not render the page exactly as you may think it should and using semantic markup helps the browser for that particular device render that page that makes the most sense. It is a hard concept to grasp or fully explain (as I probably am not), but it is used more and more in current web practices.

Now this book is written by a couple different authors which seems like the norm nowadays. [...] They all have contributed to various blogs (including their own) about web design techniques and many of them are here in this book.

Now the title of this book may be misleading. You do not have to be a professional web designer using XHTML and CSS in the workplace to buy this book. Nor do you have to have memorized every CSS property and value to understand what the authors are saying. All you need to be able to grasp the concepts talked about in the book is a basic understanding of Cascading Style Sheets. As long as you know the basics, this will be a very enjoyable read. The reason it is called "Pro" I am guessing is that many "pro" fessionals use the same techniques and practices that are talked about in the book. It doesn't mean that it is so complex and intricate that only the select few will understand.

So to start out the book goes into an excellent explanation (of what I started to in the beginning) of what semantic markup is, why it should be used and practical uses for it. The book then (chapter 2) goes into quick summary of CSS basics but from a perspective of why each element and style should be used (semantic meaning) and some of the least understood properties and selectors. The next chapter goes into a great explanation of how the "cascade" part of CSS works with using descendant, child and adjacent sibling selectors. This is a difficult concept to grasp and the author(s) explain it very simply and easily for almost any level of reader. Lots of code snippets and examples here with great uses for everyday stuff. The next chapter (chapter 4) is skipped in many other CSS books but is a very important issue: browser differences. This chapter explains each browser's (Firefox, IE, Opera and Safari) history and incompatibilities with CSS 2.1 and CSS 3.0 standards and discusses some of the big issues that started "hacks" back in the early years of CSS development. Hacks themselves are discussed in chapter 6 and are a very valuable skill in creating designs that are consistent across browsers. Though the author(s) explains that hacks are much a reason of non-semantic markup as they are with browser incompatibilities.

CSS layouts (chapter 7) and common page elements (chapter 8) are great chapters to get your website started with good design ideas or help you redesign your site without tables.
Some of the techniques shown are: rounded corners, image swapping and hover effects, creating tabbed navigation, and styling a logo image. Another concept explained in detail that gives most people headaches at first are floats which are used extensively in layout design and creating properly aligned forms without tables.

Another great chapter (chapter 10) focuses on layout designs for styling tables. Although there are a lot of examples on the web on how to do this it makes it easier to find it and apply it to your own site.

This is a great book for anybody wanting to further their CSS knowledge and experience by learning techniques that are used by some of the top designers out there. A must buy!

Similar Listings

Book cover of Pro JavaScript Techniques (Pro).Pro JavaScript Techniques (Pro)
Book cover of Pro CSS and HTML Design Patterns.Pro CSS and HTML Design Patterns
Book cover of Beginning CSS Web Development: From Novice to Professional.Beginning CSS Web Development: From Novice to Professional
Book cover of Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting.Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting
Book cover of Transcending CSS: The Fine Art of Web Design (Voices That Matter).Transcending CSS: The Fine Art of Web Design (Voices That Matter)
Our vBulletin book picks:


Find more vBulletin related products of interest.

Search:
Keywords:
Amazon Logo

Purchase vBulletin - Site Map - vBulletin Forum
Copyright © 2006 vBulletin-FAQ.com. All rights reserved.
This website is not affilliated with Jelsoft or vBulletin.
Forums - Archive