<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.odelia-technologies.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>odelia technologies - AJAX</title>
 <link>http://www.odelia-technologies.com/taxonomy/term/33/0</link>
 <description></description>
 <language>fr</language>
<item>
 <title>Messagerie instantanée avec Google Talk et Grails</title>
 <link>http://www.odelia-technologies.com/node/160</link>
 <description>&lt;p&gt;Cet article décrit un exemple d&amp;#39;intégration du protocole de messagerie instantanée XMPP/Jabber dans une application Grails : cet exemple consiste à permettre à tout internaute de dialoguer avec un utilisateur précis Jabber, à partir d&amp;#39;une page web mise à jour grâce à la technologie AJAX ; en l&amp;#39;occurrence, cette démonstration étant en ligne sur le site web &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.grailsworks.com/&quot; target=&quot;_blank&quot;&gt;GrailsWorks&lt;/a&gt;, vous pourrez effectivement converser avec l&amp;#39;auteur de cet article via la page &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.grailsworks.com/grailsbox/chatBot&quot; target=&quot;_blank&quot;&gt;ChatBot&lt;/a&gt;. De mon côté, si je suis bien connecté et disponible, vos messages me parviendront au travers de &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.google.com/talk/intl/fr/&quot; target=&quot;_blank&quot;&gt;Google Talk&lt;/a&gt;, dont j&amp;#39;utilise le client.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.odelia-technologies.com/node/160&quot;&gt;en lire plus&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/160#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/33">AJAX</category>
 <category domain="http://www.odelia-technologies.com/GrailsBox">GrailsWorks</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/47">Prototype</category>
 <category domain="http://www.odelia-technologies.com/Grails">Grails</category>
 <category domain="http://www.odelia-technologies.com/Groovy">Groovy</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/86">XMPP</category>
 <pubDate>Tue, 06 May 2008 22:30:10 +0200</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">160 at http://www.odelia-technologies.com</guid>
</item>
<item>
 <title>Les effets spectaculaires d’AJAX dans une application Grails !</title>
 <link>http://www.odelia-technologies.com/node/143</link>
 <description>&lt;p&gt;Le framework Grails contient dans sa librairie de tags plusieurs éléments réservés au support d&amp;#39;AJAX. Nous donnons dans cet article, des exemples d&amp;#39;utilisation des éléments &lt;code class=&quot;geshifilter&quot;&gt;g:remoteFonction&lt;/code&gt; et &lt;code class=&quot;geshifilter&quot;&gt;g:remoteLink&lt;/code&gt;, et montrons comment appliquer des effets visuels dans la mise à jour partielle d&amp;#39;une page web avec la librairie &lt;a class=&quot;lien_externe&quot; target=&quot;_blank&quot; href=&quot;http://script.aculo.us/&quot;&gt;scripta.culo.us&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.odelia-technologies.com/node/143&quot;&gt;en lire plus&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/143#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/33">AJAX</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/34">JavaScript</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/49">Scriptaculous</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/58">AJAX</category>
 <category domain="http://www.odelia-technologies.com/Grails">Grails</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/45">GSP</category>
 <pubDate>Wed, 24 Oct 2007 22:08:02 +0200</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">143 at http://www.odelia-technologies.com</guid>
