On Feb 13, 3:56 pm, "Jimmy" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I wish to ask one question that I also want to learn prototype and
> want to do Ajax programming (I already have enough knowledge of almost
> all the web related popular scripting and server side languages)

If you just want AJAX functionality, there is no need to learn
Prototype.  AJAX itself is pretty straight forward - apparently you
know javascript, so try a straight javascript library:

Ajaxtoolbox:
<URL: http://www.ajaxtoolbox.com/ >
<URL: http://www.ajaxtoolbox.com/request/documentation.php >

Yahoo!:
<URL: http://developer.yahoo.com/javascript/howto-ajax.html#request >

The Yahoo! link shows you how to make a request and do a callback from
first principles in pure javascript (i.e. no 3rd party libraries) with
about 20 lines of code. Ajaxtoolbox has a rich, well documented API
with examples and support forum.


--
Rob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to