firebug for chrome?
satya - Wed Apr 18 2012 09:13:49 GMT-0400 (Eastern Daylight Time)
Good vibe about chrome dev tools
satya - Wed Apr 18 2012 09:17:03 GMT-0400 (Eastern Daylight Time)
webkit webinspector
webkit webinspector
satya - Wed Apr 18 2012 10:34:23 GMT-0400 (Eastern Daylight Time)
CTRL-SHIFT-I: invoke the Chrome dev tools
CTRL-SHIFT-I: invoke the Chrome dev tools
satya - Wed Apr 18 2012 10:35:07 GMT-0400 (Eastern Daylight Time)
This is like firebug for chrome
This is like firebug for chrome
satya - Wed Apr 18 2012 10:35:57 GMT-0400 (Eastern Daylight Time)
You can
Fix CSS
Degug Javascript
Mature the webpage
satya - Wed Apr 18 2012 10:37:03 GMT-0400 (Eastern Daylight Time)
CSS features
inspect elements
edit css for an element
see what file the css is coming from
ctrl-space for prompts while editing
See the new css in the file
save the file as
satya - Wed Apr 18 2012 10:37:39 GMT-0400 (Eastern Daylight Time)
CTRL-SPACE: for prompting the possible values
this is like eclipse context sensitive magic
satya - Wed Apr 18 2012 10:38:17 GMT-0400 (Eastern Daylight Time)
Understand and use 'hsl' for color gradients
Understand and use 'hsl' for color gradients
satya - Wed Apr 18 2012 10:38:37 GMT-0400 (Eastern Daylight Time)
use console.log where it makes sense
use console.log where it makes sense
satya - Wed Apr 18 2012 10:38:54 GMT-0400 (Eastern Daylight Time)
There is a whole command line firebug api
There is a whole command line firebug api
satya - Wed Apr 18 2012 10:39:19 GMT-0400 (Eastern Daylight Time)
what is clojure hoverguard?
what is clojure hoverguard?
satya - Wed Apr 18 2012 10:40:32 GMT-0400 (Eastern Daylight Time)
Key Javscript debug breakpoint possibilities
Resource view/ source code
Intercept events
Intercept DOM updates
Intercept recorded execution timeline
satya - Wed Apr 18 2012 10:40:49 GMT-0400 (Eastern Daylight Time)
Pretty print of javascript/css
Pretty print of javascript/css
satya - Wed Apr 18 2012 10:41:02 GMT-0400 (Eastern Daylight Time)
json pretty print
json pretty print
satya - Wed Apr 18 2012 10:41:23 GMT-0400 (Eastern Daylight Time)
Chrome devtools home page
Chrome devtools home page
satya - Wed Apr 18 2012 10:42:27 GMT-0400 (Eastern Daylight Time)
Here is the homepage apparently
Here is the homepage apparently
https://developers.google.com/chrome-developer-tools/