*debug tools for html,css&javascript*

gptsven

New Member
Messages
253
Reaction score
5
Points
0
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
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
There is the css developer addon too.
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
This isn't a tutorial...

It's a compilation of fire fox addons. If you can call three 1st page addons a compilation...
 

lair360

New Member
Messages
200
Reaction score
0
Points
0
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


Uhhh...this doesn't look like tutorials....its more like advertising.
 
Top