Connecting Tech Pros Worldwide Forums | Help | Site Map

Where can i find something GOOD.

Henrik
Guest
 
Posts: n/a
#1: Jul 23 '05
Hi!
Where can i find GOOD documentation for javascript?
Is there a GOOD javascript debugger out there, someone who knows?

Zifud
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Where can i find something GOOD.


Henrik wrote:[color=blue]
> Hi!
> Where can i find GOOD documentation for javascript?[/color]

Standard ECMA-262 ECMAScript Language Specification


<URL:http://www.ecma-international.org/publications/standards/Ecma-262.htm>

[color=blue]
> Is there a GOOD javascript debugger out there, someone who knows?[/color]

Venkman: the code name for Mozilla's JavaScript Debugger

<URL:http://www.mozilla.org/projects/venkman/>

Use with Mozilla-based browser (my pref: Firefox). Combine with
Mozilla/Firefox's JavaScript console and a good editor (EditPlus is
good shareware) you're ready to go.


--
Zif
Eric
Guest
 
Posts: n/a
#3: Jul 23 '05

re: Where can i find something GOOD.


Zifud wrote:
[color=blue]
> Henrik wrote:[color=green]
>> Hi!
>> Where can i find GOOD documentation for javascript?[/color]
>
> Standard ECMA-262 ECMAScript Language Specification
>
>
>[/color]
<URL:http://www.ecma-international.org/publications/standards/Ecma-262.htm>[color=blue]
>
>[color=green]
>> Is there a GOOD javascript debugger out there, someone who knows?[/color]
>
> Venkman: the code name for Mozilla's JavaScript Debugger
>
> <URL:http://www.mozilla.org/projects/venkman/>
>
> Use with Mozilla-based browser (my pref: Firefox). Combine with
> Mozilla/Firefox's JavaScript console and a good editor (EditPlus is
> good shareware) you're ready to go.
>
>[/color]
It seems i may already have that debugger installed, according to the
website Mozilla above 1.0 already has it. But... how do you start it?
I dont see any documentation around telling the ordinary user how to
get it fired up and some basic example of using it.
Thanks
Eric

Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#4: Jul 23 '05

re: Where can i find something GOOD.


Eric wrote:
[color=blue]
> It seems i may already have [Venkman] installed, according to the
> website Mozilla above 1.0 already has it. But... how do you start it?[/color]

If you selected it during setup, select Web Development, JavaScript Debugger
from the Tools menu. If it is not there, postinstall it via the XPI.
[color=blue]
> I dont see any documentation around telling the ordinary user how to
> get it fired up and some basic example of using it.[/color]

Google ist your friend. [psf 6.1] Trust me.

And please trim your quotes.


PointedEars
--
Microsoft has been doing a really bad job on their OS. -- Linus Torvalds
Closed Thread