« | Main | »

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.

http://www.getfirebug.com/

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 | 2 Comments »

2 Responses to “javascript command interpreter”

  1. Mike Says:
    March 24th, 2009 at 3:08 pm

    I love Firebug.

  2. Mike Says:
    March 27th, 2009 at 12:38 pm

    I really do

Comments