<?xml 
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

<channel xml:lang="fr">
	<title>KreaComm'.info [KBWEB]</title>
	<link>http://kreacomm.info/</link>
	<description>&quot;Une base de connaissances d&#233;di&#233;e aux travailleurs du Web&quot;</description>
	<language>fr</language>
	<generator>SPIP - www.spip.net (Sarka-SPIP)</generator>

	<image>
		<title>KreaComm'.info [KBWEB]</title>
		<url>http://kreacomm.info/local/cache-vignettes/L75xH75/siteon0-38e4a.jpg</url>
		<link>http://kreacomm.info/</link>
		<height>75</height>
		<width>75</width>
	</image>



 
	<item xml:lang="fr">
		<title>Supprimer un &#233;l&#233;ment/index d'un tableau en Javascript</title>
		<link>http://kreacomm.info/Javascript/Supprimer-un-element-index-d-un.html</link>
		<guid isPermaLink="true">http://kreacomm.info/Javascript/Supprimer-un-element-index-d-un.html</guid>
		<dc:date>2010-03-24T18:09:50Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Voici en JavaScript comment supprimer un &#233;l&#233;ment d'un tableau (Array) : function arrayUnset&amp;#40;array, value&amp;#41;&#123; array.splice&amp;#40;array.indexOf&amp;#40;value&amp;#41;, 1&amp;#41;; &#125; T&#233;l&#233;charger Et voici comment supprimer un &#233;l&#233;ment du tableau en JS par sa cl&#233; : delete array&amp;#91;cl&#233;DuTableau&amp;#93;; Exemple : var myArray = new Array&amp;#40;'un', 'six', 'neuf'&amp;#41;; // myArray = un, six, neuf; // supprimer l'&#233;l&#233;ment &quot;six&quot;: arrayUnset&amp;#40;myArray ,'six'&amp;#41;; // d&#233;sormais myArray = (...)

-
&lt;a href="http://kreacomm.info/Javascript/" rel="directory"&gt;Javascript&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://kreacomm.info/local/cache-vignettes/L150xH127/arton43-b1ca7.jpg&quot; width='150' height='127' style='height:127px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Voici en JavaScript comment &lt;strong&gt;supprimer un &#233;l&#233;ment d'un tableau&lt;/strong&gt; &lt;i&gt; &lt;strong&gt;(Array)&lt;/strong&gt; &lt;/i&gt; :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript code&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt; arrayUnset&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;array&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; value&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;br /&gt; array.&lt;span style=&quot;color: #660066;&quot;&gt;splice&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;array.&lt;span style=&quot;color: #660066;&quot;&gt;indexOf&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;value&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;div class='code_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/e115238d7f67875724cec352847f07d3.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Et voici comment supprimer un &#233;l&#233;ment du tableau en JS par sa cl&#233; :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript code&quot;&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;delete&lt;/span&gt; array&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;cl&#233;DuTableau&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Exemple :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript code&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;var&lt;/span&gt; myArray &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Array&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'un'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #3366CC;&quot;&gt;'six'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #3366CC;&quot;&gt;'neuf'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// myArray = un, six, neuf; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// supprimer l'&#233;l&#233;ment &quot;six&quot;:&lt;/span&gt;&lt;br /&gt;
arrayUnset&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;myArray &lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'six'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// d&#233;sormais myArray = un, neuf; &lt;/span&gt;&lt;/div&gt;&lt;div class='code_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/74d91ec03afbf1f242266d292836202d.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Forcer le (re)chargement d'une animation Flash</title>
		<link>http://kreacomm.info/Javascript/Flash/Forcer-le-re-chargement-d-une.html</link>
		<guid isPermaLink="true">http://kreacomm.info/Javascript/Flash/Forcer-le-re-chargement-d-une.html</guid>
		<dc:date>2007-10-16T14:40:25Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>&lt;p&gt;Les animations Flash&#174; et le cache du navigateur, comment d&#233;sactiver la mise en cache pour forcer le t&#233;l&#233;chargement &#224; chaque refresh.&lt;/p&gt;

