<?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>LudiBlog &#187; JS</title>
	<atom:link href="http://blog.ludikreation.com/tag/js/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ludikreation.com</link>
	<description>Pour un web Ludique</description>
	<lastBuildDate>Fri, 27 Aug 2010 12:29:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Jquery Selected text searcher &#8211; Plugin jQuery</title>
		<link>http://blog.ludikreation.com/2010/08/27/jquery-selected-text-searcher-plugin-jquery/</link>
		<comments>http://blog.ludikreation.com/2010/08/27/jquery-selected-text-searcher-plugin-jquery/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 12:27:40 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Selected text searcher]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wikipédia]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=539</guid>
		<description><![CDATA[Je reviens de nouveau avec jQuery, cette fois-ci avec un plugin nommé &#171;&#160;Selected text searcher&#171;&#160;. C&#8217;est un plugin qui va permettre de rajouter une sorte de tooltip lors de la sélection d&#8217;un texte que vous aurez préalablement déterminé. En fait, vous allez pouvoir y mettre des liens dans la tooltip, des liens avec favicon du [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F08%252F27%252Fjquery-selected-text-searcher-plugin-jquery%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaXidHU%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Jquery%20Selected%20text%20searcher%20-%20Plugin%20jQuery%22%20%7D);"></div>
<p>Je reviens de nouveau avec <strong>jQuery</strong>, cette fois-ci avec un <strong>plugin</strong> nommé &laquo;&nbsp;<strong>Selected text searcher</strong>&laquo;&nbsp;. C&#8217;est un <strong>plugin</strong> qui va permettre de rajouter une sorte de tooltip lors de la sélection d&#8217;un texte que vous aurez préalablement déterminé.</p>
<p><img src="http://blog.ludikreation.com/wp-content/Jquery-Selected-text-searcher-plugin.png" alt="Jquery-Selected-text-searcher-plugin" title="Jquery-Selected-text-searcher-plugin" width="354" height="386" class="aligncenter size-full wp-image-540" /></p>
<p>En fait, vous allez pouvoir y mettre des liens dans la tooltip, des liens avec favicon du site si vous le souhaitez. Vous pourrez y mettre un titre, du contenu et des éléments de recherche ou d&#8217;envoi.</p>
<p>Par exemple pour ajouter des éléments de partage :<br />
code js :</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.demo1'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">selectedTextSharer</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; lists<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;Twitter,http://twitter.com/home?status=%ts ,favicon|Facebook,http://www.facebook.com/sharer.php?t=%s&amp;u=http://google.com,favicon|Wikipedia (en),http://en.wikipedia.org/w/index.php?title=Special:Search&amp;search=%s,favicon|Google Maps,http://maps.google.com/?q=%s,favicon&quot;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; extraClass<span style="color: #339933;">:</span> <span style="color: #3366CC;">'dark'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; title<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Share this text ...'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; borderColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#00ccff'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; hoverColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#FFFFCC'</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>et le html :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;demo1&quot;</span>&gt;</span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>On peut remarquer l&#8217;attribut favicon, pour ajouter automatiquement le favicon du site en question.</p>
<p>Pour effectuer des recherches sur un lieu, via googlemaps ou wikipédia par exemple :<br />
code js :</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.demo4'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">selectedTextSharer</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; lists<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;Wikipedia (en),http://en.wikipedia.org/w/index.php?title=Special:Search&amp;search=%s,favicon|Google Maps,http://maps.google.com/?q=%s,favicon&quot;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; title<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Search this text ...'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; borderColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#009900'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; hoverColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#FFFFCC'</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>code html :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;demo4&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></div></div>
<p>Pour plus d&#8217;informations :<br />
<a href="http://www.aakashweb.com/jquery-plugins/selected-text-sharer/">Le site du plugin</a><br />
<a href="http://www.aakashweb.com/resources/pages/demos/jquery-selected-text-sharer/">La démo</a></p>
<p><strong>Articles qui peuvent vous intéresser :</strong></p>
<ul>
<li><a href="http://blog.ludikreation.com/2010/08/20/jquery-afficher-une-adresse-mail-sans-etre-spamme">jQuery &#8211; Afficher une adresse mail sans être spammé</a></li>
<li><a href="http://blog.ludikreation.com/2010/08/20/sponsor-flip-wall-jquery-un-mur-de-sponsors-etonnant">Sponsor Flip Wall &#8211; jQuery &#8211; Un mur de sponsors étonnant</a></li>
<li><a href="http://blog.ludikreation.com/2010/08/15/easy-gallery-plugin-jquery-pour-agrementer-vos-galeries-photos">Easy Gallery &#8211; Plugin jQuery &#8211; Pour agrémenter vos galeries photos</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript">Pajinate &#8211; Plugin jQuery &#8211; La pagination en javascript</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/">jQuery – 20 plugins jQuery à retenir</a></li>
</ul>
<p><a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Partager</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></p>
<p><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.ludikreation.com/2010/08/27/jquery-selected-text-searcher"<br />
        scrolling="no" frameborder="0"<br />
        style="border:none; width:540px; height:50px"></iframe></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/08/27/jquery-selected-text-searcher-plugin-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; Afficher une adresse mail sans être spammé</title>
		<link>http://blog.ludikreation.com/2010/08/20/jquery-afficher-une-adresse-mail-sans-etre-spamme/</link>
		<comments>http://blog.ludikreation.com/2010/08/20/jquery-afficher-une-adresse-mail-sans-etre-spamme/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 14:31:12 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[Anti-spam]]></category>
		<category><![CDATA[Astuces]]></category>
		<category><![CDATA[Bots]]></category>
		<category><![CDATA[E-mails]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Mails]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=532</guid>
		<description><![CDATA[En me baladant sur le net, je suis tombé sur un petit article sur le blog de Victor Coulon, qui explique d&#8217;une manière simple une petite astuce en jQuery sur comment camoufler son adresse mail aux yeux des robots spammeurs, mais pas à ceux des internautes. Voici donc l&#8217;astuce : Le code jQuery nécessaire : [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F08%252F20%252Fjquery-afficher-une-adresse-mail-sans-etre-spamme%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F8YuzWB%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22jQuery%20-%20Afficher%20une%20adresse%20mail%20sans%20%C3%AAtre%20spamm%C3%A9%22%20%7D);"></div>
<p><img src="http://blog.ludikreation.com/wp-content/anti-spam-mail.png" alt="anti-spam-mail" title="anti-spam-mail" width="200" height="200" class="aligncenter size-full wp-image-533" /></p>
<p>En me baladant sur le net, je suis tombé sur un petit article sur le blog de Victor Coulon, qui explique d&#8217;une manière simple une petite astuce en <strong>jQuery</strong> sur comment camoufler son adresse mail aux yeux des robots spammeurs, mais pas à ceux des internautes.</p>
<p><strong>Voici donc l&#8217;astuce :</strong></p>
<p>Le code jQuery nécessaire :</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span><br />
&nbsp;$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp;$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.nospam'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">each</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp;<span style="color: #003366; font-weight: bold;">var</span> email <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp;email <span style="color: #339933;">=</span> email.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;[arobase]&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;@&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp;email <span style="color: #339933;">=</span> email.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;[point]&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;.&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp;$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>mailto:&quot;</span><span style="color: #339933;">+</span>email<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span><span style="color: #339933;">+</span>email<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&lt;/a&gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp;<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></div></div>
<p>Et l&#8217;affichage HTML :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span>contact[arobase]ludikreation[point]com<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span></div></div>
<p><a href="http://blog.victorcoulon.fr/">Source</a></p>
<p><strong>Articles qui peuvent vous intéresser :</strong></p>
<ul>
<li><a href="http://blog.ludikreation.com/2010/08/20/sponsor-flip-wall-jquery-un-mur-de-sponsors-etonnant">Sponsor Flip Wall &#8211; jQuery &#8211; Un mur de sponsors étonnant</a></li>
<li><a href="http://blog.ludikreation.com/2010/08/15/easy-gallery-plugin-jquery-pour-agrementer-vos-galeries-photos">Easy Gallery &#8211; Plugin jQuery &#8211; Pour agrémenter vos galeries photos</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript">Pajinate &#8211; Plugin jQuery &#8211; La pagination en javascript</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/">jQuery – 20 plugins jQuery à retenir</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/">jqIsoText – Plugin jQuery – Effet de texte isométrique</a></li>
</ul>
<p><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.ludikreation.com/2010/08/20/jquery-afficher-une-adresse-mail-sans-etre-spamme"<br />
        scrolling="no" frameborder="0"<br />
        style="border:none; width:540px; height:50px"></iframe></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/08/20/jquery-afficher-une-adresse-mail-sans-etre-spamme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sponsor Flip Wall &#8211; jQuery &#8211; Un mur de sponsors étonnant</title>
		<link>http://blog.ludikreation.com/2010/08/20/sponsor-flip-wall-jquery-un-mur-de-sponsors-etonnant/</link>
		<comments>http://blog.ludikreation.com/2010/08/20/sponsor-flip-wall-jquery-un-mur-de-sponsors-etonnant/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 13:51:45 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[Effets]]></category>
		<category><![CDATA[Flip]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Sponsor Flip Wall]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=527</guid>
		<description><![CDATA[jQuery est un framework agréable et très apprécié des développeurs, notamment grâce à une fluidité et une maniabilité améliorée de coder en javascript. Et je suis tombé sur un tutoriel vraiment bluffant sur les possibilités données via jQuery et l&#8217;imagination de développeurs. Avec Sponsor Flip Wall, vous allez pouvoir réaliser un mur de sponsors, ou [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F08%252F20%252Fsponsor-flip-wall-jquery-un-mur-de-sponsors-etonnant%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FbtEHQt%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Sponsor%20Flip%20Wall%20-%20jQuery%20-%20Un%20mur%20de%20sponsors%20%C3%A9tonnant%22%20%7D);"></div>
<p><strong>jQuery</strong> est un framework agréable et très apprécié des développeurs, notamment grâce à une fluidité et une maniabilité améliorée de coder en <strong>javascript</strong>. Et je suis tombé sur un tutoriel vraiment bluffant sur les possibilités données via <strong>jQuery</strong> et l&#8217;imagination de développeurs.</p>
<p>Avec <strong>Sponsor Flip Wall</strong>, vous allez pouvoir réaliser un mur de sponsors, ou autre, avec comme effet, qu&#8217;au clique la cellule d&#8217;image du sponsor sélectionné se retourne pour dévoiler des informations et un lien. Bien entendu tout ceci peut être adapté et l&#8217;effet, que l&#8217;on retrouve souvent dans des animations flash, est plutôt fluide et très agréable.</p>
<p><img src="http://blog.ludikreation.com/wp-content/flip-jquery.png" alt="flip-jquery" title="flip-jquery" width="500" height="373" class="aligncenter size-full wp-image-528" /></p>
<p>Avec un peu de code <strong>PHP</strong>, <strong>CSS</strong> et <strong>javascript</strong> on peut arriver à <a href="http://demo.tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/demo.php">ce résultat</a>.</p>
<p>Un fichier css style.css :</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;height:300px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">body<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* Setting default text color, background and a font stack */</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">0.825em</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #3333ff;">:Arial</span><span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
.sponsorListHolder<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">30px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
.sponsor<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">180px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">180px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span><span style="color: #00AA00;">;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* Giving the sponsor div a relative positioning: */</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span><span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
.sponsorFlip<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* &nbsp;The sponsor div will be positioned absolutely with respect<br />
&nbsp; &nbsp; &nbsp; &nbsp; to its parent .sponsor div and fill it in entirely */</span><br />
<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">100%</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">100%</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#ddd</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;img/background.jpg&quot;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">center</span> <span style="color: #993333;">center</span> <span style="color: #cc00cc;">#f9f9f9</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #6666ff;">.sponsorFlip</span><span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#999</span><span style="color: #00AA00;">;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* CSS3 inset shadow: */</span><br />
&nbsp; &nbsp; -moz-box-shadow<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">30px</span> <span style="color: #cc00cc;">#999</span> <span style="color: #993333;">inset</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; -webkit-box-shadow<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">30px</span> <span style="color: #cc00cc;">#999</span> <span style="color: #993333;">inset</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; box-shadow<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">30px</span> <span style="color: #cc00cc;">#999</span> <span style="color: #993333;">inset</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #6666ff;">.sponsorFlip</span> img<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* Centering the logo image in the middle of the .sponsorFlip div */</span><br />
<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">50%</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">50%</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">-70px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">-70px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
.sponsorData<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* Hiding the .sponsorData div */</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
.sponsorDescription<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">11px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span> <span style="color: #933;">10px</span> <span style="color: #933;">20px</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span><span style="color: #993333;">italic</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
.sponsorURL<span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
.<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* This class clears the floats */</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #993333;">both</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<p>Un fichier php demo.php avec :</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;height:300px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<br />
<span style="color: #666666; font-style: italic;">// Each sponsor is an element of the $sponsors array:</span><br />
<br />
<span style="color: #000088;">$sponsors</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'facebook'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The biggest social..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.facebook.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'adobe'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The leading software de..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.adobe.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'microsoft'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'One of the top software c..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.microsoft.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sony'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'A global multibillion electronics..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.sony.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dell'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'One of the biggest computer develo..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.dell.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ebay'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The biggest online auction and..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.ebay.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'digg'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'One of the most popular web 2.0..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.digg.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'google'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The company that redefined w..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.google.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ea'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The biggest computer game manufacturer.'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.ea.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'mysql'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The most popular open source dat..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.mysql.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'hp'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'One of the biggest computer manufacturers.'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.hp.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'yahoo'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The most popular network of so..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.yahoo.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'cisco'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'The biggest networking and co..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.cisco.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'vimeo'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'A popular video-centric social n..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.vimeo.com/'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'canon'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'Imaging and optical technology ma..'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.canon.com/'</span><span style="color: #009900;">&#41;</span><br />
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #666666; font-style: italic;">// Randomizing the order of sponsors:</span><br />
<br />
<a href="http://www.php.net/shuffle"><span style="color: #990000;">shuffle</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$sponsors</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #666666; font-style: italic;">// Looping through the array:</span><br />
<br />
<span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$sponsors</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$company</span><span style="color: #009900;">&#41;</span><br />
<span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;sponsor&quot; title=&quot;Click to flip&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;sponsorFlip&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;img/sponsors/'</span><span style="color: #339933;">.</span><span style="color: #000088;">$company</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'.png&quot; alt=&quot;More about '</span><span style="color: #339933;">.</span><span style="color: #000088;">$company</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;sponsorData&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;sponsorDescription&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '</span><span style="color: #339933;">.</span><span style="color: #000088;">$company</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;sponsorURL&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$company</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot;&gt;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$company</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&nbsp; &nbsp; '</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>Et du javascript dans un fichier script.js :</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;height:300px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #009966; font-style: italic;">/* The following code is executed once the DOM is loaded */</span><br />
<br />
&nbsp; &nbsp; $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.sponsorFlip'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">bind</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;click&quot;</span><span style="color: #339933;">,</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// $(this) point to the clicked .sponsorFlip element (caching it in elem for speed):</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> elem <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// data('flipped') is a flag we set when we flip the element:</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>elem.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'flipped'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// If the element has already been flipped, use the revertFlip method</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// defined by the plug-in to revert to the default state automatically:</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; elem.<span style="color: #660066;">revertFlip</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// Unsetting the flag:</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; elem.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'flipped'</span><span style="color: #339933;">,</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// Using the flip method defined by the plugin:</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; elem.<span style="color: #660066;">flip</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; direction<span style="color: #339933;">:</span><span style="color: #3366CC;">'lr'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; speed<span style="color: #339933;">:</span> <span style="color: #CC0000;">350</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onBefore<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// Insert the contents of the .sponsorData div (hidden</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// from view with display:none) into the clicked</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// .sponsorFlip div before the flipping animation starts:</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; elem.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span>elem.<span style="color: #660066;">siblings</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.sponsorData'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #006600; font-style: italic;">// Setting the flag:</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; elem.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'flipped'</span><span style="color: #339933;">,</span><span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>Bien entendu tout le code ici n&#8217;est pas complet, pour télécharger le code complet, rendez vous <a href="http://demo.tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/demo.zip">ici</a>.</p>
<p><a href="http://demo.tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/demo.php">Démonstration</a><br />
<a href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/">Source et tutoriel</a></p>
<p><strong>Articles qui peuvent vous intéresser :</strong></p>
<ul>
<li><a href="http://blog.ludikreation.com/2010/08/15/easy-gallery-plugin-jquery-pour-agrementer-vos-galeries-photos">Easy Gallery &#8211; Plugin jQuery &#8211; Pour agrémenter vos galeries photos</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript">Pajinate &#8211; Plugin jQuery &#8211; La pagination en javascript</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/">jQuery – 20 plugins jQuery à retenir</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/">jqIsoText – Plugin jQuery – Effet de texte isométrique</a></li>
<li><a href="http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/">YoxView – Plugin jQuery – Une lightbox améliorée</a></li>
</ul>
<p><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.ludikreation.com/2010/08/20/sponsor-flip-wall-jquery-un-mur-de-sponsors-etonnant"<br />
        scrolling="no" frameborder="0"<br />
        style="border:none; width:540px; height:50px"></iframe></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/08/20/sponsor-flip-wall-jquery-un-mur-de-sponsors-etonnant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easy Gallery &#8211; Plugin jQuery &#8211; Pour agrémenter vos galeries photos</title>
		<link>http://blog.ludikreation.com/2010/08/15/easy-gallery-plugin-jquery-pour-agrementer-vos-galeries-photos/</link>
		<comments>http://blog.ludikreation.com/2010/08/15/easy-gallery-plugin-jquery-pour-agrementer-vos-galeries-photos/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 20:51:33 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Easy Gallery]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=522</guid>
		<description><![CDATA[Il y avait bien longtemps que je ne vous avait pas parlé de mon framework javascript préféré : jQuery. Cette fois c&#8217;est pour vous parler d&#8217;un petit plugin sympathique pour agrémenter vos sites avec un défilement d&#8217;images. Ce plugin, c&#8217;est Easy Gallery. Le code que vous pouvez visualiser sur la démonstration, est le suivant : [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F08%252F15%252Feasy-gallery-plugin-jquery-pour-agrementer-vos-galeries-photos%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fac3THs%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Easy%20Gallery%20-%20Plugin%20jQuery%20-%20Pour%20agr%C3%A9menter%20vos%20galeries%20photos%22%20%7D);"></div>
<p>Il y avait bien longtemps que je ne vous avait pas parlé de mon <strong>framework javascript</strong> préféré : <strong>jQuery</strong>. Cette fois c&#8217;est pour vous parler d&#8217;un petit <strong>plugin</strong> sympathique pour agrémenter vos sites avec un défilement d&#8217;images.</p>
<p>Ce <strong>plugin</strong>, c&#8217;est <strong>Easy Gallery</strong>.</p>
<p><img src="http://blog.ludikreation.com/wp-content/jquery-easy-galery.png" alt="" title="jquery-easy-galery" width="531" height="275" class="aligncenter size-full wp-image-523" /></p>
<p>Le code que vous pouvez visualiser sur la <a href="http://www.freelancer-id.com/easy-gallery/">démonstration</a>, est le suivant :</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;#gallery&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">egallery</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; width<span style="color: #339933;">:</span><span style="color: #CC0000;">500</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; height<span style="color: #339933;">:</span><span style="color: #CC0000;">230</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; speed<span style="color: #339933;">:</span> <span style="color: #CC0000;">1000</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; delay<span style="color: #339933;">:</span><span style="color: #CC0000;">4000</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; easing<span style="color: #339933;">:</span><span style="color: #3366CC;">'easeInOutBack'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; thumbs<span style="color: #339933;">:</span><span style="color: #3366CC;">'numbers'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; thumbClass<span style="color: #339933;">:</span><span style="color: #3366CC;">'tclass'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; aClass<span style="color: #339933;">:</span><span style="color: #3366CC;">'ac'</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>Et le html de vos images :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;gallery&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;eg-images/image1.jpg&quot;</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;eg-images/image2.jpg&quot;</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;eg-images/image3.jpg&quot;</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;eg-images/image4.jpg&quot;</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;eg-images/image5.jpg&quot;</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;ssgThumbs&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>Ça reste donc assez ludique et compréhensible, pour un rendu agréable.</p>
<p><a href="http://www.freelancer-id.com/easy-gallery/">Site de Easy Gallery</a></p>
<p><strong>Articles qui peuvent vous intéresser :</strong></p>
<ul>
<li><a href="http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript">Pajinate &#8211; Plugin jQuery &#8211; La pagination en javascript</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/">jQuery – 20 plugins jQuery à retenir</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/">jqIsoText – Plugin jQuery – Effet de texte isométrique</a></li>
<li><a href="http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/">YoxView – Plugin jQuery – Une lightbox améliorée</a></li>
<li><a href="http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/">Quicksand – Plugin jQuery – Trie et filtre avec effets d’animations</a></li>
</ul>
<p><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.ludikreation.com/2010/08/15/jquery-plugin-easy-gallery"<br />
        scrolling="no" frameborder="0"<br />
        style="border:none; width:540px; height:50px"></iframe></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/08/15/easy-gallery-plugin-jquery-pour-agrementer-vos-galeries-photos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pajinate &#8211; Plugin jQuery &#8211; La pagination en javascript</title>
		<link>http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript/</link>
		<comments>http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript/#comments</comments>
		<pubDate>Fri, 21 May 2010 14:39:05 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Paginate]]></category>
		<category><![CDATA[Pagination]]></category>
		<category><![CDATA[Pajinate]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=478</guid>
		<description><![CDATA[Me revoilà avec un nouveau Plugin jQuery, je vous avais déjà présenté un plugin qui proposait de la pagination pour vos sites web. Et bien en voilà un autre légèrement différent. C&#8217;est Pajinate ! Vous allez donc pouvoir raccourcir vos listes et proposer un système de page, au lieu de tourner la roulette de votre [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F05%252F21%252Fpajinate-plugin-jquery-la-pagination-en-javascript%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fd14soo%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Pajinate%20-%20Plugin%20jQuery%20-%20La%20pagination%20en%20javascript%22%20%7D);"></div>
<p>Me revoilà avec un nouveau <strong>Plugin jQuery</strong>, je vous avais déjà présenté un <strong>plugin</strong> qui proposait de la pagination pour vos sites web. Et bien en voilà un autre légèrement différent. C&#8217;est <strong>Pajinate</strong> !</p>
<p><img src="http://blog.ludikreation.com/wp-content/pajinate-jquery.png" alt="pajinate-jquery" title="pajinate-jquery" width="500" height="313" class="aligncenter size-full wp-image-479" /></p>
<p>Vous allez donc pouvoir raccourcir vos listes et proposer un système de page, au lieu de tourner la roulette de votre souris pour atteindre le bout de la liste qui vous parait interminable.</p>
<p><strong>Exemple d&#8217;intégration :</strong></p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;</span><br />
<br />
&nbsp; $(document).ready(function(){<br />
&nbsp; &nbsp; $('#page_container').pajinate();<br />
&nbsp; });<br />
<br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;</span></div></div>
<p>Puis les blocs ciblés :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;page_container&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;page_navigation&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;content&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span> <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">p</span></a>&gt;</span>One<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">p</span></a>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; ...<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span> <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">p</span></a>&gt;</span>Eight<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">p</span></a>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
<br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>Le plugin se charge du reste, c&#8217;est assez simple à mettre en place et peut s&#8217;avérer utile. </p>
<p>Vous pouvez retrouver une <a href="http://dl.dropbox.com/u/4151695/html/pajinate-0.2/examples/example1.html">démo ici</a>.</p>
<p>Puis les <a href="http://go2.wordpress.com/?id=725X1342&#038;site=developinthecloud.wordpress.com&#038;url=http%3A%2F%2Fdl.dropbox.com%2Fu%2F4151695%2Fth3silverlining%2Fpajinate-0.2.zip&#038;sref=http%3A%2F%2Fth3silverlining.com%2F2010%2F04%2F15%2Fpajination-a-jquery-pagination-plugin%2F">sources là</a>.</p>
<p>Et le site du projet : <a href="http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/">http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/</a></p>
<p><strong>Articles qui peuvent vous intéresser :</strong></p>
<ul>
<li><a href="http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/">jQuery – 20 plugins jQuery à retenir</a></li>
<li><a href="http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/">jqIsoText – Plugin jQuery – Effet de texte isométrique</a></li>
<li><a href="http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/">YoxView – Plugin jQuery – Une lightbox améliorée</a></li>
<li><a href="http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/">Quicksand – Plugin jQuery – Trie et filtre avec effets d’animations</a></li>
<li><a href="http://blog.ludikreation.com/2009/10/07/jquery-pagination-javascript/">JQuery – Pagination Javascript</a></li>
</ul>
<p><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript"<br />
        scrolling="no" frameborder="0"<br />
        style="border:none; width:540px; height:50px"></iframe></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/05/21/pajinate-plugin-jquery-la-pagination-en-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; 20 plugins jQuery à retenir</title>
		<link>http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/</link>
		<comments>http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/#comments</comments>
		<pubDate>Fri, 07 May 2010 08:42:19 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Outils]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[AnythingSlider]]></category>
		<category><![CDATA[Carousel]]></category>
		<category><![CDATA[CheatSheet]]></category>
		<category><![CDATA[ClueTip]]></category>
		<category><![CDATA[ColorBox]]></category>
		<category><![CDATA[CropZoom]]></category>
		<category><![CDATA[gComplete]]></category>
		<category><![CDATA[gMap]]></category>
		<category><![CDATA[JLoupe]]></category>
		<category><![CDATA[jqFancyTransitions]]></category>
		<category><![CDATA[jqIsoText]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jQuery Masonry]]></category>
		<category><![CDATA[JQuery UI]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[jSocial]]></category>
		<category><![CDATA[jTwitter]]></category>
		<category><![CDATA[markItUp!]]></category>
		<category><![CDATA[maxImage]]></category>
		<category><![CDATA[Pagination]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Quicksand]]></category>
		<category><![CDATA[TipTip]]></category>
		<category><![CDATA[YoxView]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=438</guid>
		<description><![CDATA[Voici plusieurs mois que je vous fais des articles dédiés au web, et dans ces articles, très souvent on en revient à parler de jQuery. Déjà parce que j&#8217;aime ce Framework Javascript et puis parce que c&#8217;est l&#8217;un des plus utilisé sur le web. Je tâche de vous faire découvrir de nouvelles utilisations et des [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F05%252F07%252Fjquery-20-plugins-jquery-a-retenir%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FavfUDk%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22jQuery%20-%2020%20plugins%20jQuery%20%C3%A0%20retenir%22%20%7D);"></div>
<p>Voici plusieurs mois que je vous fais des <strong>articles dédiés au web</strong>, et dans ces articles, très souvent on en revient à parler de <strong>jQuery</strong>. Déjà parce que j&#8217;aime ce <strong>Framework Javascript</strong> et puis parce que c&#8217;est l&#8217;un des plus utilisé sur le web. Je tâche de vous faire découvrir de nouvelles utilisations et des <strong>plugins</strong> de ce <strong>framework javascript</strong>.</p>
<p>Dans ce billet, je vous ai regroupé <strong>20 plugins jQuery</strong> qui sont à tester ou voir au moins une fois. Une sorte de résumé des articles que je vous ai déjà fait sur le sujet.</p>
<p><strong>Les indispensables</strong></p>
<p><a href="http://jqueryui.com/home"><img src="http://blog.ludikreation.com/wp-content/jquery-ui.png" alt="jquery-ui" title="jquery-ui" width="500" height="115" class="size-full wp-image-439" /></a><br />
<strong>jQuery UI</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/10/01/jquery-jquery-ui-un-outil-tres-utile/">ici</a>.<br />
Un officiel de l&#8217;équipe jQuery qui va vous permettre entre autre, de créer des éléments type : Draggable, Droppable, Resizable, Selectable, Sortable, Accordion, Datepicker, Dialog, Progressbar, Slider, Tabs etc&#8230; <a href="http://jqueryui.com/home">le site</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Traitements de textes</strong></p>
<p><a href="http://markitup.jaysalvat.com/"><img src="http://blog.ludikreation.com/wp-content/markitup.png" alt="markitup" title="markitup" width="500" height="115" class="size-full wp-image-440" /></a><br />
<strong>MarkItUp !</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/10/02/markitup-un-editeur-pour-vos-textareas-via-jquery/">ici</a><br />
MArkItUp est un éditeur de texte qui fonctionne avec jQuery. Léger, simple et pratique, il va vous permettre d&#8217;intégrer un éditeur de textes à votre site, aussi bien de xhtml, bbcode, wikicode etc&#8230; <a href="http://markitup.jaysalvat.com">le site</a></p>
<p><a href="http://workshop.rs/projects/jqisotext/"><img src="http://blog.ludikreation.com/wp-content/jqisotext.png" alt=" jqIsoText" title="jqisotext" width="500" height="115" class="size-full wp-image-451" /></a><br />
<strong>jqIsoText</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/">ici</a><br />
C’est un plugin qui va permettre de faire un effet pseudo-isométrique  sur un texte. <a href="http://workshop.rs/projects/jqisotext/">Le site</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Effets</strong></p>
<p><a href="http://plugins.jquery.com/project/pagination"><img src="http://blog.ludikreation.com/wp-content/jquery-pagination.png" alt="jquery-pagination" title="jquery-pagination" width="500" height="115" class="size-full wp-image-441" /></a><br />
<strong>jQuery Pagination plugin</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/10/07/jquery-pagination-javascript/">ici</a><br />
Un effet de pagination en javascript utilisant la librairie jQuery. <a href="http://plugins.jquery.com/project/pagination">Le site</a></p>
<p><a href="http://desandro.com/resources/jquery-masonry/"><img src="http://blog.ludikreation.com/wp-content/jquery-masonry.png" alt="jquery-masonry" title="jquery-masonry" width="500" height="115" class="size-full wp-image-447" /></a><br />
<strong>jQuery Masonry</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/02/06/jquery-plugin-jquery-masonry/">ici</a><br />
Plugin qui agence les blocs de div de vos site automatiquement. <a href="http://desandro.com/resources/jquery-masonry/">Le site</a></p>
<p><a href="http://code.drewwilson.com/entry/tiptip-jquery-plugin"><img src="http://blog.ludikreation.com/wp-content/tiptip1.png" alt="tiptip" title="tiptip" width="500" height="115" class="size-full wp-image-448" /></a><br />
<strong>TipTip</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/01/04/plugin-jquery-tiptip-un-tooltip-simple-et-leger/">ici</a><br />
Un tooltip simple et léger pour votre site web. <a href="http://code.drewwilson.com/entry/tiptip-jquery-plugin">Le site</a></p>
<p><a href="http://www.razorjack.net/quicksand/docs-and-demos.html"><img src="http://blog.ludikreation.com/wp-content/Quicksand.png" alt="Quicksand" title="Quicksand" width="500" height="115" class="size-full wp-image-452" /></a><br />
<strong>Quicksand</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/">ici</a><br />
Un plugin jQuery qui va vous permettre d’agrémenter vos tries ou filtrages d’éléments avec des animations  fluides et assez originales. <a href="http://www.razorjack.net/quicksand/docs-and-demos.html">Le site</a></p>
<p><a href="http://plugins.learningjquery.com/cluetip/"><img src="http://blog.ludikreation.com/wp-content/cluetip1.png" alt="ClueTip" title="cluetip" width="500" height="115" class="size-full wp-image-455" /></a><br />
<strong>ClueTip</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/03/14/cluetip-plugin-jquery-un-tooltip-complet/">ici</a><br />
Un ToolTip évolué et configurable. <a href="http://plugins.learningjquery.com/cluetip/">Le site</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Images</strong></p>
<p><a href="http://colorpowered.com/colorbox/"><img src="http://blog.ludikreation.com/wp-content/colorbox.png" alt="colorbox" title="colorbox" width="500" height="115" class="size-full wp-image-442" /></a><br />
<strong>ColorBox</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/10/09/jquery-la-thickbox-depreciee/">ici</a><br />
Certainement l&#8217;une des meilleures lighbox en jQuery à mes yeux. <a href="http://colorpowered.com/colorbox/">Le site</a></p>
<p><a href="http://www.aaronvanderzwan.com/maximage/"><img src="http://blog.ludikreation.com/wp-content/maximage.png" alt="maximage" title="maximage" width="500" height="115" class="size-full wp-image-443" /></a><br />
<strong>maxImage</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/10/20/jquery-le-plugin-maximage/">ici</a><br />
Un plugin qui permet de redimensionner des images  ciblées avec une largeur max selon le navigateur utilisé, leur ratio, et quelques caractéristiques simples. <a href="http://www.aaronvanderzwan.com/maximage/">Le site</a></p>
<p><a href="http://chrisiufer.com/loupe/sample.html"><img src="http://blog.ludikreation.com/wp-content/jloupe.png" alt="jloupe" title="jloupe" width="500" height="115" class="size-full wp-image-444" /></a><br />
<strong>JLoupe</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/10/22/jquery-jloupe-une-loupe-pour-vos-images/">ici</a><br />
Création d&#8217;un effet de loupe sur les images. <a href="http://chrisiufer.com/loupe/sample.html">Le site</a></p>
<p><a href="http://www.catchmyfame.com/2009/08/27/jquery-infinite-carousel-plugin-1-2-released/"><img src="http://blog.ludikreation.com/wp-content/infinite-carousel.png" alt="JQuery Infinite Carousel" title="infinite-carousel" width="500" height="115" class="size-full wp-image-445" /></a><br />
<strong>JQuery Infinite Carousel</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/10/29/jquery-plugin-jquery-infinite-carousel/">ici</a><br />
Un effet de Carrousel pour vos images en jQuery. <a href="http://www.catchmyfame.com/2009/08/27/jquery-infinite-carousel-plugin-1-2-released/">Le site</a></p>
<p><a href="http://css-tricks.com/anythingslider-jquery-plugin/"><img src="http://blog.ludikreation.com/wp-content/slideshow-jquery.png" alt="slideshow-jquery" title="slideshow-jquery" width="500" height="115" class="size-full wp-image-449" /></a><br />
<strong>AnythingSlider</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/11/18/jquery-plugin-anythingslider-slideshow/">ici</a><br />
Un slideShow pour vos images en jQuery. Complet et configurable. <a href="http://css-tricks.com/anythingslider-jquery-plugin/">Le site</a></p>
<p><a href="http://www.yoxigen.com/yoxview/Default.aspx"><img src="http://blog.ludikreation.com/wp-content/yoxview.png" alt="yoxview" title="yoxview" width="500" height="115" class="size-full wp-image-450" /></a><br />
<strong>YoxView</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/">ici</a><br />
Une lightbox améliorée. <a href="http://www.yoxigen.com/yoxview/Default.aspx">Le site</a></p>
<p><a href="http://workshop.rs/2009/12/image-gallery-with-fancy-transitions-effects/"><img src="http://blog.ludikreation.com/wp-content/jqfancytransitions.png" alt="jqFancyTransitions" title="jqfancytransitions" width="500" height="115" class="size-full wp-image-453" /></a><br />
<strong>jqFancyTransitions</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/03/29/jqfancytransitions-plugin-jquery-belles-transitions/">ici</a><br />
Un slide show avec des transitions d’images originales. <a href="http://workshop.rs/2009/12/image-gallery-with-fancy-transitions-effects/">Le site</a></p>
<p><a href="http://www.cropzoom.com.ar/"><img src="http://blog.ludikreation.com/wp-content/cropzoom1.png" alt="CropZoom" title="cropzoom" width="500" height="115" class="size-full wp-image-454" /></a><br />
<strong>CropZoom</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/03/22/cropzoom-plugin-jquery-la-manipulation-dimage-avec-jquery/">ici</a><br />
Plugin impressionnant de manipulation d&#8217;image, utilisant jQuery UI. <a href="http://www.cropzoom.com.ar/">Le site</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Réseaux communautaires / Outils API</strong></p>
<p><a href="http://plugins.jquery.com/project/jtwitter"><img src="http://blog.ludikreation.com/wp-content/jtwitter.png" alt="jtwitter" title="jtwitter" width="500" height="115" class="size-full wp-image-446" /></a><br />
<strong>jTwitter</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2009/11/02/jtwitter-recuperation-des-donnees-twitter-via-jquery-et-twitter-api/">ici</a><br />
Un plugin JQuery qui va vous permettre de récupérer facilement des informations issues de Twitter. Ce plugin va chercher les informations grâce à l’API  fournie par Twitter et au format json, puis les récupère afin que vous les traitiez. <a href="http://plugins.jquery.com/project/jtwitter">Le site</a></p>
<p><a href="http://gmap.nurtext.de/"><img src="http://blog.ludikreation.com/wp-content/gmap1.png" alt="gmap" title="gmap" width="500" height="115" class="size-full wp-image-456" /></a><br />
<strong>gMap</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/03/03/gmap-un-plugin-jquery-pour-utiliser-googlemaps/">ici</a><br />
Améliore et facilite l&#8217;utilisation de l&#8217;API google map, en utilisant jQuery. <a href="http://gmap.nurtext.de/">Le site</a></p>
<p><a href="http://plugins.jquery.com/project/gcomplete"><img src="http://blog.ludikreation.com/wp-content/gcomplete1.png" alt="gComplete" title="gcomplete" width="500" height="115" class="size-full wp-image-457" /></a><br />
<strong>gComplete</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/02/23/plugin-jquery-gcomplete-autocompletion-google-api/">ici</a><br />
Un plugin qui va vous permettre d’utiliser la complétion de l’API Google avec jQuery  et en quelques lignes. <a href="http://plugins.jquery.com/project/gcomplete">Le site</a></p>
<p><a href="http://plugins.jquery.com/project/jsocial"><img src="http://blog.ludikreation.com/wp-content/jsocial.png" alt="jSocial" title="jsocial" width="500" height="115" class="size-full wp-image-458" /></a><br />
<strong>jSocial</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/02/20/plugin-jquery-jsocial/">ici</a><br />
Un plugin jQuery simple et adapté pour avoir les icônes et les liens vers les sites de réseaux sociaux en un clin d’œil sur son blog ou site. <a href="http://plugins.jquery.com/project/jsocial">Le site</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Bonus</strong></p>
<p><a href="http://www.futurecolors.ru/jquery/"><img src="http://blog.ludikreation.com/wp-content/api-cheatsheet.png" alt="api-cheatsheet" title="api-cheatsheet" width="500" height="115" class="size-full wp-image-459" /></a><br />
<strong>jQuery 1.4 API Cheat Sheet</strong><br />
Je vous en parle <a href="http://blog.ludikreation.com/2010/01/14/utile-jquery-14-api-cheat-sheet/">ici</a><br />
Un tour complet en un coup d&#8217;œil de l&#8217;API jQuery 1.4. <a href="http://www.futurecolors.ru/jquery/">Le site</a></p>
<p>Laissez moi des petits commentaires si ça vous a été utile (ou pas) <img src='http://blog.ludikreation.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/05/07/jquery-20-plugins-jquery-a-retenir/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>jqIsoText &#8211; Plugin jQuery &#8211; Effet de texte isométrique</title>
		<link>http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/</link>
		<comments>http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/#comments</comments>
		<pubDate>Sun, 02 May 2010 09:37:39 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Effets]]></category>
		<category><![CDATA[Isométrique]]></category>
		<category><![CDATA[jqIsoText]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=428</guid>
		<description><![CDATA[Un petit billet pour vous présenter un plugin jQuery : jqIsoText. C&#8217;est un plugin qui va permettre de faire un effet pseudo-isométrique sur un texte. J&#8217;avoue que je ne vous présente pas le plugin le plus utile qui soit, d&#8217;ailleurs je n&#8217;en trouve pas encore l&#8217;utilité, mais il a le mérite d&#8217;exister et peut être [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F05%252F02%252Fjqisotext-plugin-jquery-effet-de-texte-isometrique%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaCAS41%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22jqIsoText%20-%20Plugin%20jQuery%20-%20Effet%20de%20texte%20isom%C3%A9trique%22%20%7D);"></div>
<p>Un petit billet pour vous présenter un <strong>plugin jQuery</strong> : <strong>jqIsoText</strong>. C&#8217;est un <strong>plugin</strong> qui va permettre de faire un effet <strong>pseudo-isométrique</strong> sur un <strong>texte</strong>. J&#8217;avoue que je ne vous présente pas le <strong>plugin</strong> le plus utile qui soit, d&#8217;ailleurs je n&#8217;en trouve pas encore l&#8217;utilité, mais il a le mérite d&#8217;exister et peut être qu&#8217;il vous servira.</p>
<p><img src="http://blog.ludikreation.com/wp-content/jqisotext.jpg" alt="jqisotext jquery" title="jqisotext" width="415" height="134" class="aligncenter size-full wp-image-429" /></p>
<p>Il a aussi l&#8217;avantage d&#8217;être <strong>très simple d&#8217;utilisation</strong>.</p>
<p><strong>Pour obtenir le résultat par défaut :</strong><br />
<img src="http://blog.ludikreation.com/wp-content/jqisotext-2.jpg" alt="jqisotext jquery plugin" title="jqisotext-2" width="500" height="36" class="size-full wp-image-430" /><br />
voici le code :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$('.default').jqIsoText();</div></div>
<p>vous l&#8217;aurez compris, il faut dans ce cas assigner la classe css &laquo;&nbsp;default&nbsp;&raquo; au texte cible.</p>
<p><strong>Pour un résultat type vague :</strong><br />
<img src="http://blog.ludikreation.com/wp-content/jqisotext-3.jpg" alt="jquery plugin" title="jqisotext-3" width="500" height="37" class="alignleft size-full wp-image-431" /><br />
voici le code :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$('.split').jqIsoText({ split:'yes' });</div></div>
<p><strong>Et pour un résultat inversé :</strong><br />
<img src="http://blog.ludikreation.com/wp-content/jqisotext-4.jpg" alt="jqisotext jquery plugin" title="jqisotext-4" width="500" height="52" class="size-full wp-image-432" /><br />
voici le code :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$('.big').jqIsoText({ fromSize: 50, toSize: 10 });</div></div>
<p>Si vous voulez en découvrir plus sur ce <strong>plugin</strong>, c&#8217;est par là : <a href="http://workshop.rs/projects/jqisotext/">http://workshop.rs/projects/jqisotext/</a></p>
<p><strong>Articles qui peuvent vous intéresser :</strong></p>
<ul>
<li><a href="http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/">YoxView – Plugin jQuery – Une lightbox améliorée</a></li>
<li><a href="http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/">Quicksand – Plugin jQuery – Trie et filtre avec effets d’animations</a></li>
<li><a href="http://blog.ludikreation.com/2010/03/29/jqfancytransitions-plugin-jquery-belles-transitions/">jqFancyTransitions – Plugin jQuery – Belles transitions</a></li>
<li><a href="http://blog.ludikreation.com/2010/03/22/cropzoom-plugin-jquery-la-manipulation-dimage-avec-jquery/">CropZoom – Plugin jQuery – La manipulation d’image avec jQuery</a></li>
<li><a href="http://blog.ludikreation.com/2010/03/14/cluetip-plugin-jquery-un-tooltip-complet/">ClueTip – Plugin jQuery – Un ToolTip complet</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/05/02/jqisotext-plugin-jquery-effet-de-texte-isometrique/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YoxView &#8211; Plugin jQuery &#8211; Une lightbox améliorée</title>
		<link>http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/</link>
		<comments>http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 09:43:01 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Effets]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Librairie]]></category>
		<category><![CDATA[LightBox]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Slideshow]]></category>
		<category><![CDATA[YoxView]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=414</guid>
		<description><![CDATA[Pour ce billet, je vais vous présenter un plugin jQuery (une fois n&#8217;est pas coutume), et peut être vous aider à trouver un plugin qui répond à vos besoins. Ce plugin se nomme YoxView (j&#8217;aime bien le logo) et est une version améliorée de la lightbox 2. Cela reste toujours un visionneur d&#8217;images avec effets, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F04%252F25%252Fyoxview-plugin-jquery-une-lightbox-amelioree%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaBNAZ9%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22YoxView%20-%20Plugin%20jQuery%20-%20Une%20lightbox%20am%C3%A9lior%C3%A9e%22%20%7D);"></div>
<p>Pour ce billet, je vais vous présenter un <strong>plugin jQuery</strong> (une fois n&#8217;est pas coutume), et peut être vous aider à trouver un <strong>plugin</strong> qui répond à vos besoins.</p>
<p><img src="http://blog.ludikreation.com/wp-content/yoxview-plugin-jquery.png" alt="yoxview-plugin-jquery" title="yoxview-plugin-jquery" width="200" height="206" class="aligncenter size-full wp-image-412" /></p>
<p>Ce <strong>plugin</strong> se nomme <strong>YoxView</strong> (j&#8217;aime bien le logo) et est une version améliorée de la <strong>lightbox 2</strong>. Cela reste toujours un visionneur d&#8217;images avec effets, mais avec quelques différences qui le fera peut être préférer à d&#8217;autres.</p>
<p><img src="http://blog.ludikreation.com/wp-content/yoxview-plugin-jquery-2.png" alt="yoxview-plugin-jquery-2" title="yoxview-plugin-jquery-2" width="400" height="265" class="aligncenter size-full wp-image-413" /></p>
<p><strong>Présentation :</strong></p>
<p>- Il possède des <strong>plugins</strong> (un plugin avec des plugins, oui) pour le lier avec <strong>picasa</strong> ou <strong>flickr</strong><br />
- L&#8217;image cliquée s&#8217;agrandit avec un effet fluide.<br />
- Les vidéos sont supportées<br />
- Les images sont chargées en arrière plan<br />
- Totalement configurable<br />
- Création de groupe d&#8217;images<br />
- Des boutons dans plusieurs langues différentes<br />
- Un effet <strong>slideshow</strong> automatique<br />
- Valide sur la majorité des navigateurs<br />
- etc&#8230;</p>
<p>Pour découvrir <strong>YoxView</strong> c&#8217;est par là : <a href="http://www.yoxigen.com/yoxview/Default.aspx">http://www.yoxigen.com/yoxview/Default.aspx</a></p>
<p><strong>Articles qui peuvent vous intéresser :</strong></p>
<ul>
<li><a href="http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/">Quicksand – Plugin jQuery – Trie et filtre avec effets d’animations</a></li>
<li><a href="http://blog.ludikreation.com/2010/03/29/jqfancytransitions-plugin-jquery-belles-transitions/">jqFancyTransitions – Plugin jQuery – Belles transitions</a></li>
<li><a href="http://blog.ludikreation.com/2010/03/22/cropzoom-plugin-jquery-la-manipulation-dimage-avec-jquery/">CropZoom – Plugin jQuery – La manipulation d’image avec jQuery</a></li>
<li><a href="http://blog.ludikreation.com/2010/03/14/cluetip-plugin-jquery-un-tooltip-complet/">ClueTip – Plugin jQuery – Un ToolTip complet</a></li>
<li><a href="http://blog.ludikreation.com/2010/03/03/gmap-un-plugin-jquery-pour-utiliser-googlemaps/">gMap – un plugin jQuery pour utiliser Google Maps</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/04/25/yoxview-plugin-jquery-une-lightbox-amelioree/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quicksand &#8211; Plugin jQuery &#8211; Trie et filtre avec effets d&#8217;animations</title>
		<link>http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/</link>
		<comments>http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 23:36:51 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Effets]]></category>
		<category><![CDATA[Filtre]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Quicksand]]></category>
		<category><![CDATA[Trie]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=390</guid>
		<description><![CDATA[Me revoilà avec la présentation d&#8217;un autre plugin jQuery. J&#8217;ai trouvé l&#8217;effet peu commun et assez agréable à voir. Je vous fait découvrir Quicksand un plugin jQuery qui va vous permettre d&#8217;agrémenter vos tries ou filtrages d&#8217;éléments avec des animations fluides et assez originales. Par exemple, pour une utilisation simple, vous allez procéder ainsi : [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F04%252F11%252Fquicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FbREL6h%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Quicksand%20-%20Plugin%20jQuery%20-%20Trie%20et%20filtre%20avec%20effets%20d%27animations%22%20%7D);"></div>
<p>Me revoilà avec la présentation d&#8217;un autre <strong>plugin jQuery</strong>. J&#8217;ai trouvé l&#8217;effet peu commun et assez agréable à voir. Je vous fait découvrir <strong>Quicksand</strong> un <strong>plugin jQuery</strong> qui va vous permettre d&#8217;agrémenter <strong>vos tries ou filtrages d&#8217;éléments</strong> avec des <strong>animations</strong> fluides et assez originales.</p>
<p><img src="http://blog.ludikreation.com/wp-content/quicksand.png" alt="quicksand" title="quicksand" width="500" height="424" class="aligncenter size-full wp-image-391" /></p>
<p>Par exemple, pour une utilisation simple, vous allez procéder ainsi :</p>
<p>Pour le js</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$('#source').quicksand( $('#destination li') );</div></div>
<p>pour le html</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;source&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a> data-<span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;iphone&quot;</span>&gt;</span>iPhone OS<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a> data-<span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;android&quot;</span>&gt;</span>Android<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a> data-<span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;winmo&quot;</span>&gt;</span>Windows Mobile<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
<br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;destination&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a> data-<span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;macosx&quot;</span>&gt;</span>Mac OS X<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a> data-<span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;macos9&quot;</span>&gt;</span>Mac OS 9<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a> data-<span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;iphone&quot;</span>&gt;</span>iPhone OS<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span></div></div>
<p>Ce qui va remplacer une collection d&#8217;éléments par une autre.</p>
<p>A savoir que l&#8217;attribut <strong>data-id</strong> est valide <strong>html5</strong>, il existe d&#8217;autres méthodes si vous utilisez un autre <strong>doctype</strong>.</p>
<p>Je vous laisse découvrir <a href="http://www.razorjack.net/quicksand/docs-and-demos.html#examples">les exemples</a>, qui vous donnent une idée de toutes les utilisations possibles et vous renvois vers <a href="http://www.razorjack.net/quicksand/docs-and-demos.html">la documentation</a> pour en apprendre d&#8217;avantage sur ce <strong>plugin jQuery</strong>.</p>
<p>Comme toujours, si vous avez des questions, n&#8217;hésitez pas à les laisser à la suite de ce billet <img src='http://blog.ludikreation.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/04/11/quicksand-plugin-jquery-trie-et-filtre-avec-effets-danimations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jqFancyTransitions &#8211; Plugin jQuery &#8211; Belles transitions</title>
		<link>http://blog.ludikreation.com/2010/03/29/jqfancytransitions-plugin-jquery-belles-transitions/</link>
		<comments>http://blog.ludikreation.com/2010/03/29/jqfancytransitions-plugin-jquery-belles-transitions/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 18:01:33 +0000</pubDate>
		<dc:creator>LudiKadmin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[jqFancyTransitions]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Slideshow]]></category>
		<category><![CDATA[Transitions]]></category>

		<guid isPermaLink="false">http://blog.ludikreation.com/?p=372</guid>
		<description><![CDATA[Me revoilà avec une découverte jQuery, un autre plugin lié à la manipulation d&#8217;images. Cette fois, un slide show avec des transitions d&#8217;images originales, j&#8217;ai beaucoup apprécié les effets. Vous allez pouvoir avoir sur votre site une galerie d&#8217;images avec diverses transitions. L&#8217;utilisation s&#8217;effectue ainsi : On va chercher nos librairies jquery + jqFancyTransitions &#60;script [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.ludikreation.com%252F2010%252F03%252F29%252Fjqfancytransitions-plugin-jquery-belles-transitions%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22jqFancyTransitions%20-%20Plugin%20jQuery%20-%20Belles%20transitions%22%20%7D);"></div>
<p>Me revoilà avec une découverte <strong>jQuery</strong>, un autre <strong>plugin</strong> lié à la <strong>manipulation d&#8217;images</strong>. Cette fois, un <strong>slide show</strong> avec des transitions d&#8217;images originales, j&#8217;ai beaucoup apprécié les effets.</p>
<p><img src="http://blog.ludikreation.com/wp-content/transition-jquery.jpg" alt="transition-jquery" title="transition-jquery" width="524" height="383" class="aligncenter size-full wp-image-373" /></p>
<p>Vous allez pouvoir avoir sur votre site une galerie d&#8217;images avec <strong>diverses transitions</strong>.</p>
<p><strong>L&#8217;utilisation s&#8217;effectue ainsi :</strong></p>
<p>On va chercher nos librairies <strong>jquery + jqFancyTransitions</strong></p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;js/jquery.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;js/jqFancyTransitions.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;</span></div></div>
<p>On crée notre bloc, qui contiendra notre galerie d&#8217;images</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'slideshowHolder'</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img1.jpg'</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img1'</span> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img2.jpg'</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img2'</span> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img3.jpg'</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img3'</span> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>Entre les balises <strong>head</strong>, on insère le <strong>javascript</strong> qui réalisera le <strong>slideshow</strong> avec nos éléments</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span><br />
$('#slideshowHolder').jqFancyTransitions({ width: 400, height: 300 });<br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;</span></div></div>
<p>Et le tour est joué !</p>
<p>A savoir qu&#8217;il y a plusieurs options disponibles :</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">effect<span style="color: #339933;">:</span> <span style="color: #3366CC;">''</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// wave, zipper, curtain</span><br />
width<span style="color: #339933;">:</span> <span style="color: #CC0000;">500</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// width of panel</span><br />
height<span style="color: #339933;">:</span> <span style="color: #CC0000;">332</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// height of panel</span><br />
strips<span style="color: #339933;">:</span> <span style="color: #CC0000;">20</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// number of strips</span><br />
delay<span style="color: #339933;">:</span> <span style="color: #CC0000;">5000</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// delay between images in ms</span><br />
stripDelay<span style="color: #339933;">:</span> <span style="color: #CC0000;">50</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// delay beetwen strips in ms</span><br />
titleOpacity<span style="color: #339933;">:</span> <span style="color: #CC0000;">0.7</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// opacity of title</span><br />
titleSpeed<span style="color: #339933;">:</span> <span style="color: #CC0000;">1000</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// speed of title appereance in ms</span><br />
position<span style="color: #339933;">:</span> <span style="color: #3366CC;">'alternate'</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// top, bottom, alternate, curtain</span><br />
direction<span style="color: #339933;">:</span> <span style="color: #3366CC;">'fountainAlternate'</span><span style="color: #339933;">,</span> <span style="color: #006600; font-style: italic;">// left, right, alternate, random, fountain, fountainAlternate</span><br />
navigation<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span> <span style="color: #006600; font-style: italic;">// prev and next navigation buttons</span><br />
links<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span> <span style="color: #006600; font-style: italic;">// show images as links</span></div></div>
<p>Et depuis la <strong>version 1.7</strong>, vous pouvez ajouter des <strong>urls aux images</strong> :</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'slideshowHolder'</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img1.jpg'</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img1'</span> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span> <span style="color: #66cc66;">=</span><span style="color: #ff0000;">'http://workshop.rs'</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img2.jpg'</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img2'</span> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span> <span style="color: #66cc66;">=</span><span style="color: #ff0000;">'http://workshop.rs/projects/jqbargraph'</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img3.jpg'</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">'img3'</span> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span> <span style="color: #66cc66;">=</span><span style="color: #ff0000;">'http://workshop.rs/projects/moobargraph'</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>Pour plus d&#8217;informations et pour une démo : <a href="http://workshop.rs/2009/12/image-gallery-with-fancy-transitions-effects/">le site du plugin jqFancyTransitions</a></p>
<p>Bon code <img src='http://blog.ludikreation.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://blog.ludikreation.com/2010/03/29/jqfancytransitions-plugin-jquery-belles-transitions/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
