<?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 ... - javascript</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>Thu, 03 Jul 2008 20:25:12 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <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>Un menu déroulant transparent avec Scriptaculous + CSS</title>
    <link>http://www.geeek.org/post/2007/04/20/Un-menu-deroulant-transparent-avec-Scriptaculous-CSS</link>
    <guid isPermaLink="false">urn:md5:67e923af424ba821b1d9d66db80a8612</guid>
    <pubDate>Fri, 20 Apr 2007 23:40:00 +0100</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>css</category><category>javascript</category><category>menu</category><category>transparence</category>    
    <description>    &lt;p&gt;Vous ne l'avez peut être pas encore remarqué mais le menu du blog a pas mal changé cette semaine.
J'ai mis en place Scriptaculous et j'ai joué avec la CSS du thème pour faire quelque chose de sympa visuellement.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/menu-deroulant.png&quot; alt=&quot;menu,deroulant,CSS,transparence,javascript&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Alors pour les néophytes voici quelques explications :&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tout d'abord j'ai téléchargé les scripts Javascript de Scriptaculous (&lt;a href=&quot;http://script.aculo.us/downloads&quot; hreflang=&quot;fr&quot;&gt;http://script.aculo.us/downloads&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;J'ai copié l'ensemble des fichiers javascript de scriptaculous (fichiers .js), ainsi que le fichier prototype.js à l'intérieur du répertoire &amp;quot;js&amp;quot; de mon thème Dotclear (/themes/mon_theme/js/).&lt;/li&gt;
&lt;li&gt;J'ai édité le fichier _top.html de mon thème et j'ai ajouté les lignes HTML suivantes pour inclure les scripts de Scriptaculous et de Prototype dans la page :&lt;/li&gt;
&lt;/ul&gt;
&lt;code class=&quot;javascript&quot;&gt;&amp;lt;script src=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;/themes/geeek.org/js/prototype.js&amp;quot;&lt;/span&gt; type=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;script src=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;/themes/geeek.org/js/scriptaculous.js?load=effects&amp;quot;&lt;/span&gt; type=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;


&lt;p&gt;&lt;em&gt;Remarque : &amp;quot;geeek.org&amp;quot; est le nom du thème que j'utilise.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ensuite j'ai ouvert le fichier _top.html pour y ajouté le contenu de mon menu :&lt;/li&gt;
&lt;/ul&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;div&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;menu&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;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;ul&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;a&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;href&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;#&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;title&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Dotclear2&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;onclick&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;new Effect.toggle('sousMenu1','blind')&amp;quot;&lt;/span&gt; &lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;Menu1&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/a&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;ul&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;sousMenu1&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;display: none&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;class&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;sousMenu&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;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;a&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;href&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;#&amp;quot;&lt;/span&gt; &lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;Item1&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/a&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;a&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;href&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;#&amp;quot;&lt;/span&gt; &lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;Item2&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/a&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/ul&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/ul&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/div&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;Remarque : Le javascript inséré à l'intérieur du menu utilise les fonctionnalités de Scriptaculous :&lt;/p&gt;

&lt;code class=&quot;javascript&quot;&gt;onclick=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;new Effect.toggle('sousMenu1','blind')&amp;quot;&lt;/span&gt;&lt;/code&gt;


&lt;ul&gt;
&lt;li&gt;J'ai ajouter à la feuille styles de mon thème les styles qui vont permettre au menu d'avoir une apparence agréable et une transparence :&lt;/li&gt;
&lt;/ul&gt;
&lt;code class=&quot;css&quot;&gt;&lt;span style=&quot;color: #cc00cc;&quot;&gt;#menu &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #FFF;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;width&lt;/span&gt;: 680px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;height&lt;/span&gt;: 26px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;background&lt;/span&gt;: #fff &lt;span style=&quot;color: #993333;&quot;&gt;url&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;img/menu.png&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;repeat-x&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;top&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;: 20px;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu ul&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;: 20px;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu li&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;inline&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style-type&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;float&lt;/span&gt;: &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu a &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;bold&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;: 10pt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #ffffff;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;: 0px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-left&lt;/span&gt;: 25px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-right&lt;/span&gt;: 25px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left-style&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left-width&lt;/span&gt;: 1px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left-color&lt;/span&gt;: #AAAAAA;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:link &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #ffffff;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:visited &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #eeeeee;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:hover &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #FF8800;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:active &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #FF9900;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;underline&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;overline&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu&lt;br /&gt;
&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt; : 5px &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; ;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;position&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;absolute&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left&lt;/span&gt;: 3px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-right&lt;/span&gt;: 3px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-bottom&lt;/span&gt;: 5px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt; &lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu &lt;/span&gt;li&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;block&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;float&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-top&lt;/span&gt;: 1px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #AAA;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;background-color&lt;/span&gt;: #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;: 0px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;: 2px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter:alpha&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;opacity=&lt;span style=&quot;color: #cc66cc;&quot;&gt;70&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-moz-opacity:&lt;span style=&quot;color: #cc66cc;&quot;&gt;0.7&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.7&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-khtml-opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.7&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu &lt;/span&gt;a &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-left&lt;/span&gt; : 5px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-right&lt;/span&gt; : 5px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;: 9pt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;: 0px;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu &lt;/span&gt;li&lt;span style=&quot;color: #3333ff;&quot;&gt;:hover &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter:alpha&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;opacity=&lt;span style=&quot;color: #cc66cc;&quot;&gt;90&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-moz-opacity:&lt;span style=&quot;color: #cc66cc;&quot;&gt;0.9&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.9&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -khtml-opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.9&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/code&gt;

&lt;ul&gt;
&lt;li&gt;Et le tour est joué &lt;img src=&quot;/themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2007/04/20/Un-menu-deroulant-transparent-avec-Scriptaculous-CSS#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2007/04/20/Un-menu-deroulant-transparent-avec-Scriptaculous-CSS#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/813</wfw:commentRss>
      </item>
    
  <item>
    <title>HACK : Preview sur les URL du BlogRoll Dotclear2</title>
    <link>http://www.geeek.org/post/2007/03/05/HACK-%3A-Preview-sur-les-URL-du-BlogRoll-Dotclear3</link>
    <guid isPermaLink="false">urn:md5:06f17d8dd2049c9af9159446cce1d925</guid>
    <pubDate>Mon, 05 Mar 2007 23:05:00 +0000</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>DotClear</category>
        <category>blogroll</category><category>hack</category><category>javascript</category><category>preview</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/images/dotclear.png&quot; alt=&quot;dotclear.png&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Voici un petit Hack du plugin Blogroll de Dotclear2 pour y ajouter facilement une prévisualisation des sites qui se cachent derrière les URL.&lt;/p&gt;


&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3&gt;Première Étape : Installer le Javascript dans votre thème&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Télécharger le Javascript &amp;quot;arc90_linkthumb.js&amp;quot; &lt;a href=&quot;http://www.geeek.org/themes/geeek.org/js/arc90_linkthumb.js&quot; hreflang=&quot;fr&quot;&gt;à cette adresse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Copiez le dans le répertoire &amp;quot;js&amp;quot; de votre thème favoris dans Dotclear2&lt;/li&gt;
&lt;li&gt;Éditez le fichier &amp;quot;home.html&amp;quot; de votre thème&lt;/li&gt;
&lt;li&gt;Ajoutez entre les balises &amp;lt;head&amp;gt;&amp;lt;/head&amp;gt; le code HTML suivant :&lt;/li&gt;
&lt;/ul&gt;

&lt;pre&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/themes/montheme/js/arc90_linkthumb.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;


&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3&gt;Deuxième Étape : Modification du plugin BlogRoll&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Allez dans le répertoire &amp;quot;/plugins/blogroll&amp;quot; de votre installation Dotclear2.&lt;/li&gt;
&lt;li&gt;Modifiez le fichier _public.php&lt;/li&gt;
&lt;li&gt;Trouvez la méthode &amp;quot;getLinksList&amp;quot;&lt;/li&gt;
&lt;li&gt;Ajoutez le tag : class=&amp;quot;linkthumb&amp;quot;  au lien (&amp;lt;a&amp;gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Voilà, le tour est joué, vous avez maintenant un blogroll avec une preview des sites internet.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2007/03/05/HACK-%3A-Preview-sur-les-URL-du-BlogRoll-Dotclear3#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2007/03/05/HACK-%3A-Preview-sur-les-URL-du-BlogRoll-Dotclear3#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/722</wfw:commentRss>
      </item>
    
  <item>
    <title>Dojo : Des Widjets Ajax qui claquent</title>
    <link>http://www.geeek.org/post/2007/02/07/Dojo-%3A-Des-Widjets-Ajax-qui-claquent</link>
    <guid isPermaLink="false">urn:md5:2caf109883d56e4d9c00041e48cc1c8e</guid>
    <pubDate>Wed, 07 Feb 2007 23:16:00 +0000</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>ajax</category><category>dojo</category><category>javascript</category><category>web2.0</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/dojo.gif&quot; alt=&quot;dojo.gif&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Voici une librairie Ajax, simple d'utilisation, orientée Widget et non dépendante du framework de développement utilisé. Il s'agit de Dojo.&lt;/p&gt;


&lt;p&gt;Dojo est une librairie composée de Widgets Web dynamiques à valeur ajouté pour vos applications Web.
Le meilleur moyen de se rendre compte la puissance de cette librairie est de se rendre sur le site de Dojo :&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://dojotoolkit.org/&quot; hreflang=&quot;fr&quot;&gt;http://dojotoolkit.org/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Son intégration dans une application Web est extrêmement simple, les widgets possèdent de nombreuses fonctionnalités comme la séparation d'exécution des scripts Javascripts, la mise en cache de données, possibilité d'activer un effet lors du chargement du widget .etc.&lt;/p&gt;


&lt;p&gt;Dojo est activement développé et est actuellement distribué en version 4.1.
L'essayer c'est l'adopter.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2007/02/07/Dojo-%3A-Des-Widjets-Ajax-qui-claquent#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2007/02/07/Dojo-%3A-Des-Widjets-Ajax-qui-claquent#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/672</wfw:commentRss>
      </item>
    
</channel>
</rss>