cmd + T
cmd + W
cmd + shift + [
cmd + shift + ]
cmd + [1-9]
chrome://flags
data:text/html, <html contenteditable>
cmd + shift + J
cmd + W
?
cmd + [
cmd + ]
Esc
cmd + F
Skin your chrome inspector
Chrome themes
console.log("%cBAM!!", "color: blue; font-size: 100px;");
http://getfirebug.com/wiki/index.php/Command_Line_API
$0
$()
$$()
clear()
copy()
console.log()
console.dir()
Date.now() // 1337376068250 - Integer
performance.now() // 20303.427000007 - Floating Point
setTimeout()
requestAnimationFrame()
(Polyfill)
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden; -webkit-perspective: 1000;
-webkit-translate()
(Demo and Why)
requestAnimationFrame()
!
Slides are at: darcyclarke.me/dev/tools