If there are no tools, developing JavaScript programs is a very painful thing, ie always gives super fuzzy error hints, basically to solve the problem is no help.
If you have tools to help, it would be a great pleasure to develop a JavaScript program.
Firebug:firefox is a plugin that can be used to edit, debug, and view CSS, HTML, and Javascript. The features included are:
Good tree structure to represent HTML elements, easy to find, can be flexible to edit HTML elements;
When viewing the HTML page, you can easily modify the CSS, and timely see the effect; www.82676666.com
Help analyze the network status of the open page;
Help debug JavaScript code and analyze the performance of JavaScript code;
Quick positioning error;
Browse Dom;
Provide command line to run JavaScript scripts;
Provides a lot of powerful log functions, output log information, to help find errors. Www.mlybyby.com
Note: About Dom browsing, feel firebug use not too cool, a bit messy feeling, compare recommend another plugin DOM inspector to see DOM.
Jseclipse:eclipse is a plug-in, is a JavaScript editor, including code completion, analysis code generation class and Function list functions, very powerful, little like Jseclipse analysis code function, can correctly analyze the definition of JS object, Includes member variables and member functions.
Dom Inspector:firefox a plug-in, you can dynamically display the DOM of the Web page, the structure is clear, easy to find, in short, feeling is cool.
Another URL: http://developer.mozilla.org/en/docs/Main_Page Web Development Online manual, almost all Web-related content can be found, note the upper right corner of the search input box, where everything starts.
From then on, Eclipse is Editor,firefox, the runtime Environment/debuger, and begin to happily write JavaScript scripts that let all the programs run on the web. Www.mlyrx120.com
List of JavaScript development tools