AJAX

TwitterFacebook
Get flash to fully experience Pearltrees
http://fcargoet.evolix.net/2009/02/jsonp-avec-jquery/

/home/florian » JSONP avec jQuery

Catégorie Webdev : A propos du web, de son contenu, de ses outils... Vous êtes certainement déjà au courant mais on ne peut pas faire d’appel Ajax sur un autre domaine que celui où tourne le script pour des raisons de sécurité. Si vous avez quand même besoin de récupérer des données cross-domain, il existe une technique : le JSONP (ou JSON with padding). Les services web qui renvoient du JSON vous permettent en général de récupérer du JSONP en rajoutant le paramètre callback=foo dans l’url. Exemple : Qu’est-ce qu’on en fait ?
Unfortunately, in-depth tutorials on practical ways to enter the world of Ajax are few and far between. To add to the problem, the XMLHttpRequest class used by Ajax isn’t very easy for beginning web developers to use. Luckily, a number of JavaScript libraries offer an easier way.

Easy Ajax with jQuery

http://www.sitepoint.com/ajax-jquery/
Et Qu’est-ce que Jquery? Jquery est un framework Javascript, c’est à dire une sorte de librairie de fonctions qui vous simplifient énormément la tâche. Jquery est (avec d’autres…) devenu quasiment incontournable si l’on manipule un peu AJAX (on peut diviser par 5 le nombre de lignes de code).

Initiation à Ajax avec Jquery (partie 1) | Snoupix

http://www.snoupix.com/initiation-a-ajax-avec-jquery-partie-1_tutorial_20.html
http://ajaxpatterns.org/PHP_Ajax_Frameworks

PHP Ajax Frameworks - Ajax Patterns

PRADO is an open source, object-oriented, event-driven, component-based PHP web application framework for Rapid Application Development with PHP. The main features are: A very clean, extensible, dynamic, XML-conformant, tag-based templating system, similar to ASP.NET's, but adding more functionality and better suited for PHP's dynamic approach. Interactive client-side presentation layer based on the Prototype JavaScript Framework and script.aculo.us effects library. It can however also use external controls based on jQuery and other JavaScript frameworks. Form input and validation.