Using Firefox to customize your website
Greeting all,
Today I’ll talk about Firefox and various plug in you can install to customize or debug your website
It became popular now-day to have a website (eg, my personal blog).
But what happen when something doesn’t work or doesn’t look like you would want? You have to determine what is wrong and how to solve it.
I’m using Firefox web browser to make those tasks because it has thousands of free plug in which help developer creating and debugging their site.
- Firebug
- Web developer
1) Firebug
The 1st plug in you need to install is called firebug. Firebug is a free debugging tools that allows you to change your CSS / HTML on the fly (without having to modify your page). You can also inspect specific elements (such as div, and their current CSS properties) and debug Javascript.
2) Web developer
The 2nd plug in you could install is Web developer. Web developer allows you to disable specific aspect of your current navigation, like cookies or javascript, as well as seeing cookie values. When dealing with SEO and security, it’s quite important having control on those aspect and being sure everything works as it should be. Web developer also show CSS / Javascript errors and make W3C validation on your page.
Hope you enjoyed this post !


Recent Comments