PDA

View Full Version : A few links for webmasters!


Sarah
02-26-2007, 04:05 AM
Validate your xhtml (http://validator.w3.org/)
Then your CSS (http://jigsaw.w3.org/css-validator/)
Standards aren't perfect, but they are at the very least extremely helpful in debugging your site.

Is CSS a mystery? Did you ever wonder what a hex code for a color was just by looking at it? Try Colorzilla for Firefox (http://www.iosart.com/firefox/colorzilla/). Gives you an eyedropper so you can grab the color from anything in your browser. Also shows the CSS class (to some extent).

Need more advanced debugging from your browser? Firebug (https://addons.mozilla.org/firefox/1843/) plugin for FireFox shows all html, css, javascript, and has more cool stuff. You have to try it to see all the cool stuff that it does.

Cirtex Admin
02-28-2007, 01:21 AM
Thanks for the helpful tips Sarah :)

Clare
02-28-2007, 09:29 AM
Yeah, I installed them yesterday. Very helpful!