- XML escaping - http://escapehtmlforxml.com/
- XML indenting (critical when trying to read ugly XML) - http://xmlindent.com/
- JSlint (javascript code checker) - http://www.jslint.com/
- JSONlint (JSON validator and formatter) - http://www.jsonlint.com/
- W3C HTML validator - http://validator.w3.org/
- W3C CSS validator - http://jigsaw.w3.org/css-validator/
- WDG tools (web validators) - http://htmlhelp.com/tools/
- XHTML/CSS page validator - http://xhtml-css.com/
- shell tools (xml, base64, md5/sha1, and more) - http://www.shell-tools.net/
Aaron Zeckoski is a technology leader recognized for his expertise in educational technologies and learning systems. He has been an open source architect working on learning systems projects like Sakai. This is a technical blog about software engineering, servant leadership, and whatever else.
Showing posts with label validation. Show all posts
Showing posts with label validation. Show all posts
Friday, August 28, 2009
Helpful online tools
These are a bunch of online tools which I find indispensable when I need to do some quick validation, encoding, or formatting/indenting.
Labels:
formatter,
indenter,
Javascript,
json,
online tools,
validation,
validator,
xml
Tuesday, October 16, 2007
Validating CSS online
I recently had a problem with a webapp where things were showing up but I could not figure out why. The CSS seemed correct at a glance but someone else had written it so I was not very familiar with it. After struggling for awhile I did the smart thing and asked Gonzalo Silverio if he had any ideas (which of course, he did). He pointed me to this awesome CSS validator at http://jigsaw.w3.org/css-validator/. You can upload a css file or simply provide a URL to the file and it will give you a nice little report that tells you what is wrong.
A similar service for validating your markup is available at http://validator.w3.org/.
A similar service for validating your markup is available at http://validator.w3.org/.
Subscribe to:
Posts (Atom)