<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silex Labs &#187; L&#8217;aventure c&#8217;est l&#8217;aventure !</title>
	<atom:link href="http://www.silexlabs.org/the-blog//fr/category/laventure-cest-laventure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.silexlabs.org/the-blog</link>
	<description>The blog de la Team - Silex Flash CMS</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:48:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build the widget of your dreams. Silex ♥ Yahoo!</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/06/build-the-widget-of-your-dreams/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/06/build-the-widget-of-your-dreams/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 15:21:13 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[Dev-Prog]]></category>
		<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[Silex Workshops]]></category>
		<category><![CDATA[The Dark Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1705</guid>
		<description><![CDATA[How to make a Yahoo! widget out of a Silex publication ? It is quite simple since Silex has a widget mechanism. It was made to allow you to put a publication on a myspace page, to create an application out of a publication with Zinc&#8230;
Let&#8217;s use this functionality of Silex and the Yahoo! widgets system, [...]]]></description>
			<content:encoded><![CDATA[<p>How to make a <a href="http://widgets.yahoo.com/" target="_blank">Yahoo! widget</a> out of a Silex publication ? It is quite simple since Silex has a widget mechanism. It was made to allow you to put a publication on a <a href="http://www.myspace.com/lexayo" target="_blank">myspace</a> page, to create an application out of a publication with Zinc&#8230;</p>
<p>Let&#8217;s use this functionality of Silex and the <span style="font-size: 13.3333px;">Yahoo! widgets system, </span><span style="font-size: 13.3333px;">in order to <strong>make a desktop application</strong> with installation, update and configuration.</span></p>
<p><span style="font-size: 13.3333px;">Here is <a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.widget">my sample widget</a>. And <a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.zip">here are the sources</a>.</span></p>
<p><span style="font-size: 13.3333px;"> </span></p>
<div id="attachment_1727" class="wp-caption alignnone" style="width: 353px"><a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.png"><img class="size-full wp-image-1727  " title="silex-yahoo-widget" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.png" alt="widget test for Silex" width="343" height="439" /></a><p class="wp-caption-text">widget test for Silex: it gives you some news about Silex on your desktop</p></div>
<p><span id="more-1705"></span></p>
<p><span style="font-size: 13.3333px;">Yahoo! Widgets is a free application platform for Mac OS X and Microsoft Windows. </span></p>
<ul>
<li><span style="font-size: 13.3333px;">http://en.wikipedia.org/wiki/Yahoo!_Widgets</span></li>
<li><span style="font-size: 13.3333px;">http://widgets.yahoo.com/</span></li>
</ul>
<p>Here is how to make a Yahoo! widget with Silex:</p>
<ul>
<li><span style="font-size: 13.3333px;"> <span style="font-size: 11.1111px;">in a silex server, create one site with the parameter &laquo;&nbsp;layer skin&nbsp;&raquo; set to &laquo;&nbsp;layer_skin_light.swf&nbsp;&raquo; and no embed fonts (all text field should have the parameter &laquo;&nbsp;include font&nbsp;&raquo; unchecked). You can remove the folders fonts, logs, cgi, conf, install, js, loaders, plugins, tools, trash and all files in the root folder except silex.swf</span></span></li>
<li><span style="font-size: 13.3333px;">in a new folder where you will put all the yahoo plugin, put a &laquo;&nbsp;Resources&nbsp;&raquo; folder with the &laquo;&nbsp;silex_server&nbsp;&raquo; folder inside it.</span></li>
<li><span style="font-size: 13.3333px;">use the file &laquo;&nbsp;fla/loader_projector.fla&nbsp;&raquo; of the dev kit to generate the loader, which I called &laquo;&nbsp;loader_yahoo_widget.swf&nbsp;&raquo;. This file contains the website configuration, your site name for example. Tip : leave this line uncommented (i do not know why exactly):</span></li>
</ul>
<pre style="padding-left: 60px;">rootUrl = "../silex_server/";</pre>
<ul>
<li><span style="font-size: 13.3333px;">create a .kon file which is the yahoo widget conf file, see the example I did. You just need to embed the loader_yahoo_widget.swf file. You also can define properties which the user will be able to modify and which will be available in Silex as accessors (in &lt;&lt;silex.config.YOUR PROPERTY FROM YAHOO CONFIG PANNEL&gt;&gt;)</span></li>
</ul>
<div id="attachment_1707" class="wp-caption alignnone" style="width: 675px"><img class="size-full wp-image-1707" title="silex yahoo widget admin pannel" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/06/silex-yahoo-widget.jpg" alt="silex yahoo widget admin pannel" width="665" height="177" /><p class="wp-caption-text">silex yahoo widget admin pannel</p></div>
<ul>
<li><span style="font-size: 13.3333px;">install yahoo widget and use the &laquo;&nbsp;open widget&nbsp;&raquo; menu in order to load your widget.</span></li>
</ul>
<p>After you have done a cool widget, do not forget to <a href="http://widgets.yahoo.com/submit/" target="_blank">submit it to yahoo! here</a>.</p>
<p>Note: the widget background is transparent, which is pretty cool <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">How to make a Yahoo! widget out of a Silex publication ? It is quite simple since Silex has a widget mechanism. It was made to allow you to put a publication on a myspace page, to create an application out of a publication with Zinc&#8230;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://en.wikipedia.org/wiki/File:Konfabulator_screenshot.jpg</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Yahoo! Widgets is a free application platform for Mac OS X and Microsoft Windows.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&gt; http://en.wikipedia.org/wiki/Yahoo!_Widgets</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&gt; http://widgets.yahoo.com/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- in a silex server, create one site with the parameter &laquo;&nbsp;layer skin&nbsp;&raquo; set to &laquo;&nbsp;layer_skin_light.swf&nbsp;&raquo; and no embed fonts (all text field should have the parameter &laquo;&nbsp;include font&nbsp;&raquo; unchecked). You can remove the folders fonts, logs, cgi, conf, install, js, loaders, plugins, tools, trash and all files in the root folder except silex.swf</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- in a new folder where you will put all the yahoo plugin, put a &laquo;&nbsp;Resources&nbsp;&raquo; folder with the &laquo;&nbsp;silex_server&nbsp;&raquo; folder inside it.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- use the file &laquo;&nbsp;fla/loader_projector.fla&nbsp;&raquo; of the dev kit to generate the loader, which I called &laquo;&nbsp;loader_yahoo_widget.swf&nbsp;&raquo;. This file contains the website configuration, your site name for example. Tip : leave this line uncommented (i do not know why exactly):</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>rootUrl = &laquo;&nbsp;../silex_server/&nbsp;&raquo;;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- create a .kon file which is the yahoo widget conf file, see the example I did. You just need to embed the loader_yahoo_widget.swf file. You also can define properties which the user will be able to modify and which will be available in Silex as accessors (in &lt;&lt;silex.config.YOUR PROPERTY FROM YAHOO CONFIG PANNEL&gt;&gt;)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">illustration admin pannel</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- install yahoo widget and use the &laquo;&nbsp;open widget&nbsp;&raquo; menu in order to load your widget.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">After you have done a cool widget, let&#8217;s submit it to yahoo! here http://widgets.yahoo.com/submit/</div>
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2010/06/build-the-widget-of-your-dreams/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/06/build-the-widget-of-your-dreams/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Du temps de cerveaux disponibles</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/05/du-temps-de-cerveaux-disponibles/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/05/du-temps-de-cerveaux-disponibles/#comments</comments>
		<pubDate>Fri, 14 May 2010 10:18:00 +0000</pubDate>
		<dc:creator>Franck</dc:creator>
				<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1657</guid>
		<description><![CDATA[L&#8217;équipe Silex Labs s&#8217;agrandit encore, la parole aux nouvelles recrues !




 
Hello, moi, c&#8217;est Solvejg, heureuse nouvelle recrue chez Silex. Je suis en fin de formation multimédia (DUT Services et Réseaux de Communication) et donc en stage de fin de formation ici.J&#8217;étais conquise avant même de pouvoir participer à l&#8217;aventure Silex (CMS , Flash open [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;équipe Silex Labs s&#8217;agrandit encore, la parole aux nouvelles recrues !</p>
<p><!-- 		@page { margin: 2cm } 		TD P { margin-bottom: 0cm } 		P { margin-bottom: 0.21cm } --></p>
<table style="height: 238px;" border="0" cellspacing="0" cellpadding="4" width="595">
<tbody>
<tr valign="TOP">
<td width="17%"><img class="aligncenter size-full wp-image-1659" title="PICT1430" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/05/PICT1430.JPG" alt="PICT1430" width="281" height="211" /><span id="__caret"> </span></td>
<td width="83%"><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->Hello, moi, c&#8217;est Solvejg, heureuse nouvelle recrue chez Silex. Je suis en fin de formation multimédia (DUT Services et Réseaux de Communication) et donc en stage de fin de formation ici.J&#8217;étais conquise avant même de pouvoir participer à l&#8217;aventure Silex (CMS , Flash open source, ciblant aussi bien des amateurs que des &laquo;&nbsp;oofs&nbsp;&raquo; de l&#8217;informatique&#8230;), mais maintenant que j&#8217;ai à peine mis les mains dedans, c&#8217;est déjà le pied !</p>
<p>Merci Silex (qui ne serait rien sans son équipe !)</p>
<p>En plus, quoi de plus palpitant que de pouvoir poser une pierre à l&#8217;édifice d&#8217;un tel projet ?!</p>
<p>Bref, je suis là pour quatre mois, et je compte bien à la fois en profiter, et en faire profiter tout le monde, ça va de soi <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </td>
</tr>
</tbody>
</table>
<table style="height: 238px;" border="0" cellspacing="0" cellpadding="4" width="595">
<tbody>
<tr valign="TOP">
<td width="17%"><img class="aligncenter size-full wp-image-1660" title="DSCN1792" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/05/DSCN1792.JPG" alt="DSCN1792" width="282" height="212" /><span id="__caret">_</span></td>
<td width="83%"><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm; font-weight: normal;">Ça y est, enfin chez Silex Labs !</p>
<p style="margin-bottom: 0cm; font-weight: normal;">Je m&#8217;appelle Léo et je suis également étudiant en licence professionnelle Infographiste-Web designer. Je concrétise mes études par un stage de trois mois chez Silex.</p>
<p style="margin-bottom: 0cm; font-weight: normal;">Ça fait maintenant trois semaines que je suis ici, mais trois semaines captivantes dans une ambiance très sympa au sein de l&#8217;équipe.</p>
<p style="margin-bottom: 0cm; font-weight: normal;">J&#8217;apprends Silex de jours en jours et cela m&#8217;intéresse tout autant.</p>
<p style="margin-bottom: 0cm; font-weight: normal;">Allez, je vais continuer mon deuxième thème <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</td>
</tr>
</tbody>
</table>
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/05/du-temps-de-cerveaux-disponibles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silex Labs a besoin de VOUS !</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/04/silex-labs-a-besoin-de-vous/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/04/silex-labs-a-besoin-de-vous/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:39:10 +0000</pubDate>
		<dc:creator>Franck</dc:creator>
				<category><![CDATA[Dev-Prog]]></category>
		<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[Organisation]]></category>
		<category><![CDATA[Silex Workshops]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1587</guid>
		<description><![CDATA[
Silex Labs ( http://www.silexlabs.org/the-blog/ )   est une association ayant pour objectif de promouvoir et de contribuer à l&#8217;open source Flash. Notre équipe est constituée d&#8217;indépendants, professionnels des métiers du numérique, pour qui le fait de participer activement à la communauté open source Flash est une carte de visite précieuse.
Le CMS Flash Silex ( http://fr.wikipedia.org/wiki/SILEX-RIA ) attire [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1588 aligncenter" title="silex_logo_opensource" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/04/silex_logo_opensource.jpg" alt="Silex logo opensource" width="482" height="300" /></p>
<p><strong>Silex Labs</strong> ( <a href="../">http://www.silexlabs.org/the-blog/</a> )   est une association ayant pour objectif de <strong>promouvoir et de contribuer à l&#8217;open source Flash</strong>. Notre équipe est constituée d&#8217;indépendants, professionnels des métiers du numérique, pour qui le fait de participer activement à la communauté open source Flash est une <strong>carte de visite précieuse</strong>.</p>
<p>Le <strong>CMS Flash Silex</strong> ( <a href="http://fr.wikipedia.org/wiki/SILEX-RIA">http://fr.wikipedia.org/wiki/SILEX-RIA</a> ) attire   de plus en plus d&#8217;acteurs du monde du multimédia. Présent dans plus de <strong>soixante pays</strong> et fort de plusieurs <strong>milliers d&#8217;installations</strong> à travers le monde, l&#8217;avenir du projet est aujourd&#8217;hui assuré. Sa licence open source est un des facteurs permettant de le faire connaître auprès des clients, et reste un <strong>levier décisionnel</strong> indéniable quant au choix de Silex par rapport à ses concurrents.</p>
<p>La montée en puissance de Silex, open source Flash CMS nous amène à vouloir <strong>agrandir notre équipe</strong> pour pouvoir satisfaire les demandes de nos clients de plus en plus nombreux et prestigieux.</p>
<p><small><strong><big><big><big>Devenez Formateur Silex&#8230;</big></big></big></strong></small></p>
<p>Notre objectif à court terme est de <strong>former des professionnels</strong> motivés afin de leur permettre de produire des applications et d&#8217;être eux-même <strong>formateurs Silex.</strong> Nous vous proposons donc une <strong>série de formations</strong> Silex dans les locaux de l&#8217;association pendant les mois de <strong>mai et de juin 2010</strong>. Ces formations peuvent être financées par un <strong>CIF / DIF</strong>, car l&#8217;association est un centre de formation reconnu.</p>
<p>Si vous souhaitez obtenir de plus amples informations à ce sujet, merci de prendre contact avec Franck à l&#8217;adresse <a href="mailto:formation@silexlabs.com">formation@silexlabs.com</a></p>
<p><strong><big><big>… ou Webdesigner/Flasheur Silex</big></big></strong></p>
<p>Nous recherchons activement des <strong>professionnels</strong> ayant des compétences en <strong>programmation Flash AS2</strong> et une connaissance de <strong>Silex</strong>.</p>
<p>L&#8217;objectif est de développer des <strong>modules spécifiques</strong> (<em>plugins Silex</em>) afin d&#8217;adapter notre CMS aux besoins de clients ou de membres de la communauté. Nous sommes ouverts à <strong>plusieurs types de collaboration</strong> en fonction des projets, des besoins, de vos envies et de votre statut.</p>
<p>Si cela est susceptible de vous intéresser, merci de prendre contact avec Franck par mail à l&#8217;adresse <a href="mailto:franck@silex-ria.org">franck@silex-ria.org</a></p>
<p><strong><big><big>Je contribue, tu contribues, il contribue&#8230;</big></big></strong></p>
<p><strong>Participez à l&#8217;expansion de Silex</strong> en contribuant à votre mesure (traductions, animation FAQ, réalisations, thèmes, composants, plugins&#8230;) et <strong>bénéficiez en priorité des propositions de projets</strong> que nous recevons quotidiennement.</p>
<p>Nous sommes à votre disposition pour vous accompagner, alors n&#8217;hésitez pas à nous contacter par mail à l&#8217;adresse <a href="mailto:contact@silexlabs.com">contact@silexlabs.com</a></p>
<p><strong><big><big>Avis aux développeurs PHP</big></big></strong></p>
<p>Nous cherchons en particulier des <strong>développeurs PHP expérimentés</strong> qui comprennent bien les enjeux de nos projets et l&#8217;architecture logicielle.</p>
<p>Il est question de <strong>contribuer à amfPhp et à Silex</strong>, et d&#8217;être leader sur des développements à fort potentiel, en collaboration avec les autres développeurs de l&#8217;équipe, qui ont fait le succès de Silex et qui vont faire revenir amfPhp sur le devant de la scène open source Flash. Des connaissances <strong>Flash/Flex</strong> sont bien sûr appréciées mais pas obligatoires, car nous avons déjà de bonnes ressources de ce côté là.<strong> </strong></p>
<p><strong>Votre contribution à la communauté open source Flash ne passera pas inaperçue</strong>, mais elle sera bien entendue non-rémunéré. Idéalement nous aimerions 2 ou 3 personnes motivées.</p>
<p>Si vous êtes intéressé(e)s faites nous signe dans les commentaires !
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2010/04/silex-labs-a-besoin-de-vous/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/04/silex-labs-a-besoin-de-vous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le kif a 31 ans &#8211; 31 31 31 13 13 13</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/04/le-kif-a-31-ans/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/04/le-kif-a-31-ans/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 17:38:35 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[Les matins à la cuillère]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[The Bright Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1578</guid>
		<description><![CDATA[Quand Francky kif, le Kif est là et il a 31 ans :

Toute la communauté se joint à la team de Montreuil en ce jour ensoleillé, pour souhaiter à Franck un
BON ANNIVERSAIRE !!!
Il a passé la journée à scanner, rappeler, encadrer, déformer et faire des blagues (c&#8217;est bien des blagues?).. Car Franck vient assidument à [...]]]></description>
			<content:encoded><![CDATA[<p>Quand Francky kif, le Kif est là et il a 31 ans :</p>
<p><img class="aligncenter" title="le Kif" src="http://farm5.static.flickr.com/4065/4525702233_dd3bc72949.jpg" alt="" width="500" height="375" /></p>
<p style="text-align: center;">Toute la communauté se joint à la team de Montreuil en ce jour ensoleillé, pour souhaiter à Franck un</p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong>BON ANNIVERSAIRE</strong></span> !!!</p>
<p>Il a passé la journée à scanner, rappeler, encadrer, déformer et faire des blagues (c&#8217;est bien des blagues?).. Car Franck vient assidument à Montreuil depuis que l&#8217;assos est créée et qu&#8217;elle a des locaux. Il a commencé par recruter les stagiaires de compétition qui nous entourent en ce moment, il les a formé à Silex avec l&#8217;aide de Pol et les encadre au quotidien.</p>
<p>En tant qu&#8217;ancien formateur senior (salut papi!), Franck a aussi mis au carré les programmes de formation, il a organisé le local et réunis le matériel nécessaire pour que la 1ere session de formations ait lieu, il y a un mois. Depuis il n&#8217;arrête pas, il s&#8217;occupe des supports de cours et de tout ce qui fait que la formation Silex est dynamique et professionnelle. La 2e session approche, allez Francky tu tiens le bon bout !</p>
<p>Merci en tous cas, pour tes bonnes blagues, pour la place que tu prends si bien, pour ton naturel naturellement nature&#8230; et pour TA PATATE PERMANANTE ! <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/04/le-kif-a-31-ans/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ordinateurs pour stagiaires</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/03/ordinateurs-pour-stagiaires/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/03/ordinateurs-pour-stagiaires/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:49:59 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[Les matins à la cuillère]]></category>
		<category><![CDATA[Organisation]]></category>
		<category><![CDATA[The Bright Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1534</guid>
		<description><![CDATA[Vous avez peut-être du matériel informatique chez vous dont vous ne vous servez pas. Sans être forcément de dernière fraîcheur, il peut tout à fait servir pour faire du silex, par exemple. Nos stagiaires travaillent parfois sur des ordinateurs un peu limites, donc pensez à eux, faites nous en don!
Nous pouvons en retour vous former, [...]]]></description>
			<content:encoded><![CDATA[<p>Vous avez peut-être du matériel informatique chez vous dont vous ne vous servez pas. Sans être forcément de dernière fraîcheur, il peut tout à fait servir pour faire du silex, par exemple. Nos stagiaires travaillent parfois sur des ordinateurs un peu limites, donc pensez à eux, faites nous en don!</p>
<p>Nous pouvons en retour vous former, vous envoyer un pins au couleurs de silex, mettre un lien vers votre super site. Dites nous ce qui vous ferait plaisir
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/03/ordinateurs-pour-stagiaires/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Engagez-vous qu&#8217;ils disaient&#8230; ?!?</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/03/engagez-vous-quils-disaient/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/03/engagez-vous-quils-disaient/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:42:07 +0000</pubDate>
		<dc:creator>Franck</dc:creator>
				<category><![CDATA[En vrac]]></category>
		<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1513</guid>
		<description><![CDATA[
L&#8217;association Silex Labs nouvellement formée a le plaisir d&#8217;accueillir en son sein des stagiaires pour renforcer l&#8217;équipe, apporter des idées nouvelles, et transmettre la bonne parole.
Plusieurs jeunes talents sont attendus dans les mois qui viennent. Ils seront (dé ?) formés et encadrés afin de créer des thèmes pour enrichir notre précieuse base de médias opensources, [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm">L&#8217;association <strong>Silex Labs</strong> nouvellement formée a le plaisir d&#8217;accueillir en son sein des <strong>stagiaires</strong> pour renforcer l&#8217;équipe, apporter des idées nouvelles, et transmettre la bonne parole.</p>
<p style="margin-bottom: 0cm">Plusieurs<strong> jeunes talents</strong> sont attendus dans les mois qui viennent. Ils seront (dé ?) formés et encadrés afin de créer des <strong>thèmes</strong> pour enrichir notre précieuse base de <strong>médias opensources</strong>, et ce pour votre plus grand plaisir.</p>
<p style="margin-bottom: 0cm">Le premier à nous rejoindre est <strong>Arnaud</strong>, dit <em>El Niño</em>, en tant que <strong>webdesigner</strong>, qui a eu la chance de participer hier à notre première formation Intégrateur 1.0 dans nos nouveaux locaux.</p>
<p style="margin-bottom: 0cm">Je profite de l&#8217;occasion pour lui souhaiter aujourd&#8217;hui, le 12 mars 2010, un <strong>joyeux anniversaire</strong> de la part de toute la communauté Silex !</p>
<p style="margin-bottom: 0cm">D&#8217;après notre questionnaire d&#8217;analyse psychologique post-formation, il en ressort que <em>El Niño</em> est quelqu&#8217;un de sensible, sincère, dévoué, et qui pense que Silex peut lui apporter la gloire, l&#8217;argent et l&#8217;amour&#8230; souhaitons lui !</p>
<p style="margin-bottom: 0cm">Sur ce, je laisse la parole à Arnaud pour se présenter en quelques mots:</p>
<p><!-- 		@page { margin: 2cm } 		TD P { margin-bottom: 0cm } 		P { margin-bottom: 0.21cm } --></p>
<table style="height: 244px;" border="0" cellspacing="0" cellpadding="4" width="477">
<col width="44*"></col>
<col width="212*"></col>
<tbody>
<tr valign="TOP">
<td width="17%"><img src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/03/My-logo.jpg" border="0" alt="" width="98" height="209" align="BOTTOM" /></td>
<td width="83%"><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em><strong>Le premier post!!!</strong></em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Et oui il faut un début à tout!</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Je m&#8217;appelle Arnaud, je suis étudiant en multimédia et stagiaire chez Silexlabs depuis une semaine.</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Depuis mon arrivée, j&#8217;ai été bien accueilli par les formateurs que sont Franck, Alexandre, et Pol.</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Je tenais à souligner que Silex est un projet intéressant.</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Je me souhaite également un joyeux anniversaire !</em></span></p>
<p><span style="font-size: small"><em>PS: Je laisse un de mes formateurs en slip bosser et écouter sa « zik » de jazz. Vive « Jimi »! <img src='http://www.silexlabs.org/the-blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </em></span></td>
</tr>
</tbody>
</table>
<p><!-- 		@page { margin: 2cm } 		TD P { margin-bottom: 0cm } 		P { margin-bottom: 0.21cm } --></p>
<table border="0" cellspacing="0" cellpadding="4" width="100%">
<col width="44*"></col>
<col width="212*"></col>
<tbody>
<tr valign="TOP">
<td width="17%"><img class="aligncenter size-full wp-image-1537" title="kat" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/03/katmini.png" alt="kat" width="100" height="150" /></td>
<td width="83%"><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em><strong>Qui a dit que les femmes n&#8217;avait pas leur place dans le monde de l&#8217;informatique ??!!</strong></em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Dans un environnement très masculin certes mais non pour me déplaire je suis arrivée cette semaine avec des étoiles et de la motivation pleins les yeux !</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Moi c&#8217;est Kathleen&#8230;Kathleen Berthou. Fraichement débarquée chez Silex, je prépare une Licence Professionnelle Conception et Intégration web.</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Silex est pour moi une réelle opportunité de découvrir les joies de l&#8217;open source Flash et de pouvoir m&#8217;éclater sur la création  !</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Pour l&#8217;instant rien à dire sur l&#8217;équipe ( hum&#8230; enfin ! ;-P ). Tout le monde est accessible et communiquant et ça pour un stagiaire c&#8217;est que du bonheur !</em></span></p>
<p style="margin-bottom: 0cm"><span style="font-size: small"><em>Bref Silex, c&#8217;est de la bombe atomique, une tuerie&#8230;.</em></span></p>
</td>
</tr>
</tbody>
</table>
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/03/engagez-vous-quils-disaient/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plateforme d&#8217;échange Silex</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/03/silex-exchange-plateform/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/03/silex-exchange-plateform/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 06:27:30 +0000</pubDate>
		<dc:creator>lexa</dc:creator>
				<category><![CDATA[It's Hot, it's Graphic Design !]]></category>
		<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Organisation]]></category>
		<category><![CDATA[The Bright Side of Open Source]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1466</guid>
		<description><![CDATA[The English version of this article
Comme nwtslx et ossosso ont posé des questions à ce sujet dans le forum, j&#8217;ai écrit cette courte introduction à la plateforme d&#8217;échange Silex.
Le contenu de la plate-forme d&#8217;échange Silex apparaît dans la section téléchargement du manager de tous les sites Silex. Pour l&#8217;instant, les utilisateurs doivent télécharger et ensuite coller les [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><a href="http://www.silexlabs.org/the-blog/en/2010/03/silex-exchange-plateform/" target="_self">The English version of this article</a></p>
<p>Comme nwtslx et ossosso ont posé des questions à ce sujet dans le forum, j&#8217;ai écrit cette courte introduction à <a href="http://wp-manager.silex-ria.org/" target="_blank">la plateforme d&#8217;échange Silex</a>.</p>
<div id="attachment_1477" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-1477 " title="Silex Labs Exchange Plateform" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/03/4308746824_1098189795.jpg" alt="Silex Labs Exchange Plateform" width="500" height="311" /><p class="wp-caption-text">Silex Labs Exchange Plateform</p></div>
<p>Le contenu de <a href="http://wp-manager.silex-ria.org/" target="_blank">la plate-forme d&#8217;échange Silex</a> apparaît dans la section téléchargement du manager de tous les sites Silex. Pour l&#8217;instant, les utilisateurs doivent télécharger et ensuite coller les éléments dans leur installation Silex, mais ce processus sera simplifié et automatisé rapidement (moins de 6 mois je pense).</p>
<p><span id="more-1466"></span></p>
<p>N&#8217;hésitez pas à <a href="http://wp-manager.silex-ria.org/wp-login.php?action=register" target="_blank">vous inscrire dans la plateforme d&#8217;échange</a> afin de diffuser vos propres contributions. Voici <a href="http://wp-manager.silex-ria.org/?page_id=98" target="_blank">comment contribuer à la plateforme d&#8217;échange Silex (instructions à lire avant d&#8217;offrir quelque chose à la communauté)</a></p>
<p>Il ya plusieurs choses que vous pouvez offrir à la communauté Silex sur <a href="http://wp-manager.silex-ria.org/" target="_blank">la plateforme d&#8217;échange Silex</a>:</p>
<ul>
<li><strong>Thèmes</strong>: ce sont des sites Web avec du texte lorem ipsum et des images CC. Ils sont censés pour être facile à modifier. <a href="http://wp-manager.silex-ria.org/?cat=6" target="_blank">Voir les &laquo;&nbsp;thèmes&nbsp;&raquo; de la plateforme</a></li>
<li><strong>Gabarits</strong>: des fichiers Flash contenant les animations d&#8217;une page (préload, show, hide, showChild, hideChild, &#8230;) ou la skin d&#8217;un site Silex (barre de défilement, les bouttons par défaut pour play / pause / stop, les boîtes de message, les polices, &#8230;). Voir l&#8217;<a href="http://silex-ria.org/aide/documentation" target="_blank">aide Silex en ligne</a> pour plus de détails. Consultez la <a href="http://wp-manager.silex-ria.org/?cat=5" target="_blank">section &laquo;&nbsp;gabarits&nbsp;&raquo; de la plateforme</a></li>
<li><strong>Composants</strong>: mettez des composants dans votre bibliothèque, déposez-les sur la scène d&#8217;un site Silex et modifiez leurs paramètres de la même manière que vous le faites pour les images, textes, vidéos et sons. Les composants sont des fichiers Flash qui utilisent l&#8217;API Silex pour agir sur les objets. Voir la <a href="http://wp-manager.silex-ria.org/?cat=7" target="_blank">section «Composants» de la plateforme</a></li>
<li><strong>Langues</strong>: Les fichiers de langue sont utilisés pour traduire le manager, Silex WYSIWYG ou l&#8217;installeur en différentes langues. Voir <a href="http://wp-manager.silex-ria.org/?cat=9" target="_blank">les &laquo;&nbsp;langues&nbsp;&raquo; de la plateforme</a></li>
<li><strong>Loaders</strong>: un loader, c&#8217;est l&#8217;animation Flash que Silex affiche pendant le préchargement des fichiers. Voir la <a href="http://wp-manager.silex-ria.org/?cat=8">section «Loaders» de la plateforme</a></li>
<li><strong>Outils</strong>: les outils sont des fichiers Flash qui utilisent l&#8217;API Silex pour agir sur les objets. Il suffit de mettre un fichier SWF dans le répertoire &laquo;&nbsp;outils/&nbsp;&raquo; de Silex et il sera chargé lorsque l&#8217;utilisateur entrera en mode édition. Voir la <a href="http://wp-manager.silex-ria.org/?cat=4" target="_blank">section «Outils» de la plateforme</a></li>
</ul>
<p><strong>Fonctionnalités</strong></p>
<p>inscription des nouveaux utilisateurs<br />
mise en ligne d&#8217;éléments open source destinés à être utilisés dans Silex<br />
téléchargement de ces éléments depuis la section &laquo;&nbsp;Téléchargement&nbsp;&raquo; du manager</p>
<p><strong>Conditions d&#8217;utilisation</strong></p>
<p>Tout élément déposé sur cette plateforme est considéré comme gratuit, open source et sous lisence GPL
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2010/03/silex-exchange-plateform/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/03/silex-exchange-plateform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silex Labs se met à la Formation</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/02/silex-labs-se-met-a-la-formation/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/02/silex-labs-se-met-a-la-formation/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:27:24 +0000</pubDate>
		<dc:creator>Franck</dc:creator>
				<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Organisation]]></category>
		<category><![CDATA[Silex Workshops]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1455</guid>
		<description><![CDATA[L&#8217;équipe Silex se constitue enfin en association et lui donne le nom de Silex Labs.
Comme première action, nous organisons une série de formations pour répondre aux nombreuses demandes des professionnels.
Vous êtes intéressés ? Pensez à vous renseigner pour faire financer votre formation par le biais d&#8217;un Droit Individuel à la Formation (DIF) ou d&#8217;un Congé [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;équipe Silex se constitue enfin en <strong>association</strong> et lui donne le nom de <strong>Silex Labs</strong>.</p>
<p>Comme première action, nous organisons une série de <strong>formations</strong> pour répondre aux nombreuses demandes des professionnels.</p>
<p><strong>Vous êtes intéressés ? </strong>Pensez à vous renseigner pour faire financer votre formation par le biais d&#8217;un <em>Droit Individuel à la Formation (DIF)</em> ou d&#8217;un <em>Congé Individuel de Formation (CIF)</em>.</p>
<p><strong>Autre possibilité !</strong> Participez au <strong>concours de slogan</strong> Silex, et gagnez une <strong>invitation gratuite</strong> à la première formation «Initiation à Silex» le jeudi <strong>11 mars 2010</strong> dans les nouveaux locaux de l&#8217;association Silex Labs.</p>
<p>Alors rendez-vous en 2010 sur le blog, les forums et dans les locaux de l&#8217;association Silex Labs à Montreuil (RER A &#8211; Vincennes).</p>
<p>Et comme on ne le dit jamais assez: «Parlez en autour de vous, Silex vous le rendra !»
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/02/silex-labs-se-met-a-la-formation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Offres de stage</title>
		<link>http://www.silexlabs.org/the-blog/fr/2010/01/offres-de-stage/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2010/01/offres-de-stage/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:55:41 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Organisation]]></category>
		<category><![CDATA[Silex Workshops]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/fr/?p=1425</guid>
		<description><![CDATA[English version here
Bonjour,
Silex recrute des stagiaires!
Voici les offres:
Stage Webmaster
Stage Webdesigner Maquettiste
Stage Integrateur Flash



]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><a href="http://www.silexlabs.org/the-blog/en/2010/01/offres-de-stage/" target="_self">English version here</a></p>
<p>Bonjour,</p>
<p>Silex recrute des stagiaires!</p>
<p>Voici les offres:</p>
<p><a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/01/Stage-Webmaster.pdf">Stage Webmaster</a></p>
<p><a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/01/Stage-Webesigner-Maquettiste.pdf">Stage Webdesigner Maquettiste</a></p>
<p><a href="http://www.silexlabs.org/the-blog/wp-content/uploads/2010/01/Stage-Integrateur-Flash.pdf">Stage Integrateur Flash</a>
<ul class="lang_switch">
<li class="lang_switch"><a href="http://www.silexlabs.org/the-blog/en/2010/01/offres-de-stage/"><img src="http://www.silexlabs.org/the-blog/wp-content/plugins/zdmultilang/flags/en_US.png" alt="English" title="English" border="0"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2010/01/offres-de-stage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un garçon plein d&#8217;avenir&#8230;</title>
		<link>http://www.silexlabs.org/the-blog/fr/2009/07/un-garcon-plein-davenir/</link>
		<comments>http://www.silexlabs.org/the-blog/fr/2009/07/un-garcon-plein-davenir/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 21:36:11 +0000</pubDate>
		<dc:creator>Ooph</dc:creator>
				<category><![CDATA[It's Hot, it's Graphic Design !]]></category>
		<category><![CDATA[L'aventure c'est l'aventure !]]></category>
		<category><![CDATA[arthur]]></category>
		<category><![CDATA[avenir]]></category>
		<category><![CDATA[aventure]]></category>
		<category><![CDATA[bac]]></category>
		<category><![CDATA[chaivoo]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[équipe]]></category>
		<category><![CDATA[études]]></category>
		<category><![CDATA[goasdoué]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[icônes]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[indesign]]></category>
		<category><![CDATA[projets]]></category>
		<category><![CDATA[rapport]]></category>
		<category><![CDATA[rose]]></category>
		<category><![CDATA[silex]]></category>
		<category><![CDATA[stage]]></category>
		<category><![CDATA[stagiaire]]></category>
		<category><![CDATA[t-shirt]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wup]]></category>

		<guid isPermaLink="false">http://www.silexlabs.org/the-blog/?p=1005</guid>
		<description><![CDATA[
Un post consacré au benjamin de la Team Silex, Arthur, dont le stage sous la direction de Pol Goasdoué s&#8217;est terminé ces jours-ci&#8230;





Arthur vient de valider son rapport de stage consacré à sa participation au sein de l&#8217;équipe Silex : des templates pour Chaivoo, les icônes du Manager, le silex widget, les playlists. A seulement [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">Un post consacré au benjamin de la Team Silex, <a href="http://silexprod.com/arthur/#default/start/accueil" target="_blank">Arthur</a>, dont le stage sous la direction de <a href="http://silexprod.com/super/#pol-goasdoue/design.lab/portail" target="_blank">Pol Goasdoué</a> s&#8217;est terminé ces jours-ci&#8230;</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: center;"><img class="size-large wp-image-1006 aligncenter" title="Arthur Silex Rose" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2009/07/02072009680-1024x768.jpg" alt="Arthur Silex Rose" width="573" height="430" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">Arthur vient de valider son rapport de stage consacré à sa participation au sein de l&#8217;équipe Silex : des <span style="color: #ff00ff;"><span style="color: #ff9900;">templates</span> </span>pour <span style="color: #3366ff;">Chaivoo</span>, les<span style="color: #ff0000;"><span style="color: #800080;"> icônes</span> </span>du Manager, le silex <span style="color: #99cc00;">widget</span>, les <span style="color: #ff00ff;">playlists</span>. A seulement <span style="color: #ff0000;">18 ans</span>, Arthur a su jongler avec Silex et trouver sa place au sein de l&#8217;équipe pendant ce mois de mai 2009 à la Défense, la tête pleine de projets.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<div class="mceTemp mceIEcenter" style="text-align: justify;">
<dl id="attachment_1011" class="wp-caption aligncenter" style="width: 501px;">
<dt class="wp-caption-dt" style="padding-left: 90px;"><img class="size-large wp-image-1011" title="Arthur Silex Rose Rapport de Stage" src="http://www.silexlabs.org/the-blog/wp-content/uploads/2009/07/un-garcon-plein-davenir-rapport-stage-blog-silex-1024x487.png" alt="un-garcon-plein-davenir-rapport-stage-blog-silex" width="491" height="234" /></dt>
<dd class="wp-caption-dd" style="text-align: center; padding-left: 180px;"><em>Extrait du rapport de stage d&#8217;Arthur<br />
</em></dd>
</dl>
</div>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">Nous te souhaitons une bonne continuation à Silex et partout ailleurs, de Cuba à New York, de Paris à Tombouctou.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: center;"><strong><span style="color: #800080;"><span style="color: #ff0000;">KudoS </span><span style="color: #ff00ff;"><span style="color: #ff00ff;">ARTHUR, </span></span><span style="color: #3366ff;">and</span><span style="color: #ff9900;"> KeeP </span>in <span style="color: #99cc00;">ToucH !</span></span></strong></p>
<p style="text-align: justify;">
<ul class="lang_switch"></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.silexlabs.org/the-blog/fr/2009/07/un-garcon-plein-davenir/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
