<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://piart.name/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/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Thomas Piart</title>
  <link>http://piart.name/</link>
  <atom:link href="http://piart.name/feed/rss2" rel="self" type="application/rss+xml"/>
  <description>Vous trouverez sur ce site, mon CV, mon blog et quelques liens</description>
  <language>fr</language>
  <pubDate>Mon, 19 Jul 2010 08:44:13 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>PI Slide</title>
    <link>http://piart.name/post/2009/03/15/PI-Slide</link>
    <guid isPermaLink="false">urn:md5:3984f5620ed6671054c59eaad819b6b5</guid>
    <pubDate>Sun, 15 Mar 2009 15:59:00 +0100</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;p&gt;Une petite animation permettant d'afficher les décimales de PI sous forme de graphique (à base de jQuery + Google Chart)&lt;/p&gt;    &lt;style type=&quot;text/css&quot;&gt;
#overSlide{
	border:1px solid gray;
	position:relative;
	height:20px;
	width:400px;
	overflow:hidden;
}
.slider{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	white-space:nowrap;
}
.slider div{clear:none;display:inline-block}
.done {
	background:#EEEAAE;
}
&lt;/style&gt;

&lt;script  type=&quot;text/javascript&quot;&gt;
   $(document).ready(function(){
     var slider = $(&quot;&lt;div&gt;&quot;).appendTo($(&quot;#overSlide&quot;)).addClass(&quot;slider&quot;).append($(&quot;&lt;div&gt;&quot;).append($(&quot;&lt;img&gt;&quot;).attr(
						&quot;src&quot;
						,&quot;http://chart.apis.google.com/chart?chs=16x20&amp;cht=ls&amp;chf=bg,s,FFFFFF00&amp;chd=t:3,_&amp;chco=000000&amp;chds=-1,10&quot;
					))).css(&quot;left&quot;,390)
	
		,aPies = []
		,inc = -1
		,first = 0
		,piPos = 0
		,endFlag = false
		,addSP = function() {
			inc++
			if(inc&gt;=10) inc=0
			piPos++
			var curInc = inc
			
			if(aPies[curInc]){
				alert(&quot;oups&quot;)
				aPies[curInc] = {}
				// delete old spark
			}
			
			aPies[curInc] = {
						sl:$(&quot;&lt;div&gt;&quot;).appendTo(slider)						
						,rd:1 // not ready because empty
					}
			
			 $.ajax({
			   type: &quot;POST&quot;,
			   url: &quot;/PI/pi.php&quot;,
			   data: &quot;pos=&quot; + piPos,
			   success: function(msg){
				//alert(msg)
				if (msg == &quot;end&quot;){
					endFlag = true
					return
				}
				 aPies[curInc].sl.append($(&quot;&lt;img&gt;&quot;).css(&quot;height&quot;,20).css(&quot;width&quot;,1000).attr(
						&quot;src&quot;
						,&quot;http://chart.apis.google.com/chart?chs=1000x20&amp;cht=ls&amp;chf=bg,s,FFFFFF00&amp;chd=t:&quot;
							+ msg.split(&quot;&quot;).join(',')
							+ &quot;&amp;chco=000000&amp;chds=-1,10&quot;
					))
				aPies[curInc].rd=2			
			   }
			 });
		}
		,inter = function(){
			if(slider.position().left&lt;=-1000){
				
				if(aPies[first]){
					aPies[first].sl.remove()
					aPies[first] = false
				}
				first++
				if(first &gt; 10) first = 0
				slider.css(&quot;left&quot;,-10)
			} else {				
				slider.css(&quot;left&quot;,slider.position().left-5)
			}
			var sliderWidth = 0
			for(var i = 0 ; i &lt; 10 ; i ++){
				var pos = (i + inc) % 10
				if (aPies[pos]){
					sliderWidth += 1000				
				}
			}
			if(slider.position().left + sliderWidth &lt;= slider.parent().width() ){
				addSP()
			}
			if(!endFlag)
				setTimeout(inter,50)
		}
	addSP()
	inter()
   });
 &lt;/script&gt;
&lt;div id=overSlide&gt;&lt;/div&gt;
</description>
    
    
    
          <comments>http://piart.name/post/2009/03/15/PI-Slide#comment-form</comments>
      <wfw:comment>http://piart.name/post/2009/03/15/PI-Slide#comment-form</wfw:comment>
      <wfw:commentRss>http://piart.name/feed/atom/comments/67</wfw:commentRss>
      </item>
    
  <item>
    <title>Röyksopp - Un très beau clip !</title>
    <link>http://piart.name/post/2009/03/03/Un-tr%C3%A8s-beau-clip</link>
    <guid isPermaLink="false">urn:md5:c0198fe41edcabc831db20185da23c24</guid>
    <pubDate>Tue, 03 Mar 2009 01:37:00 +0100</pubDate>
    <dc:creator>Toma</dc:creator>
            
    <description>    &lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://vimeo.com/moogaloop.swf?clip_id=2355334&quot; width=&quot;504&quot; height=&quot;380&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=2355334&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
  &lt;param name=&quot;FlashVars&quot; value=&quot;autoplay=0&amp;amp;fullscreen=1&amp;amp;show_title=1&amp;amp;show_byline=1&quot; /&gt;
&lt;/object&gt;
&lt;/div&gt;
</description>
    
    
    
          <comments>http://piart.name/post/2009/03/03/Un-tr%C3%A8s-beau-clip#comment-form</comments>
      <wfw:comment>http://piart.name/post/2009/03/03/Un-tr%C3%A8s-beau-clip#comment-form</wfw:comment>
      <wfw:commentRss>http://piart.name/feed/atom/comments/65</wfw:commentRss>
      </item>
    
  <item>
    <title>Passage à DotClear 2</title>
    <link>http://piart.name/post/2008/10/12/Passage-a-DotClear-2</link>
    <guid isPermaLink="false">urn:md5:6a39357309c232d51cc78288a8b522a5</guid>
    <pubDate>Thu, 16 Oct 2008 21:39:00 +0200</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>News</category>    
    <description>    &lt;p&gt;Voila, je suis passé à DC2&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;J'ai utilisé les instructions de migration fournies ici&amp;nbsp;:  &lt;a href=&quot;http://doc.dotclear.net/2.0/admin/1-to-2&quot; hreflang=&quot;fr&quot;&gt;Migration de 1.2 vers 2.0&lt;/a&gt; et installé la version 2.0.2, d'abord sur mon PC (avec XAMPP), puis sur le serveur d'infomaniak.&lt;/p&gt;


