[Closure Tools] Closure Linter – A JavaScript style checker and fixer

Found a very good and open source tool which is provided by google to check javascript code.

Closure Linter

Find the home page here :

https://code.google.com/p/closure-linter/

How to install and use it :

https://developers.google.com/closure/utilities/docs/linter_howto?csw=1

What’s important for a javascript developer is :

– The code style

http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

[Tools] [Xpath] XPath Visualizer

XPathVisualizer is a simple, free Winforms tool to help you visualize

the results of XPath queries on XML documents.

—- Comment from its home page

Home page : http://xpathvisualizer.codeplex.com/

Download page : http://xpathvisualizer.codeplex.com/releases/view/76656

What I found it is better that is you can add the prefix as many as possible.

And you don’t need to click Test! each time, it will detect automaticlly.

It will also highlight the result matched.

Bref, I think that it is a good tool, so share with you !