Cette application à été réalisé à l'aide du framework javascript JQuery, elle nécessite donc un navigateur supportant le javascript et l'objet XMLHhttpRequest.
Navigateurs supportés :
- Mozilla Firefox 1.X, 2.X
- Mozilla Browser 1.7
- Konqueror 3.5.X
- Safari 3.X
- Opera 1.7 (pas encore)
- Internet Explorer 6, 7 (pas encore)
Résolutions supportées :
- 800 x 600
- 1024 x 768
- 1280 x 1024
- 1600 x 1200
- etc...
Validation W3C :
Elle utilise les transformations XSLT pour mettre en forme les flux XML chargés lors d'appel AJAX vers le serveur web :
« AJAXSLT is an implementation of XSLT in JavaScript. Because XSLT uses XPath, it is also an implementation of XPath that can be used independently of XSLT. This implementation has the advantange that it makes XSLT uniformly available on more browsers than natively provide it, and that it can be extended to yet more browsers if necessary.
AJAXSLT is interesting for developers who strive aggressively for cross browser compatibility of their advanced web applications.
This implementation of XSLT operates at the DOM level on its input documents. It internally uses a DOM implementation to create the output document, but usually returns the output document as text stream. The DOM to construct the output document can be supplied by the application, or else an internal minimal DOM implementation is used. This DOM comes with a minimal XML parser that can be used to generate a suitable DOM representation of the input documents if they are present as text. »