You can use any desktop tool to clean-up and beautify that poorly formated JavaScript you got from a blog or web resource.
I my case I am working on a JavaScript based event calendar that displays a calendar and highlights the current date with the dates which have events associated with them.
I got this great event calendar thats totally based on JavaScript from this link and it was not formatted correctly. As I had to make a few adjustments to the code as for my needs, I needed it to be correctly formatted so I could work on it. (more…)

