5 useful Firefox addons for web developers
1. firebug
firebug is simply a necessity for serious web designers and developers. it features DOM traversing, network benchmarking, live manipulation of HTML/DOM, a JS console and much much more. Get it today!
2. web developer
web developer is an extension that allows for real-time debugging and manipulation of HTML, DOM, JS etc. and is a must-have. it [...]
Firefox: Disabling PANGO helps improve FF speed
I have quite a decent notebook with 2GB RAM but run under Ubuntu 9.04, my Firefox 3+ seems to wear down my whole system. Thus I googled around the net to find a solution and … tataa! Here it is:
Just add the line
export MOZ_DISABLE_PANGO=1 firefox
to your environment (e.g. .bashrc in your home directory). I noticed [...]
