The document discusses learning to love HTML for web development. It suggests falling in love with HTML for what it offers as a structured content format rather than focusing on design or logic. It recommends avoiding code smells and instead focusing on clean HTML code that is flexible and machine readable. The document also provides advice for "marriage counseling" such as using HTML as an API, progressive enhancement techniques, and focusing on structured documents rather than pixel perfection.
5. falling in love
what does a document offer?
structured content
not design
not logic
6. why?
its what we share
with designers
with our users
the only code you write that the world sees
7. falling in love
avoiding the cheap floozy
code smells
difficult to maintain
trapped
supporting browsers (and versions)
reliance on grids / frameworks / tools
22. marriage counseling
browsers
stop fixating on browsers
you are not your browser
your browser doesnt matter to users
land of a thousand browsers
common ground
resets? okay
normalize is better!
http://necolas.github.com/normalize.css/