Tag: browser

20 Useful Firefox Add-ons for Web Developers

Most of the web developers use Firefox browser for their development work as it has tons of useful extensions to help in productivity, performance and perfection. Here are some of the useful and commonly used extensions: 1. Firebug This is an essential add-on every developer should have. Firebug allows to inspect HTML and modify the

How to Add Stylesheets for IE Only

It is very challenging to write only one CSS file to target all the browsers, especially to target IE. We can add the IE specific style sheets using conditional comments. So we have to add one global CSS file for all browsers, and one for IE only to override or add styles specific to IE.
Close Bitnami banner