-
&lt;a href="http://kreacomm.info/Javascript/Flash/" rel="directory"&gt;Flash&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://kreacomm.info/local/cache-vignettes/L150xH150/arton27-42016.png&quot; width='150' height='150' style='height:150px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Afin d'obliger le t&#233;l&#233;chargement de votre animation Flash par le navigateur &#224; chaque chargement de la page pour ne pas utiliser l'animation en cache, vous devez &quot;tromper&quot; le navigateur en utilisant un param&#232;tre dans l'url de votre fichier ; l'url n'&#233;tant plus la m&#234;me le navigateur t&#233;l&#233;charge le &quot;nouveau&quot; fichier sans ce pr&#233;occuper de l'animation contenue dans le cache.&lt;/p&gt; &lt;p&gt;Il suffit simplement d'appliquer un nom de variable dynamique dans l'url du fichier Flash (nul besoin de renseigner de valeur sur cette variable).
L'utilisation d'un timestamp UNIX &lt;i&gt;(date en millisecondes &#233;coul&#233;es depuis le 1er janvier 1970)&lt;/i&gt; est un bon choix dans notre cas.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Les modifications sont donc minimes, exemples :&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Ancien fichier :&lt;/strong&gt; &lt;i&gt;/MonDossier/MonAnimation.swf&lt;/i&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Nouveau fichier :&lt;/strong&gt; &lt;i&gt;/MonDossier/MonAnimation.swf ?428083200&lt;/i&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Exemple avec PHP&lt;/strong&gt;&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;&lt;?php&lt;br /&gt; $noCache=time();&lt;br /&gt; ?&gt;&lt;br /&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;/flash/animmonAnimation.swf?&lt;?php echo $noCache; ?&gt;&quot; width=&quot;460&quot; height=&quot;400&quot;&gt;&lt;br /&gt; &lt;param name=&quot;movie&quot; value=&quot;/flash/animmonAnimation.swf?&lt;?php echo $noCache; ?&gt;&quot; /&gt;&lt;br /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;br /&gt; &lt;/object&gt;&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Exemple avec JavaScript et SWFObjects :&lt;/strong&gt;&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt; var noCache=new Date();&lt;br /&gt; var so = new SWFObject(&quot;/flash/monAnimation.swf?&quot;+noCache.getTime(), &quot;monAnimation&quot;, &quot;1024&quot;, &quot;100&quot;, &quot;9&quot;);&lt;br /&gt; so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);&lt;br /&gt; so.write(&quot;pub&quot;);&lt;br /&gt; }&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Internet Explorer ne peut pas ouvrir le site http://www... Op&#233;ration abandonn&#233;e !</title>
		<link>http://kreacomm.info/Javascript/Internet-Explorer-ne-peut-pas.html</link>
		<guid isPermaLink="true">http://kreacomm.info/Javascript/Internet-Explorer-ne-peut-pas.html</guid>
		<dc:date>2007-10-09T09:36:21Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Un bug et c'est le crash total sur votre site ?! Le message d'erreur &quot;Op&#233;ration abandonn&#233;e&quot; s'affiche et le chargement de la page est stopp&#233; ? Cela ce produit sous Internet Explorer lorsque la page est modifi&#233;e via un script JavaScript avant le chargement complet de celle-ci. A noter que les versions 7/8 sont aussi touch&#233;es par ce probl&#232;me. (KB Microsoft #927917) Un exemple simple var newElem = document.createElement('foo') ; document.body.appendChild(newElem) ; Ce code ajoute un (...)

-
&lt;a href="http://kreacomm.info/Javascript/" rel="directory"&gt;Javascript&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://kreacomm.info/local/cache-vignettes/L150xH150/arton26-7a2a2.png&quot; width='150' height='150' style='height:150px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Un bug et c'est le crash total sur votre site ?! Le message d'erreur &quot;&lt;strong&gt;Op&#233;ration abandonn&#233;e&lt;/strong&gt;&quot; s'affiche et le chargement de la page est stopp&#233; ?&lt;/p&gt; &lt;p&gt;Cela ce produit sous &lt;i&gt;Internet Explorer&lt;/i&gt; lorsque la page est modifi&#233;e via un script &lt;i&gt;JavaScript&lt;/i&gt; avant le chargement complet de celle-ci. A noter que les versions 7/8 sont aussi touch&#233;es par ce probl&#232;me. (&lt;a href=&quot;http://support.microsoft.com/default.aspx/kb/927917&quot; class='spip_out' rel='external'&gt;KB Microsoft #927917&lt;/a&gt;)&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;Un exemple simple&lt;/h3&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_html4strict cadre&quot;&gt;&lt;div class=&quot;html4strict html4strict&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/html.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;html&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/body.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;body&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/script.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;script&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;type&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;text/javascript&quot;&lt;/span&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;var newElem = document.createElement('foo');&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; document.body.appendChild(newElem);&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/script.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;script&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/body.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;body&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/html.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;html&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/6e9fe8002eafdc084c7d48a5ce6dd3b9.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Ce code ajoute un &#233;l&#233;ment 'foo' dans la balise body alors que celle-ci n'est pas encore ferm&#233;e (lecture ligne par ligne pour le parser) ce qui provoque non seulement une alerte dans le rapport d'erreur IE mais aussi la plantage...&lt;/p&gt; &lt;p&gt;&lt;span class='spip_document_28 spip_documents spip_documents_center'&gt; &lt;a href=&quot;http://kreacomm.info/IMG/png/ie8_script_error_notification.png&quot; title=&quot;PNG - 77.6 ko&quot;&gt; &lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L469xH182/ie8_script_error_notification-2e3d1.png&quot; width='469' height='182' alt=&quot;PNG - 77.6 ko&quot; style='height:182px;width:469px;' /&gt; &lt;/a&gt; &lt;/span&gt;&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;Solutions :&lt;/h3&gt;
&lt;p&gt;1) Placer le code posant probl&#232;me en bas de page &lt;i&gt;(juste avant &lt;strong&gt;&lt; /body&gt;&lt;/strong&gt; par exemple)&lt;/i&gt;&lt;/p&gt; &lt;p&gt;2) Ex&#233;cuter le code seulement lorsque la page est compl&#232;tement charg&#233;e en utilisant un onload :&lt;/p&gt; &lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript cadre&quot;&gt;&lt;div class=&quot;javascript javascript&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;window.&lt;span style=&quot;color: #000066;&quot;&gt;onload&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// votre code...&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/93a97da30bd8f1b76349ef09c8e1d91d.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 class=&quot;spip&quot;&gt;Toujours le m&#234;me probl&#232;me ?&lt;/h3&gt;
&lt;p&gt;Dans ce cas essayez &#233;tapes suivantes et n'h&#233;sitez pas &#224; commenter si vous rencontrez toujours cette erreur :&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; Vider le cache :
&lt;code class='spip_code' dir='ltr'&gt;Outils &gt; Options internet &gt; Supprimer... &gt; Supprimer les fichiers&lt;/code&gt;
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; Red&#233;marrez IE... cela fonctionne ? Non ?! alors d&#233;sactivez le JavaScript dans IE :
&lt;code class='spip_code' dir='ltr'&gt;Outils &gt; S&#233;curit&#233;, cliquez sur la zone concern&#233;e (Internet probablement) et sur Personnaliser le niveau... Ensuite dans la partie Script, d&#233;cochez Scripts ASP.&lt;/code&gt;&lt;/p&gt; &lt;dl class='spip_document_37 spip_documents spip_documents_center'&gt; &lt;dt&gt;&lt;img src='http://kreacomm.info/local/cache-vignettes/L484xH3116/IE7_no_JS_extended-041c5.jpg' width='484' height='3116' alt='JPEG - 370.8 ko' style='height:3116px;width:484px;' /&gt;&lt;/dt&gt;
&lt;/dl&gt;
&lt;p&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; Maintenant, rechargez la page ? Que ce passe-t'il ? Si la page s'ouvre alors c'est bien un probl&#232;me de JavaScript (un chemin DOM erron&#233; ?), bon courage dans ce cas ;)&lt;/p&gt; &lt;h3 class=&quot;spip&quot;&gt;Informations compl&#233;mentaires :&lt;/h3&gt;
&lt;p&gt;Blog IE : &lt;a href=&quot;http://blogs.msdn.com/ie/default.aspx&quot; class='spip_out' rel='external'&gt;What Happened to Operation Aborted ?&lt;/a&gt;&lt;/p&gt; &lt;p&gt;KB MS : &lt;a href=&quot;http://support.microsoft.com/default.aspx/kb/927917&quot; class='spip_out' rel='external'&gt;BUG : Error message when you visit a Web page or interact with a Web application in Internet Explorer : &quot;Operation aborted&quot;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://blogs.msdn.com/ie/default.aspx" class="spip_out"&gt;+ d'infos sur le blog IE&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Effet de fondu entre &#233;l&#233;ments</title>
		<link>http://kreacomm.info/Javascript/Le-framework-Prototype-js/Librairie-Scriptaculous/Effet-de-fondu-entre-elements.html</link>
		<guid isPermaLink="true">http://kreacomm.info/Javascript/Le-framework-Prototype-js/Librairie-Scriptaculous/Effet-de-fondu-entre-elements.html</guid>
		<dc:date>2007-02-25T22:39:13Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Voici un petit bout de code permettant un fondu simultan&#233; (apparait/disparait) entre deux &#233;l&#233;ments html (div, img, a etc.). Test&#233; et fonctionnel sous ie6+, FF2 et Opera 9. D&#233;mo sur la page d'accueil de Challenge&amp;Co UK Code JS : lastShow=1 ; function switchTxt(nbElementEvent) Element.addClassName($('txtSuite'+nbElementEvent),'positionElementDesc') ; new Effect.Fade($('txtSuite'+lastShow), duration : 0.3, from:1.0, to:0.0, afterFinish:function() (...)