&lt;p&gt;Voici quelques étapes qui m'ont posé des problèmes&amp;nbsp;:&lt;/p&gt;


&lt;h2&gt;URL Rewriting&lt;/h2&gt;

&lt;p&gt;Je voulais éviter d'avoir des URL du type &lt;em&gt;http://piart.name/index.php?post/2008/.../mon-premier-billet&lt;/em&gt; mais plutôt avoir ce type d'url&amp;nbsp;: &lt;em&gt;http://piart.name/post/2008/.../mon-premier-billet&lt;/em&gt; (sans le index.php?)&lt;/p&gt;


&lt;p&gt;Pour ce faire, toutes les instructions sont ici&amp;nbsp;: &lt;a href=&quot;http://www.code-web.org/post/2008/03/31/Reecriture-dURL-sous-Dotclear-2&quot; hreflang=&quot;fr&quot;&gt;De belles URL sous Dotclear 2&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Sauf qu'avec la configuration par défaut de XAMPP, ça ne fonctionne pas, il faut changer le fichier httpd.conf qui se trouve dans C:\xampp\apache\conf&amp;nbsp;:&lt;/p&gt;
&lt;pre&gt;
#Ligne 118, dé-commentez (enlevez le # devant la ligne)
LoadModule rewrite_module modules/mod_rewrite.so
# ça permet d'activer l'URL Rewriting sur Apache

#Ligne 186, remplacez :
&amp;lt;Directory /&amp;gt;
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow    
&amp;lt;/Directory&amp;gt;
# par : 
&amp;lt;Directory /&amp;gt;
    Options FollowSymLinks
    AllowOverride All
    Order deny,allow    
&amp;lt;/Directory&amp;gt;
#ça permet aux fichiers .htaccess de fonctionner.
&lt;/pre&gt;


&lt;h2&gt;Installation du plugin Google Analytics&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;http://piart.name/public/Presse-papiers-1.png&quot; alt=&quot;DotAddict&quot; title=&quot;DotAddict, oct 2008&quot; /&gt;&lt;/p&gt;


&lt;p&gt;J'ai installé le plugin &lt;a href=&quot;http://plugins.dotaddict.org/dc2/details/Google-Analytics&quot; hreflang=&quot;fr&quot;&gt;Google Analytics 1.0.1&lt;/a&gt;, mais lors de l'installation, il y a eu une erreur à cause d'un fichier en UTF-8, ce qui pose un problème à PHP, et provoque une erreur d'exécution. La solution consiste à convertir le fichier &amp;lt;dotclear&amp;gt;\plugins\googleAnalytics\_define.php du format UTF-8 au format UTF-8 sans BOM (ou bien ASCII) (utilisez &lt;a href=&quot;http://notepad-plus.sourceforge.net/fr/site.htm&quot; hreflang=&quot;fr&quot;&gt;Notepad++&lt;/a&gt; pour faire ça, c'est très simple)&lt;/p&gt;


&lt;p&gt;à part ça, RAS...&lt;/p&gt;</description>
    
    
    
          <comments>http://piart.name/post/2008/10/12/Passage-a-DotClear-2#comment-form</comments>
      <wfw:comment>http://piart.name/post/2008/10/12/Passage-a-DotClear-2#comment-form</wfw:comment>
      <wfw:commentRss>http://piart.name/feed/atom/comments/57</wfw:commentRss>
      </item>
    
  <item>
    <title>Personas - Thèmes dynamiques</title>
    <link>http://piart.name/post/2008/01/26/63-personas-themes-dynamiques</link>
    <guid isPermaLink="false">urn:md5:3f59ae138847cdbc26b0ab0edde7ee1d</guid>
    <pubDate>Sat, 26 Jan 2008 13:13:37 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;p&gt;&lt;b&gt;Personas&lt;/b&gt; est une extension très légère qui ajoute des thèmes à Firefox.&lt;/p&gt;    &lt;p&gt;Tous les détails se trouvent sur un &lt;a href=&quot;http://labs.mozilla.com/2007/12/personas-for-firefox/&quot; hreflang=&quot;en&quot;&gt;billet du blog Mozilla Labs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;J'ai réalisé quelques thèmes supplémentaires (&lt;a href=&quot;http://piart.name/doc/personas-thomas.zip&quot;&gt;téléchargez le zip&lt;/a&gt; &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width:0&quot; src=&quot;http://i.creativecommons.org/l/by-sa/3.0/80x15.png&quot; /&gt;
&lt;/a&gt;) :&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://piart.name/images/personas/tbox-dieppe.png&quot;&gt;Dieppe&lt;br /&gt;
&lt;img src=&quot;http://piart.name/images/personas/dieppe-preview.jpg&quot; alt=&quot;Dieppe Personas&quot; /&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;http://piart.name/images/personas/tbox-egypt-white-desert.png&quot;&gt;Egypte&lt;br /&gt;
&lt;img src=&quot;http://piart.name/images/personas/egypt-white-desert-preview.jpg&quot; alt=&quot;Egypte Personas&quot; /&gt;&lt;/a&gt;
&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;http://piart.name/images/personas/tbox-berlin-spree.png&quot;&gt;Berlin Spree&lt;br /&gt;
&lt;img src=&quot;http://piart.name/images/personas/berlin-spree-preview.jpg&quot; alt=&quot;Berlin Spree Personas&quot; /&gt;&lt;/a&gt;
&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;http://piart.name/images/personas/tbox-berlin-spree2.png&quot;&gt;Berlin Spree 2&lt;br /&gt;
&lt;img src=&quot;http://piart.name/images/personas/berlin-spree2-preview.jpg&quot; alt=&quot;Berlin Spree 2 Personas&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pour les récupérer, il faut :&lt;/p&gt;
&lt;ol&gt;
 &lt;li&gt;&lt;a href=&quot;https://addons.mozilla.org/services/install.php?addon_id=personas&quot; hreflang=&quot;en&quot;&gt;Installer Personas&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;https://labs.mozilla.com/forum/index.php/topic,389.msg1084.html#msg1084&quot; hreflang=&quot;en&quot;&gt;Modifier l'extension&lt;/a&gt;, comme suit :&lt;ol&gt;
 &lt;li&gt;Dans la barre d'URL, saisissez &quot;&lt;strong&gt;about:config&lt;/strong&gt;&quot;&lt;/li&gt;
 &lt;li&gt;Dans le champ &quot;Filtre&quot;, saisissez &quot;&lt;strong&gt;extensions.personas.editor&lt;/strong&gt;&quot;&lt;/li&gt;
 &lt;li&gt;Double cliquez sur la ligne &quot;extensions.personas.editor&quot;&lt;/li&gt;
