<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.geeek.org/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Blog de Geeek, le blog geek par excellence par Ludovic Toinel ... - xhtml</title>
  <link>http://www.geeek.org/</link>
  <description>Le blog d'un geek passionné par : l'informatique, le Web, Internet, les gadgets, la photo, la sécurité, Linux, la culture geek ...</description>
  <language>fr</language>
  <pubDate>Sat, 05 Jul 2008 00:46:29 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Firefox 3 : Fermez vos tags &lt;script&gt; avec un tag &lt;/script&gt;</title>
    <link>http://www.geeek.org/post/2008/05/19/Firefox-3-%3A-Fermez-vos-tags-script-avec-un-tag-/script</link>
    <guid isPermaLink="false">urn:md5:d4145bb53b8d86bb056fe7841957c308</guid>
    <pubDate>Mon, 19 May 2008 23:54:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>développement</category><category>firefox</category><category>internet</category><category>mozilla</category><category>web</category><category>xhtml</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/firefox.jpg&quot; alt=&quot;firefox.jpg&quot; style=&quot;float:right; margin: 0 0 1em 1em;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Étrange mais pourtant bien réel, parmi les nouveautés de Firefox 3 il est
recommandé aux webmestres de remplacer leurs tags :&lt;/p&gt;
&lt;code class=&quot;xml&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;script&lt;/span&gt; ... &lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;
&lt;p&gt;par :&lt;/p&gt;
&lt;code class=&quot;xml&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;script&lt;/span&gt; ...&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/script&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;
&lt;p&gt;Cela permet d'augmenter la sécurité et la compatibilité dixit Mozilla.&lt;br /&gt;
&lt;br /&gt;
Pour plus d'information concernant cette recommandation, &lt;a href=&quot;http://developer.mozilla.org/en/docs/Updating_web_applications_for_Firefox_3&quot;&gt;rendez-vous
sur le site officiel de la fondation Mozilla&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2008/05/19/Firefox-3-%3A-Fermez-vos-tags-script-avec-un-tag-/script#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2008/05/19/Firefox-3-%3A-Fermez-vos-tags-script-avec-un-tag-/script#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/1476</wfw:commentRss>
      </item>
    
  <item>
    <title>Plugin HTML Validator pour Firefox 3 beta 5</title>
    <link>http://www.geeek.org/post/2008/05/04/Plugin-HTML-Validator-pour-Firefox-3-beta-5</link>
    <guid isPermaLink="false">urn:md5:304eec29a0ad1cbb84942205e5a23367</guid>
    <pubDate>Sun, 04 May 2008 21:59:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>firefox</category><category>javascript</category><category>plugin</category><category>validation</category><category>xhtml</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/firefox_html_validator.png&quot; alt=&quot;firefox_html_validator.png&quot; style=&quot;float:right; margin: 0 0 1em 1em;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Le plugin &amp;quot;Html Validator&amp;quot; permet de valider à chaud, toutes les pages Web
accédées par Firefox. Il affiche en bas de la page, le nombre d'erreurs de
syntaxe trouvées dans le document HTML, les erreurs d'exécution du
javascript... C'est un véritable indicateur qualité des pages.&lt;/p&gt;
&lt;p&gt;Ce plugin fonctionnait avec Firefox 1 et 2, son auteur vient de l'adapter à
Firefox 3 beta 5. Il n'est pas encore disponible sur le portail Mozilla, mais
il est cependant possible de le télécharger directement sur le site de son
auteur :&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://users.skynet.be/mgueury/mozilla/download.html&quot;&gt;http://users.skynet.be/mgueury/mozilla/download.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;C'est un plugin indispensable pour les personnes qui ont l'occasion de
développer des sites Web. C'est d'ailleurs avec ce plugin que j'ai réalisé
&lt;a href=&quot;http://www.geeek.org/post/2008/01/16/Top-Blogs-High-Tech-%3A-Respect-des-normes-W3C-et-Performance&quot;&gt;
mon étude sur le respect des normes Web&lt;/a&gt; par les meilleurs blogueurs
High-Tech classés par Wikio.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2008/05/04/Plugin-HTML-Validator-pour-Firefox-3-beta-5#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2008/05/04/Plugin-HTML-Validator-pour-Firefox-3-beta-5#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/1433</wfw:commentRss>
      </item>
    
  <item>
    <title>Badge Google Talk valide XHTML Strict</title>
    <link>http://www.geeek.org/post/2008/02/28/Badge-Google-Talk-valide-XHTML-Strict</link>
    <guid isPermaLink="false">urn:md5:8d71801ee4198742a0a098bab760a30c</guid>
    <pubDate>Thu, 28 Feb 2008 00:05:00 +0100</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>google</category><category>w3c</category><category>xhtml</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/blogosphere/google_talk_logo.gif&quot; alt=&quot;google talk whtml strict&quot; style=&quot;float:right; margin: 0 0 1em 1em;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Voici une petite astuce pour que le badge Google Talk soit valide XHTML