-
&lt;a href="http://kreacomm.info/Javascript/Le-framework-Prototype-js/Librairie-Scriptaculous/" rel="directory"&gt;Librairie Scriptaculous&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://kreacomm.info/local/cache-vignettes/L116xH116/arton22-90580.png&quot; width='116' height='116' style='height:116px;width:116px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Voici un petit bout de code permettant un fondu simultan&#233; (apparait/disparait) entre deux &#233;l&#233;ments html (div, img, a etc.).&lt;/p&gt; &lt;p&gt;Test&#233; et fonctionnel sous ie6+, FF2 et Opera 9.&lt;/p&gt; &lt;p&gt;D&#233;mo sur la page d'accueil de &lt;a href=&quot;http://www.freelanceinfrance.com/index.htm&quot; class='spip_out' rel='external'&gt;Challenge&amp;Co UK&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Code JS :&lt;/p&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript cadre&quot;&gt;&lt;div class=&quot;javascript javascript&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;lastShow&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt; switchTxt&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;nbElementEvent&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; Element.&lt;span style=&quot;color: #660066;&quot;&gt;addClassName&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'txtSuite'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;nbElementEvent&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'positionElementDesc'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Effect.&lt;span style=&quot;color: #660066;&quot;&gt;Fade&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'txtSuite'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;lastShow&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; duration&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;0.3&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; from&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;1.0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; to&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;0.0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; afterFinish&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; Element.&lt;span style=&quot;color: #660066;&quot;&gt;removeClassName&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'txtSuite'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;nbElementEvent&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'positionElementDesc'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Effect.&lt;span style=&quot;color: #660066;&quot;&gt;Appear&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'txtSuite'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;nbElementEvent&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; duration&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;0.3&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; from&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;0.0&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; to&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;1.0&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; lastShow&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;nbElementEvent;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/bd36ea7db00f173542f636e0a425cf50.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Dans mon cas, j'avais x &#233;l&#233;ments (div) contenant du contenu html, un seul est affich&#233; &#224; la fois ; le premier (index 1) &#233;tant affich&#233; au chargement de la page.
Le but &#233;tant de pouvoir switcher entre les &#233;l&#233;ments avec un effet de fondu &#224; la mani&#232;re d'un diaporama d'images...&lt;/p&gt; &lt;p&gt;On attribu la classe css &lt;strong&gt;positionElementDesc&lt;/strong&gt; de mani&#232;re &#224; pouvoir superposer le nouvel &#233;l&#233;ment sur l'ancien d&#233;j&#224; affich&#233;.&lt;/p&gt; &lt;p&gt;Code CSS de la classe &lt;strong&gt;positionElementDesc&lt;/strong&gt; :&lt;/p&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_css cadre&quot;&gt;&lt;div class=&quot;css css&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #6666ff;&quot;&gt;.positionElementDesc&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;position&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;absolute&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;0;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;top&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;0;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/cff20f850bb699fa1b40dd05ba5c907c.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;La variable &lt;strong&gt;lastShow&lt;/strong&gt; indique le dernier &#233;l&#233;ment ayant &#233;t&#233; affich&#233; (on n'affiche qu'un seul &#233;l&#233;ment &#224; la fois).&lt;/p&gt; &lt;p&gt;On appel la fonction &lt;i&gt; &lt;strong&gt;switchTxt(nbElementEvent)&lt;/strong&gt; &lt;/i&gt;, &lt;strong&gt;nbElementEvent&lt;/strong&gt; repr&#233;sente l'index de l'&#233;l&#233;ment &#224; afficher.&lt;/p&gt; &lt;p&gt;Code html :&lt;/p&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_html4strict cadre&quot;&gt;&lt;div class=&quot;html4strict html4strict&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt; javascript:; &lt;span style=&quot;color: #000066;&quot;&gt;onclick&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;switchTxt(1);&quot;&lt;/span&gt;&gt;&lt;/span&gt;Titre 1&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt; | &lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt; javascript:; &lt;span style=&quot;color: #000066;&quot;&gt;onclick&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;switchTxt(1);&quot;&lt;/span&gt;&gt;&lt;/span&gt;Titre 2&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt; | &lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt; javascript:; &lt;span style=&quot;color: #000066;&quot;&gt;onclick&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;switchTxt(1);&quot;&lt;/span&gt;&gt;&lt;/span&gt;Titre 3&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt; | &lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt; javascript:; &lt;span style=&quot;color: #000066;&quot;&gt;onclick&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;switchTxt(1);&quot;&lt;/span&gt;&gt;&lt;/span&gt;Titre 4&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/a.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;a&lt;/span&gt;&lt;/a&gt;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;position:relative;&quot;&lt;/span&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;txtSuite1&quot;&lt;/span&gt;&gt;&lt;/span&gt;du texte, des images...&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;txtSuite2&quot;&lt;/span&gt;&gt;&lt;/span&gt;du texte, des images...&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;txtSuite3&quot;&lt;/span&gt;&gt;&lt;/span&gt;du texte, des images...&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;txtSuite4&quot;&lt;/span&gt;&gt;&lt;/span&gt;du texte, des images...&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/p.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;p&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/193caaf6307f23c1fca03805b92fe329.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Le code n'est pas forc&#233;ment optimis&#233;, mais peut servir de base pour bien d'autres utilisations.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Classer les donn&#233;es d'un tableau</title>
		<link>http://kreacomm.info/Javascript/Le-framework-Prototype-js/Classer-les-donnees-d-un-tableau.html</link>
		<guid isPermaLink="true">http://kreacomm.info/Javascript/Le-framework-Prototype-js/Classer-les-donnees-d-un-tableau.html</guid>
		<dc:date>2006-12-04T01:54:17Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Enfin, voila de quoi classer/ordonner ses donn&#233;es directement c&#244;t&#233; client en javascript ; &#231;a &#233;xiste d&#233;j&#224; mais c'&#233;tait lourd et peu fiable. Les diff&#233;rents type de donn&#233;es g&#233;r&#233;s : &quot;date-iso&quot; // e.g. 2005-03-26T19:51:34Z &quot;date&quot; // e.g. Mon, 18 Dec 1995 17:28:35 GMT &quot;date-au&quot; // e.g. 25/12/2006 05:30:00 PM &quot;date-eu&quot; // e.g. 25-12-2006 &quot;date-us&quot; // e.g. 12/25/2006 05:30:00 PM &quot;time&quot; // e.g. 05:30:00 PM &quot;currency&quot; // e.g. $55.00 - detects : $ &#163; &#165; &#8364; &#164; &quot;datasize&quot; // e.g. 30MB - detects : B, KB, (...)

