March 2007
gubb
sort de tadalist amélioré
February 2007
January 2007
November 2006
October 2006
Ajax & PHP without using the XmlHttpRequest Object
by 15 othersthere is one problem with most of the current implementations of Ajax: it has one dependency, and that is the XmlHttpRequest object. Most modern browser, like Firefox, have inbuilt support for this object, but older browsers, like Internet Explorer 6, don't have native support for this object. Luckily, IE 6 does support it, but it's built in as an ActiveX control, which means your visitors get an ugly warning message about the possible danger of an ActiveX control, or in some cases it just doesn't work at all.
In this tutorial, I will show you how to use Ajax without even having to use the XmlHttpRequest object.
September 2006
Prototype JavaScript Framework
by 96 othersPrototype JavaScript Framework: Class-style OO, Ajax, and more
Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
June 2006
May 2006
Bloglines
by 114 othersBloglines est un service en ligne GRATUIT permettant de rechercher, de créer et de partager des fils d'actualités, des blogues et des contenus Web enrichis, ou de s'y abonner. Avec Bloglines, il n'y a aucun logiciel à télécharger ou à installer – il vous suffit de vous inscrire en tant que nouvel utilisateur pour pouvoir immédiatement accéder à votre compte, à tout moment et à partir de n'importe quel ordinateur ou dispositif portable. En plus, c'est GRATUIT !
September 2005
script.aculo.us
by 199 others (via)The Web is changing. The 30-year-old terminal-like technology it was originally is gradually giving way to new ways of doing things. The power of AJAX allows for rich user interaction without the trouble that has bugged traditional web applications. Building upon the wonderful Prototype JavaScript library, script.aculo.us provides you with some great additional ingredients to mix in.
1
(18 marks)