CSS Cookbook
Authors: Schmitt C.
Published year: 2006
Pages: 195-196/235
Buy this book on amazon.com >>

References

CSS Browser Support Charts



http://www.westciv.com/style_master/academy/browser_support/

If you run into problems developing with CSS, check the CSS Support Charts here to determine if there is a problem with the browser(s) you are using.

W3C's Recommended DTDs



http://www.w3.org/QA/2002/04/valid-dtd-list.html

Assigning the right DOCTYPE to a web page helps in establishing the correct manner in which browsers will render your web page and validators will check your code. All that's on this web page is a listing of the most commonly used DOCTYPEs.

W3C's CSS Page



http://www.w3.org/Style/CSS/

This is the official site for CSS. At this site you can learn about the history of CSS, investigate learning resources and authoring tools, and read current CSS news.

CSS 2.1 Specification



http://www.w3.org/TR/CSS21/

Browser implementations of the CSS specification are sometimes a confusing mess. When you're tracking down how to achieve a certain look or an implementation bug, go here to check the specification (as well as the CSS Support Charts).

HTML 4.01 Specification



http://www.w3.org/TR/html4/

To make the most out of using CSS for web design, you need to create your web documents with structured markup instead of using workarounds and hacks. Furthermore, you need to mark up your documents with elements to imply an inherent presentational meaning. For example, you need to highlight important words by using the em element and not the b element. If you need to change your production methods , dig into the HTML specification at this site and get to know the elements all over again.

XHTML 1.0 Specification



http://www.w3.org/TR/xhtml1/

Extensible HyperText Markup Language (XHTML) is a restructuring of HTML 4 in XML 1.0. Although XHTML markup is stricter than that of HTML 4, the benefits are simple: more logical markup, increased interoperability, and enhanced accessibility.



Tools

BrowserCam



http://www.browsercam.com/

BrowserCam is an affordable, web-based service that tests a web design in multiple browsers on numerous operating systems. At the time of this writing, a free 24- hour evaluation period is available for web developers that register onto the site.

iCapture



http://www.danvine.com/icapture/

A free tool for web developers to preview web pages as viewed in Safari. A great site for Windows users when the only Macintosh product they want to buy is an iPod.

SelectORacle



http://gallery.theopalgroup.com/selectoracle/

A free service designed to help people learn more about complex CSS selectors by translating their meaning into plain English. CSS selectors can be submitted in one of two ways. The first method is to copy and paste a CSS selector into a form on the web site. The other method is to enter either a URL of a web page with an embedded style sheet or a URL to an external style sheet. The service then renders the CSS selector into easy-to-understand language.

W3C CSS Validator



http:// jigsaw .w3.org/css-validator/

This free service, provided on the W3C server, checks CSS for proper structure. You can test your markup by uploading files, entering a web address in the form, and then copying and pasting the CSS into a form field. And if you are so inclined, you can download and install the validator on your own server.

W3C HTML Validator



http://validator.w3.org/

The W3C HTML validator is another free service from the W3C. Similar to the CSS validator, the HTML validator checks to see if your markup conforms to web standards.

Web Developer Browser Extension



https ://addons.mozilla.org/extensions/moreinfo.php?id=60

Chris Pedrick has created an indispensable extension for the popular Firefox and Mozilla browsers. A few features involve editing a web page's CSS through the browser, sending a web page's code directly to a W3C's validator, placing an outline on block level elements, as well as many, many other functions with a simple click of the mouse.

Xyle Scope



http://www.culturedcode.com/xyle/

Xyle scope is an indispensable tool that helps people of all skill levels. Accepting either a link to a web site or pulling up a web page from your computer, Xyle scope allows developers to see how the markup and CSS work together to build a web page design. Since the software is tied to the Web Kit, Safari's rendering engine, it is only available for Macintosh operating system.


CSS Cookbook
Authors: Schmitt C.
Published year: 2006
Pages: 195-196/235
Buy this book on amazon.com >>

Similar books on Amazon