smerny Posted October 1, 2011 Share Posted October 1, 2011 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. Quote Link to comment Share on other sites More sharing options...
trq Posted October 1, 2011 Share Posted October 1, 2011 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 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.