-
&lt;a href="http://kreacomm.info/Javascript/Le-framework-Prototype-js/" rel="directory"&gt;Le framework Prototype.js&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://kreacomm.info/local/cache-vignettes/L150xH51/arton20-2a1cf.png&quot; width='150' height='51' style='height:51px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Enfin, voila de quoi classer/ordonner ses donn&#233;es directement c&#244;t&#233; client en javascript ; &#231;a &#233;xiste d&#233;j&#224; mais c'&#233;tait lourd et peu fiable.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Les diff&#233;rents type de donn&#233;es g&#233;r&#233;s :&lt;/strong&gt;
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;date-iso&quot; // e.g. 2005-03-26T19:51:34Z
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;date&quot; // e.g. Mon, 18 Dec 1995 17:28:35 GMT
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;date-au&quot; // e.g. 25/12/2006 05:30:00 PM
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;date-eu&quot; // e.g. 25-12-2006
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;date-us&quot; // e.g. 12/25/2006 05:30:00 PM
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;time&quot; // e.g. 05:30:00 PM
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;currency&quot; // e.g. $55.00 - detects : $ &#163; &#165; &#8364; &#164;
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;datasize&quot; // e.g. 30MB - detects : B, KB, MB, GB, TB
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;number&quot;
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;casesensitivetext&quot;
&lt;br /&gt;&lt;img src=&quot;http://kreacomm.info/local/cache-vignettes/L8xH11/puce-32883.gif&quot; width='8' height='11' class='puce' alt=&quot;-&quot; style='height:11px;width:8px;' /&gt; &quot;text&quot;&lt;/p&gt; &lt;p&gt;Jugez par vous m&#234;me avec &lt;a href=&quot;http://tetlaw.id.au/upload/dev/sortabletable/&quot; class='spip_out' rel='external'&gt;cette d&#233;mo&lt;/a&gt; du script de tri.&lt;/p&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://tetlaw.id.au/view/blog/table-sorting-with-prototype/" class="spip_out"&gt;Table Sorting with Prototype&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
	<item xml:lang="fr">
		<title>Diaporama automatique et fluide en 10 lignes de code.</title>
		<link>http://kreacomm.info/Javascript/Le-framework-Prototype-js/Librairie-Scriptaculous/Diaporama-automatique-et-fluide-en.html</link>
		<guid isPermaLink="true">http://kreacomm.info/Javascript/Le-framework-Prototype-js/Librairie-Scriptaculous/Diaporama-automatique-et-fluide-en.html</guid>
		<dc:date>2006-05-24T19:29:53Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>KreaComm'</dc:creator>



		<description>Fonctionne parfaitement, test&#233; sous Safari, Opera 8+, IE6+ et Firefox 1.5+. Je suis tomb&#233; par hasard sur ces bouts de codes permettant de cr&#233;er un diaporama &#224; d&#233;filement automatique et ce de mani&#233;re tr&#233;s fluide, et pour cause, il est bas&#233; sur la librairie Scriptaculous. Premiere solution : Source : Slideshow JS par Code Snippets frame 1 frame 2 frame 3 frame 4 start_slideshow(1, 4, 2000) ; function start_slideshow(start_frame, end_frame, delay) (...)

