purpose of this tutorial:
help you to write better code and help you debug errors.
Introduction
Every web developer knows that debugging HTML & Javascript code is tricky, most IDE's do not really offer help to write standard HTML and javascript code.
Have no fear! firefox is here!
everyone who makes websites should have firefox! it has multiple cool extentions to help you debug errors in your CSS code, HTML code and Javascript code!
addons everyone should have
Web developer extension
- checks if your code applies to the internet standards. if there are errors or warnings you can view those and fix them in 1 2 3
FireBug
- edit css in your browser to view changes immediately
- graphic representation of your CSS (this is rly awesome)
Html Validator
- checks if your html is valid with the given doctype.
The above tools are must-haves for web developers
help you to write better code and help you debug errors.
Introduction
Every web developer knows that debugging HTML & Javascript code is tricky, most IDE's do not really offer help to write standard HTML and javascript code.
Have no fear! firefox is here!
everyone who makes websites should have firefox! it has multiple cool extentions to help you debug errors in your CSS code, HTML code and Javascript code!
addons everyone should have
Web developer extension
- checks if your code applies to the internet standards. if there are errors or warnings you can view those and fix them in 1 2 3
FireBug
- edit css in your browser to view changes immediately
- graphic representation of your CSS (this is rly awesome)
Html Validator
- checks if your html is valid with the given doctype.
The above tools are must-haves for web developers