<?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>JQuery, PHP, html, design... // arnaud-k : un blog de geek &#187; galerie</title>
	<atom:link href="http://blog.arnaud-k.fr/tag/galerie/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arnaud-k.fr</link>
	<description>Le blog JQuery, Html, Web Design</description>
	<lastBuildDate>Thu, 21 Apr 2011 08:10:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Un nouveau plugin JQuery pour faire des carousel : bxCarousel</title>
		<link>http://blog.arnaud-k.fr/2010/09/13/un-nouveau-plugin-jquery-pour-faire-des-carousel-bxcarousel/</link>
		<comments>http://blog.arnaud-k.fr/2010/09/13/un-nouveau-plugin-jquery-pour-faire-des-carousel-bxcarousel/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 11:45:39 +0000</pubDate>
		<dc:creator>arnaud</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[galerie]]></category>
		<category><![CDATA[plugin JQuery]]></category>

		<guid isPermaLink="false">http://blog.arnaud-k.fr/?p=1767</guid>
		<description><![CDATA[Voici enfin une bonne alternative au plugin JQuery Jcarousel. Le plugin bxCarousel permet comme son nom l&#8217;indique de faire un carousel. C&#8217;est la solution idéale pour afficher une multitude de miniature d&#8217;images sans prendre trop de place. Le plugin a&#160;[...]</p> <p class="read-more"><a class="gray normal" href="http://blog.arnaud-k.fr/2010/09/13/un-nouveau-plugin-jquery-pour-faire-des-carousel-bxcarousel/">Lire la suite&#160;&#62;&#62;</a></p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2010%2F09%2F13%2Fun-nouveau-plugin-jquery-pour-faire-des-carousel-bxcarousel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2010%2F09%2F13%2Fun-nouveau-plugin-jquery-pour-faire-des-carousel-bxcarousel%2F&amp;source=arnaudk&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a rel="attachment wp-att-1774" href="http://blog.arnaud-k.fr/2010/developpement-web/cat-jquery/un-nouveau-plugin-jquery-pour-faire-des-carousel-bxcarousel/attachment/bxcarousel/"><img class="aligncenter size-full wp-image-1774" title="plugin JQuery bxcarousel" src="http://blog.arnaud-k.fr/wp-content/uploads/2010/09/bxcarousel.jpg" alt="" width="600" height="210" /></a></p>
<p>Voici enfin une bonne alternative au <a href="http://blog.arnaud-k.fr/2009/developpement-web/cat-jquery/tutorial-jquery-galerie-photo-avec-jcarousel-et-lightbox/">plugin JQuery Jcarousel</a>. <strong>Le plugin <a href="http://bxcarousel.com/">bxCarousel</a> permet comme son nom l&#8217;indique de faire un carouse</strong>l. C&#8217;est la solution idéale pour afficher une multitude de miniature d&#8217;images sans prendre trop de place.</p>
<p>Le plugin a l&#8217;air plus simple à l&#8217;utilisation que Jcarousel, notamment au niveau du design et de l&#8217;imbrication d&#8217;éléments. <strong>Le plugin JQuery propose une dizaine d&#8217;options</strong> allant de la vitesse de l&#8217;animation au nombre d&#8217;éléments qui se déplacent en passant par le délai entre les animations.</p>
<p>Voici la liste exhaustive des options du plugin :</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<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>
  $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'ul'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">bxCarousel</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
	display_num<span style="color: #339933;">:</span> <span style="color: #CC0000;">4</span><span style="color: #339933;">,</span>       <span style="color: #006600; font-style: italic;">// number of elements to be visible</span>
	move<span style="color: #339933;">:</span> <span style="color: #CC0000;">4</span><span style="color: #339933;">,</span>              <span style="color: #006600; font-style: italic;">// number of elements to the shift the slides</span>
	speed<span style="color: #339933;">:</span> <span style="color: #CC0000;">500</span><span style="color: #339933;">,</span>           <span style="color: #006600; font-style: italic;">// number in milliseconds it takes to finish slide animation</span>
	margin<span style="color: #339933;">:</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span>             <span style="color: #006600; font-style: italic;">// right margin to be applied to each &quot;li&quot; element (in pixels, although do not include &quot;px&quot;)</span>
	auto<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span>          <span style="color: #006600; font-style: italic;">// automatically play slides without a user click</span>
	auto_interval<span style="color: #339933;">:</span> <span style="color: #CC0000;">2000</span><span style="color: #339933;">,</span>  <span style="color: #006600; font-style: italic;">// the amount of time in milliseconds between each auto animation</span>
	auto_dir<span style="color: #339933;">:</span> <span style="color: #3366CC;">'next'</span><span style="color: #339933;">,</span>     <span style="color: #006600; font-style: italic;">// direction of auto slideshow (options: 'next', 'prev')</span>
	auto_hover<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span>    <span style="color: #006600; font-style: italic;">// determines if the slideshow will stop when user hovers over slideshow</span>
	next_text<span style="color: #339933;">:</span> <span style="color: #3366CC;">'next'</span><span style="color: #339933;">,</span>    <span style="color: #006600; font-style: italic;">// text to be used for the 'next' control</span>
	next_image<span style="color: #339933;">:</span> <span style="color: #3366CC;">''</span><span style="color: #339933;">,</span>       <span style="color: #006600; font-style: italic;">// image to be used for the 'next' control</span>
	prev_text<span style="color: #339933;">:</span> <span style="color: #3366CC;">'prev'</span><span style="color: #339933;">,</span>    <span style="color: #006600; font-style: italic;">// text to be used for the 'prev' control</span>
	prev_image<span style="color: #339933;">:</span> <span style="color: #3366CC;">''</span><span style="color: #339933;">,</span>       <span style="color: #006600; font-style: italic;">// image to be used for the 'prev' control</span>
	controls<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">true</span>        <span style="color: #006600; font-style: italic;">// determines if controls will be displayed</span>
  <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Je pense que pouvoir utiliser ce plugin à l&#8217;avenir, il me reste néanmoins à voir ce qu&#8217;il va réellement donner à l&#8217;utilisation !</p>


<p>Pas encore de billet sur le même sujet !</p>]]></content:encoded>
			<wfw:commentRss>http://blog.arnaud-k.fr/2010/09/13/un-nouveau-plugin-jquery-pour-faire-des-carousel-bxcarousel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 web designs en bois</title>
		<link>http://blog.arnaud-k.fr/2009/11/03/10-web-designs-en-bois/</link>
		<comments>http://blog.arnaud-k.fr/2009/11/03/10-web-designs-en-bois/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:46:10 +0000</pubDate>
		<dc:creator>arnaud</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[galerie]]></category>
		<category><![CDATA[texture bois]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wood]]></category>

		<guid isPermaLink="false">http://blog.arnaud-k.fr/?p=1509</guid>
		<description><![CDATA[Pour la petite sélection de web designs de la semaine, je vous ai préparé une belle liste de 10 web designs utilisant des textures bois (en fond de page pour la plupart). Dans cette liste on retrouve principalement des portfolios&#160;[...]</p> <p class="read-more"><a class="gray normal" href="http://blog.arnaud-k.fr/2009/11/03/10-web-designs-en-bois/">Lire la suite&#160;&#62;&#62;</a></p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2009%2F11%2F03%2F10-web-designs-en-bois%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2009%2F11%2F03%2F10-web-designs-en-bois%2F&amp;source=arnaudk&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Pour la petite sélection de web designs de la semaine, je vous ai préparé une belle liste de <strong>10 web designs utilisant des textures bois</strong> (en fond de page pour la plupart).</p>
<p>Dans cette liste on retrouve principalement<strong> des portfolios de web designers / graphistes</strong> (dont un français, le 6ème de la liste), <strong>2 blog</strong>s (dont WPsmash, où j&#8217;aime assez l&#8217;utilisation de JQuery qui a été faite).</p>
<p>Malgré leur point commun évident, j&#8217;ai essayé de faire <strong>une sélection la plus large possible</strong> et de choisir des sites qui ne ressemblent, au final, pas tant que ça. Il suffit de cliquer sur les captures pour aller visiter les sites.</p>
<h3>Enjoy !</h3>
<h3 style="text-align: center;">1. Calixto Jùnior</h3>
<p><a href="http://www.calixtojunior.com.br/"><img class="aligncenter size-full wp-image-1511" title="Calixto Júnior" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-2-Calixto-Júnior-Criativo_1257232443294.jpg" alt="Calixto Júnior" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">2. Lanikai Properties</h3>
<p><a href="http://www.calixtojunior.com.br/"></a><a href="http://www.lanikaiproperties.com/"><img class="aligncenter size-full wp-image-1512" title="Oahu Hawaii" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-2-Oahu-Hawaii-real-estate-homes-and-condos-in-Honolulu-Waikiki-Kailua_1257232156568.jpg" alt="Oahu Hawaii" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">3. Respiro Media</h3>
<p><a href="http://www.lanikaiproperties.com/"></a><a href="http://www.respiromedia.com/"><img class="aligncenter size-full wp-image-1513" title="Respiro Media website" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-2-Respiro-Media-website-logo-and-print-design-agency-Custom-design-services-and-visual-identity-development_1257232404853.jpg" alt="Respiro Media website" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">4. The things we make</h3>
<p><a href="http://www.thethingswemake.co.uk/"><img class="aligncenter size-full wp-image-1514" title="The Things We Make" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-2-The-Things-We-Make-Graphic-Design-Illustration-Brand-Identity-Web-Design-and-Photography_1257232132184.jpg" alt="The Things We Make" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">5. B. Candullo</h3>
<p><a href="http://www.bcandullo.com/"><img class="aligncenter size-full wp-image-1515" title="@bcandullo.com" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-@bcandullo.com-Online-Portfolio-of-Freelance-Designer-+-Developer-Brad-Candullo-_1257231336025.jpg" alt="@bcandullo.com" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">6. Camille Boidron</h3>
<p><a href="http://camille.boidron.me/"><img class="aligncenter size-full wp-image-1516" title="Camille Boidron " src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-Camille-Boidron-.-Graphiste-Webdesigner-._1257231450245.jpg" alt="Camille Boidron " width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">7. Nine Lion Design</h3>
<p><a href="http://www.nineliondesign.com/"><img class="aligncenter size-full wp-image-1517" title="Nine Lion Design" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-Nine-Lion-Design-»-The-Design-Portfolio-of-Chikezie-Ejiasi_1257231299353.jpg" alt="Nine Lion Design" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">8. Julius Mattsson</h3>
<p><a href="http://www.juliusmattsson.com/"><img class="aligncenter size-full wp-image-1518" title="Portfolio of Julius Mattsson" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-Portfolio-of-Julius-Mattsson.jpg" alt="Portfolio of Julius Mattsson" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">9. Marmalade on toast</h3>
<p><a href="http://www.marmaladeontoast.co.uk/"><img class="aligncenter size-full wp-image-1519" title="marmalade on toast" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-web-design-thats-award-winning-winchester-london-marmalade-on-toast-_1257231419536.jpg" alt="marmalade on toast" width="600" height="200" /></a></p>
<h3 style="text-align: center;"></h3>
<h3 style="text-align: center; margin-top:15px;">10. WPsmash</h3>
<p><a href="http://wpsmash.com/"><img class="aligncenter size-full wp-image-1520" title="wpsmash" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/11/wood-WPSMASH-Best-WordPress-Resources_1257231397988.jpg" alt="wpsmash" width="600" height="200" /></a></p>


<p>Pas encore de billet sur le même sujet !</p>]]></content:encoded>
			<wfw:commentRss>http://blog.arnaud-k.fr/2009/11/03/10-web-designs-en-bois/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Une autre galerie de sites utilisant JQuery : useJQuery</title>
		<link>http://blog.arnaud-k.fr/2009/05/07/une-autre-galerie-de-site-utilisant-jquery-usejquery/</link>
		<comments>http://blog.arnaud-k.fr/2009/05/07/une-autre-galerie-de-site-utilisant-jquery-usejquery/#comments</comments>
		<pubDate>Thu, 07 May 2009 11:44:57 +0000</pubDate>
		<dc:creator>arnaud</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[news du web]]></category>
		<category><![CDATA[galerie]]></category>

		<guid isPermaLink="false">http://blog.arnaud-k.fr/?p=480</guid>
		<description><![CDATA[ant <a href="http://blog.arnaud-k.fr/2009/05/07/une-autre-galerie-de-site-utilisant-jquery-usejquery/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2009%2F05%2F07%2Fune-autre-galerie-de-site-utilisant-jquery-usejquery%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2009%2F05%2F07%2Fune-autre-galerie-de-site-utilisant-jquery-usejquery%2F&amp;source=arnaudk&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Un site dans la même veine que <a href="http://blog.arnaud-k.fr/2009/news-du-web/des-sites-qui-ont-du-style-avec-jquery-jquerystyle/">JQueryStyle</a> (qui a fait l&#8217;objet d&#8217;un post précédemment) : <a href="http://usejquery.com/">useJQuery</a>.  useJQuery, est également un galerie présentant uniquement des sites web qui utilise JQuery. De plus lorsqu&#8217;un site apparait dans le showcase, on peut trouver le code JQuery du site sur la page descriptive du site, ce qui peut permettre de donner de l&#8217;inspiration facilement !</p>
<p>Comme sur JQueryStyle, j&#8217;y ai soumis mon site (<a href="http://arnaud-k.fr">arnaud-k.fr</a>) et il a été accepté (dispo depuis hier). On peut le trouver <a href="http://usejquery.com/sites/247">ici sur useJQuery</a>.</p>
<p><a href="http://usejquery.com/"><img class="aligncenter size-full wp-image-481" title="usejquery, galerie de site fait avec du JQuery" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/05/usejquery.jpg" alt="usejquery, galerie de site fait avec du JQuery" width="600" height="300" /></a></p>


<p>Pas encore de billet sur le même sujet !</p>]]></content:encoded>
			<wfw:commentRss>http://blog.arnaud-k.fr/2009/05/07/une-autre-galerie-de-site-utilisant-jquery-usejquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Des sites qui ont du style avec JQuery : JQuerystyle</title>
		<link>http://blog.arnaud-k.fr/2009/04/24/des-sites-qui-ont-du-style-avec-jquery-jquerystyle/</link>
		<comments>http://blog.arnaud-k.fr/2009/04/24/des-sites-qui-ont-du-style-avec-jquery-jquerystyle/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:01:59 +0000</pubDate>
		<dc:creator>arnaud</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[news du web]]></category>
		<category><![CDATA[arnaud-k]]></category>
		<category><![CDATA[galerie]]></category>
		<category><![CDATA[plugin JQuery]]></category>

		<guid isPermaLink="false">http://blog.arnaud-k.fr/?p=371</guid>
		<description><![CDATA[JQueryStyle est un site proposant une Galerie, des tutoriels et des plugins pour JQuery. La partie vraiment intéressante (et inédite, il me semble) est le galerie regroupant des sites étonnants animés avec JQuery. On peut soumettre soi-même son site en&#160;[...]</p> <p class="read-more"><a class="gray normal" href="http://blog.arnaud-k.fr/2009/04/24/des-sites-qui-ont-du-style-avec-jquery-jquerystyle/">Lire la suite&#160;&#62;&#62;</a></p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2009%2F04%2F24%2Fdes-sites-qui-ont-du-style-avec-jquery-jquerystyle%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.arnaud-k.fr%2F2009%2F04%2F24%2Fdes-sites-qui-ont-du-style-avec-jquery-jquerystyle%2F&amp;source=arnaudk&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://jquerystyle.com/">JQueryStyle</a> est un site proposant une Galerie, des tutoriels et des plugins pour JQuery. La partie vraiment intéressante (et inédite, il me semble) est le galerie regroupant des sites étonnants animés avec JQuery. On peut soumettre soi-même son site en cliquant sur &laquo;&nbsp;submit&nbsp;&raquo; dans le menu en haut. J&#8217;aime beaucoup l&#8217;utilisation de JQuery sur ce site (les effets de survol dans la galerie notamment).</p>
<p>Et pour finir, j&#8217;ai le plaisir d&#8217;annoncer l&#8217;<a href="http://jquerystyle.com/2009/04/24/arnaud-koncina">apparition de mon site perso</a> dans la galerie (<a href="http://arnaud-k.fr">arnaud-k.fr</a>).</p>
<p style="text-align: center;"><a href="http://jquerystyle.com/"><img class="aligncenter size-full wp-image-372" title="jquery style une galerie de site fait avec du JQuery !" src="http://blog.arnaud-k.fr/wp-content/uploads/2009/04/jquery-style.png" alt="jquery style une galerie de site fait avec du JQuery !" width="600" height="300" /></a></p>


<p>Pas encore de billet sur le même sujet !</p>]]></content:encoded>
			<wfw:commentRss>http://blog.arnaud-k.fr/2009/04/24/des-sites-qui-ont-du-style-avec-jquery-jquerystyle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

