grungefreak Posted January 10, 2009 Share Posted January 10, 2009 I am beginning to learn AJAX. I am looking for some advice though. Is there any open soure all in one editor to write e.g. a simple e-commerce online shop using ajax and php? I have Dreamweaver but it has only very basic editing features. any guidance appreciated. gf Quote Link to comment Share on other sites More sharing options...
corbin Posted January 10, 2009 Share Posted January 10, 2009 I doubt there is an editor that does AJAX magic for you. Quote Link to comment Share on other sites More sharing options...
Rushyo Posted January 10, 2009 Share Posted January 10, 2009 "Is there any open soure all in one editor to write e.g. a simple e-commerce online shop using ajax and php?" A text editor and a lot of learning. Seriously. Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted January 11, 2009 Share Posted January 11, 2009 Use any editor even notepad if you please. Just look into what ajax exactly is first. Quote Link to comment Share on other sites More sharing options...
Mchl Posted January 11, 2009 Share Posted January 11, 2009 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... ) . It has the ability to import JavaScript libraries such as jQuery or ExtJS and use code completition for them. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted January 11, 2009 Share Posted January 11, 2009 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. Quote Link to comment Share on other sites More sharing options...
hanlonj Posted January 12, 2009 Share Posted January 12, 2009 Hi, Thanks for all the replies. I know what AJAX is and maybe I phrased my question wrongly. I really meant to say, would my Javascript editor be ok to develop a simple AJAX application in. Thanks again guys. You're really fast. hj Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.