Jump to content

Editor for Ajax


grungefreak

Recommended Posts

Since AJAX is JavaScript you will need a JavaScript enabled editor ;)

 

Small projects and basic learning you can do in Notepad (or Notepad++ preferably).

 

For larger projects you could try NetBeans for example (yeah... se my sig...:P ) . It has the ability to import JavaScript libraries such as jQuery or ExtJS and use code completition for them.

Link to comment
https://forums.phpfreaks.com/topic/140314-editor-for-ajax/#findComment-734396
Share on other sites

AJAX is not actually anything that an editor could be written for because it is a method of using Javascript and HTTP requests to allow web pages to interact with the web server.

 

However, there are frameworks that help with the creation of the matching client-side and server-side code.

 

The actual editor you would use is what ever you currently use to edit Javascript and your choice of server-side scripting language.

Link to comment
https://forums.phpfreaks.com/topic/140314-editor-for-ajax/#findComment-734397
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.