&lt;li&gt;Dans la boite de dialogue, saisisez &quot;&lt;strong&gt;manual&lt;/strong&gt;&quot; et cliquez sur OK&lt;/li&gt;
&lt;li&gt;Vous êtes passé en mode manuel&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;Modifiez le code source de l'extension comme suit :
&lt;ol&gt;
 &lt;li&gt;Ouvrez le répertoire contenant l'extension Personas (le mien : &quot;C:\Documents and Settings\&lt;em&gt;Thomas&lt;/em&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;em&gt;409t23je.default&lt;/em&gt;\extensions\personas@christopher.beard\chrome&quot;)&lt;/li&gt;
&lt;li&gt;Ouvrez &quot;&lt;strong&gt;personas.jar&lt;/strong&gt;&quot; (avec votre outil de décompression : 7z, Winrar,...)&lt;/li&gt;
&lt;li&gt;Editez '&lt;strong&gt;personas.js&lt;/strong&gt;' avec un éditeur de texte et modifiez les deux blocs de code suivants :

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://labs.mozilla.com/forum/index.php/topic,389.msg1486.html#msg1486&quot; hreflang=&quot;en&quot;&gt;Ligne 325&lt;/a&gt; :
&lt;pre&gt;if (personaID == &quot;default&quot;)
 return &quot;chrome://personas/skin/default/stbar-default.jpg&quot;;&lt;/pre&gt;
à remplacer par   
&lt;pre&gt;switch (personaID) {
 case &quot;default&quot;:
  return &quot;chrome://personas/skin/default/stbar-default.jpg&quot;;
 case &quot;manual&quot;:
  return &quot;file://&quot; + this._prefSvc.getCharPref(&quot;extensions.personas.manualPath&quot;).replace(/\/tbox-/, &quot;/stbar-&quot;);
}&lt;/pre&gt;
&lt;/li&gt;
 &lt;li&gt;et &lt;a href=&quot;https://labs.mozilla.com/forum/index.php/topic,389.msg1208.html#msg1208&quot; hreflang=&quot;en&quot;&gt;Ligne 488&lt;/a&gt; :
&lt;pre&gt;if (result == Ci.nsIFilePicker.returnOK) {
 this._prefSvc.setCharPref(&quot;extensions.personas.manualPath&quot;, fp.file.path);
 this._setPersona(&quot;manual&quot;, &quot;&quot;);
}&lt;/pre&gt;
à remplacer par :
&lt;pre&gt;if (result == Ci.nsIFilePicker.returnOK) {
 var myPath=fp.file.path;
 myPath=myPath.replace(/[\\]/g, &quot;/&quot;);
 this._prefSvc.setCharPref(&quot;extensions.personas.manualPath&quot;, myPath);
 this._setPersona(&quot;manual&quot;, &quot;&quot;);
}&lt;/pre&gt;
&lt;/li&gt;
 &lt;/ul&gt;

&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Redémarrez Firefox&lt;/li&gt;
&lt;li&gt;Cliquez sur l'icône Firefox dans le coin gauche en bas et vous devriez voir l'option &quot;&lt;strong&gt;Use Local Header...&lt;/strong&gt;&quot;&lt;/li&gt;
&lt;li&gt;Cliquez sur &quot;Use Local Header...&quot; et sélectionnez le fichier correspondant au header : tbox-*.* (par exemple : tbox-dieppe.png), dans ce cas là, le footer doit s'appeler stbar-*.* (par exemple : stbar-dieppe.png)&lt;/li&gt;
&lt;li&gt;Vous devriez voir le nouveau thème s'afficher&lt;/li&gt;
&lt;/ol&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>PASSYMAL - PAS SI MAL</title>
    <link>http://piart.name/post/2007/10/28/62-passymal-pas-si-mal</link>
    <guid isPermaLink="false">urn:md5:89755ca33139ee875843cc74e9b4d887</guid>
    <pubDate>Sun, 28 Oct 2007 11:24:00 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>    &lt;div class=&quot;external-media&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.dailymotion.com/swf/k93pf8tM8ZKwcJne7X&amp;amp;related=0&amp;amp;canvas=medium&quot; width=&quot;400&quot; height=&quot;316&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;http://www.dailymotion.com/swf/k93pf8tM8ZKwcJne7X&amp;amp;related=0&amp;amp;canvas=medium&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
  &lt;param name=&quot;FlashVars&quot; value=&quot;playerMode=embedded&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;&lt;a href=&quot;http://www.dailymotion.com/video/x3anhp_passymal-pas-si-mal&quot;&gt;PASSYMAL - PAS SI MAL&lt;/a&gt;
&lt;/div&gt;
</description>
    
    
    
      </item>
    
  <item>
    <title>MiniVille... ;)</title>
    <link>http://piart.name/post/2007/10/19/61-miniville</link>
    <guid isPermaLink="false">urn:md5:31b9fe434f047637b12bfa6f39018202</guid>
    <pubDate>Fri, 19 Oct 2007 19:25:00 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>    &lt;div class=&quot;swf&quot; id=&quot;swf_client&quot;&gt;
