... web builder stuff ...

source: people.redhat.com/bascha/webstuff/builder_one_print.html

Some Resource Notes

Browser Links

from Webmonkey:

Windows Browsers
Mac Browsers
Linux/Unix Browsers
Other Browsers

DOM (Document Object Model)

Webmonkey's Introduction to the DOM

JavaScript

Webmonkey JS quick tutorial
Webmonkey JS full tutorial

CSS/CSS-P

W3C CSS Home Page
W3C CSS2 Specification
Webmonkey CSS1 Tutorial
Webmonkey CSS-P/CSS2 Tutorial
CSS Talking (alistapart.com)
Fear of Stylesheets (alistapart.com)
glish.com Cross Browser CSS
Eric Meyer's CSS pages

XML/XHTML

Webmonkey on XML
Webmonkey on XHTML

XSL/XSLT

W3C XSL Standards

PHP

Webmonkey Tutorial

Perl/CGI

Webmonkey Tutorial

XSSI

Webmonkey

Big General Resources Pile

A List Apart
Browser Watch
Search Engine Watch
W3C Tutorials

Some Code

Doctypes

HTML 4.01 Strict, Transitional, Frameset
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
	   "http://www.w3.org/TR/html4/strict.dtd">
	
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	   "http://www.w3.org/TR/html4/loose.dtd">
	
	
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
	   "http://www.w3.org/TR/html4/frameset.dtd">
XHTML 1.0 Strict, Transitional, Frameset
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
	
	
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
	
	
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
	   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
XHTML 1.1 DTD
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
	   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

print.css

What the page should look like in the Print Preview.

http://people.redhat.com/bharris/print.css