• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I want to learn Ajax

 
Ranch Hand
Posts: 214
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am using Ajax first time in my project. I don't know in actually but I want to learn it and I used it on 2-3 pages and they run successfully but my concept is not clear.

please explain it in simple way.

Thanks and Regards
Reshma
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Entire books have been written on Ajax. It's certainly too big a topic to post a tutorial in a forum post. Search the web for tutorials or purchase a book

Ajax in Action, though a bit dated, is a good one, as is Head First Ajax.

You might also start here with this article.

Keep in mind that once you learn the fundamentals, you do not want to write Ajax code without the help of a JavaScript library such as jQuery or Dojo -- there are too many browser dependencies and nuances to go it alone.
 
reply
    Bookmark Topic Watch Topic
  • New Topic