<?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>Développeurs web</title>
	<atom:link href="http://www.developpeurs-web.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developpeurs-web.com</link>
	<description>Le réseau social et de promotion des développeurs</description>
	<lastBuildDate>Wed, 04 May 2011 20:53:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Jquery-plugin &#124; (MB)SCROLLABLE</title>
		<link>http://www.developpeurs-web.com/2011/05/04/jquery-plugin-mbscrollable/</link>
		<comments>http://www.developpeurs-web.com/2011/05/04/jquery-plugin-mbscrollable/#comments</comments>
		<pubDate>Wed, 04 May 2011 20:52:36 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[mb-scrollable]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[slider]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=280</guid>
		<description><![CDATA[color:#]]></description>
			<content:encoded><![CDATA[<p>MB-Scrollable est un plugin permettant d&#8217;implémenter des scrolls sur sa page web.</p>
<p>On peut utiliser ces scrolls pour des sliders horizontaux et verticaux.<br />
<a href="http://www.developpeurs-web.com/wp-content/uploads/2011/05/MB-SCROLLABLE1.jpg" rel="lightbox[280]" title="MB-SCROLLABLE1"><img src="http://www.developpeurs-web.com/wp-content/uploads/2011/05/MB-SCROLLABLE1.jpg" alt="" title="MB-SCROLLABLE1" width="355" height="423" class="aligncenter size-full wp-image-307" /></a><br />
<a href="http://www.developpeurs-web.com/wp-content/uploads/2011/05/MB-SCROLLABLE2.jpg" rel="lightbox[280]" title="MB-SCROLLABLE2"><img src="http://www.developpeurs-web.com/wp-content/uploads/2011/05/MB-SCROLLABLE2.jpg" alt="" title="MB-SCROLLABLE2" width="716" height="233" class="aligncenter size-full wp-image-308" /></a></p>
<p>Son implémentation se déroule de la manière suivante :</p>
<p><strong>1/ Dans votre header</strong></p>
<pre class="brush: html">
&lt;script type=&quot;text/javascript&quot; src=&quot;inc/jquery/1.3.2.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;inc/mbScrollable.js&quot;&gt;&lt;/script&gt;
</pre>
<p><strong>2/ Appel au script JS</strong></p>
<pre class="brush: javascript">
      $(&quot;#myScroll&quot;).mbScrollable({
        width:700,
        elementsInPage:1,
        elementMargin:2,
        shadow:&quot;#999 2px 2px 2px&quot;,
        height:&quot;auto&quot;,
        controls:&quot;#controls&quot;,
        slideTimer:600,
        autoscroll:true,
        scrollTimer:4000
      });
</pre>
<p><strong>3/ Construction</strong></p>
<pre class="brush: html">
  &lt;div id=&quot;myScroll&quot;&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#9999ff&quot;&gt;1&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#cc9900&quot;&gt;2&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#660066&quot;&gt;3&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#009966&quot;&gt;4&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#6600ff&quot;&gt;5&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#9999ff&quot;&gt;6&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#33cc00&quot;&gt;7&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#cc00cc&quot;&gt;8&lt;/div&gt;
    &lt;div class=&quot;scrollEl&quot; style=&quot;background-color:#009999&quot;&gt;9&lt;/div&gt;
  &lt;/div&gt;
  &lt;div id=&quot;controls&quot;&gt;
    &lt;div class=&quot;first&quot;&gt;first&lt;/div&gt;&lt;div class=&quot;prev&quot;&gt;prev&lt;/div&gt;
    &lt;div class=&quot;next&quot;&gt;next&lt;/div&gt;&lt;div class=&quot;last&quot;&gt;last&lt;/div&gt;
    &lt;div class=&quot;pageIndex&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;start&quot;&gt;start&lt;/div&gt;&lt;div class=&quot;stop&quot;&gt;stop&lt;/div&gt;
  &lt;/div&gt;
</pre>
<p><strong>Démo :</strong> <a title="Démo" href="http://pupunzi.com/#mb.components/mb.scrollable/scrollable.html" target="_blank">http://pupunzi.com/#mb.components/mb.scrollable/scrollable.html</a></p>
<p><strong>Site du plugin :</strong> <a title="(MB)SCROLLABLE" href="http://plugins.jquery.com/project/mbscrollable" target="_blank">http://plugins.jquery.com/project/mbscrollable</a></p>
<p><strong>Site officiel :</strong> <a title="Site officiel" href="http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/" target="_blank">http://pupunzi.open-lab.com/mb-jquery-components/mb-scrollable/</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F04%2Fjquery-plugin-mbscrollable%2F&amp;t=Jquery-plugin%20%7C%20%28MB%29SCROLLABLE" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Jquery-plugin%20%7C%20%28MB%29SCROLLABLE%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F04%2Fjquery-plugin-mbscrollable%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F04%2Fjquery-plugin-mbscrollable%2F&title=Jquery-plugin%20%7C%20%28MB%29SCROLLABLE&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Jquery-plugin%20%7C%20%28MB%29SCROLLABLE&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F04%2Fjquery-plugin-mbscrollable%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F04%2Fjquery-plugin-mbscrollable%2F&amp;title=Jquery-plugin%20%7C%20%28MB%29SCROLLABLE&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=color%3A%23" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F04%2Fjquery-plugin-mbscrollable%2F&amp;title=Jquery-plugin%20%7C%20%28MB%29SCROLLABLE" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2011/05/04/jquery-plugin-mbscrollable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ava7 patterns &#124; Un générateur de backgrounds</title>
		<link>http://www.developpeurs-web.com/2011/05/02/ava7-patterns-un-generateur-de-backgrounds/</link>
		<comments>http://www.developpeurs-web.com/2011/05/02/ava7-patterns-un-generateur-de-backgrounds/#comments</comments>
		<pubDate>Mon, 02 May 2011 06:00:33 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fond]]></category>
		<category><![CDATA[générateur]]></category>
		<category><![CDATA[image]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=274</guid>
		<description><![CDATA[Dans la série des outils d&#8217;un bon amateur du web, avatpatterns propose une foultitude de motifs que vous pourrez intégrer dans vos backgrounds. Disponibles dans différents formats, vous pouvez partir de la sélection d&#8217;un motif ou d&#8217;une couleur pour consulter les &#8220;fonds&#8221; qui s&#8217;en rapprochent. Site officiel : http://patterns.ava7.com Partagez et appréciez:]]></description>
			<content:encoded><![CDATA[<p>Dans la série des outils d&#8217;un bon amateur du web, <strong>avatpatterns</strong> propose une foultitude de motifs que vous pourrez intégrer dans vos backgrounds.</p>
<p>Disponibles dans différents formats, vous pouvez partir de la sélection d&#8217;un motif ou d&#8217;une couleur pour consulter les &#8220;fonds&#8221; qui s&#8217;en rapprochent.</p>
<p style="text-align: center;"><a href="http://www.developpeurs-web.com/wp-content/uploads/2011/05/ava7-patterns.jpg" rel="lightbox[274]" title="Ava7 patterns"><img class="size-full wp-image-275 aligncenter" title="Ava7 patterns" src="http://www.developpeurs-web.com/wp-content/uploads/2011/05/ava7-patterns.jpg" alt="" width="579" height="400" /></a></p>
<p><strong>Site officiel </strong>: <a title="Ava7 patterns" href="http://patterns.ava7.com" target="_blank">http://patterns.ava7.com</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F02%2Fava7-patterns-un-generateur-de-backgrounds%2F&amp;t=Ava7%20patterns%20%7C%20Un%20g%C3%A9n%C3%A9rateur%20de%20backgrounds" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Ava7%20patterns%20%7C%20Un%20g%C3%A9n%C3%A9rateur%20de%20backgrounds%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F02%2Fava7-patterns-un-generateur-de-backgrounds%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F02%2Fava7-patterns-un-generateur-de-backgrounds%2F&title=Ava7%20patterns%20%7C%20Un%20g%C3%A9n%C3%A9rateur%20de%20backgrounds&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Ava7%20patterns%20%7C%20Un%20g%C3%A9n%C3%A9rateur%20de%20backgrounds&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F02%2Fava7-patterns-un-generateur-de-backgrounds%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F02%2Fava7-patterns-un-generateur-de-backgrounds%2F&amp;title=Ava7%20patterns%20%7C%20Un%20g%C3%A9n%C3%A9rateur%20de%20backgrounds&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Dans%20la%20s%C3%A9rie%20des%20outils%20d%27un%20bon%20amateur%20du%20web%2C%20avatpatterns%20propose%20une%20foultitude%20de%20motifs%20que%20vous%20pourrez%20int%C3%A9grer%20dans%20vos%20backgrounds.%0D%0A%0D%0ADisponibles%20dans%20diff%C3%A9rents%20formats%2C%20vous%20pouvez%20partir%20de%20la%20s%C3%A9lection%20d%27un%20motif%20ou%20d%27une%20couleur" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F05%2F02%2Fava7-patterns-un-generateur-de-backgrounds%2F&amp;title=Ava7%20patterns%20%7C%20Un%20g%C3%A9n%C3%A9rateur%20de%20backgrounds" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2011/05/02/ava7-patterns-un-generateur-de-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smooth Div Scroll &#124; Un scroller lisse et varié</title>
		<link>http://www.developpeurs-web.com/2011/04/29/smooth-scroll-un-scroller-lisse-et-varie/</link>
		<comments>http://www.developpeurs-web.com/2011/04/29/smooth-scroll-un-scroller-lisse-et-varie/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 06:00:15 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[scroll]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=260</guid>
		<description><![CDATA[Smooth Scroll Div est un plugin jQuery permettant de faire défiler horizontalement un contenu de gauche à droite. A l&#8217;invers de certain de ses &#8220;concurrents&#8221; le défilement est lisse. Il est bien entendu entièrement paramétrable. L&#8217;implémentation reste simple : Site officiel : http://www.smoothdivscroll.com Adresse du projet JQuery : http://plugins.jquery.com/project/SmoothDivScroll Partagez et appréciez:]]></description>
			<content:encoded><![CDATA[<p>Smooth Scroll Div est un plugin jQuery permettant de faire défiler horizontalement un contenu de gauche à droite.</p>
<p>A l&#8217;invers de certain de ses &#8220;concurrents&#8221; le défilement est lisse. Il est bien entendu entièrement paramétrable.</p>
<div id="attachment_263" class="wp-caption aligncenter" style="width: 752px"><a href="http://www.developpeurs-web.com/wp-content/uploads/2011/04/smoothScroll.jpg" rel="lightbox[260]" title="Smooth Scroll"><img class="size-full wp-image-263" title="Smooth Scroll" src="http://www.developpeurs-web.com/wp-content/uploads/2011/04/smoothScroll.jpg" alt="" width="742" height="358" /></a><p class="wp-caption-text">Smooth Scroll</p></div>
<p>L&#8217;implémentation reste simple :</p>
<p><a href="http://www.developpeurs-web.com/wp-content/uploads/2011/04/code.jpg" rel="lightbox[260]" title="code"><img class="aligncenter size-full wp-image-269" title="code" src="http://www.developpeurs-web.com/wp-content/uploads/2011/04/code.jpg" alt="" width="499" height="243" /></a></p>
<p><strong>Site officiel</strong> : <a title="Smooth Scroll" href="http://www.smoothdivscroll.com" target="_blank">http://www.smoothdivscroll.com</a></p>
<p><strong>Adresse du projet JQuery</strong> : <a href="http://plugins.jquery.com/project/SmoothDivScroll" target="_blank">http://plugins.jquery.com/project/SmoothDivScroll</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F29%2Fsmooth-scroll-un-scroller-lisse-et-varie%2F&amp;t=Smooth%20Div%20Scroll%20%7C%20Un%20scroller%20lisse%20et%20vari%C3%A9" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Smooth%20Div%20Scroll%20%7C%20Un%20scroller%20lisse%20et%20vari%C3%A9%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F29%2Fsmooth-scroll-un-scroller-lisse-et-varie%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F29%2Fsmooth-scroll-un-scroller-lisse-et-varie%2F&title=Smooth%20Div%20Scroll%20%7C%20Un%20scroller%20lisse%20et%20vari%C3%A9&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Smooth%20Div%20Scroll%20%7C%20Un%20scroller%20lisse%20et%20vari%C3%A9&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F29%2Fsmooth-scroll-un-scroller-lisse-et-varie%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F29%2Fsmooth-scroll-un-scroller-lisse-et-varie%2F&amp;title=Smooth%20Div%20Scroll%20%7C%20Un%20scroller%20lisse%20et%20vari%C3%A9&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Smooth%C2%A0Scroll%C2%A0Div%C2%A0est%C2%A0un%20plugin%20jQuery%20permettant%20de%20faire%20d%C3%A9filer%20horizontalement%C2%A0un%20contenu%C2%A0de%20gauche%20%C3%A0%C2%A0droite.%0D%0A%0D%0AA%20l%27invers%20de%20certain%20de%20ses%20%22concurrents%22%20le%20d%C3%A9filement%20est%20lisse.%20Il%20est%20bien%20entendu%20enti%C3%A8rement%20param%C3%A9trable.%0D%0A%0D%0A%0D%0A%0D%0A" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F29%2Fsmooth-scroll-un-scroller-lisse-et-varie%2F&amp;title=Smooth%20Div%20Scroll%20%7C%20Un%20scroller%20lisse%20et%20vari%C3%A9" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2011/04/29/smooth-scroll-un-scroller-lisse-et-varie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lorem Pixum &#124; Le lorem Ipsum de l&#8217;image</title>
		<link>http://www.developpeurs-web.com/2011/04/28/lorem-pixum-le-lorem-ipsum-de-limage/</link>
		<comments>http://www.developpeurs-web.com/2011/04/28/lorem-pixum-le-lorem-ipsum-de-limage/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 07:42:52 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[ergonomie]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[loremipsum]]></category>
		<category><![CDATA[lorempixum]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=249</guid>
		<description><![CDATA[Tous les développeurs web, graphistes et web designers ont l&#8217;habitude de remplir les contenus à coup de Lorem Ipsum. C&#8217;est pratique et cela permet de mettre rapidement en place un faux contenu pour avoir une meilleure idée de l&#8217;ergonomie que l&#8217;on va proposer. Mais un contenu est aussi constitué de médias comme des images ou [...]]]></description>
			<content:encoded><![CDATA[<p>Tous les développeurs web, graphistes et web designers ont l&#8217;habitude de remplir les contenus à coup de Lorem Ipsum.</p>
<p>C&#8217;est pratique et cela permet de mettre rapidement en place un faux contenu pour avoir une meilleure idée de l&#8217;ergonomie que l&#8217;on va proposer.</p>
<p>Mais un contenu est aussi constitué de médias comme des images ou des vidéos.</p>
<p>Concernant les images, nous avons l&#8217;équivalent du Lorem Ipsum :<strong> le Lorempixum</strong>.</p>
<p>Pour l&#8217;utiliser, il vous suffit de faire pointer l&#8217;url de votre source image vers le site .</p>
<p>Cette adresse peut prendre 3 paramètres :</p>
<ol>
<li>la largeur</li>
<li>la hauteur</li>
<li>le thème de l&#8217;image (tag)</li>
<li>le numéro de l&#8217;image (entre 1 et 10)</li>
</ol>
<p>http://lorempixum.com/<em>largeur</em>/<em>hauteur</em>/<em>tag</em>/<em>numéro</em></p>
<p>Voici un exemple :  <a href="http://lorempixum.com/400/200/sports/1" target="_blank">http://lorempixum.com/400/200/sports/1</a></p>
<p>Ce qui donnerait l&#8217;implémentation suivante : &lt;img src=&#8221;<a href="http://lorempixum.com/400/200/sports/1" target="_blank">http://lorempixum.com/400/200/sports/1</a>&#8221; alt=&#8221;monImage&#8221; /&gt;</p>
<p>Si vous ne mettez pas de numéro d&#8217;image alors le choix se fera aléatoirement ente les 10 images disponibles dans le thème.</p>
<p>Et si vous ne choisissez aucun thème, vous récupèrerez alors des images aléatoirement à travers les 11 thématiques actuellement disponibles.</p>
<p><a href="http://www.developpeurs-web.com/wp-content/uploads/2011/04/lorempixum.jpg" rel="lightbox[249]" title="lorempixum"><img class="aligncenter size-full wp-image-250" title="lorempixum" src="http://www.developpeurs-web.com/wp-content/uploads/2011/04/lorempixum.jpg" alt="" width="669" height="371" /></a></p>
<p><strong>Site officiel :</strong> <a title="Lorem Pixum" href="http://lorempixum.com" target="_blank">http://lorempixum.com</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F28%2Florem-pixum-le-lorem-ipsum-de-limage%2F&amp;t=Lorem%20Pixum%20%7C%20Le%20lorem%20Ipsum%20de%20l%27image" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Lorem%20Pixum%20%7C%20Le%20lorem%20Ipsum%20de%20l%27image%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F28%2Florem-pixum-le-lorem-ipsum-de-limage%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F28%2Florem-pixum-le-lorem-ipsum-de-limage%2F&title=Lorem%20Pixum%20%7C%20Le%20lorem%20Ipsum%20de%20l%27image&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Lorem%20Pixum%20%7C%20Le%20lorem%20Ipsum%20de%20l%27image&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F28%2Florem-pixum-le-lorem-ipsum-de-limage%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F28%2Florem-pixum-le-lorem-ipsum-de-limage%2F&amp;title=Lorem%20Pixum%20%7C%20Le%20lorem%20Ipsum%20de%20l%27image&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Tous%20les%20d%C3%A9veloppeurs%20web%2C%20graphistes%20et%20web%20designers%20ont%20l%27habitude%20de%20remplir%20les%20contenus%20%C3%A0%20coup%20de%20Lorem%20Ipsum.%0D%0A%0D%0AC%27est%20pratique%20et%20cela%20permet%20de%20mettre%20rapidement%20en%20place%20un%20faux%20contenu%20pour%20avoir%20une%20meilleure%20id%C3%A9e%20de%20l%27ergonomie%20que%20l%27" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F28%2Florem-pixum-le-lorem-ipsum-de-limage%2F&amp;title=Lorem%20Pixum%20%7C%20Le%20lorem%20Ipsum%20de%20l%27image" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2011/04/28/lorem-pixum-le-lorem-ipsum-de-limage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OPERNESS &#124; un assistant polyvalent à votre service !</title>
		<link>http://www.developpeurs-web.com/2011/04/26/operness-assistant-polyvalent-a-votre-service/</link>
		<comments>http://www.developpeurs-web.com/2011/04/26/operness-assistant-polyvalent-a-votre-service/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 06:36:33 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[assistant polyvalent]]></category>
		<category><![CDATA[operness]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=234</guid>
		<description><![CDATA[Un certain nombre d&#8217;entre vous ont participé il y a quelques temps au sondage que nous avions publié. Cette initiative s&#8217;inscrit dans un projet global visant à vous mettre à disposition un ensemble d&#8217;outils pour vous accompagner au quotidien dans vos métiers. Nous travaillons sur le développement des premiers services le composant depuis quelques mois. [...]]]></description>
			<content:encoded><![CDATA[<p>Un certain nombre d&#8217;entre vous ont participé il y a quelques temps au sondage que nous avions publié.</p>
<p>Cette initiative s&#8217;inscrit dans un projet global visant à vous mettre à disposition un ensemble d&#8217;outils pour vous accompagner au quotidien dans vos métiers. Nous travaillons sur le développement des premiers services le composant depuis quelques mois.</p>
<p>Une première version béta sera publiée en début d&#8217;été prochain.</p>
<p>Ainsi, pour faire partie des premiers utilisateurs, nous vous invitons à vous y inscrire sans plus tarder !</p>
<p><a title="Operness" href="http://www.operness.com" target="_blank"><img class="aligncenter size-full wp-image-247" title="Operness" src="http://www.developpeurs-web.com/wp-content/uploads/2011/04/operness1.png" alt="Operness" width="591" height="357" /></a></p>
<p><a title="operness" href="http://www.operness.com" target="_blank">http://www.operness.com</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F26%2Foperness-assistant-polyvalent-a-votre-service%2F&amp;t=OPERNESS%20%7C%20un%20assistant%20polyvalent%20%C3%A0%20votre%20service%20%21" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=OPERNESS%20%7C%20un%20assistant%20polyvalent%20%C3%A0%20votre%20service%20%21%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F26%2Foperness-assistant-polyvalent-a-votre-service%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F26%2Foperness-assistant-polyvalent-a-votre-service%2F&title=OPERNESS%20%7C%20un%20assistant%20polyvalent%20%C3%A0%20votre%20service%20%21&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=OPERNESS%20%7C%20un%20assistant%20polyvalent%20%C3%A0%20votre%20service%20%21&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F26%2Foperness-assistant-polyvalent-a-votre-service%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F26%2Foperness-assistant-polyvalent-a-votre-service%2F&amp;title=OPERNESS%20%7C%20un%20assistant%20polyvalent%20%C3%A0%20votre%20service%20%21&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Un%20certain%20nombre%20d%27entre%20vous%20ont%20particip%C3%A9%20il%20y%20a%20quelques%20temps%20au%20sondage%20que%20nous%20avions%20publi%C3%A9.%0D%0A%0D%0ACette%20initiative%20s%27inscrit%20dans%20un%20projet%20global%20visant%20%C3%A0%20vous%20mettre%20%C3%A0%20disposition%20un%20ensemble%20d%27outils%20pour%20vous%20accompagner%20au%20quotidien%20d" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2011%2F04%2F26%2Foperness-assistant-polyvalent-a-votre-service%2F&amp;title=OPERNESS%20%7C%20un%20assistant%20polyvalent%20%C3%A0%20votre%20service%20%21" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2011/04/26/operness-assistant-polyvalent-a-votre-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery-plugin &#124; Ajax-Zoom</title>
		<link>http://www.developpeurs-web.com/2010/09/20/jquery-plugin-ajax-zoom/</link>
		<comments>http://www.developpeurs-web.com/2010/09/20/jquery-plugin-ajax-zoom/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 06:38:55 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[diaporama]]></category>
		<category><![CDATA[explorateur de fichier]]></category>
		<category><![CDATA[haute définition]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[zoom]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=223</guid>
		<description><![CDATA[Nous vous parlions il y a peu de Zoom.it un service pour la publication d’images sur une page web avec entre autres, la possibilité de zoomer sur une image en haute définition. Voici aujourd&#8217;hui Ajax-Zoom, une alternative payante pour agrémenter vos catalogues d&#8217;illustrations sur lesquels les visiteurs pourront zoomer à loisir fin d&#8217;approcher les détails [...]]]></description>
			<content:encoded><![CDATA[<p>Nous vous parlions il y a peu de <a title="Zoom.it" href="http://www.developpeurs-web.com/2010/08/14/microsoft-zoom-it/" target="_blank">Zoom.it</a> un service pour la publication d’images sur une page web avec entre autres, la possibilité de zoomer sur une image en haute définition. Voici aujourd&#8217;hui <strong>Ajax-Zoom</strong>, une alternative payante pour agrémenter vos catalogues d&#8217;illustrations sur lesquels les visiteurs pourront zoomer à loisir fin d&#8217;approcher les détails d&#8217;un produit.</p>
<p>Aucune licence gratuite n&#8217;est donc proposé pour l&#8217;utilisation de ce plugin Jquery. La licence basic vous coûtera 49 € et vous permettra l&#8217;utilisation de 500 images maximum.</p>
<p>Dans son utilisation, Ajax-zoom est un explorateur de fichier, un diaporama, un outil pour zoomer agrémenté d&#8217;un tableau de bord intuitif.</p>
<p style="text-align: center;"><a href="http://www.developpeurs-web.com/wp-content/uploads/2010/09/ajax-zoom.png" rel="lightbox[223]" title="ajax-zoom"><img class="alignnone size-medium wp-image-224" title="ajax-zoom" src="http://www.developpeurs-web.com/wp-content/uploads/2010/09/ajax-zoom-300x188.png" alt="" width="300" height="188" /></a></p>
<p><strong>Page plugin Jquery</strong> : <a title="http://plugins.jquery.com/project/ajax-image-zoom" href="http://plugins.jquery.com/project/ajax-image-zoom" target="_blank">http://plugins.jquery.com/project/ajax-image-zoom</a></p>
<p><strong>Site officiel</strong> : <a title="http://www.ajax-zoom.com" href="http://" target="_blank">http://www.ajax-zoom.com</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F20%2Fjquery-plugin-ajax-zoom%2F&amp;t=Jquery-plugin%20%7C%20Ajax-Zoom" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Jquery-plugin%20%7C%20Ajax-Zoom%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F20%2Fjquery-plugin-ajax-zoom%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F20%2Fjquery-plugin-ajax-zoom%2F&title=Jquery-plugin%20%7C%20Ajax-Zoom&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Jquery-plugin%20%7C%20Ajax-Zoom&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F20%2Fjquery-plugin-ajax-zoom%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F20%2Fjquery-plugin-ajax-zoom%2F&amp;title=Jquery-plugin%20%7C%20Ajax-Zoom&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Nous%20vous%20parlions%20il%20y%20a%20peu%20de%20Zoom.it%20un%20service%20pour%20la%20publication%20d%E2%80%99images%20sur%20une%20page%20web%20avec%20entre%20autres%2C%20la%20possibilit%C3%A9%20de%20zoomer%20sur%20une%20image%20en%20haute%20d%C3%A9finition.%20Voici%20aujourd%27hui%20Ajax-Zoom%2C%20une%20alternative%20payante%20pour%20agr%C3%A9menter" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F20%2Fjquery-plugin-ajax-zoom%2F&amp;title=Jquery-plugin%20%7C%20Ajax-Zoom" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2010/09/20/jquery-plugin-ajax-zoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools-plugin &#124; Mooflow</title>
		<link>http://www.developpeurs-web.com/2010/09/19/mootools-plugin-mooflow/</link>
		<comments>http://www.developpeurs-web.com/2010/09/19/mootools-plugin-mooflow/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 17:11:18 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[coverflow]]></category>
		<category><![CDATA[fenêtres modales]]></category>
		<category><![CDATA[gallerie d'images]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mooflow]]></category>
		<category><![CDATA[mootools]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=216</guid>
		<description><![CDATA[Mooflow est un plugin construit sur la librairie javascript Mootools, permettant de réaliser facilement des galeries d&#8217;image avec l&#8217;apparence de coverflow utilisé par itunes et l&#8217;iphone. Toutefois, différents skins (thèmes) sont disponibles. Différents paramètres sont diponibles à la configuration : - défilement automatique - fonction de callback A noter que les sources des images (balises [...]]]></description>
			<content:encoded><![CDATA[<p>Mooflow est un plugin construit sur la librairie javascript Mootools, permettant de réaliser facilement des galeries d&#8217;image avec l&#8217;apparence de coverflow utilisé par itunes et l&#8217;iphone. Toutefois, différents skins (thèmes) sont disponibles.</p>
<p>Différents paramètres sont diponibles à la configuration :</p>
<p>- défilement automatique</p>
<p>- fonction de callback</p>
<p>A noter que les sources des images (balises img avec ses paramètres) peuvent être chargés en Json.</p>
<p style="text-align: center;"><a href="http://www.developpeurs-web.com/wp-content/uploads/2010/09/MOOFLOW.png" rel="lightbox[216]" title="MOOFLOW"><img class="alignnone size-medium wp-image-217" title="MOOFLOW" src="http://www.developpeurs-web.com/wp-content/uploads/2010/09/MOOFLOW-300x180.png" alt="" width="300" height="180" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;"><strong>Site officiel : </strong><a title="Mooflow" href="http://www.outcut.de/MooFlow/MooFlow.html" target="_blank">http://www.outcut.de/MooFlow/MooFlow.html</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F19%2Fmootools-plugin-mooflow%2F&amp;t=Mootools-plugin%20%7C%20Mooflow" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Mootools-plugin%20%7C%20Mooflow%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F19%2Fmootools-plugin-mooflow%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F19%2Fmootools-plugin-mooflow%2F&title=Mootools-plugin%20%7C%20Mooflow&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Mootools-plugin%20%7C%20Mooflow&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F19%2Fmootools-plugin-mooflow%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F19%2Fmootools-plugin-mooflow%2F&amp;title=Mootools-plugin%20%7C%20Mooflow&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Mooflow%20est%20un%20plugin%20construit%20sur%20la%20librairie%20javascript%20Mootools%2C%20permettant%20de%20r%C3%A9aliser%20facilement%20des%20galeries%20d%27image%20avec%20l%27apparence%20de%20coverflow%20utilis%C3%A9%20par%20itunes%20et%20l%27iphone.%20Toutefois%2C%20diff%C3%A9rents%20skins%20%28th%C3%A8mes%29%20sont%20disponibles.%0D%0A%0D%0AD" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F09%2F19%2Fmootools-plugin-mooflow%2F&amp;title=Mootools-plugin%20%7C%20Mooflow" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2010/09/19/mootools-plugin-mooflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Predico &#124; Des dictionnaires et des quizz open-source</title>
		<link>http://www.developpeurs-web.com/2010/08/31/predico-des-dictionnaires-et-des-quizz-open-source/</link>
		<comments>http://www.developpeurs-web.com/2010/08/31/predico-des-dictionnaires-et-des-quizz-open-source/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 15:07:30 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[apprentissage]]></category>
		<category><![CDATA[connaissances]]></category>
		<category><![CDATA[dictionnaire]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[predico]]></category>
		<category><![CDATA[quizz]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=200</guid>
		<description><![CDATA[PREDICO est une application open-source développée en php5 / PDO-mysql et proposée par ATOMESTUDIO. Ce programme vous permet de construire plusieurs dictionnaires. D&#8217;autre part, un moteur d&#8217;apprentissage expoite les données et génère dynamiquement (et aléatoirement) des Quizz pour vous donner la possibilité d&#8217;améliorer vos niveaux de connaissances. A titre d&#8217;exemple, PREDICO propose à l&#8217;installation, un [...]]]></description>
			<content:encoded><![CDATA[<p>PREDICO est une application open-source développée en php5 / PDO-mysql et proposée par <a title="atomestudio" href="http://www.atomestudio.com" target="_blank">ATOMESTUDIO</a>.</p>
<p>Ce programme vous permet de construire plusieurs dictionnaires.</p>
<p>D&#8217;autre part, un moteur d&#8217;apprentissage expoite les données et génère dynamiquement (et aléatoirement) des Quizz pour vous donner la possibilité d&#8217;améliorer vos niveaux de connaissances.</p>
<p>A titre d&#8217;exemple, PREDICO propose à l&#8217;installation, un début de dictionnaire PHP. Bien entendu, vous pouvez parfaitement concevoir des dictionnaires de langue.</p>
<p>Enfin, il est possible d&#8217;importer / exporter des dictionnaires pour les sauvegarder ou pour les échanger entre utilisateurs.</p>
<p>PREDICO prévoit différents améliorations :</p>
<ul>
<li>intégration à des sites web</li>
<li>des api</li>
</ul>
<p style="text-align: center;"><a href="http://www.developpeurs-web.com/wp-content/uploads/2010/08/predico3.png" rel="lightbox[200]" title="predico3"><img class="alignnone size-medium wp-image-204" title="predico3" src="http://www.developpeurs-web.com/wp-content/uploads/2010/08/predico3-300x290.png" alt="" width="300" height="290" /></a></p>
<p style="text-align: center;"><a href="http://www.developpeurs-web.com/wp-content/uploads/2010/08/predico4.png" rel="lightbox[200]" title="predico4"><img class="alignnone size-medium wp-image-207" title="predico4" src="http://www.developpeurs-web.com/wp-content/uploads/2010/08/predico4-294x300.png" alt="" width="294" height="300" /></a></p>
<p style="text-align: left;">Démonstration en ligne : <a title="PREDICO" href="http://www.developpeurs-web.com/predico/" target="_blank">http://www.developpeurs-web.com/predico/</a></p>
<p style="text-align: left;">Site officiel : <a title="atomestudio" href="http://www.atomestudio.com" target="_blank">http://www.atomestudio.com</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F31%2Fpredico-des-dictionnaires-et-des-quizz-open-source%2F&amp;t=Predico%20%7C%20Des%20dictionnaires%20et%20des%20quizz%20open-source" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Predico%20%7C%20Des%20dictionnaires%20et%20des%20quizz%20open-source%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F31%2Fpredico-des-dictionnaires-et-des-quizz-open-source%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F31%2Fpredico-des-dictionnaires-et-des-quizz-open-source%2F&title=Predico%20%7C%20Des%20dictionnaires%20et%20des%20quizz%20open-source&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Predico%20%7C%20Des%20dictionnaires%20et%20des%20quizz%20open-source&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F31%2Fpredico-des-dictionnaires-et-des-quizz-open-source%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F31%2Fpredico-des-dictionnaires-et-des-quizz-open-source%2F&amp;title=Predico%20%7C%20Des%20dictionnaires%20et%20des%20quizz%20open-source&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=PREDICO%20est%20une%20application%20open-source%20d%C3%A9velopp%C3%A9e%20en%20php5%20%2F%20PDO-mysql%20et%20propos%C3%A9e%20par%20ATOMESTUDIO.%0D%0A%0D%0ACe%20programme%20vous%20permet%20de%20construire%20plusieurs%20dictionnaires.%0D%0A%0D%0AD%27autre%20part%2C%20un%20moteur%20d%27apprentissage%20expoite%20les%20donn%C3%A9es%20et%20g%C3%A9n%C3%A8re%20dyna" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F31%2Fpredico-des-dictionnaires-et-des-quizz-open-source%2F&amp;title=Predico%20%7C%20Des%20dictionnaires%20et%20des%20quizz%20open-source" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2010/08/31/predico-des-dictionnaires-et-des-quizz-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft &#124; Zoom.it</title>
		<link>http://www.developpeurs-web.com/2010/08/14/microsoft-zoom-it/</link>
		<comments>http://www.developpeurs-web.com/2010/08/14/microsoft-zoom-it/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 08:53:29 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[affichage]]></category>
		<category><![CDATA[haute définition]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[zoom.it]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=183</guid>
		<description><![CDATA[Microsoft a dévoilé le 4 août 2010 un service basé sur Silverlight pour la publication d&#8217;images sur une page web. La différence qu&#8217;il propose comparativement à d&#8217;autres services du même type, est de permettre à l&#8217;utilisateur de manipuler l&#8217;image en haute définition très facilement. En effet, il est possible sur l&#8217;image insérée dans une page  de [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft a dévoilé le 4 août 2010 un service basé sur Silverlight pour la publication d&#8217;images sur une page web.</p>
<p>La différence qu&#8217;il propose comparativement à d&#8217;autres services du même type, est de permettre à l&#8217;utilisateur de manipuler l&#8217;image en haute définition très facilement. En effet, il est possible sur l&#8217;image insérée dans une page  de zoomer à l&#8217;aide de la souris ou en utilisant les boutons positionnés en bas de l&#8217;image. Tout cela se fait avec une grande fluidité.</p>
<p>Une fois l&#8217;image uploadée sur le site de Zoom.it, celui-ci fourni le code à insérer sur sa page web.</p>
<p>Autre point intéressant, il est possible depuis son url, d&#8217;obtenir une capture d&#8217;écran d&#8217;un site comme le montre cet exemple.</p>
<p style="text-align: center;">
<p style="text-align: center;"><script src="http://zoom.it/6zjw.js?width=auto&amp;height=400px"></script></p>
<p><strong>Lien officiel</strong> : <a title="Microsoft | zoom.it" href="http://zoom.it" target="_blank">http://zoom.it</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F14%2Fmicrosoft-zoom-it%2F&amp;t=Microsoft%20%7C%20Zoom.it" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Microsoft%20%7C%20Zoom.it%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F14%2Fmicrosoft-zoom-it%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F14%2Fmicrosoft-zoom-it%2F&title=Microsoft%20%7C%20Zoom.it&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Microsoft%20%7C%20Zoom.it&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F14%2Fmicrosoft-zoom-it%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F14%2Fmicrosoft-zoom-it%2F&amp;title=Microsoft%20%7C%20Zoom.it&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Microsoft%20a%20d%C3%A9voil%C3%A9%20le%204%20ao%C3%BBt%202010%20un%20service%20bas%C3%A9%20sur%20Silverlight%C2%A0pour%20la%20publication%20d%27images%20sur%20une%20page%20web.%0D%0A%0D%0ALa%20diff%C3%A9rence%20qu%27il%20propose%20comparativement%20%C3%A0%20d%27autres%20services%20du%20m%C3%AAme%20type%2C%20est%20de%20permettre%20%C3%A0%20l%27utilisateur%20de%20manipuler%20" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F14%2Fmicrosoft-zoom-it%2F&amp;title=Microsoft%20%7C%20Zoom.it" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2010/08/14/microsoft-zoom-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Html5 &#124; Template Boilerplate</title>
		<link>http://www.developpeurs-web.com/2010/08/13/html5-template-boilerplate/</link>
		<comments>http://www.developpeurs-web.com/2010/08/13/html5-template-boilerplate/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 07:39:45 +0000</pubDate>
		<dc:creator>Administrateur du site</dc:creator>
				<category><![CDATA[Actualités]]></category>
		<category><![CDATA[boilerplate]]></category>
		<category><![CDATA[bonnes pratiques]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[template]]></category>
		<guid isPermaLink="false">http://www.developpeurs-web.com/?p=175</guid>
		<description><![CDATA[Boilerplate est un template de base Html5 destiné à faciliter la vie des développeurs en apportant des solutions à certains problèmes redondants. Le zip téléchargé est constitué d&#8217;une organisation de répertoires contenant les CSS, javascript, .htaccess (pour l&#8217;optimisation du chargement et régler le cache,…). Il est bien entendu recommandéavant de l&#8217;utiliser / adopter, de découvrir [...]]]></description>
			<content:encoded><![CDATA[<p>Boilerplate est un template de base Html5 destiné à faciliter la vie des développeurs en apportant des solutions à certains problèmes redondants. Le zip téléchargé est constitué d&#8217;une organisation de répertoires contenant les CSS, javascript, .htaccess (pour l&#8217;optimisation du chargement et régler le cache,…).</p>
<p>Il est bien entendu recommandéavant de l&#8217;utiliser / adopter, de découvrir son code source à fin de comprendre  l&#8217;ensemble de ce qu&#8217;il propose (et de quelle manière). Il peut donc également servir de base et d&#8217;inspiration.</p>
<p>Les caractéristiques (en Anglais) sont :</p>
<div id="_mcePaste">
<ol>
<li>Cross-browser compatible (IE6, yeah we got that.)</li>
<li>HTML5 ready. Use the new tags with certainty.</li>
<li>Optimal caching and compression rules for grade-A performance</li>
<li>Best practice site configuration defaults</li>
<li>Think there&#8217;s too much? The HTML5 Boilerplate is delete-key friendly. <img src='http://www.developpeurs-web.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Mobile browser optimizations</li>
<li>Progressive enhancement graceful degredation &#8230;&#8230;.. yeah yeah we got that</li>
<li>IE specific classes for maximum cross-browser control</li>
<li>Want to write unit tests but lazy? A full, hooked up test suite is waiting for you.</li>
<li> Javascript profiling.. in IE6 and IE7? Sure, no problem.</li>
<li> Console.log nerfing so you won&#8217;t break anyone by mistake.</li>
<li> Never go wrong with your doctype or markup!</li>
<li> An optimal print stylesheet, performance optimized</li>
<li> iOS, Android, Opera Mobile-adaptable markup and CSS skeleton.</li>
<li> IE6 pngfix baked in.</li>
<li> jQuery, waiting for yoy</li>
</ol>
</div>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.developpeurs-web.com/wp-content/uploads/2010/08/boilerplate.png" rel="lightbox[175]" title="boilerplate"><img class="size-medium wp-image-177 aligncenter" title="boilerplate" src="http://www.developpeurs-web.com/wp-content/uploads/2010/08/boilerplate-300x124.png" alt="" width="300" height="124" /></a></p>
<p><strong>Site officiel</strong> : <a href="http://html5boilerplate.com/">http://html5boilerplate.com</a></p>
<!-- PHP 5.x -->
Partagez et appréciez:
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F13%2Fhtml5-template-boilerplate%2F&amp;t=Html5%20%7C%20Template%20Boilerplate" title="Facebook"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Html5%20%7C%20Template%20Boilerplate%20-%20http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F13%2Fhtml5-template-boilerplate%2F" title="Twitter"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F13%2Fhtml5-template-boilerplate%2F&title=Html5%20%7C%20Template%20Boilerplate&urllanguage=fr" title="viadeo FR"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Html5%20%7C%20Template%20Boilerplate&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F13%2Fhtml5-template-boilerplate%2F" title="Netvibes"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F13%2Fhtml5-template-boilerplate%2F&amp;title=Html5%20%7C%20Template%20Boilerplate&amp;source=D%C3%A9veloppeurs+web+Le+r%C3%A9seau+social+et+de+promotion+des+d%C3%A9veloppeurs&amp;summary=Boilerplate%20est%20un%20template%20de%20base%20Html5%20destin%C3%A9%20%C3%A0%20faciliter%20la%20vie%20des%20d%C3%A9veloppeurs%20en%20apportant%20des%20solutions%20%C3%A0%20certains%20probl%C3%A8mes%20redondants.%20Le%20zip%20t%C3%A9l%C3%A9charg%C3%A9%20est%20constitu%C3%A9%20d%27une%20organisation%20de%20r%C3%A9pertoires%20contenant%20les%20CSS%2C%20javascrip" title="LinkedIn"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fwww.developpeurs-web.com%2F2010%2F08%2F13%2Fhtml5-template-boilerplate%2F&amp;title=Html5%20%7C%20Template%20Boilerplate" title="Fleck"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.developpeurs-web.com/feed/" title="RSS"><img src="http://www.developpeurs-web.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.developpeurs-web.com/2010/08/13/html5-template-boilerplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

