473,416 Members | 1,628 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

JS development tool?

I'm just wondering - is there a JS developing tool?

I'm using Notepad, IE and a lot of F5 key :-))
using some better text editor that highlights code is definitely better but
I never found debugging or similar functions in any tool

what do You use to code JS?

Gordan
Jul 20 '05 #1
3 2202
"Gordan" <go********@torkulMAKNI.hr> writes:
I'm just wondering - is there a JS developing tool?

I'm using Notepad, IE and a lot of F5 key :-)) .... what do You use to code JS?


Emacs and Opera. I.e., the same method as you. The advantage is that
Opera gives better error messages than IE (which is really
uninformative!). Mozilla also gives good error messages.

I use a Javascript "test bench" for testing ideas before adding them
to a page. <URL:http://www.infimum.dk/HTML/javascript/jstest6.html>

If I need to debug, I usually add alerts up to a point, then I start
the Venkman debugger in Mozilla.

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #2
"Gordan" <go********@torkulMAKNI.hr> wrote in message news:<bk**********@ls219.htnet.hr>...
I'm just wondering - is there a JS developing tool?

I'm using Notepad, IE and a lot of F5 key :-))
using some better text editor that highlights code is definitely better but
I never found debugging or similar functions in any tool

what do You use to code JS?


For syntax highlighting/coloring and code snippets, I like TextPad.
The Clipping Library for code snippets is a really useful feature.
Also, you can add your own commands to the menu. I use a script that,
combined with Douglas Crockford's JSLint, allows me to lint the
JavaScript code first from within the TextPad environment.

As for debugging IE web pages, Visual Studio .NET does an outstanding
job, in my opinion.

I have been playing with customizing DreamWeaver MX to be a better
JavaScript coding environment. If you use a naming convention with
your variables, you can get DW to pop-up object methods. For example,
if you name arrays using the pattern [some_value]_ary, when you type,
say, "messages_ary." the list of array methods will be displayed as
soon as you type the ".". All of these code hints and syntax colors
can be customized.

I tend to only use this when I am doing heavy web work at the same
time as the JavaScript work.

To be honest, my most common development "environment" is to have DW
open for the web pages, TextPad open for the JavaScript coding, a
custom HTA for the JavaScript code testing (looking for green
bars...), and Visual Studio .NET for debugging.
Jul 20 '05 #3
On Mon, 22 Sep 2003 19:44:16 +0200
"Gordan" <go********@torkulMAKNI.hr> wrote:
<snip>
I like the SciTE editor. It has syntax highlighting for a multitude of
languages, including JavaScript and HTML. It also has folding, which is
useful for long scripts. It runs on both Linux and Windows.

I am just beginning with JavaScript myself. I am currently interested in
animation so I first built a harness for running and debugging animation
pages. I used a two frame frameset, so that the program being tested
thought that it was running normally in the right frame. In the left
frame I put some controls that let me start, stop and single-step the
animation forward and backward and a TEXTAREA to display debugging code.
This turned out to be a very good project for getting my feet wet in
JavaScript as well as being a useful debugger.

--
Don't you see that the whole aim of Newspeak is to narrow the range of
thought? In the end we shall make thoughtcrime literally impossible,
because there will be no words in which to express it.
-- George Orwell, 1984

Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Doug Broadwell | last post by:
I'm getting ready to start a fairly large application to be hosted on SQL-Server. In the past I have used Access 2002 (as a front end, wasn't happy with the number of bugs I ran into),...
28
by: Jed | last post by:
Hello to all! I have a couple of projects I intend starting on, and was wondering if someone here could make a suggestion for a good compiler and development environment. My goals are as...
7
by: Randy | last post by:
Hi Folks, I've recently completed a new information management and help authoring tool; it's available as a free download on my web site. I call it Foundation. It's written in VB.NET, and...
4
by: Richard Levasseur | last post by:
(Forewarning, most of these problems and solutions come from being the only developer in a 1 server department with no budget, few resources, unresponsive IT, and non-technical managers, so thats...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.