Who the hell is this guy?

And what does he know?

Browser Tools should make you happy

http://www.flickr.com/photos/lambj/3471721865/

Use the right tool for the job

Browsers
Man does not live by Chrome alone
Jesus (probably)

Experiment, explore, and be familiar!

  • IE DevTools
    • Can emulate IE6-10 in various compliance modes.
  • Firefox
    • Has native dev tools & firebug extension.
    • Natively supports 3d view, excellent for troubleshooting rogue DOM.
  • Safari
    • Familiar feel in webkit devtools.
    • Can remotely debug mobile safari on iOS6.
  • Opera
    • "Dragonfly" will be based on Chrome DevTools going forward (ref).

But be an expert with Chrome

Chrome DevTools

And be an expert in the future with Canary

Chrome Canary

Setup for success

Learn shortcuts and hotkeys!

http://www.flickr.com/photos/cc511/1975196563/sizes/o/

Core shortcuts

Mac OSXWindows
Open DevTools + opt + I F12 or ctrl + shift + I
Navigate Panels + [ / + ] ctrl + [ / ctrl + ]
Toggle Console esc esc
Auto-complete
(various places)
ctrl + space ctrl + space
Find
(various places)
+ F ctrl + F
Open Source File + O ctrl + O

Explore!

Click buttons! Change settings! Break something!

http://www.flickr.com/photos/cengizuskuplu/3497605638

Let's Play!

Pick a site, any site. www.what?

Additional resources

Thank You!

Jarrod Overson - jsoverson