dropshado.ws

Front-end development minutiæ

by David DeSandro

Archive
RSS feed
Twitter
GitHub Pages mirror

Firefox 4 has a built-in web console

Related links:

  • Firebug blog : Firebug Metamorphosis
  • Introducing the Web Console
  • MDN: Using the Web Console

Very bare bones in Firefox 4 beta 6, and in no-way a complete Firebug replacement, but I appreciate that it’s at least there. Initial irks:

  • Without the console open, console.log() still breaks your scripts
  • Cmd + Shift + K to open. Would have been nice if it were unified with WebKit’s Cmd + Opt + I.
25 Oct 2010
  • firefox
  • firefox4
  • console

CSS Transition End Events

  • WebKit : webkitTransitionEnd
  • Firefox : transitionend
  • Opera : oTransitionEnd

Tested in this fiddle

(Source: stackoverflow.com)

24 Oct 2010
  • js
  • transitions
  • webkit
  • firefox
  • firefox4
  • opera
  • fiddle

Firefox 4: -moz-any() selector grouping ✩ Mozilla Hacks – the Web developer blog

27 Jul 2010
  • firefox
  • firefox4
  • css
  • desandro.com
  • @desandro
  • github.com/desandro
  • desandro’s JS Fiddles