Useful Resources
One of my clients recently asked me how I test my websites to check to see if they have any errors and if they are valid or not. Of course my response was "My sites are perfect, there's no need to bother checking."
I pretty much left it at that with them, but I thought I would share a few of my secret resources with you guys. I'm pretty big on cross-platform standards and these are some of the tools I use to ensure this.
First off, for standard HTML and CSS validation, I use the excelent W3C Validators. If you haven't checked your sites with these, then maybe you should give it a try. If a potential client calls us up and already has an existing website, I typically run a quick check with these tools to show them all the problems with their site. Nine out of ten times, their site has about 20-50 errors.
HTML & CSS
HTML Validation
http://validator.w3.org/
CSS Validation
http://jigsaw.w3.org/css-validator/
Metatag and Search Engine Related Stuff
http://www.seocentro.com/tools/search-engines/metatag-analyzer.html
JavaScript
Those are pretty much all you need for standard website design, but if you start getting into any javascript programming then these next three resources are excellent as well. One's a JavaScript validator, ones a formatter/beautifier and one is a packer/compressor/optimizer.
Validation
http://www.jslint.com/
Formatting
/beautify/">http://elfz.laacz.lv/beautify/
Compressor
http://dean.edwards.name/packer/
Regular Expressions
And for you hard core programmers out there, you might like this little gem. It's a regular expression tester. Great when your trying to figure those darned things out.
RegEx
http://www.regular-expressions.info/javascriptexample.html
That's about all I use. If you guys have any resources you would like to share, please post them in the comments.
Have something to say? Leave a comment!
You don't have to be registered to leave a comment. Unregistered user's comments will be approved before going live.
You are currently posting as an unregistered user.
This means that your comment will be reviewed prior to going live. If you are a registered user, please login. New user? No problem, register for an account, it's FREE! Benefits include, posting instantly, screen name protection, collaboration recognition, subscribe to article updates, and so much more!