« javascript change radio button properties | Main | script ralis par bingo php »
javascript command interpreter
By admin | January 3, 2008
If you looking for a way of using javascript independent of a browser then this article could be what you are looking for.
If you are looking for a javascript command line interpreter you should really consider using Firebug.
Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and have look at the state of the world. If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast.
Having a fancy JavaScript debugger is great, but sometimes the fastest way to find bugs is just to dump as much information to the console as you can. Firebug gives you a set of powerful logging functions that help you get answers fast.
Topics: all, javascript |









