Jump to content

Best way to start a project that includes Ajax?


smerny

Recommended Posts

Hey, I'm looking to start a project that will require a bunch of ajax (to keep content up to date with database without user having to refresh, and to allow the user to do things that will update the database without them having to load an entire page). What would be the best way to start such a project? Do I try to learn something such as CakePHP, or something like Google Web Toolkit? Part of the reason for this project is just for the learning experience, I want to find a good framework and learn it so that I can create good websites which incorporate MVC and Ajax and such.

 

Thanks for any advice.

Frameworks are always worth learning and will help you organise your code better once you know how to use them.

 

A great framework for organising Javascript is backbone. You would still preferably combine this with another framework (such as jQuery) to help with implementation.

 

Edit KP - Fixed URL format

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.