Votre lecteur Flash n'est pas à jour. &lt;a href=&quot;http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;amp;Lang=French&amp;amp;P5_Language=French&quot; hreflang=&quot;en&quot;&gt;Installer la dernière version&lt;/a&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var so21 = new SWFObject(&quot;http://data.miniville.fr/swf/client.swf&quot;,&quot;client&quot;,510,400,8,&quot;#deecfe&quot;);
so21.addParam(&quot;AllowScriptAccess&quot;,&quot;always&quot;);
so21.addVariable(&quot;name&quot;, &quot;Gameblog&quot;);
so21.addVariable(&quot;pop&quot;,&quot;32513&quot;);
so21.addVariable(&quot;ind&quot;,&quot;17812&quot;);
so21.addVariable(&quot;tra&quot;,&quot;6450&quot;);
so21.addVariable(&quot;sec&quot;,&quot;8013&quot;);
so21.addVariable(&quot;env&quot;,&quot;10932&quot;);
so21.addVariable(&quot;com&quot;,&quot;3631&quot;);
so21.addVariable(&quot;k&quot;,&quot;8479c&quot;);
so21.addParam(&quot;scale&quot;,&quot;noscale&quot;);
so21.write(&quot;swf_client&quot;);
&lt;/script&gt;
&lt;a href=&quot;http://gameblog.miniville.fr/&quot; hreflang=&quot;fr&quot;&gt;Miniville&lt;/a&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Ma liste de billets partagés sur Reader</title>
    <link>http://piart.name/post/2007/09/30/60-ma-liste-de-billets-partages-sur-reader</link>
    <guid isPermaLink="false">urn:md5:af20b10d811b0e700758d2ca99754650</guid>
    <pubDate>Sun, 30 Sep 2007 15:34:00 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>    &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com/reader/ui/publisher-fr.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com/reader/public/javascript/user/01896947989197414190/state/com.google/broadcast?n=7&amp;amp;callback=GRC_p(%7Bc%3A%22blue%22%2Ct%3A%22Ma%20liste%20de%20partage%22%2Cs%3A%22true%22%2Cb%3A%22false%22%7D)%3Bnew%20GRC&quot;&gt;&lt;/script&gt;
</description>
    
    
    
      </item>
    
  <item>
    <title>Je vends mon scooter NEO'S 50 [vendu]</title>
    <link>http://piart.name/post/2007/08/11/59-je-vends-mon-scooter-neo-s-50</link>
    <guid isPermaLink="false">urn:md5:f83241c55b885bb93ac0f98aad9a84f5</guid>
    <pubDate>Sat, 11 Aug 2007 10:57:09 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;p&gt;[VENDU]&lt;/p&gt;

