• 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

AJAX lines of code

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,


How many lines of code to add AJAX for this scenario?
Web page with two forms and few images..

If I miss any item please add it and add singular or one to the item.

Thanks for your responses,
David
[ April 28, 2006: Message edited by: David Dong ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you are really missing the point of what Ajax is.

Ajax is not a language.

It is a methodology of a way to program an application that talks to the server asynchronously with user interactions.

Please read through this article here: http://en.wikipedia.org/wiki/AJAX and read this from the JavaRanch news letter: http://www.javaranch.com/journal/200601/Journal200601.jsp#a2

The tutorials on the wiki and the article from the newsletter show you the very basics of what Ajax is. Head Rush Ajax and my book Ajax In Action show you in greater detail how this stuff can be applied and used.

Eric
 
David Dong
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Eric,

Thank you for your clarification!
I understand more and more each time I post a question.

Thanks,
David
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic