<?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>Zorrito studio : Developpeur web 2.0, wordpress, webdesign, xhtml / css &#187; coverflow javascript</title>
	<atom:link href="http://www.zorrito.com/tag/coverflow-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorrito.com</link>
	<description></description>
	<lastBuildDate>Wed, 13 Jan 2010 14:13:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Coverflow mootools &#8211; MooFlow</title>
		<link>http://www.zorrito.com/coverflow-ajax-mootools/</link>
		<comments>http://www.zorrito.com/coverflow-ajax-mootools/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 07:00:28 +0000</pubDate>
		<dc:creator>zorrito</dc:creator>
				<category><![CDATA[Codage]]></category>
		<category><![CDATA[coverflow ajax]]></category>
		<category><![CDATA[coverflow javascript]]></category>
		<category><![CDATA[coverflow mootools]]></category>
		<category><![CDATA[mooflow]]></category>

		<guid isPermaLink="false">http://www.zorrito.com/?p=186</guid>
		<description><![CDATA[MooFlow (compatible avec mootools 1.2) vous permettra de réaliser de jolie coverflow.


Related posts:<ol><li><a href='http://www.zorrito.com/coverflow-ajax/' rel='bookmark' title='Permanent Link: Coverflow Ajax'>Coverflow Ajax</a></li></ol>]]></description>
			<content:encoded><![CDATA[<h3>Pré-requis</h3>
<p>Après avoir inclus tout les fichiers nécessaires au bon fonctionnement de ce coverflow (vous pouvez voir cela en téléchargeant les sources en bas de cet article), il devient très facile de réaliser votre effet.</p>
<h3>Inclusion javascript pour les définir les options du coverflow</h3>
<p>Vous trouverez la documentation <a href="http://www.outcut.de/MooFlow/Documentation.html" target="_blank">ici même</a>.</p>
<pre class="brush: js">
&lt;script type=&quot;text/javascript&quot;&gt;
var myMooFlowPage = {

start: function(){

var mf = new MooFlow($(&#039;MooFlow&#039;), {
bgColor: &#039;#fff&#039;,
useSlider: true,
useAutoPlay: true,
useCaption: true,
useResize: true,
useWindowResize: true,
useMouseWheel: true,
useKeyInput: true
});
}
};
window.addEvent(&#039;domready&#039;, myMooFlowPage.start);
&lt;/script&gt;
</pre>
<h3>Création du coverflow</h3>
<p>Le petit bout de code ci-dessous permet ensuite de créer le coverflow.</p>
<pre class="brush: html">
&lt;div id=&quot;MooFlow&quot;&gt;
&lt;div&gt;&lt;img src=&quot;images/cover1.jpg&quot; title=&quot;zorrito1&quot; alt=&quot;zorrito1&quot; /&gt;&lt;/div&gt;
&lt;div&gt;&lt;img src=&quot;images/cover2.jpg&quot; title=&quot;zorrito2&quot; alt=&quot;zorrito2&quot; /&gt;&lt;/div&gt;
&lt;div&gt;&lt;img src=&quot;images/cover3.jpg&quot; title=&quot;zorrito3&quot; alt=&quot;zorrito3&quot; /&gt;&lt;/div&gt;
&lt;div&gt;&lt;img src=&quot;images/cover4.jpg&quot; title=&quot;zorrito4&quot; alt=&quot;zorrito4&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<h3>Démos</h3>
<p>Vous pouvez télécharger les fichiers <a href="http://www.zorrito.com/code/mooflow/mooflow.rar">d’example</a> et voir une <a href="http://www.zorrito.com/code/mooflow/mooflow.html" target="_blank">démo</a>.</p>
<p>Vous trouverez d&#8217;autres démonstrations directement sur le site de <a href="http://www.outcut.de/MooFlow" target="_blank">MooFlow</a>.</p>


<p>Related posts:<ol><li><a href='http://www.zorrito.com/coverflow-ajax/' rel='bookmark' title='Permanent Link: Coverflow Ajax'>Coverflow Ajax</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zorrito.com/coverflow-ajax-mootools/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Coverflow Ajax</title>
		<link>http://www.zorrito.com/coverflow-ajax/</link>
		<comments>http://www.zorrito.com/coverflow-ajax/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:15:04 +0000</pubDate>
		<dc:creator>zorrito</dc:creator>
				<category><![CDATA[Codage]]></category>
		<category><![CDATA[coverflow ajax]]></category>
		<category><![CDATA[coverflow javascript]]></category>
		<category><![CDATA[protoflow]]></category>

		<guid isPermaLink="false">http://www.zorrito.com/?p=88</guid>
		<description><![CDATA[Protoflow (basé sur protoype et scriptaculous) vous permet de réaliser un coverflow en ajax à la sauce iphone.


Related posts:<ol><li><a href='http://www.zorrito.com/panneau-deroulant-jquery/' rel='bookmark' title='Permanent Link: Panneau déroulant jquery'>Panneau déroulant jquery</a></li><li><a href='http://www.zorrito.com/coverflow-ajax-mootools/' rel='bookmark' title='Permanent Link: Coverflow mootools &#8211; MooFlow'>Coverflow mootools &#8211; MooFlow</a></li><li><a href='http://www.zorrito.com/upload-ajax/' rel='bookmark' title='Permanent Link: Upload ajax'>Upload ajax</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Voici un petit aperçu de ce que vous aller pouvoir faire.<br />
Faites glisser le curseur et vous verrez les pochettes bouger, ou bouger la molette de votre souris.</p>
<p><iframe width="490" scrolling="no" height="400" frameborder="0" src="http://www.zorrito.com/code/coverflow/index.html"/></iframe></p>
<p>Cliquer directement <a title="Coverflow ajax" href="http://www.zorrito.com/code/coverflow/index.html" target="_blank">ici</a> et afficher la source pour pouvoir apprendre à réaliser ce coverflow.<br />
Ou alors télécharger les fichiers <a title="Coverflow ajax" href="http://www.zorrito.com/code/coverflow/coverflow.rar">ici même</a>.</p>


<p>Related posts:<ol><li><a href='http://www.zorrito.com/panneau-deroulant-jquery/' rel='bookmark' title='Permanent Link: Panneau déroulant jquery'>Panneau déroulant jquery</a></li><li><a href='http://www.zorrito.com/coverflow-ajax-mootools/' rel='bookmark' title='Permanent Link: Coverflow mootools &#8211; MooFlow'>Coverflow mootools &#8211; MooFlow</a></li><li><a href='http://www.zorrito.com/upload-ajax/' rel='bookmark' title='Permanent Link: Upload ajax'>Upload ajax</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zorrito.com/coverflow-ajax/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
