Browser Detection
After you detect browser vendor, version, and (when necessary) OS,
you can:
- conditionally evaluate code:
if (is_w3cdom) ...
else if (is_nav4) ...
else if (is_ie4up) ...
- conditionally write markup
(four upcoming slides have
functions to make this easier)
Speaker Notes