Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
emes0013198yChrome. I used to use Firebug a lot back in the day...but man, CDT are so much nicer.
-
manFrame9488yIE dev tools, I think I am the only one but I build apps for our enterprise and they only use IE. Out of the two, Chrome all the way
-
mhall2748yDo you mean the devtools in Firefox, or the actual Firebug extension?
I use Firefox devtools. Firebug is way too slow and causes some skyrocketing memory usage.
I have a few issues with Chrome as a browser and stay off of it, sadly. (I've tried to love it, but I just can't ... ) -
mhall2748y@jkojoa Mostly font rendering issues. Kerning and anti-aliasing in particular. Both are horrible on Chrome, but look great on Firefox.
I've built a design system that allows interactive design for photographic posters and font rendering is crucial. All of the layout information is translated from the DOM values and output to JSON/Javascript and executed by Photoshop to build the poster as seen on the screen.
Because of the rendering issues, the layout is off when using Chrome. -
jkojoa1058y@mhall I agree the rendering engine is a lot "smoother" in Firefox. I still prefer chrome for dev tools, I find it faster and having more useful tools however I do prefer Firefox as a browser.
for Web devs only.. do you prefer firebug or chrome dev tools?
undefined