Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Best tutorials for learning AJAX?

  • 03-08-2010 04:54AM
    #1
    Closed Accounts Posts: 27,856 ✭✭✭✭


    Hey folks,

    I'm thinking AJAX is something I'll need to become familiar with pretty soon, so I'm looking for the best tutorials for it.

    I just downloaded Apache, so hopefully I'll be able to mess around with it locally...

    I'm very comfortable with HTML, CSS and jQuery/Javascript, so from what I gather it shouldn't be too difficult to learn about AJAX

    Any suggestions for where to start? I've googled (and will continue to do so), but the first 4 or 5 tutorials that I came across weren't much use

    Cheers


Comments

  • Users Awaiting Email Confirmation Posts: 351 ✭✭ron_darrell


    Hi Dave,

    When I started out with AJAX I used the tutorial on www.w3schools.com/ajax/ - however, to make the most out of AJAX a prior knowledge of a previous scripting language and XML is essential. I find PHP the easiest to use but it's up to yourself. The next thing to keep in mind is that practice makes perfect so think of a simple example of AJAX (the one I use when teaching my students is a DDL of countries that generates (from a database table) a DDL of counties/states that generates a DDL of cities).

    Hope that helps,
    Regards,
    -RD


  • Registered Users, Registered Users 2 Posts: 241 ✭✭fcrossen


    Dave! wrote: »
    I'm very comfortable with HTML, CSS and jQuery/Javascript

    You're all set so:
    http://api.jquery.com/category/ajax/


Advertisement