<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.jmd.moi.fr/index.php?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>BlogNotes de JMD</title>
  <link>http://blog.jmd.moi.fr/index.php?</link>
  <description>Notes sur différents domaines d'un passionné d'informatique.</description>
  <language>fr</language>
  <pubDate>Fri, 09 Jan 2009 17:54:29 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Cacher PHPSESSID dans vos URL</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/09/18/Cacher-PHPSESSID-dans-vos-URL</link>
    <guid isPermaLink="false">urn:md5:7599a8ebf9efb5f231e25c95b42c8c38</guid>
    <pubDate>Thu, 18 Sep 2008 15:55:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Sites Web</category>
        <category>hébergeurs</category><category>PHPSESSID</category>    
    <description>    &lt;p&gt;Pour une raison que je ne connais pas, OVH ainsi que d'autres &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/h%C3%A9bergeurs&quot;&gt;hébergeurs&lt;/a&gt; affiche un &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/PHPSESSID&quot;&gt;PHPSESSID&lt;/a&gt; dans leurs URL.&lt;/p&gt;
&lt;p&gt;Si votre hébergeur a activé l'utilisation de .htaccess, créez en un (ou ouvrez celui déjà présent) avant d'y ajoutez la ligne suivante :&lt;/p&gt;
&lt;p&gt;&lt;code&gt;SetEnv SESSION_USE_TRANS_SID 0&lt;/code&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/09/18/Cacher-PHPSESSID-dans-vos-URL#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/09/18/Cacher-PHPSESSID-dans-vos-URL#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/63</wfw:commentRss>
      </item>
    
  <item>
    <title>Diffusion hostname d'une machine sous linux</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/09/05/Diffusion-hostname-dune-machine-sous-linux</link>
    <guid isPermaLink="false">urn:md5:2bc898156027bf75febfbd10aa0bd293</guid>
    <pubDate>Fri, 05 Sep 2008 10:02:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Linux</category>
        <category>DHCP</category><category>DNS</category><category>hostname</category>    
    <description>    &lt;p&gt;Si vous avez un réseau complexe en &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/DHCP&quot;&gt;DHCP&lt;/a&gt; avec plusieurs &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/DNS&quot;&gt;DNS&lt;/a&gt; et que votre &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/hostname&quot;&gt;hostname&lt;/a&gt; n'est pas diffusé, la manière que j'ai trouvé est d'ouvrir le fichier /etc/dhcp3/dhclient.conf et d'ajouter/modifier/décommenter la ligne &lt;br /&gt;&lt;em&gt;send host-name &quot;monpc&quot;;&lt;/em&gt;&lt;br /&gt;Avec bien entendu monpc remplacé par le nom que vous voulez diffuser...&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/09/05/Diffusion-hostname-dune-machine-sous-linux#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/09/05/Diffusion-hostname-dune-machine-sous-linux#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/61</wfw:commentRss>
      </item>
    
  <item>
    <title>Proxy avec apt-get et aptitude</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/09/04/Proxy-avec-apt-get-et-aptitude</link>
    <guid isPermaLink="false">urn:md5:b816f77706a654a002f12574e6bf8f8f</guid>
    <pubDate>Thu, 04 Sep 2008 11:48:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Linux</category>
        <category>fai</category><category>proxy</category>    
    <description>    &lt;p&gt;Editez le fichier /etc/profile (&lt;strong&gt;gksudo gedit /etc/profile&lt;/strong&gt;) et ajoutez la ligne :
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;export &quot;http_proxy=http://proxy.monfai.com:3128&quot;&lt;/strong&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;ATTENTION&lt;/strong&gt; : Veillez bien à ce que la syntaxe de la ligne précédente soit correcte (tapez la dans un terminal pour tester).
&lt;br /&gt;
&lt;br /&gt;Remplacez &lt;em&gt;proxy.monfai.com:3128&lt;/em&gt; par l'adresse et le port du proxy que vous voulez utiliser.
&lt;br /&gt;
&lt;br /&gt;Vous pouvez également utiliser la notation [http://]&lt;strong&gt;login:motdepasse&lt;/strong&gt;@proxy.monfai.com:3128
&lt;br /&gt;si votre &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/proxy&quot;&gt;proxy&lt;/a&gt; réclame un mot de passe.
&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/09/04/Proxy-avec-apt-get-et-aptitude#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/09/04/Proxy-avec-apt-get-et-aptitude#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/60</wfw:commentRss>
      </item>
    
  <item>
    <title>VirtualBox et Ubuntu : Unable to boot</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/09/04/VirtualBox-et-Ubuntu-%3A-Unable-to-boot</link>
    <guid isPermaLink="false">urn:md5:d6ee8837671c00518e07da430dec3f0d</guid>
    <pubDate>Thu, 04 Sep 2008 11:31:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Linux</category>
        <category>CPU</category><category>kernel</category><category>Ubuntu</category><category>VirtualBox</category>    
    <description>    &lt;p&gt;Si après avoir installé &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt; sur une machine virtuelle avec &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/VirtualBox&quot;&gt;VirtualBox&lt;/a&gt; vous avez :&lt;/p&gt;
&lt;p&gt;&lt;q&gt;This &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/kernel&quot;&gt;kernel&lt;/a&gt; requires the following features not present on the CPU:&lt;br /&gt;0:6&lt;br /&gt;Unable to boot - please use a kernel appropriate for your &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/CPU&quot;&gt;CPU&lt;/a&gt;.&lt;/q&gt;&lt;/p&gt;
&lt;p&gt;La solution est toute simple :&lt;br /&gt;Il suffit d'activer l'option &quot;Enable PAE/NX&quot; de la machine virtuelle.&lt;br /&gt;Sélectionner la machine virtuelle =&amp;gt; Paramètres =&amp;gt; Onglet &quot;Avancé&quot; =&amp;gt; Activer PAE/NX&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/09/04/VirtualBox-et-Ubuntu-%3A-Unable-to-boot#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/09/04/VirtualBox-et-Ubuntu-%3A-Unable-to-boot#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/59</wfw:commentRss>
      </item>
    
  <item>
    <title>La France aime être l'exception</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/31/La-France-aime-etre-lexception</link>
    <guid isPermaLink="false">urn:md5:b208a34182a7948e0fd0bd1148a1e0b1</guid>
    <pubDate>Sat, 31 May 2008 19:03:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>General</category>
        <category>DAB</category><category>DVB-T</category><category>France</category><category>T-DMB</category><category>TNT</category><category>vidéo</category>    
    <description>    &lt;p&gt;Après avoir commencé mes révisions concernant les supports de diffusion analogique/numérique, j'ai fait quelques recherches et j'ai découvert l'envie de la &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/France&quot;&gt;France&lt;/a&gt;, une fois de plus, de faire bande à part...&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Comme je suis en révision et que je ne suis pas un grand expert, certains de mes propos peuvent s'avérer &quot;foireux&quot; mais je vais rester dans le général pour éviter ça... n'hésitez pas à me faire part de vos remarques !&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Après la &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/TNT&quot;&gt;TNT&lt;/a&gt; (&lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/DVB-T&quot;&gt;DVB-T&lt;/a&gt; - Digital Video Broadcast), il est tant de développer la radio numérique.&lt;/p&gt;
&lt;p&gt;Il existe plusieurs normes pour la radio terrestre, les plus courants étant :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;DAB pour Digital Audio Broadcast, qui utilise le MPEG-1/2&lt;/li&gt;
&lt;li&gt;DAB+ qui autorise aussi l'AAC&lt;/li&gt;
&lt;li&gt;T-DMB, qui permet grâce à l'MPEG-4 de diffuser de la &quot;vidéo&quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;(plus d'informations disponibles sur &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Digital_Audio_Broadcasting#DAB.2B&quot;&gt;Wikipedia.org&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Le &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/DAB+&quot;&gt;DAB+&lt;/a&gt; et le &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/T-DMB&quot;&gt;T-DMB&lt;/a&gt; sont tous deux des améliorations importantes du DAB. Le DAB+ et T-DMB sont très similaires, mais comportent néanmoins d'importantes différences; même l'organisation en charge de la norme T-DMB, WorldDMB dit que la norme T-DMB ne doit pas être utilisé pour la radio numérique !&lt;br /&gt;Si tous les pays européens ont choisi le DAB+, la France a choisi le T-DMB. Ça rappellera peut-être à certains le choix de la France concernant le SECAM contrairement au reste de l'Europe ayant choisi le PAL.&lt;/p&gt;
&lt;p&gt;Et même après certaines études réalisées sur le T-DMB à Paris par &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.csa.fr/upload/radionum/Radio%20num%20-%20Experimentation%20-%20towerCast%20-%2011%2010%2007.pdf&quot;&gt;TowerCast&lt;/a&gt;, cette voie a été conservée !&lt;/p&gt;
&lt;p&gt;Pourtant, &lt;a hreflang=&quot;en&quot; href=&quot;http://www.digitalradiotech.co.uk/articles/France-adopts-DMB-for-digital-radio.php&quot;&gt;digitalradiotech.co.uk&lt;/a&gt; nous montre bien les points négatifs de ce choix :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Le débit autorisé pour le flux &quot;&lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/vid%C3%A9o&quot;&gt;vidéo&lt;/a&gt;&quot; ne permettra que d'afficher des images et non pas une vidéo comme on l'entend; une image toutes les quelques secondes au maximum !&lt;/li&gt;
&lt;li&gt;La qualité audio ne sera pas même pas au niveau de la qualité FM actuelle (quel est l'intérêt de passer au numérique si tard ???)&lt;/li&gt;
&lt;li&gt;Impossibilité d'envoyer un flux audio sans flux vidéo&lt;/li&gt;
&lt;li&gt;Une consommation de puissance accrue...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Le pire c'est que la France aurai pu autorisé le DAB+, mais a préféré se contenter d'une seule norme... non destinée à la radio numérique.&lt;br /&gt;Il faut aussi savoir que la France est le deuxième pays à utiliser cette norme et les récepteurs risquent donc d'être assez cher. Que demander de plus ?&lt;/p&gt;
&lt;p&gt;Les seuls points positifs sont la possibilité d'émettre non plus 49 stations, mais 64, et d'élargir la couverture radio nationale.&lt;/p&gt;
&lt;p&gt;&lt;ins&gt;Quelques liens pour plus d'informations : &lt;/ins&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.comfmpro.com/?goto=actu&amp;amp;edit=T&amp;amp;id=87780&amp;amp;id_rubrique=6&quot; target=&quot;_blank&quot;&gt;ComfmPro - Coup d'envoi de la radio numérique en France&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.digitalradiotech.co.uk/dab/t-dmb_vs_dab+.htm&quot; target=&quot;_blank&quot;&gt;DigitalRadioTech - T-DMB vs DAB+&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.digitalradiotech.co.uk/articles/France-adopts-DMB-for-digital-radio.php&quot; target=&quot;_blank&quot;&gt;DigitalRadioTech - France adopts DMB for digital radio&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/31/La-France-aime-etre-lexception#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/31/La-France-aime-etre-lexception#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/58</wfw:commentRss>
      </item>
    
  <item>
    <title>De la musique...</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/26/De-la-musique</link>
    <guid isPermaLink="false">urn:md5:5675b421116323fcb16ba9f15da50116</guid>
    <pubDate>Mon, 26 May 2008 10:26:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>musique</category><category>vidéo</category>    
    <description>    On peut faire de la musique avec n'importe quoi !&lt;br /&gt;La preuve en images :&lt;br /&gt;&lt;br /&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1773784&amp;fullscreen=1&quot; width=&quot;480&quot; height=&quot;360&quot; &gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;movie&quot; quality=&quot;best&quot; value=&quot;http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1773784&amp;fullscreen=1&quot; /&gt;&lt;/object&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/26/De-la-musique#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/26/De-la-musique#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/57</wfw:commentRss>
      </item>
    
  <item>
    <title>Mimes sur une chanson</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/26/Mimes-sur-une-chanson</link>
    <guid isPermaLink="false">urn:md5:769ecfa485f736ec9fa80c1810e85972</guid>
    <pubDate>Mon, 26 May 2008 10:15:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>chanson</category><category>mime</category><category>paroles</category><category>vidéo</category>    
    <description>    &lt;p&gt;Tout le monde connait cette chanson, mais avez vous déjà essayé de mettre un mime sur les paroles ?&lt;/p&gt;
&lt;embed src=&quot;http://www.metacafe.com/fplayer/21968/torn___best_karaoke_ever.swf&quot; width=&quot;400&quot; height=&quot;345&quot; wmode=&quot;transparent&quot;  pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/26/Mimes-sur-une-chanson#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/26/Mimes-sur-une-chanson#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/56</wfw:commentRss>
      </item>
    
  <item>
    <title>Vivre comme une araignée</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Vivre-comme-une-araignee</link>
    <guid isPermaLink="false">urn:md5:d6d4430ea17a160fc77f0a18f498b895</guid>
    <pubDate>Thu, 22 May 2008 16:48:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>araignée</category><category>flash</category><category>jeu</category>    
    <description>    &lt;p&gt;J'ai honte mais j'ai passé énormément de temps sur &lt;a hreflang=&quot;en&quot; href=&quot;http://www.digyourowngrave.com/arachnophilia-spider-web-game/play_full_screen/&quot;&gt;ce jeu&lt;/a&gt; très élaboré où l'on doit se prendre pour une araignée. J'ai touché les 2000points mais seulement après 3 (longues) parties. Le but est de tisser sa toile pour attraper des insectes afin de récupérer de la vie et de quoi tisser d'autres toiles.&lt;/p&gt;
&lt;p&gt;Certains insectes en attirent d'autres, certains permettent de tisser des fils plus costaux. Les dégats d'un insecte sur la toile se répartissent sur les fils auxquels il est attaché. C'est vraiment sympa.&lt;/p&gt;
&lt;p&gt;Et c'est &lt;a hreflang=&quot;en&quot; href=&quot;http://www.digyourowngrave.com/arachnophilia-spider-web-game/play_full_screen/&quot;&gt;par là&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Vivre-comme-une-araignee#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Vivre-comme-une-araignee#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/55</wfw:commentRss>
      </item>
    
  <item>
    <title>Trains au Japon</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Trains-au-Japon</link>
    <guid isPermaLink="false">urn:md5:dd534ab6834e704d4463131b31fa1489</guid>
    <pubDate>Thu, 22 May 2008 15:37:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>grêve</category><category>Japon</category><category>métro</category><category>RER</category>    
    <description>    &lt;p&gt;Vous vous plaignez à cause des &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/métro&quot;&gt;métro&lt;/a&gt;s/&lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/RER&quot;&gt;RER&lt;/a&gt; bondés en ce jour de &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/grêve&quot;&gt;grêve&lt;/a&gt; ? N'allez pas au &lt;a href=&quot;http://blog.jmd.moi.fr/index.php?tag/Japon&quot;&gt;Japon&lt;/a&gt; !&lt;/p&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://feat.putfile.com/flow/putfile.swf?videoFile=trains-in-China&quot; width=&quot;425&quot; height=&quot;345&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://feat.putfile.com/flow/putfile.swf?videoFile=trains-in-China&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#000000&quot;/&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;embed src=&quot;http://feat.putfile.com/flow/putfile.swf?videoFile=trains-in-China&quot; bgcolor=&quot;#000000&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; width=425 height=345&gt;&lt;/embed&gt;&lt;/object&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Trains-au-Japon#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Trains-au-Japon#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/54</wfw:commentRss>
      </item>
    
  <item>
    <title>Economisez des feuilles de papier !</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Economisez-des-feuilles-de-papier</link>
    <guid isPermaLink="false">urn:md5:914accd8bad6ea4f30fa7e7eda081386</guid>
    <pubDate>Thu, 22 May 2008 15:32:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>flash</category><category>geek</category><category>jeu</category><category>papier</category><category>poubelle</category>    
    <description>    Pour les geeks qui ne veulent pas se fouler ou les gens respectueux de l'environnement, &lt;a hreflang=&quot;en&quot; href=&quot;http://www.jupitercolour.co.uk/dvdf/throwpaper.swf&quot;&gt;ce petit jeu flash&lt;/a&gt; va vous permettre de faire passer le temps...&lt;br /&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://blog.jmd.moi.fr/public/divertissement/Jeux/throw_paper.jpg&quot; /&gt;&lt;ins&gt;C'est par là&lt;/ins&gt;&lt;br /&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Economisez-des-feuilles-de-papier#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/22/Economisez-des-feuilles-de-papier#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/53</wfw:commentRss>
      </item>
    
  <item>
    <title>Cubescape</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Cubescape</link>
    <guid isPermaLink="false">urn:md5:de93cf0370f807dbd80d7f249ed38158</guid>
    <pubDate>Wed, 21 May 2008 15:28:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>AJAX</category><category>dessin</category><category>flash</category>    
    <description>    &lt;p&gt;Si vous aimez faire des dessins isométrics, &lt;a hreflang=&quot;en&quot; href=&quot;http://www.themaninblue.com/experiment/Cubescape/new.php&quot;&gt;Cubescape &lt;/a&gt;est pour vous. J'ai peiné au moins pendant 10 minutes avec ce JMD, et le résultat n'est pas génial. A vous de me montrer que vous pouvez faire mieux :&lt;/p&gt;
&lt;br /&gt;&lt;p&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://blog.jmd.moi.fr/public/divertissement/cubescape.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;On peut cependant saluer le codeur qui a tout fait en AJAX ! Et oui, le flash peut aller se rhabiller...&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Cubescape#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Cubescape#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/52</wfw:commentRss>
      </item>
    
  <item>
    <title>Découvrez de nouvelles musiques en relation avec votre humeur</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Decouvrez-de-nouvelles-musiques-en-relation-avec-votre-humeur</link>
    <guid isPermaLink="false">urn:md5:b58fad2dac79f78b9fc99eac0da4037b</guid>
    <pubDate>Wed, 21 May 2008 15:04:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>en ligne</category><category>humeur</category><category>musique</category>    
    <description>    &lt;p&gt;Si vous êtes adepte de sites de musique en ligne comme &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.deezer.com&quot;&gt;Deezer&lt;/a&gt;, vous aimerez sûrement cette page de &lt;a hreflang=&quot;en&quot; href=&quot;http://www.youlicense.com/Finder/Mood.aspx&quot;&gt;youlicense.com&lt;/a&gt; qui vous sélectionnera de la musique en fonction de votre humeur. Plus connu, &lt;a hreflang=&quot;fr&quot; href=&quot;http://musicovery.com/&quot;&gt;Musicovery&lt;/a&gt; permet d'être plus précis sur plusieurs critères et d'avoir une interface francisée. Par contre la qualité d'écoute est assez mauvaise à mon goût.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Decouvrez-de-nouvelles-musiques-en-relation-avec-votre-humeur#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Decouvrez-de-nouvelles-musiques-en-relation-avec-votre-humeur#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/51</wfw:commentRss>
      </item>
    
  <item>
    <title>Perte de poids et calories</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Perte-de-poids-et-calories</link>
    <guid isPermaLink="false">urn:md5:97fcb45dd6f04a2196cb43fdba652ac8</guid>
    <pubDate>Wed, 21 May 2008 14:41:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>General</category>
        <category>calories</category><category>Frog</category><category>poids</category><category>santée</category>    
    <description>    &lt;p&gt;Pour mon petit Frog qui visitera peut-être ce blog cette après-midi, deux articles sur lesquels je suis tombé par hasard, concernant &lt;a hreflang=&quot;en&quot; href=&quot;http://health.howstuffworks.com/lost-weight.htm&quot;&gt;la perte de poids&lt;/a&gt; (explication scientifique) et &lt;a hreflang=&quot;en&quot; href=&quot;http://health.howstuffworks.com/calorie.htm&quot;&gt;les calories&lt;/a&gt;. En anglais pas très difficile à comprendre quand on a eu plus de 750 au TOEIC (hein frog !).&lt;/p&gt;
&lt;p&gt;Ces deux explications se trouvent sur le site &lt;a hreflang=&quot;en&quot; href=&quot;http://www.howstuffworks.com&quot;&gt;Howstuffworks&lt;/a&gt; qui a les réponses de pas mal de questions sur tout et rien...&lt;/p&gt;
&lt;p&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://nutrition.about.com/od/changeyourdiet/a/calguide.htm&quot;&gt;Un autre site&lt;/a&gt; permet de calculer à partir de sont poids, taille et poids à atteindre le nombre de calories à absorber sans ou avec exercices variés. Attention ! Les poids sont en lbs et tailles en inches. Google est là pour vous aider (exemple : 189cm to inches)&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Perte-de-poids-et-calories#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/21/Perte-de-poids-et-calories#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/50</wfw:commentRss>
      </item>
    
  <item>
    <title>A quoi pensez vous ?</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/17/A-quoi-pensez-vous</link>
    <guid isPermaLink="false">urn:md5:afee66fe33d47daa86a0c6c2de9ba65f</guid>
    <pubDate>Sat, 17 May 2008 10:17:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>20Q</category><category>question</category><category>réponse</category>    
    <description>    &lt;p&gt;&lt;a hreflang=&quot;fr&quot; href=&quot;http://www.20q.net/&quot;&gt;Un site&lt;/a&gt; assez bufflant étant donné qu'il devine en 20 questions la chose à laquelle on pense. De plus il est compatible avec un grand nombre de langues.&lt;/p&gt;
&lt;p&gt;Essayez le ! J'ai pensé à une chaise et malgré mes deux erreurs de réponse, il a trouvé !&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a hreflang=&quot;fr&quot; href=&quot;http://www.20q.net/&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.20q.net/gfx/lupbzdb.gif&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/17/A-quoi-pensez-vous#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/17/A-quoi-pensez-vous#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/49</wfw:commentRss>
      </item>
    
  <item>
    <title>Comment occuper un idiot</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/15/Comment-occuper-un-idiot</link>
    <guid isPermaLink="false">urn:md5:12981a4c21ef0fecfe09762e3ba62a53</guid>
    <pubDate>Thu, 15 May 2008 09:01:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Geek</category>
        <category>humour</category><category>idiot</category>    
    <description>    &lt;p&gt;Beaucoup d'humour pour le créateur de cette page web : &lt;a hreflang=&quot;en&quot; href=&quot;http://www.pagetutor.com/idiot/idiot.html&quot;&gt;http://www.pagetutor.com/idiot/idiot.html&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/15/Comment-occuper-un-idiot#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/15/Comment-occuper-un-idiot#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/48</wfw:commentRss>
      </item>
    
  <item>
    <title>Tetris en bouteilles</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Tetris-en-bouteilles</link>
    <guid isPermaLink="false">urn:md5:e81394bc0987d7db82c73bc4d4a4877a</guid>
    <pubDate>Wed, 14 May 2008 17:46:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>musique</category><category>tetris</category><category>vidéo</category>    
    <description>    &lt;p&gt;J'avais déjà essayé de faire des choses plus simples, mais bravo à ces trois là !&lt;/p&gt;
&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/GkDBlEvfbgg&amp;rel=0&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/GkDBlEvfbgg&amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Tetris-en-bouteilles#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Tetris-en-bouteilles#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/47</wfw:commentRss>
      </item>
    
  <item>
    <title>Les femmes aux volant</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Les-femmes-aux-volant</link>
    <guid isPermaLink="false">urn:md5:caa315d47225d8dd1df5babef6db95cd</guid>
    <pubDate>Wed, 14 May 2008 17:40:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>femme</category><category>vidéo</category><category>voiture</category>    
    <description>    &lt;p&gt;Messieurs si vous n'avez pas peur de confier votre voiture à votre femme, cette vidéo va peut-être vous faire changer d'avis&lt;/p&gt;
&lt;embed src=&quot;http://lads.myspace.com/videos/vplayer.swf&quot; flashvars=&quot;m=31580641&amp;amp;v=2&amp;amp;type=video&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;346&quot; width=&quot;430&quot;&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Les-femmes-aux-volant#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Les-femmes-aux-volant#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/46</wfw:commentRss>
      </item>
    
  <item>
    <title>Mac &amp; Music</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Mac-Music</link>
    <guid isPermaLink="false">urn:md5:4bea41be4e816b566b677baaf6c7e880</guid>
    <pubDate>Wed, 14 May 2008 17:22:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>mac</category><category>musique</category><category>vidéo</category>    
    <description>    &lt;p&gt;Cette vidéo est très connue mais pour ceux qui ne l'ont pas vu...&lt;/p&gt;
&lt;object width=&quot;425&quot; height=&quot;373&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/6kxDxLAjkO8&amp;hl=en&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/6kxDxLAjkO8&amp;hl=en&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;373&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Mac-Music#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Mac-Music#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/45</wfw:commentRss>
      </item>
    
  <item>
    <title>Comprendre Sean Paul</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Comprendre-Sean-Paul</link>
    <guid isPermaLink="false">urn:md5:00f4efaff8b70d5f49c6a5a6fbc9a9aa</guid>
    <pubDate>Wed, 14 May 2008 15:44:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>chanson</category><category>Misheard</category><category>musique</category><category>paroles</category><category>Sean Paul</category><category>vidéo</category>    
    <description>    &lt;p&gt;Voilà ce qui arrive quand on essaye de comprendre la chanson de Sean Paul, Misheard :&lt;/p&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1677672&amp;amp;fullscreen=1&quot; height=&quot;360&quot; width=&quot;480&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;movie&quot; quality=&quot;best&quot; value=&quot;http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1677672&amp;amp;fullscreen=1&quot; /&gt;&lt;/object&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Comprendre-Sean-Paul#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Comprendre-Sean-Paul#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/44</wfw:commentRss>
      </item>
    
  <item>
    <title>Sports dangereux</title>
    <link>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Sports-dangereux</link>
    <guid isPermaLink="false">urn:md5:9a97c55360c17fdc8472b05d26657fd9</guid>
    <pubDate>Wed, 14 May 2008 15:19:00 +0200</pubDate>
    <dc:creator>JMD</dc:creator>
        <category>Divertissement</category>
        <category>danger</category><category>sport</category><category>vidéo</category>    
    <description>    &lt;p&gt;Certains sports sont plus dangereux qu'ils ne paraissent. Une petite vidéo à la &quot;Vidéo Gags&quot;&lt;/p&gt;
&lt;embed src=&quot;http://www.metacafe.com/fplayer/1306556/i_have_this_ball_funny_videos.swf&quot; width=&quot;400&quot; height=&quot;345&quot; wmode=&quot;transparent&quot;  pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</description>
    
    
    
          <comments>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Sports-dangereux#comment-form</comments>
      <wfw:comment>http://blog.jmd.moi.fr/index.php?post/2008/05/14/Sports-dangereux#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.jmd.moi.fr/index.php?feed/rss2/comments/43</wfw:commentRss>
      </item>
    
</channel>
</rss>