</item>
<item>
 <title>Lignes de temps</title>
 <link>http://www.odelia-technologies.com/node/133</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://simile.mit.edu/timeline/&quot; target=&quot;_blank&quot; class=&quot;lien_externe&quot;&gt;Timeline&lt;/a&gt; est composant web visuel DHTML/AJAX développé par &lt;a target=&quot;_blank&quot; href=&quot;http://simile.mit.edu/&quot; class=&quot;lien_externe&quot;&gt;SIMILE Project&lt;/a&gt;, et destiné à afficher des informations événementielles dans une ou plusieurs bandes que l&amp;#39;utilisateur peut manipuler de manière interactive avec la souris.&lt;/p&gt;&lt;p&gt;Chaque bande possède sa propre unité de temps qui peut être, par exemple, l&amp;#39;année, le mois, ou le jour, et les différentes bandes sont synchronisées entre elles, et forment une ligne de temps.&lt;br /&gt;Une ligne de temps peut être affichée de manière horizontale ou verticale ; au moyen de la souris, par déplacement de celle-ci sur une bande, l&amp;#39;utilisateur va pouvoir faire défiler la ligne de temps ; et chaque bande peut présenter des informations événementielles.&lt;/p&gt;&lt;p&gt;La page du projet &lt;a target=&quot;_blank&quot; href=&quot;http://simile.mit.edu/timeline/&quot; class=&quot;lien_externe&quot;&gt;Timeline&lt;/a&gt; présente de nombreux exemples en ligne, ainsi que la manière d&amp;#39;intégrer une Timeline dans vos pages web : voir &lt;a target=&quot;_blank&quot; href=&quot;http://simile.mit.edu/wiki/Comment_cr%C3%A9er_des_Timelines&quot; class=&quot;lien_externe&quot;&gt;Comment créer des Timelines&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Par ailleurs, &lt;a target=&quot;_blank&quot; href=&quot;http://www.mytimelines.net/&quot; class=&quot;lien_externe&quot;&gt;My Timelines&lt;/a&gt; propose un assistant permettant de créer des Timelines, avec les données provenant d&amp;#39;un fil d&amp;#39;actualité au format RSS, RDF ou Atom.&lt;/p&gt;

&lt;p&gt;Voici une Timeline créée avec My Timelines utilisant comme flux, le flux RSS de ce site :&lt;br/&gt;
&lt;div&gt;&lt;div id=&quot;my-timeline&quot; style=&quot;height: 150px; border: 1px solid #eaeaea; font-size: 11px; font-family: arial;&quot;&gt;&lt;/div&gt;&lt;p style=&quot;font-size: x-small&quot;&gt;Powered by &lt;a href=&quot;http://www.mytimelines.net/&quot; title=&quot;Free Interactive Timelines&quot;&gt;My Timelines&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
&lt;/p&gt;

&lt;p&gt;Techniquement, dans une page web, une Timeline doit être créée par du code JavaScript et l&amp;#39;on doit indiquer l&amp;#39;URL que le composant doit utiliser pour charger les données (au format XML ou JSON) à afficher.&lt;br /&gt;Ces données peuvent, bien sûr, être générées de manière dynamique par un composant serveur développé avec la technologie de votre choix !&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/133#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/33">AJAX</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/68">SIMILE</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/67">Timeline</category>
 <pubDate>Thu, 30 Aug 2007 00:17:17 +0200</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">133 at http://www.odelia-technologies.com</guid>
</item>
<item>
 <title>Applications web riches avec OpenLaszlo</title>
 <link>http://www.odelia-technologies.com/node/96</link>
 <description>&lt;p&gt;Le projet &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.openlaszlo.org/&quot; target=&quot;_blank&quot;&gt;Open Laszlo&lt;/a&gt; permet de construire des applications web riches ; cette richesse, pour les applications web qui ont besoin d&amp;#39;offrir le niveau d&amp;#39;interactivité des applications autonomes à base d&amp;#39;interfaces graphiques, est bien démontrée sur la page &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.laszlosystems.com/demos/&quot; target=&quot;_blank&quot;&gt;Laszlo Demos&lt;/a&gt; de ce projet.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.odelia-technologies.com/node/96&quot;&gt;en lire plus&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/96#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/33">AJAX</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/38">OpenLaszlo</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/39">RIA</category>
 <pubDate>Mon, 15 Jan 2007 13:15:28 +0100</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">96 at http://www.odelia-technologies.com</guid>
</item>
<item>
 <title>Des boîtes de dialogue web avec ThickBox 2.1</title>
 <link>http://www.odelia-technologies.com/node/88</link>
 <description>&lt;p&gt;&lt;a class=&quot;lien_externe&quot; href=&quot;http://jquery.com/demo/thickbox/&quot; target=&quot;_blank&quot;&gt;ThickBox 2.1&lt;/a&gt; est une librairie écrite en JavaScript qui permet l&amp;#39;affichage de pages web avec un comportement identique à celui des boîtes de dialogue modales qui requièrent l&amp;#39;attention de l&amp;#39;utilisateur.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.odelia-technologies.com/node/88&quot;&gt;en lire plus&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/88#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/33">AJAX</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/34">JavaScript</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/32">jQuery</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/31">ThickBox</category>
 <pubDate>Tue, 07 Nov 2006 23:19:12 +0100</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">88 at http://www.odelia-technologies.com</guid>
</item>
</channel>
</rss>
