Hi folks, Wondering who has had good experiences with AJAX/JSON frameworks working with PHP/Drupal? I realize that "frameworks" covers a multitude of sins - but if you've worked with something you like along these lines and it is Free and plays well with Drupal I'd love to hear about it. Dan
we've started playing with prototype/scriptaculous/behavior stack and most likely will be using that for future versions of CiviCRM. The other potential candidate you might want to explore is dojotoolkit which seems to be a much more comprehensive javascript toolkit lobo --- Dan Robinson <dan@civicactions.com> wrote:
Hi folks,
Wondering who has had good experiences with AJAX/JSON frameworks working with PHP/Drupal? I realize that "frameworks" covers a multitude of sins - but if you've worked with something you like along these lines and it is Free and plays well with Drupal I'd love to hear about it.
Dan
hi On 5/23/06, Donald A. Lobo <lobo@yahoo.com> wrote:
we've started playing with prototype/scriptaculous/behavior stack and most likely will be using that for future versions of CiviCRM. The other potential candidate you might want to explore is dojotoolkit which seems to be a much more comprehensive javascript toolkit
yes. i have used dojotoolkit. its quite bigger in size but i think its not suitable to internet because of its huge size. may be we can try scriptaculous i wish to contribute something
lobo
--- Dan Robinson <dan@civicactions.com> wrote:
Hi folks,
Wondering who has had good experiences with AJAX/JSON frameworks working with PHP/Drupal? I realize that "frameworks" covers a multitude of sins - but if you've worked with something you like along these lines and it is Free and plays well with Drupal I'd love to hear about it.
Dan
-- <name> balachandar muruganantham</name> <Yahoo!> mbchandar</Yahoo!> <Hotmail> mbchandar</Hotmail> <blog> http://www.balachandar.net/blog</blog> <web>http://www.balachandar.net</web> <talk> http://www.expertstalk.org</talk> <shop>http://www.chennaishopping.com</shop>
I'm looking at the prototype stuff (found some good doco at <http://www.sergiopereira.com/articles/prototype.js.html#Whatsthat>). Why wouldn't you use dojo if it "is a much more comprehensive javascript toolkit"?
we've started playing with prototype/scriptaculous/behavior stack and most likely will be using that for future versions of CiviCRM. The other potential candidate you might want to explore is dojotoolkit which seems to be a much more comprehensive javascript toolkit
lobo
--- Dan Robinson <dan@civicactions.com> wrote:
Hi folks,
Wondering who has had good experiences with AJAX/JSON frameworks working with PHP/Drupal? I realize that "frameworks" covers a multitude of sins - but if you've worked with something you like along these lines and it is Free and plays well with Drupal I'd love to hear about it.
Dan
Dan Did you try the S/P AJAX module in contrib? It stands for Scriptaculous and Prototype AJAX and was written by Jeff Robbins.
also found this <http://drupal.org/node/57285> - don't know what I was thinking :)
Dan
Did you try the S/P AJAX module in contrib?
It stands for Scriptaculous and Prototype AJAX and was written by Jeff Robbins.
Op dinsdag 23 mei 2006 18:19, schreef Dan Robinson:
Hi folks,
Wondering who has had good experiences with AJAX/JSON frameworks working with PHP/Drupal? I realize that "frameworks" covers a multitude of sins - but if you've worked with something you like along these lines and it is Free and plays well with Drupal I'd love to hear about it.
Dan
Scriptalicious/prototype is AFAIK the best documented one. For me documentation makes The Difference when choosing some library. Hence I used it with Drupal and liked it. Bèr -- | Bèr Kessels | webschuur.com | website development | | Jabber & Google Talk: ber@jabber.webschuur.com | http://bler.webschuur.com | http://www.webschuur.com | CVS onder de knie krijgen: http://help.sympal.nl/cvs_onder_de_knie_krijgen
Wondering who has had good experiences with AJAX/JSON frameworks working with PHP/Drupal? I realize that "frameworks" covers a multitude of sins - but if you've worked with something you like along these lines and it is Free and plays well with Drupal I'd love to hear about it.
I'm using dojo for what it's worth. The problem is that for interesting things I have to patch core.
Op 24-mei-2006, om 10:08 heeft drupal het volgende geschreven:
Wondering who has had good experiences with AJAX/JSON frameworks working with PHP/Drupal? I realize that "frameworks" covers a multitude of sins - but if you've worked with something you like along these lines and it is Free and plays well with Drupal I'd love to hear about it.
I'm using dojo for what it's worth. The problem is that for interesting things I have to patch core.
True.. have a look at the spajax.module - written by jjef - and specifically to the spajax_to_js() function. When we could merge the differences between spajax_to_js() and drupal_to_js(), the usage of JS/AJAX-frameworks within drupal will make the world a little better. Try merging these differences and make a patch against HEAD for inclusion into core. Stefan
Anyone looking at AJAX frameworks should take a serious look at jQuery, http://jquery.com/. Only used it sparsely with Drupal but it's CSS and XPath selectors makes it easy to include in an unobtrusive manner. It's also lightweight (even compared to scriptaculous/prototype) and has a plugin framework. Michael Geary (http://drupal.org/user/14527) has written an entry on JSON and jQuery on his blog, http://mg.to/2006/01/25/json-for-jquery. I have a feeling that jQuery and Drupal could be the perfect fit, a JQuery module anyone? /Anders
participants (8)
-
Anders -
balachandar muruganantham -
Bèr Kessels -
Dan Robinson -
Donald A. Lobo -
drupal -
Khalid B -
Stefan Nagtegaal