-
&lt;a href="http://kreacomm.info/Javascript/Le-framework-Prototype-js/Librairie-Scriptaculous/" rel="directory"&gt;Librairie Scriptaculous&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_chapo'&gt;&lt;p&gt;Fonctionne parfaitement, test&#233; sous Safari, Opera 8+, IE6+ et Firefox 1.5+.&lt;/p&gt;&lt;/div&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Je suis tomb&#233; par hasard sur ces bouts de codes permettant de cr&#233;er un diaporama &#224; d&#233;filement automatique et ce de mani&#233;re tr&#233;s fluide, et pour cause, il est bas&#233; sur la librairie Scriptaculous.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Premiere solution :&lt;/strong&gt; Source : &lt;a href=&quot;http://www.bigbold.com/snippets/tag/slideshow&quot; class='spip_out' rel='external'&gt;Slideshow JS par Code Snippets&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_html4strict cadre&quot;&gt;&lt;div class=&quot;html4strict html4strict&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slideshow1&quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;class&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slide&quot;&lt;/span&gt;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;frame 1&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slideshow2&quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;class&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slide&quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;display: none&quot;&lt;/span&gt;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;frame 2&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slideshow3&quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;class&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slide&quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;display: none&quot;&lt;/span&gt;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;frame 3&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slideshow4&quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;class&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;slide&quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;display: none&quot;&lt;/span&gt;&gt;&lt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;frame 4&lt;span style=&quot;color: #009900;&quot;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;a href=&quot;http://december.com/html/4/element/div.html&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&lt;/a&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/e340c7d837fb7c5ec36417ecce2dd396.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript cadre&quot;&gt;&lt;div class=&quot;javascript javascript&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #339933;&quot;&gt;&lt;&lt;/span&gt;script type&lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&quot;text/javascript&quot;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; start_slideshow&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;2000&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt; start_slideshow&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;start_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; end_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; delay&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; setTimeout&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;switch_slides&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;start_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;start_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;end_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; delay&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; delay&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt; switch_slides&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; start_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; end_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; delay&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;return&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; Effect.&lt;span style=&quot;color: #660066;&quot;&gt;Fade&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'slideshow'&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; frame&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;frame &lt;span style=&quot;color: #339933;&quot;&gt;==&lt;/span&gt; end_frame&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; frame &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; start_frame; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;else&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; frame &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; frame &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; setTimeout&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&quot;Effect.Appear('slideshow&quot;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; frame &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; &lt;span style=&quot;color: #3366CC;&quot;&gt;&quot;');&quot;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;850&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; setTimeout&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;switch_slides&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; start_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; end_frame&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; delay&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; delay &lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;850&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #339933;&quot;&gt;&lt;/&lt;/span&gt;script&lt;span style=&quot;color: #339933;&quot;&gt;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/bdd929a0150893d030fa6f495d370647.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Seconde solution :&lt;/strong&gt;
Source : &lt;a href=&quot;http://blog.caboo.se/articles/2006/01/19/easy-scriptaculous-slideshow&quot; class='spip_out' rel='external'&gt;Easy Scriptaculous Slideshow&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_javascript cadre&quot;&gt;&lt;div class=&quot;javascript javascript&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;var&lt;/span&gt; album &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; startup&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; PeriodicalExecuter&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;album.&lt;span style=&quot;color: #660066;&quot;&gt;cycle&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// change image every 5 seconds &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; cycle&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Effect.&lt;span style=&quot;color: #660066;&quot;&gt;Fade&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'image'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// the id of the &lt;DIV&gt; containing the photos &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; duration&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; fps&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;50&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; afterFinish&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Ajax.&lt;span style=&quot;color: #660066;&quot;&gt;Updater&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'image'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'/album/next'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;// URL for next &lt;IMG&gt; tag &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; asynchronous&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; onSuccess&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Effect.&lt;span style=&quot;color: #660066;&quot;&gt;Appear&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'image'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#123;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; duration&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; fps&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #CC0000;&quot;&gt;50&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; queue&lt;span style=&quot;color: #339933;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'end'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&#125;&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal;&quot;&gt;&lt;div style=&quot;&quot;&gt;window.&lt;span style=&quot;color: #000066;&quot;&gt;onload&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; album.&lt;span style=&quot;color: #660066;&quot;&gt;startup&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://kreacomm.info/local/cache-code/c5ab5c39574ae3fd7d876fe3d5f9ddf1.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Une troisi&#232;me solution s'offre &#224; vous, &lt;a href=&quot;http://blog.remvee.net/post/17&quot; class='spip_out' rel='external'&gt;version am&#233;lior&#233;e&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Edit du 20/08 : Une autre alternative pour cr&#233;er un fondu automatique (diaporama ou slideshow) avec des bloc html (pas d'ajax) : &lt;a href=&quot;http://www.webcssdesign.com/ajax/diaporama-cross-fade-scriptaculous/&quot; class='spip_out' rel='external'&gt;Slideshow xhtml avec Scriptaculous&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="http://www.bigbold.com/snippets/tag/slideshow" class="spip_out"&gt;Code Snippets &gt; Slideshow&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>


 
	


 
	

</channel>
</rss>
