digitalpoint
Well-known member
Hah.. yeah, I never thought I would say it, but the new versions of Internet Explorer really aren't that bad (although I've been on a SPDY kick lately... so not having that in IE is annoying. heh)
I used to not be able to live without Firebug, but like you mentioned, the Chrome debugging/dev tools are really nice and now going back to Firebug is a little painful.
Mostly though, I just wish Firefox supported CSS zoom... even if it was a proprietary -moz-zoom or something. Using transform: zoom() to do the same thing is painful enough (involves wrapping the object you want to zoom in a floating div) that I finally just gave up trying to support Firefox for retina graphics. Instead it's just enabled via a special CSS stylesheet if you are on Safari, Chrome, IE and Opera.
I used to not be able to live without Firebug, but like you mentioned, the Chrome debugging/dev tools are really nice and now going back to Firebug is a little painful.
Mostly though, I just wish Firefox supported CSS zoom... even if it was a proprietary -moz-zoom or something. Using transform: zoom() to do the same thing is painful enough (involves wrapping the object you want to zoom in a floating div) that I finally just gave up trying to support Firefox for retina graphics. Instead it's just enabled via a special CSS stylesheet if you are on Safari, Chrome, IE and Opera.