Search Results

0
votes

Which text editor has the most useful autocomplete for web page editing?

The best auto-completion feature I've used for web development is the one included in the Aptana Studio IDE. Aptana is based on Eclipse, a …
0
votes

Good JavaScript Books?

Javascript: The definitive guide explains the core JavaScript langu …
0
votes

Starting javascript development - what to do?

If you already use InelliJ Idea, it also has pretty good support for javascript development. It does highlighting, autocompletion, and some level of code validation. For debugging, the best tool I …
2
votes

JavaScript Debugger

Aptana Studio IDE has a nice javascript debugger. The community version supports only Firefox, the professional one also supports …
4
votes

Localization in OpenSocial gadget app

To extract the values you should use the getMsg method var prefs = n …
0
votes

JavaScript versus google flash component… possible ?

Take a look at swfobject javascript library …
1
vote

Download JSEclipse plugin stand-alone

You can download the plugin jar from here. Or yo …