Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialrajbee
6,657 PointsDo I really need to learn back end programming to take the ajax course ?
Do I need to learn one of php, RoR, python etc ? If yes, then why ?
3 Answers
Grace Kelly
33,990 PointsFor me personally, having come from a php/sql background i felt it gave me a better foundation of understanding what AJAX was doing (making a request and receiving the data). However I don't think you need to learn back end programming for AJAX, Dave does an awesome job of explaining these concepts in AJAX Basics :)
jason chan
31,009 PointsNo you don't. Just think of ajax is another form of CRUD without relation database.
You can GET which is receives data from the json or xml file. Post posts new data onto the json or xml file. Put for delete.
So you can read data, update data, and delete data. I hope that helps.
Paul Ogden
7,709 PointsNo. I just took the AJAX course today. They give you a JSON fixture to use to mock out a server response for the projects.