&lt;p&gt;Suite à l'obtention de mon permis moto, je vends mon scooter NEO'S 50.&lt;/p&gt;    &lt;p&gt;Voici les photos :&lt;/p&gt;
&lt;table style=&quot;width:194px;&quot;&gt;&lt;tr&gt;&lt;td align=&quot;center&quot; style=&quot;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&quot;&gt;&lt;a href=&quot;http://picasaweb.google.com/piartt/ScooterNeoS50?authkey=l0OtTvwSyYY&quot;&gt;&lt;img src=&quot;http://lh6.google.com/piartt/Rrzk54jPGrE/AAAAAAAADZA/ZBoyCUKmwuI/s160-c/ScooterNeoS50.jpg&quot; alt=&quot;Photos scooter&quot; width=&quot;160&quot; height=&quot;160&quot; style=&quot;margin:1px 0 0 4px;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align:center;font-family:arial,sans-serif;font-size:11px&quot;&gt;&lt;a href=&quot;http://picasaweb.google.com/piartt/ScooterNeoS50?authkey=l0OtTvwSyYY&quot; style=&quot;color:#4D4D4D;font-weight:bold;text-decoration:none;&quot;&gt;scooter neo&amp;#39;s 50&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;Ce modèle YAMAHA NEO'S 50 est le même que le modèle MBK OVETTO
&lt;/p&gt;
&lt;p&gt;
&lt;ins&gt;Le scooter a été acheté en Janvier 2006&lt;/ins&gt; chez Yamaha Patrick Pons (Paris, Av. Grande Armée) et révisé au même endroit (après 1000km et 6000km)&lt;br/&gt;
Il n'a subi aucune modification (sauf ajout support top case)&lt;br/&gt;
Je peux vous présenter &lt;ins&gt;les factures des révisions&lt;/ins&gt;&lt;br/&gt;
&lt;ins&gt;Le kilométrage actuel est de 11000km&lt;/ins&gt;
La prochaine révision doit avoir lieu après 12000km&lt;br/&gt;
&lt;/p&gt;&lt;p&gt;
Il a été gravé (&lt;ins&gt;marquage antivol&lt;/ins&gt;), c'est exigé par certaines assurance (attestation visible).
&lt;/p&gt;&lt;p&gt;
Il est équipé d'une &lt;ins&gt;jupe&lt;/ins&gt;.(voir photos)&lt;br/&gt;
(elle recouvre entièrement la selle à l'arrêt et a une petite trappe pour accéder au contact)
&lt;/p&gt;
&lt;p&gt;
Il est équipé d'un &lt;ins&gt;support de top case&lt;/ins&gt;. (voir photo)
&lt;/p&gt;
&lt;p&gt;
Les deux rétroviseurs sont légèrement éraflés. (voir photo)&lt;br/&gt;
Un fêlure est présente sur le repose pied droit du passager (voir photo)&lt;br/&gt;
Aucune autre pièce n'est cassée (feux intacts, ...)&lt;br/&gt;
&lt;/p&gt;&lt;p&gt;
Le frein avant fonctionne très bien (plaquette changé après 6000km, alors que ce n'était pas nécessaire!)&lt;br/&gt;
Le frein arrière est un peu mou
&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Le prix est de &lt;b&gt;900 Euros&lt;/b&gt;&lt;br/&gt;
à venir prendre dans le 18ème arrondissement&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Si vous êtes intéressé, ou si vous avez besoin de plus de précisions, n'hésitez pas à me contacter (par les commentaires, ou bien par &lt;a href=&quot;http://piart.name/thomas_piart_contact.php&quot; hreflang=&quot;fr&quot;&gt;mail ou téléphone&lt;/a&gt;)&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Des statistiques en flash</title>
    <link>http://piart.name/post/2007/03/18/57-des-statistiques-en-flash</link>
    <guid isPermaLink="false">urn:md5:b7340101bc1563d479c6e40c1560dfb6</guid>
    <pubDate>Sun, 18 Mar 2007 16:26:29 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>    &lt;p&gt;&lt;a href=&quot;http://tools.google.com/gapminder/&quot; hreflang=&quot;en&quot;&gt;Google&lt;/a&gt; et &lt;a href=&quot;http://www.gapminder.org/&quot; hreflang=&quot;en&quot;&gt;Gapminder&lt;/a&gt; proposent des statistiques issues des &lt;a href=&quot;http://unstats.un.org/unsd/&quot; hreflang=&quot;en&quot;&gt;Nations Unies&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Ces statistiques vont de 1960 à nos jours et portent sur&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;La population&lt;/li&gt;
&lt;li&gt;La croissance&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On peut croiser toutes ces données dans à peu prés tous les sens.&lt;/p&gt;


&lt;p&gt;Voici un &lt;a href=&quot;http://tools.google.com/gapminder/#$majorMode=chart$is;shi=t;ly=2003;lb=f;il=t;fs=11;al=9;stl=t;st=t;nsl=t;se=t$wst;tts=C$ts;sp=8.42451612903226;ti=2004$zpv;v=0$inc_x;mmid=XCOORDS;iid=SP.DYN.LE00.IN;by=ind$inc_y;mmid=YCOORDS;iid=SP.POP.TOTL;by=ind$inc_s;uniValue=6.30915371329879;iid=SH.DYN.MORT;by=universal$inc_c;uniValue=255;gid=1004;iid=SP.DYN.CONU.ZS;by=grp$map_x;scale=lin;dataMin=23;dataMax=46$map_y;scale=lin;dataMin=2348951;dataMax=9005262$inds=RWA_hGOaTbl&quot; hreflang=&quot;en&quot;&gt;exemple&lt;/a&gt; ce ce que l'on peut obtenir&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://piart.name/images/site/Rwanda.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Voir cet article sur le &lt;a href=&quot;http://fr.wikipedia.org/wiki/G%C3%A9nocide_au_Rwanda&quot; hreflang=&quot;fr&quot;&gt;Rwanda&lt;/a&gt; pour comprendre&lt;/p&gt;
&lt;p&gt;On en parle lors des &lt;a href=&quot;http://ted.com/tedtalks/tedtalksplayer.cfm?key=hans_rosling&quot; hreflang=&quot;en&quot;&gt;TED Talk 2006&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Reverse Graffiti</title>
    <link>http://piart.name/post/2007/03/11/56-reverse-graffiti</link>
    <guid isPermaLink="false">urn:md5:b6e6510d7aaf0e79fb98727eb111bf44</guid>
    <pubDate>Sun, 11 Mar 2007 17:44:16 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>    &lt;p&gt;Une initiative artistique &quot;à rebours&quot; des pratiques de graffiti habituelles.&lt;/p&gt;

&lt;p&gt;Un &lt;a href=&quot;http://www.alexandreorion.com/ossario/images.html&quot; hreflang=&quot;en&quot;&gt;artiste à Sao Paulo&lt;/a&gt; a réalisé des graffiti non pas en &quot;ajoutant&quot; - de la peinture - mais en retirant la saleté sur les murs d'un tunnel à Sao Paulo.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://piart.name/images/site/309680009_6db28b41c6_o.jpg&quot; alt=&quot;mur de graffiti&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Comme il n'existe pas de loi pour &quot;nettoyage de mur&quot; (même sélectif), il n'a pas été ennuyé. Peu de temps après, la municipalité a nettoyé la portion de tunnel &quot;taggué&quot;, donc l'artiste à recommencé un peu plus loin.&lt;/p&gt;


&lt;p&gt;Réaction, contre réaction, ... escalade&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;Après la deuxième action de l'artiste, la municipalité a décidé de nettoyer l'ensemble de ses tunnels&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://piart.name/images/site/im_limpa1.jpg&quot; alt=&quot;nettoyage&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Raconté &lt;a href=&quot;http://bldgblog.blogspot.com/2006/11/automotive-ossuary.html&quot; hreflang=&quot;en&quot;&gt;ici&lt;/a&gt; et &lt;a href=&quot;http://www.lensculture.com/mt_files/archives/000095.html&quot; hreflang=&quot;en&quot;&gt;là&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Sur le thème des graffitis, &lt;a href=&quot;http://www.youtube.com/watch?v=jtzdxseO-gs&quot; hreflang=&quot;en&quot;&gt;une vidéo très sympa&lt;/a&gt; trouvé sur &lt;a href=&quot;http://www.gameblog.fr/blog_49_le-mur-des-hallucinations&quot; hreflang=&quot;fr&quot;&gt;GameBlog&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Plus de 1000 Sols</title>
    <link>http://piart.name/post/2007/01/28/55-plus-de-1000-sols</link>
    <guid isPermaLink="false">urn:md5:822ef5938575e6192a8e5165be8400d5</guid>
    <pubDate>Sun, 28 Jan 2007 12:42:04 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;p&gt;Les sondes Opportunity et Spirit ont dépassés les 1000 Sols sur Mars&lt;/p&gt;    &lt;p&gt;Les dernières images sur le &lt;a href=&quot;http://marsrovers.nasa.gov/home/&quot; hreflang=&quot;en&quot;&gt;site de la NASA&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; Capa Verde :&lt;br /&gt;
&lt;img src=&quot;http://piart.name/images/site/PIA08809-1.jpg&quot; alt=&quot;Cape Verde&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Le dernier panoramique d'opportunity, Mc Murdo :&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.piart.name/swfobject.js&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;fc7127&quot;&gt;Requires Macromedia Flash. &lt;a href=&quot;http://www.macromedia.com/go/getflashplayer/&quot;&gt;Get Macromedia Flash.&lt;/a&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
   var so7127 = new SWFObject(&quot;http://www.piart.name/zoomifyViewer2.swf&quot;, &quot;sv&quot;, &quot;800&quot;, &quot;290&quot;, &quot;6.0.40&quot;, &quot;#FFFFFF&quot;);
   so7127.addParam(&quot;quality&quot;, &quot;best&quot;);
   so7127.addVariable(&quot;zoomifyImagePath&quot;, &quot;http://www.piart.name/doc/McMurdo/&quot;);
   so7127.addVariable(&quot;zoomifyNavWindow&quot;,&quot;-1&quot;);
   so7127.write(&quot;fc7127&quot;);
&lt;/script&gt;

&lt;p&gt;&lt;a href=&quot;http://www.zoomify.com/&quot; hreflang=&quot;en&quot;&gt;Zoomify&lt;/a&gt; + &lt;a href=&quot;http://blog.deconcept.com/&quot; hreflang=&quot;en&quot;&gt;SWFObject&lt;/a&gt; :&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://www.piart.name/swfobject.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;fc7127&amp;quot;&amp;gt;Requires Macromedia Flash. &amp;lt;a href=&amp;quot;http://www.macromedia.com/go/getflashplayer/&amp;quot;&amp;gt;Get Macromedia Flash.&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
   var so7127 = new SWFObject(&amp;quot;http://www.piart.name/zoomifyViewer2.swf&amp;quot;, &amp;quot;sv&amp;quot;, &amp;quot;800&amp;quot;, &amp;quot;290&amp;quot;, &amp;quot;6.0.40&amp;quot;, &amp;quot;#FFFFFF&amp;quot;);&lt;br /&gt;
   so7127.addParam(&amp;quot;quality&amp;quot;, &amp;quot;best&amp;quot;);&lt;br /&gt;
   so7127.addVariable(&amp;quot;zoomifyImagePath&amp;quot;, &amp;quot;http://www.piart.name/doc/McMurdo/&amp;quot;);&lt;br /&gt;
   so7127.addVariable(&amp;quot;zoomifyNavWindow&amp;quot;,&amp;quot;-1&amp;quot;);&lt;br /&gt;
   so7127.write(&amp;quot;fc7127&amp;quot;);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Citation</title>
    <link>http://piart.name/post/2007/01/27/54-citation</link>
    <guid isPermaLink="false">urn:md5:8d302c5ddc99ab5a4f8afcbea8c44c1a</guid>
    <pubDate>Sat, 27 Jan 2007 11:56:19 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;blockquote&gt;&lt;p&gt;-Il ne pousse rien sur le grandiloque, le petiloque ou le soliloque.&lt;br /&gt;
- Sur quoi pousse-t-il quelque chose ? demanda Camille [...]&lt;br /&gt;
- Sur le réflexiloque&lt;br /&gt;
- Bien, dit-elle. J'en achèterai.&lt;/p&gt;&lt;/blockquote&gt;    &lt;p&gt;Citation de &quot;Pars vite et reviens tard&quot; de Fred Vargas&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Quelques liens...</title>
    <link>http://piart.name/post/2006/12/16/53-quelques-liens</link>
    <guid isPermaLink="false">urn:md5:3c882b3673dc144f8609a6c4453590f9</guid>
    <pubDate>Sat, 16 Dec 2006 13:25:24 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>TCO et Réchauffement.    &lt;p&gt;Voici un &lt;a href=&quot;http://nauges.typepad.com/my_weblog/2006/12/laprs_tco_2_scm.html&quot; hreflang=&quot;fr&quot;&gt;article très fourni&lt;/a&gt; sur une une alternative au &lt;a href=&quot;http://fr.wikipedia.org/wiki/Co%C3%BBt_total_de_possession&quot; hreflang=&quot;fr&quot;&gt;TCO pour les services web&lt;/a&gt;, qui fait suite à &lt;a href=&quot;http://nauges.typepad.com/my_weblog/2006/11/acm_ou_lobsoles.html&quot; hreflang=&quot;fr&quot;&gt;un autre&lt;/a&gt;, du même auteur&lt;/p&gt;
&lt;p&gt;Le hors série de courrier international sur le réchauffement, &quot;&lt;a href=&quot;http://www.courrierinternational.com/evenement/hors-serie/03-2006/sommaire.asp&quot; hreflang=&quot;fr&quot;&gt;Trop Chaud&lt;/a&gt;&quot; :&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;Canicule en juillet, août pourri, septembre qui bat des records de chaleur... Le réchauffement climatique ne frappe plus seulement l’Alaska ou le Bangladesh, il se fait sentir au quotidien, sous toutes les latitudes. Et ce n’est qu’un début, comme le montrent tous les scénarios élaborés par les scientifiques.
&lt;br /&gt;[...]&lt;br /&gt;
les initiatives se multiplient. Mais c’est à chacun de nous de prendre part aux efforts pour sauver la planète. Car il n’est pas trop tard.
&lt;/blockquote&gt;
&lt;img src=&quot;http://piart.name/images/site/couvHSclimat.gif&quot; alt=&quot;Couverture Hors Serie Trop Chaud&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Syndication</title>
    <link>http://piart.name/post/2006/11/24/52-syndication</link>
    <guid isPermaLink="false">urn:md5:de28255bcc4b4862068e9954cd966a8d</guid>
    <pubDate>Fri, 24 Nov 2006 22:36:00 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>Ce billet recense les différents liens qui permettent de récupérer mes flux RSS.    &lt;p&gt;
Évidement, en utilisant les liens suivants :
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://piart.name/themes/tomTheme/images/rss_1.png&quot; alt=&quot;fil RSS 1.0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://piart.name/rss.php?type=co&quot;&gt;&lt;img src=&quot;http://piart.name/themes/tomTheme/images/rss_co.png&quot; alt=&quot;fil RSS Commentaires&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://piart.name/atom.php&quot;&gt;&lt;img src=&quot;http://piart.name/themes/tomTheme/images/atom_03.png&quot; alt=&quot;fil Atom 0.3&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://piart.name/atom.php?type=co&quot;&gt;&lt;img src=&quot;http://piart.name/themes/tomTheme/images/atom_co.png&quot; alt=&quot;fil Atom Commentaires&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mais aussi :
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://fusion.google.com/add?feedurl=http%3A//piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://buttons.googlesyndication.com/fusion/add.gif&quot; alt=&quot;Ajouter à Google Reader ou Home Page&quot; border=&quot;0&quot; width=&quot;104&quot; height=&quot;17&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://add.my.yahoo.com/content?.intl=fr&amp;amp;url=http%3A//piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif&quot; alt=&quot;Ajouter à My Yahoo!&quot; border=&quot;0&quot; width=&quot;91&quot; height=&quot;17&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fwww.piart.name%2Frss.php&quot;&gt;&lt;img src=&quot;http://www.netvibes.com/img/add2netvibes.gif&quot; alt=&quot;Ajouter à Netvibes&quot; width=&quot;91&quot; height=&quot;17&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ifeedreaders.com/subscribe.php?thefeed=http://www.piart.name/rss.php&amp;amp;&quot;&gt;&lt;img src=&quot;http://www.ifeedreaders.com/buttons/button2.gif&quot; alt=&quot;Subscribe&quot; title=&quot;More Subscription Options&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.bloglines.com/sub/http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://www.bloglines.com/images/sub_modern9.gif&quot; alt=&quot;Subscribe with Bloglines&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://www.newsgator.com/images/ngsub1.gif&quot; alt=&quot;Subscribe in NewsGator Online&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://my.msn.com/addtomymsn.armx?id=rss&amp;amp;ut=http://www.piart.name/rss.php&amp;amp;ru=http://www.piart.name/&quot;&gt;&lt;img src=&quot;http://sc.msn.com/44/G,UCH%7BZBSS3%7BOS%7BSE469LG.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.bitty.com/manual/?contenttype=rssfeed&amp;amp;contentvalue=http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://www.bitty.com/img/bittychicklet_91x17.gif&quot; alt=&quot;BittyBrowser&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.my.aol.com/add.jsp?url=http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://myfeeds.aolcdn.com/vis/myaol_cta1.gif&quot; alt=&quot;Add to My AOL&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://rss2pdf.com?url=http://www.piart.name/rss.php&quot;&gt; &lt;img src=&quot;http://rss2pdf.com/images/rss2pdf.png&quot; alt=&quot;Convert RSS to PDF&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.rojo.com/add-subscription?resource=http://www.piart.name/rss.php&quot;&gt; &lt;img src=&quot;http://www.rojo.com/skins/static/images/add-to-rojo.gif&quot; alt=&quot;Subscribe in Rojo&quot; style=&quot;border: 0 none ;&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://my.feedlounge.com/external/subscribe?url=http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://static.feedlounge.com/buttons/subscribe_0.gif&quot; style=&quot;border: 0 none ;&quot; alt=&quot;Subscribe in FeedLounge&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://solosub.com/sub/http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://solosub.com/feed_button.gif&quot; alt=&quot;Solosub&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.r-mail.org/bm.aspx?rss=http://www.piart.name/rss.php&quot; style=&quot;border: 1px solid rgb(0, 0, 0); padding: 2px; background-color: rgb(255, 255, 255); font-weight: bold; color: rgb(0, 0, 0); font-size: 11px; text-decoration: none; font-family: sans-serif;&quot;&gt;&lt;span style=&quot;color: rgb(247, 102, 21);&quot;&gt;R&lt;/span&gt;|Mail&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.rssfwd.com/rssfwd/preview?url=http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://www.rssfwd.com/subscribe_via_rssfwd.png&quot; alt=&quot;Rss fwd&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.blogarithm.com/subrequest.php?BlogURL=http://www.piart.name/rss.php&quot;&gt; &lt;img src=&quot;http://www.blogarithm.com/images/external/techno-add.gif&quot; alt=&quot;Blogarithm&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.simpy.com/simpy/LinkAdd.do?href=http://www.piart.name/rss.php&amp;amp;title=Thomas%20Piart&quot;&gt;&lt;img src=&quot;http://www.simpy.com/img/chicklet-simpy-orange.png&quot; alt=&quot;Simpify!&quot; style=&quot;border-width: 0;&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://technorati.com/faves?add=http://www.piart.name/&quot;&gt;&lt;img src=&quot;http://static.technorati.com/pix/fave/tech-fav-5.gif&quot; alt=&quot;Add to Technorati Favorites!&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.pageflakes.com/subscribe.aspx?url=http://www.piart.name/rss.php&quot;&gt;&lt;img src=&quot;http://www.pageflakes.com/subscribe2.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.protopage.com/add-button-site?url=http://www.piart.name/rss.php&amp;amp;label=Thomas%20Piart&amp;amp;type=feed&quot;&gt;&lt;img alt=&quot;Add this site to your Protopage&quot; src=&quot;http://www.protopage.com/web/images/buttons/add-site-to-protopage.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;twistermc-bookmarks&quot;&gt; &lt;strong&gt;Bookmark This Site&lt;/strong&gt;&lt;br /&gt;&lt;a href=&quot;http://del.icio.us/post?url=http://www.piart.name/&amp;amp;title=Thomas%20Piart&quot;&gt;+Del.icio.us&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.furl.net/storeIt.jsp?u=http://www.piart.name/&amp;amp;t=Thomas%20Piart&quot;&gt;+Furl It&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.spurl.net/spurl.php?url=http://www.piart.name/&amp;amp;title=Thomas%20Piart&quot;&gt;+Spurl&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.rawsugar.com/pages/tagger.faces?turl=http://www.piart.name/&amp;amp;tttl=Thomas%20Piart&quot;&gt;+Tag!RawSugar&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://simpy.com/simpy/LinkAdd.do?title=Thomas%20Piart&amp;amp;href=http://www.piart.name/&quot;&gt;+Simpy This!&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.shadows.com/features/tcr.htm?url=http://www.piart.name/&amp;amp;title=Thomas%20Piart&quot;&gt;+Shadows Tag!&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Url=http://www.piart.name/&amp;amp;Title=Thomas%20Piart&quot;&gt;+Blink It&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Thomas%20Piart&amp;amp;u=http://www.piart.name/&quot;&gt;+My Web&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;/ul&gt;
&lt;a href=&quot;http://www.twistermc.com/shake/RSS-index.php&quot;&gt;Fait en partie avec twistermc&lt;/a&gt;
&lt;br /&gt;
D'autres viendront au fur et à mesure.</description>
    
    
    
      </item>
    
  <item>
    <title>Pacte Ecologique</title>
    <link>http://piart.name/post/2006/11/13/51-pacte-ecologique</link>
    <guid isPermaLink="false">urn:md5:70e7b53851dd68cf289a40e6d3fbc79b</guid>
    <pubDate>Mon, 13 Nov 2006 17:01:22 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;p&gt;&lt;a href=&quot;http://www.pacte-ecologique-2007.org/nicolas-hulot/pages/01_je_signe/01_00_jesigne.php?provenance= &quot; hreflang=&quot;fr&quot;&gt;Le pacte écologique de Nicolas Hulot&lt;/a&gt;, regardez la vidéo.&lt;/p&gt;    &lt;p&gt;&lt;img src=&quot;http://piart.name/images/site/image0-6.jpg&quot; alt=&quot;bird&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Quelques liens</title>
    <link>http://piart.name/post/2006/11/05/50-quelques-liens</link>
    <guid isPermaLink="false">urn:md5:9802b4f8e3fa8ebc2abbaea52116ff1c</guid>
    <pubDate>Sun, 05 Nov 2006 13:07:30 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>    &lt;p&gt;Tout le monde se paie un Blog, même ma &lt;a href=&quot;http://torcyevangile.over-blog.com/&quot; hreflang=&quot;fr&quot;&gt;Résidence&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Trois groupes de rap engagé : &lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href=&quot;http://www2.abdalmalik.fr/&quot; hreflang=&quot;fr&quot;&gt;Abd Al Malik&lt;/a&gt; et son dernier album Gibraltar&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.oxmo.net/&quot; hreflang=&quot;fr&quot;&gt;Oxomo Puccino&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.identiteencrescendo.net/&quot; hreflang=&quot;fr&quot;&gt;Rocé&lt;/a&gt; (dernier album Identité en Crescendo)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Le &lt;a href=&quot;http://www.actioncarbone.org&quot; hreflang=&quot;fr&quot;&gt;site de Yann Arthus-Bertrand pour une action pour réduire ses émissions de CO2&lt;/a&gt; et les compenser par des actions concrètes (reboisement,...)&lt;br /&gt;Et pour finir une de ses photos :&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://piart.name/images/site/Marathon NY.jpg&quot; alt=&quot;Marathon de NY par Yann Arthus-Bertrand&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>SimpleViewer gallery</title>
    <link>http://piart.name/post/2006/06/27/49-simpleviewer-gallery</link>
    <guid isPermaLink="false">urn:md5:c4a30ea135038076fff9342d87f59f13</guid>
    <pubDate>Tue, 27 Jun 2006 12:01:15 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;p&gt;Simple Viewer + Picasa pour mettre cette gallerie en place...&lt;/p&gt;    &lt;script type=&quot;text/javascript&quot; src=&quot;http://piart.name/swfobject.js&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;fcxx&quot;&gt;SimpleViewer requires Macromedia Flash. &lt;a href=&quot;http://www.macromedia.com/go/getflashplayer/&quot;&gt;Get Macromedia Flash.&lt;/a&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
   var sox = new SWFObject(&quot;http://www.piart.name/simpleviewer.swf&quot;, &quot;sv&quot;, &quot;500&quot;, &quot;445&quot;, &quot;6&quot;, &quot;#FFFFFF&quot;);
   sox.addParam(&quot;quality&quot;, &quot;best&quot;);
   sox.addVariable(&quot;xmlDataPath&quot;, &quot;http://www.piart.name/images/060604_abstract/SVimageData.xml&quot;);
   sox.write(&quot;fcxx&quot;);
&lt;/script&gt;

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-0523467861612992&quot;;
google_ad_output = &quot;textlink&quot;;
google_ad_format = &quot;ref_text&quot;;
google_cpa_choice = &quot;CAAQsKWL_QEaCIg0r5ITFuKvKLDYtIQB&quot;;
google_ad_channel = &quot;&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>DewPlayer - Spiritualized</title>
    <link>http://piart.name/post/2006/06/04/47-dewplayer-spiritualized</link>
    <guid isPermaLink="false">urn:md5:9af38ce93c392210d4209cf45afe2288</guid>
    <pubDate>Sun, 04 Jun 2006 19:08:35 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>&lt;script type=&quot;text/javascript&quot; src=&quot;http://piart.name/swfobject.js&quot;&gt;&lt;/script&gt;
		
&lt;div id=&quot;flashcontent2&quot;&gt;
  This text is replaced by the Flash movie.
&lt;/div&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
   var so = new SWFObject(&quot;/doc/dewplayer.swf?son=/doc/spirit.mp3&quot;, &quot;m2&quot;, &quot;200&quot;, &quot;20&quot;, &quot;7&quot;, &quot;#FFFFFF&quot;);
   so.write(&quot;flashcontent2&quot;);
&lt;/script&gt;    &lt;p&gt;
&lt;a href=&quot;http://www.estvideo.com/dew/index/2005/12/03/603-dewplayer-reloaded&quot; hreflang=&quot;fr&quot;&gt;DewPlayer&lt;/a&gt; + &lt;a href=&quot;http://blog.deconcept.com/swfobject/&quot; hreflang=&quot;en&quot;&gt;SWFObject&lt;/a&gt; (Ex Flashobject)&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>A List Apart: Articles: The Four-Day Week Challenge</title>
    <link>http://piart.name/post/2006/05/25/46-a-list-apart-articles-the-four-day-week-challenge</link>
    <guid isPermaLink="false">urn:md5:272ee1d8c193d023a5db096016210ea0</guid>
    <pubDate>Thu, 25 May 2006 14:55:27 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
            
    <description>    &lt;a href=&quot;http://alistapart.com/articles/fourdayweek&quot;&gt;A List Apart: Articles: The Four-Day Week Challenge&lt;/a&gt;

&lt;p&gt;Un article sur le challenge de la semaine de 4 jours&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>FireFly</title>
    <link>http://piart.name/post/2006/04/07/45-firefly</link>
    <guid isPermaLink="false">urn:md5:2f6a0de4fa80cd96945c2d20268c9ffc</guid>
    <pubDate>Fri, 07 Apr 2006 13:30:22 +0000</pubDate>
    <dc:creator>Toma</dc:creator>
        <category>Blog</category>
        <category>SWFObject</category>    
    <description>    &lt;script type=&quot;text/javascript&quot; src=&quot;http://piart.name/flashobject.js&quot;&gt;&lt;/script&gt;
		
&lt;div id=&quot;flashcontent&quot;&gt;
  This text is replaced by the flash movie.
&lt;/div&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
   var so = new FlashObject(&quot;/doc/fireflies.swf&quot;, &quot;mymovie&quot;, &quot;400&quot;, &quot;200&quot;, &quot;7&quot;, &quot;#FFAA00&quot;);
   so.write(&quot;flashcontent&quot;);
&lt;/script&gt;
&lt;p&gt;
FireFly, trouvé sur &lt;a href=&quot;http://www.deconcept.com/&quot; hreflang=&quot;en&quot;&gt;Deconcept&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>