Strict.&lt;/p&gt;
&lt;p&gt;Il suffit de remplacer le code du badge :&lt;/p&gt;
&lt;code class=&quot;xml&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;iframe&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;src&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;http://www.google.com/talk/service/badge/Show?tk=x&amp;amp;w=200&amp;amp;h=60&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;frameborder&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;allowtransparency&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;true&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;width&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;200&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;height&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;60&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/iframe&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;
&lt;p&gt;par :&lt;/p&gt;
&lt;code class=&quot;xml&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;object&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;data&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;http://www.google.com/talk/service/badge/Show?tk=x&amp;amp;amp;w=200&amp;amp;amp;h=60&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;width&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;200&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;height&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;60&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;type&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;text/html&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;Service indisponible&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/object&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2008/02/28/Badge-Google-Talk-valide-XHTML-Strict#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2008/02/28/Badge-Google-Talk-valide-XHTML-Strict#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/1268</wfw:commentRss>
      </item>
    
  <item>
    <title>MobileFaces kit : Développement d'applications web pour le mobile</title>
    <link>http://www.geeek.org/post/2007/06/27/MobileFaces-kit-%3A-Developpement-dapplications-web-pour-le-mobile</link>
    <guid isPermaLink="false">urn:md5:65d5ec89013914b6ce0d2d6856c1d262</guid>
    <pubDate>Wed, 27 Jun 2007 01:12:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>adaptation</category><category>ericsson</category><category>JSF</category><category>mobile</category><category>web</category><category>wml</category><category>wurfl</category><category>xhtml</category>    
    <description>    &lt;p&gt;Tout ceux qui ont déjà eu l'occasion de développer des applications Web dédiées aux mobiles se sont cassés les dents sur l'adaptation de contenu.
Quand je parle d'adaptation de contenu, il s'agit de l'adaption XHTML ou WML, de l'adaptation de la taille des images et du format des vidéos ...&lt;/p&gt;


&lt;p&gt;Bref toutes ces adaptations qui doivent être faite en fonction du téléphone mobile distant sont très complexes et ne sont pas simple à mettre en oeuvre.&lt;/p&gt;


&lt;p&gt;Ericsson, vient de publier &lt;a href=&quot;http://www.ericsson.com/mobilityworld/sub/open/technologies/open_development_tips/tools/mobilefaces_src_code_lib&quot; hreflang=&quot;fr&quot;&gt;une librairie JSF Opensource qui se nomme MobileFaces&lt;/a&gt; et qui permet d'adapter la page en WML ou en XHTML et qui permet de redimensionner la taille des images en fonction du mobile distant. Le développeur n'a plus qu'à développer sa page en JSF, le rendering est ensuite fait à la volée.&lt;/p&gt;


&lt;p&gt;Le concept est très intéressant et offre de nombreuses perspectives pour les personnes qui se lancent dans le développement d'une application mobile.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/mobile_faces.gif&quot; alt=&quot;mobile_faces.gif&quot; /&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ericsson.com/mobilityworld/sub/open/technologies/open_development_tips/tools/mobilefaces_src_code_lib&quot; hreflang=&quot;fr&quot;&gt;Site d'Ericsson&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2007/06/27/MobileFaces-kit-%3A-Developpement-dapplications-web-pour-le-mobile#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2007/06/27/MobileFaces-kit-%3A-Developpement-dapplications-web-pour-le-mobile#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/909</wfw:commentRss>
      </item>
    
</channel>
</rss>