Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > JavaScript Complier and Syntax Checker

Reply
Thread Tools

JavaScript Complier and Syntax Checker

 
 
Robert
Guest
Posts: n/a
 
      12-17-2004
I have begun coding some JavaScript as part of my HTML layout. Let me
know if you have any suggestions for a color code editor/complier,
which would help me sort out code misspelling and errors. Firefox,
Dreamweaver, HTML-Kit, and Textpad remain in my web development
arsenal. But I am unfamiliar with integrating these tools with
JavaScript and HTML. HTML part is easy; the JavaScript part is less
straightforward. Please provide any helpful tips and links to any
plug-ins or add-ons for JavaScript compiling.
 
Reply With Quote
 
 
 
 
SpaceGirl
Guest
Posts: n/a
 
      12-17-2004
Robert wrote:
> I have begun coding some JavaScript as part of my HTML layout. Let me
> know if you have any suggestions for a color code editor/complier,
> which would help me sort out code misspelling and errors. Firefox,
> Dreamweaver, HTML-Kit, and Textpad remain in my web development
> arsenal. But I am unfamiliar with integrating these tools with
> JavaScript and HTML. HTML part is easy; the JavaScript part is less
> straightforward. Please provide any helpful tips and links to any
> plug-ins or add-ons for JavaScript compiling.


Trial and error I guess... I dont know of any good tools for this other
than FireFox's javascript console and hand-coding in DreamWeaver and
then LOTS of testing in IE6/IE5.5/IE5.2(mac)/FireFox1.0/Opera

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Reply With Quote
 
 
 
 
neredbojias
Guest
Posts: n/a
 
      12-17-2004
Without quill or qualm, Robert quothed:

> I have begun coding some JavaScript as part of my HTML layout. Let me
> know if you have any suggestions for a color code editor/complier,
> which would help me sort out code misspelling and errors. Firefox,
> Dreamweaver, HTML-Kit, and Textpad remain in my web development
> arsenal. But I am unfamiliar with integrating these tools with
> JavaScript and HTML. HTML part is easy; the JavaScript part is less
> straightforward. Please provide any helpful tips and links to any
> plug-ins or add-ons for JavaScript compiling.
>


According to some scholars, arsenal is the ancient Celtic word for
"asshole".

Be that as it may, try getting a good, code-intensive book on javascript.
I purchased "Pure Javascript" (-used, but barely) for $5.00 from
BarnesandNoble.com.

--
Neredbojias
Contrary to popular belief, it is believable.
 
Reply With Quote
 
Randy Webb
Guest
Posts: n/a
 
      12-17-2004
neredbojias wrote:
> Without quill or qualm, Robert quothed:
>
>
>>I have begun coding some JavaScript as part of my HTML layout. Let me
>>know if you have any suggestions for a color code editor/complier,
>>which would help me sort out code misspelling and errors. Firefox,
>>Dreamweaver, HTML-Kit, and Textpad remain in my web development
>>arsenal. But I am unfamiliar with integrating these tools with
>>JavaScript and HTML. HTML part is easy; the JavaScript part is less
>>straightforward. Please provide any helpful tips and links to any
>>plug-ins or add-ons for JavaScript compiling.
>>

>
>
> According to some scholars, arsenal is the ancient Celtic word for
> "asshole".
>
> Be that as it may, try getting a good, code-intensive book on javascript.
> I purchased "Pure Javascript" (-used, but barely) for $5.00 from
> BarnesandNoble.com.


At least its "barely" used but it was still a wasted 5 dollars.


--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
 
Reply With Quote
 
neredbojias
Guest
Posts: n/a
 
      12-18-2004
Without quill or qualm, Randy Webb quothed:

> > According to some scholars, arsenal is the ancient Celtic word for
> > "asshole".
> >
> > Be that as it may, try getting a good, code-intensive book on javascript.
> > I purchased "Pure Javascript" (-used, but barely) for $5.00 from
> > BarnesandNoble.com.

>
> At least its "barely" used but it was still a wasted 5 dollars.


There are none so blind as those who will not see. -Or cannot see. It
may not be the easiest book in the world, but if one is willing to do the
work, one can derive much that is useful from aforementioned tome.

--
Neredbojias
Contrary to popular belief, it is believable.
 
Reply With Quote
 
Randy Webb
Guest
Posts: n/a
 
      12-18-2004
neredbojias wrote:
> Without quill or qualm, Randy Webb quothed:
>
>
>>>According to some scholars, arsenal is the ancient Celtic word for
>>>"asshole".
>>>
>>>Be that as it may, try getting a good, code-intensive book on javascript.
>>>I purchased "Pure Javascript" (-used, but barely) for $5.00 from
>>>BarnesandNoble.com.

>>
>>At least its "barely" used but it was still a wasted 5 dollars.

>
>
> There are none so blind as those who will not see. -Or cannot see. It
> may not be the easiest book in the world, but if one is willing to do the
> work, one can derive much that is useful from aforementioned tome.


That is your opinion and you are welcome to it. But when the book is
"barely used", then it makes certain implications. Whether its seldom
used due to lack of time to use it or because of lack of *good*
information. If its lack of time, then I fail to see how someone that
lacks the time to read the book can say its a good book. And if its lack
of information, well, that speaks for itself.

Perhaps you would be interested in taking the time to read the c.l.j FAQ
and see what it has to say about books. The FAQ is not my own opinions,
I do not even maintain it. But it reflects the thoughts/opinions of many
who deal with JS on a daily basis and have at least checked the books out.


--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
 
Reply With Quote
 
Jim Michaels
Guest
Posts: n/a
 
      02-03-2006
I've had a pretty good experience with Danny Goodman's JavaScript Bible (IDG
Books). $40.
very useful examples, goes into detail about methods, properties.
has a properties and methods diagram page (nice reference).

Dreamweaver color-syntax-highlights javascript, ASP, and PHP code. just put
it your code into the body or the head area: <script>document.write("Hello,
world");</script>. if you are looking for a debugger, internet explorer has
a decent visual script debugger available for it.

"Robert" <robert-neville310@> wrote in message
news:...
>I have begun coding some JavaScript as part of my HTML layout. Let me
> know if you have any suggestions for a color code editor/complier,
> which would help me sort out code misspelling and errors. Firefox,
> Dreamweaver, HTML-Kit, and Textpad remain in my web development
> arsenal. But I am unfamiliar with integrating these tools with
> JavaScript and HTML. HTML part is easy; the JavaScript part is less
> straightforward. Please provide any helpful tips and links to any
> plug-ins or add-ons for JavaScript compiling.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax Checker that's better than the normal syntax checker Jacob Grover Ruby 5 07-18-2008 05:07 AM
MSN Messenger Block Checker and Yahoo Block Checker mianriz Software 0 07-30-2006 08:22 AM
MSN BLOCK CHECKER-MSN STATUS CHECKER-MSN PROBLEMS Pager O Rama Digital Photography 0 04-04-2006 06:58 PM
MSN BLOCK CHECKER-MSN STATUS CHECKER-MSN PROBLEMS Pager O Rama ASP General 0 04-04-2006 06:41 PM
Complier error!! error C2059: syntax error : '(' Balaji C++ 3 12-03-2004 11:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57