JavaScript Code Improver
한줄로 된 자바스크립트를 정리해주는 프로그램이라고 하네요..
유용할듯...
Hot! Deluxe Menus: Dynamic Menu, Dynamic Tree, Dynamic Tabs![]() De Luxe Menu. The most powerful DHTML Menu on the Web! Create a cross-browser, search engine friendly, fast-loading web interface of any desired complexity and appearance. You don't need any in-depth knowledge of HTML or Javascript to develop web menus with Deluxe Menu. By simply changing a menu parameter file, you can create any navigation system in minutes. Deluxe Menu comes with an easy-to-use GUI wizard and hundreds of pre-designed templates in Vista, XP, Win98, Ms Office, Linux, MacOs styles. that allows you to generate and test the menu in just a few mouse clicks.
|
JavaScript Code Improver
Cannot read your own JavaScript code?
Cannot find that closing brace?
Lost all hope of making head or tail of the JavaScript code inherited from your colleague?
Or just curious of how JavaScript works?
Try JavaScript Code Improver!
With JavaScript Code Improver you are just one click away from making any JavaScript clear, easily comprehensible and ready for printing thus saving the time you spend on editing, debugging and modifying it. Forget about all problems resulting from those illegible JavaScripts!
Compare how the same piece of code looks before:
<script language="JavaScript">var i=0,s="",k=0;function foo(){for(j=0;j<10;j++){for(i=0;i<10;i++){s="string1";k=Math.floor(Math.random()*10);}for(i=20;i>9;i--){s="string2";k=i;}}}</script>
and after processing by JavaScript Code Improver:
<script language="JavaScript">
var i = 0, s = "", k = 0;
function foo()
{
for(j = 0; j < 10; j++)
{
for(i = 0; i < 10; i++)
{
s = "string1";
k = Math.floor( Math.random()*10 );
}
for(i = 20; i > 9; i--)
{
s = "string2";
k = i;
}
}
}
</script>
You can see the difference, can’t you?
The program’s flexible settings let you structure the code in any way you like. So, even if your JavaScript code is pretty comprehensible, you can just give it more professional or just more pleasant feel.
So, download JavaScript Code Improver now and test.
Author: info ( at ) jcay.com