On Aug 6, 2006, at 7:37 PM, Jorge Vargas wrote:

On 8/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi, Is there some way to write some _javascript_ without using a browser,
that is, to help me prototype before putting it in a web page?

I think I have seen at least one standalone interpreter but cant remenber it's name.

but the biggest problem with that will be the same as with plain _javascript_, it works so diferently across all browser that you have to test it in all of them.

There are three commonly seen standalone _javascript_ interpreters: Rhino, SpiderMonkey, and JScript. Rhino is Java-based, SpiderMonkey is the same implementation used by Firefox, and JScript is Microsoft's implementation.

In the scripts directory of the MochiKit source, there's a copy of Rhino and bootstrap scripts to run a subset of the tests with all three.

-bob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to