PDA

View Full Version : Best way to validate code?


Emma
08-09-2007, 06:33 PM
Now that I've changed the permalinks. I want my code to validate. I have about 27 errors. Some are little things like closing tags. Before I dive into this does anyone have any hints or tips about fixing code so it validates properly?

smittenbite
08-09-2007, 07:22 PM
well , what are the errors? =) a lot of times its something really little like i always get errors because it sys i dont have a name for my images.

Emma
08-09-2007, 07:45 PM
I'll have to get back to you with specifics. I guess I'll just start going through them one at a time. I don't think I'll have time to do it today. I was hoping maybe someone had some words of wisdom. I'll just be careful, back up, etc. Thanks!

ses5909
08-09-2007, 08:14 PM
If you use Firefox I would have recommend firebug (http://www.getfirebug.com/). I use it all of the time and it's sooo nice!

Emma
08-09-2007, 08:19 PM
Thanks, Sara! I will try firebug.

goldfries
08-09-2007, 11:46 PM
http://validator.w3.org/

BPartch
08-10-2007, 05:01 AM
I use this, also a FF add on. :)

http://users.skynet.be/mgueury/mozilla/

Emma
08-10-2007, 05:31 AM
Thanks, I added that one as well. :)

goldfries
08-10-2007, 05:59 AM
could try this plugin
http://chrispederick.com/work/web-developer/

ses5909
08-10-2007, 08:27 AM
Yeah the web developer toolbar is also a great one. Anyone who is a web developer or wants to tinker with their own code should have one.