<?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>web2ajax &#187; jQuery</title>
	<atom:link href="http://www.web2ajax.fr/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web2ajax.fr</link>
	<description>Tout l&#039;actualité du Web2.0 et de l&#039;AJAX</description>
	<lastBuildDate>Thu, 10 Feb 2011 00:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom:link rel='hub' href='http://www.web2ajax.fr/?pushpress=hub'/>
		<item>
		<title>Best methods to have highest Framerates in html5 games</title>
		<link>http://www.web2ajax.fr/2011/02/10/best-methods-to-have-highest-framerates-in-html5-games/</link>
		<comments>http://www.web2ajax.fr/2011/02/10/best-methods-to-have-highest-framerates-in-html5-games/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 00:24:45 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Html5]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[jquery transform]]></category>
		<category><![CDATA[oldIE]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=612</guid>
		<description><![CDATA[Hi,I've just received a very interesting mail from facebook developers blog since one hour explaining how to improve html5 performance in games (canvas+css3+javascript).Main things to remember are :- For desktop modern navigators ( Chrome 10/9, Firefox 4, IE9 =geeks&#38;chuck norris at this time ) a canvas per object is better.- But for now, this represents a [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Hi,<br><br>I've just received a very interesting mail from facebook developers blog since one hour explaining how to improve html5 performance in games (canvas+css3+javascript).<br><br>Main things to remember are :<br>- For desktop modern navigators ( Chrome 10/9, Firefox 4, IE9 =geeks&amp;chuck norris at this time ) a canvas per object is better.<br>- But for now, this represents a little part of the mondial internet browsers park, so while waiting for a general up to date versions operation, user DIV tags with background images is better than canvas use.<br>- My personal tweak is to use the jquery-transform plugin, which has really results on oldIE for rotate and scales css3 replacement.<br>- Use webkit transitions for IOS games, javascript in desktop browsers to animate DOM ( absolute position )<br>- And finally for me, last advice was to use individuals sprites rather than one for all objects ( sprites images must be small to have better performances in cut )<br><br>So here now, the complete facebook blog post can be read here : http://developers.facebook.com/blog/post/460</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/' rel='bookmark' title='PATATOR : Facebook Game in Canvas and HTML5'>PATATOR : Facebook Game in Canvas and HTML5</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/' rel='bookmark' title='Amazing HTML5 use : The Man From Hollywood'>Amazing HTML5 use : The Man From Hollywood</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/04/23/add-facebook-social-plugin-from-open-graph-on-your-website/' rel='bookmark' title='Add Facebook social plugin from Open Graph on your website'>Add Facebook social plugin from Open Graph on your website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2011/02/10/best-methods-to-have-highest-framerates-in-html5-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PATATOR : Facebook Game in Canvas and HTML5</title>
		<link>http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/</link>
		<comments>http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 21:04:17 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[canvas]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[social gaming]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=592</guid>
		<description><![CDATA[Patator but what's this ? Patator is my first experience in social gaming made in HTML5 and to be more precise, in canvas and jQuery.So I made for this the alpha version of a canvas gaming engine.Sure this one has to grow, and gain in frame rate performance, but I think it's a good start [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/' title='Permanent link to PATATOR : Facebook Game in Canvas and HTML5'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2011/01/Sceenshot-Patator-300x267.png&w=200' alt='PATATOR : Facebook Game in Canvas and HTML5'  /></a></div>
<div class="content">Patator but what's this ? Patator is my first experience in social gaming made in HTML5 and to be more precise, in canvas and jQuery.<br>So I made for this the alpha version of a canvas gaming engine.<br><br>Sure this one has to grow, and gain in frame rate performance, but I think it's a good start to work on an open source HTML5 Gaming Framework.<br><br>For moment, Game is not avalaible on IE</div><div class="buttons"><div class="go_demo"><a href="http://apps.facebook.com/patator/?ref=web2ajax" target="_blank" title="Link to demo page of PATATOR : Facebook Game in Canvas and HTML5"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2011/02/10/best-methods-to-have-highest-framerates-in-html5-games/' rel='bookmark' title='Best methods to have highest Framerates in html5 games'>Best methods to have highest Framerates in html5 games</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/' rel='bookmark' title='Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;'>Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='FaceBook Like &#8211; jQuery and autosuggest Search Engine'>FaceBook Like &#8211; jQuery and autosuggest Search Engine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment faire des Bannières avec jQuery</title>
		<link>http://www.web2ajax.fr/2010/12/04/comment-faire-des-bannieres-avec-jquery/</link>
		<comments>http://www.web2ajax.fr/2010/12/04/comment-faire-des-bannieres-avec-jquery/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 14:33:13 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[banners]]></category>
		<category><![CDATA[rotation]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[sliding]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=576</guid>
		<description><![CDATA[J'ai été impressionné par le rendu des bannières générées par ce plugin jQuery : CustomAnimationBanner.Dans les faits, ce plugin utilise les plugins Easing et 2D transforms pour animer des séquences.On définit un timer, des étapes et les transitions à appliquer.HTML :[sourcecode] [/sourcecode]STEPS CONFIG :[sourcecode]$('#ca_banner1').banner({ steps : [ [ //1 step: [{"to" : "2"}, {"effect": "zoomOutRotated-zoomInRotated"}], [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/12/04/comment-faire-des-bannieres-avec-jquery/' title='Permanent link to Comment faire des Bannières avec jQuery'><img src='http://www.web2ajax.fr/thumb.php?i=images/title3.png&w=200' alt='Comment faire des Bannières avec jQuery'  /></a></div>
<div class="content">J'ai été impressionné par le rendu des bannières générées par ce plugin jQuery : CustomAnimationBanner.<br>Dans les faits, ce plugin utilise les plugins Easing et 2D transforms pour animer des séquences.<br><br>On définit un timer, des étapes et les transitions à appliquer.<br><br>HTML :<br>[sourcecode]<br>	<br>		<br>			<br>				<br>				<br>				<br>				<br>				<br>			<br>		<br>		<br>			<br>				<br>				<br>			<br>		<br>		<br>			<br>				<br>				<br>				<br>			<br>		<br>	<br>[/sourcecode]<br><br>STEPS CONFIG :<br>[sourcecode]$('#ca_banner1').banner({<br>	steps : [<br>		[<br>			//1 step:<br>			[{"to" : "2"}, {"effect": "zoomOutRotated-zoomInRotated"}],<br>			[{"to" : "1"}, {}],<br>			[{"to" : "2"}, {"effect": "slideOutRight-slideInRight"}]<br>		],<br>		[<br>			//2 step:<br>			[{"to" : "3"}, {"effect":"slideOutTop-slideInTop"}],<br>			[{"to" : "1"}, {}],<br>			[{"to" : "2"}, {}]<br>		],<br>		[<br>			//3 step:<br>			[{"to" : "4"}, {"effect": "zoomOut-zoomIn"}],<br>			[{"to" : "2"}, {"effect": "slideOutRight-slideInRight"}],<br>			[{"to" : "2"}, {}]<br>		],<br>		[<br>			//4 step<br>			[{"to" : "5"}, {"effect": "slideOutBottom-slideInTop"}],<br>			[{"to" : "2"}, {}],<br>			[{"to" : "3"}, {"effect": "zoomOut-zoomIn"}]<br>		],<br>		[<br>			//5 step<br>			[{"to" : "1"}, {"effect": "slideOutLeft-slideInLeft"}],<br>			[{"to" : "1"}, {"effect": "zoomOut-zoomIn"}],<br>			[{"to" : "1"}, {"effect": "slideOutRight-slideInRight"}]<br>		]<br>	],<br>	total_steps	: 5,<br>	speed : 3000<br>});[/sourcecode]<br><br>EFFETS DISPONIBLES :<br> - zoomOut-zoomInRotated<br> - zoomOutRotated-zoomInRotated<br> - zoomOut-zoomIn<br> - slideOutRight-slideInRight<br> - slideOutLeft-slideInLeft<br> - slideOutTop-slideInTop<br> - slideOutBottom-slideInTop<br> - slideOutTop-slideInBottom<br> - fadeOut-fadeIn commented<br> - fadeOut-zoomIn commented<br> - zoomOut-fadeIn commented<br><br>Plus de détail sur l'installation et l'utilisation sur le blog de tympanus.</div></div><div class="buttons"><div class="go_demo"><a href="http://tympanus.net/Tutorials/CustomAnimationBanner/" target="_blank" title="Link to demo page of Comment faire des Bannières avec jQuery"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/' rel='bookmark' title='Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect'>Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='jQuery LazyLoad Ad : Delays loading of advertising'>jQuery LazyLoad Ad : Delays loading of advertising</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/' rel='bookmark' title='jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !'>jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/12/04/comment-faire-des-bannieres-avec-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Social Mix Media : L&#8217;agence des médias sociaux</title>
		<link>http://www.web2ajax.fr/2010/10/28/social-mix-media-lagence-des-medias-sociaux/</link>
		<comments>http://www.web2ajax.fr/2010/10/28/social-mix-media-lagence-des-medias-sociaux/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 10:53:05 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[agence Web]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[linked]]></category>
		<category><![CDATA[Médias Sociaux]]></category>
		<category><![CDATA[SMO]]></category>
		<category><![CDATA[Social Media Optimization]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=554</guid>
		<description><![CDATA[Un petit billet pour vous signaler que mon dernier bébé est sorti ce matin : www.socialmixmedia.fr.C'est le site vitrine de l'agence Web spécialisée sur les Médias Sociaux pour laquelle je travaille en tant que Freelance.Alors n'hésitez pas à nous contacter pour toute question sur le SMO (Social Media Optimization) afin d'améliorer votre visibilité sur les [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/10/28/social-mix-media-lagence-des-medias-sociaux/' title='Permanent link to Social Mix Media : L&#8217;agence des médias sociaux'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/10/logo-bg-white.png&w=200' alt='Social Mix Media : L&#8217;agence des médias sociaux'  /></a></div>
<div class="content">Un petit billet pour vous signaler que mon dernier bébé est sorti ce matin :  www.socialmixmedia.fr.<br><br><br>C'est le site vitrine de l'agence Web spécialisée sur les Médias Sociaux pour laquelle je travaille en tant que Freelance.<br><br>Alors n'hésitez pas à nous contacter pour toute question sur le SMO (Social Media Optimization) afin d'améliorer votre visibilité sur les réseaux sociaux comme facebook, twitter, linked...<br>=> On commence à avoir une bonne expérience et de solides contacts<br><br>Rejoignez-nous sur facebook : Devenez Fan !<br>Compte twitter : Suivez-nous !<br>Linkedin : Rejoignez-nous !</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/04/07/ping-fm-publier-un-flux-rss-sur-twitter-et-facebook-3/' rel='bookmark' title='PING.FM : PUBLIER UN FLUX RSS SUR TWITTER ET FACEBOOK'>PING.FM : PUBLIER UN FLUX RSS SUR TWITTER ET FACEBOOK</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/06/10/cvdujour-ca-marche-vraiment-bien/' rel='bookmark' title='@cvdujour : Ca marche vraiment bien !'>@cvdujour : Ca marche vraiment bien !</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/10/28/social-mix-media-lagence-des-medias-sociaux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/</link>
		<comments>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 15:04:52 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[monetize]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[ads defer]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertise]]></category>
		<category><![CDATA[advertisement]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[BlogBang]]></category>
		<category><![CDATA[defer]]></category>
		<category><![CDATA[delays loading]]></category>
		<category><![CDATA[goviral]]></category>
		<category><![CDATA[lazyload]]></category>
		<category><![CDATA[optimize page load]]></category>
		<category><![CDATA[page load]]></category>
		<category><![CDATA[rotate ads]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540</guid>
		<description><![CDATA[jQuery LazyLoad Ad plugin has been updated and version is now 1.4.Improved on a lot of features, plugin is more strong and have now the capacity to chain script loading.For this new version, I've build a mini site (jqueryad.web2ajax.fr) focused on this plugin. You'll find a presentation of the plugin, some demos, how to implement [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/' title='Permanent link to jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/10/jquery.lazyload.screenshot-300x138.png&w=200' alt='jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !'  /></a></div>
<div class="content">jQuery LazyLoad Ad plugin has been updated and version is now 1.4.<br>Improved on a lot of features, plugin is more strong and have now the capacity to chain script loading.<br><br>For this new version, I've build a mini site (jqueryad.web2ajax.fr) focused on this plugin. You'll find a presentation of the plugin, some demos, how to implement it in your own blog or website and download links.<br><br>Some people ask me a new feature that is Lazyload for images too. I hope it could be implemented in the next version 1.5 soon.<br><br>For moment, this plugin was successfully tested on adSense, OpenX tags, BlogBang and GoViral platforms.<br>Let me your feedbacks !</div></div><div class="buttons"><div class="go_demo"><a href="http://jqueryad.web2ajax.fr/" target="_blank" title="Link to demo page of jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='jQuery LazyLoad Ad : Delays loading of advertising'>jQuery LazyLoad Ad : Delays loading of advertising</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/12/04/comment-faire-des-bannieres-avec-jquery/' rel='bookmark' title='Comment faire des Bannières avec jQuery'>Comment faire des Bannières avec jQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;</title>
		<link>http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/</link>
		<comments>http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 00:46:01 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[facepile]]></category>
		<category><![CDATA[FBJS]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[grand quizz du sport]]></category>
		<category><![CDATA[invite your friends]]></category>
		<category><![CDATA[social plugin]]></category>
		<category><![CDATA[statistiques]]></category>
		<category><![CDATA[viralité]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=528</guid>
		<description><![CDATA[Je tenais à vous présenter ma première application développée pour facebook qui se présente sous la forme d'un Quizz avec un timer pour chaque question. Tout ça sur le thème du sport !Le FrontEnd est en FBJS + jQuery et le backEnd, c'est une api en PHP.Elle comporte des outils de viralisation comme les Social [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/' title='Permanent link to Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/10/logo_white.png&w=200' alt='Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;'  /></a></div>
<div class="content">Je tenais à vous présenter ma première application développée pour facebook qui se présente sous la forme d'un Quizz avec un timer pour chaque question. Tout ça sur le thème du sport !<br><br>Le FrontEnd est en FBJS + jQuery et le backEnd, c'est une api en PHP.<br><br>Elle comporte des outils de viralisation comme les Social Plugins "I Like" / "Invite your friends" / "Facepile"..., un classement mondial, la tenue de stats, Facebook Connect...<br><br><br>L'application est sortie officiellement aujourd'hui et validée sur le apps dir de facebook. <br>Je vous tiendrais au courant de l'évolution des stats et le phénomène de propagation.<br><br>On croise les doigts pour que ça prenne ! <br><br>D'ailleurs si vous voulez tester vos connaissances ou voir à quoi ressemble cette application et analyser les différents mécanismes (authentification/publication...), cliquez-ici : Le Grand Quizz du Sport sur Facebook<br><br>Si vous souhaitez en savoir plus sur comment telle ou telle chose : faites moi signe :)<br><br>Bye.<br></div></div><div class="buttons"><div class="go_demo"><a href="http://www.facebook.com/apps/application.php?id=153791387985321&v=app_153791387985321" target="_blank" title="Link to demo page of Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/12/21/le-grand-quizz-de-la-bourse/' rel='bookmark' title='Le Grand Quizz de la Bourse'>Le Grand Quizz de la Bourse</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/' rel='bookmark' title='PATATOR : Facebook Game in Canvas and HTML5'>PATATOR : Facebook Game in Canvas and HTML5</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='FaceBook Like &#8211; jQuery and autosuggest Search Engine'>FaceBook Like &#8211; jQuery and autosuggest Search Engine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defer Google Analytics Tracking : jquery.gaTracker</title>
		<link>http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/</link>
		<comments>http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:01:27 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=499</guid>
		<description><![CDATA[jQuery.gaTracker.js adds 2 features to standard Google Analytics script :- Asynchronous Tracking ( tracking start once page load is complete )- Allow to track dynamic pages on full ajax websitesImplementationLoad the last version of jQuery.To init your UA-ID and track the current page, you can use it like this :[sourcecode]jQuery(document).ready(function($) { $.gaTracker.init("YOUR-UA-ID");}) ;[/sourcecode]Firstly, this will [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">jQuery.gaTracker.js adds 2 features to standard Google Analytics script :<br>- Asynchronous Tracking ( tracking start once page load is complete )<br>- Allow to track dynamic pages on full ajax websites<br><br>Implementation<br>Load the last version of jQuery.<br><br>To init your UA-ID and track the current page, you can use it like this :<br>[sourcecode]<br><br>jQuery(document).ready(function($) {<br>	$.gaTracker.init("YOUR-UA-ID");<br>}) ;<br>[/sourcecode]<br><br>Firstly, this will init the goggle analytics tracker with your Google Analytics Account ID.<br>Secondly, it will track the current page after ga.js load.<br><br>Track with jQuery binds<br>If you use dynamic navigation in Ajax, you normally already bind clicks on links in order to override standard navigator implementations.<br>To track those clicks with analytics, simply call $.gaTracker, passing the url in parameter, like this :<br>[sourcecode]jQuery(document).ready(function($) {<br>	$('a').bind('click', function(e) {<br>		e.preventDefault() ;<br>		$.gaTracker.track($(this).attr('href')) ;<br>	}) ;<br>}) ;[/sourcecode]<br><br>Download<br>Download jQuery.gatracker.js v1.0 : source code & minified version</div></div><div class="buttons"><div class="download_files"><a href="http://www.web2ajax.fr/examples/jquery.gaTracker.js/jquery.gatracker-v1.0.js.zip" target="_blank" title="Download files Defer Google Analytics Tracking : jquery.gaTracker"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_download.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/07/graphics-like-google-charts/' rel='bookmark' title='Graphics like Google Charts !'>Graphics like Google Charts !</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='jQuery LazyLoad Ad : Delays loading of advertising'>jQuery LazyLoad Ad : Delays loading of advertising</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/' rel='bookmark' title='jQuery : Raffraichir un Div périodiquement !'>jQuery : Raffraichir un Div périodiquement !</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dernier Projet en ligne : MeeT ImmO</title>
		<link>http://www.web2ajax.fr/2010/05/07/dernier-projet-en-ligne-meet-immo/</link>
		<comments>http://www.web2ajax.fr/2010/05/07/dernier-projet-en-ligne-meet-immo/#comments</comments>
		<pubDate>Fri, 07 May 2010 01:48:34 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[agence immobiliere]]></category>
		<category><![CDATA[meet immo]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=408</guid>
		<description><![CDATA[Je travaille depuis un bon gros mois sur le projet d'un ami et j'avoue que le résultat est au-delà de nos espérances ! C'est pourquoi je tenais à vous présenter mon travail : www.meetimmo.fr, car on peut dire que je me suis bien laché sur l'utilisation de jQuery, sans oublier d'être SEO friendly and IE [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/05/07/dernier-projet-en-ligne-meet-immo/' title='Permanent link to Dernier Projet en ligne : MeeT ImmO'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/05/MeeT_ImmO_Screenshot.jpg&w=200' alt='Dernier Projet en ligne : MeeT ImmO'  /></a></div>
<div class="content">Je travaille depuis un bon gros mois sur le projet d'un ami et j'avoue que le résultat est au-delà de nos espérances ! <br>C'est pourquoi je tenais à vous présenter mon travail : www.meetimmo.fr, car on peut dire que je me suis bien laché sur l'utilisation de jQuery, sans oublier d'être SEO friendly and IE compatible (Certainement le plus hardu...) <br><br>Je vous invite à en découvrir un peu plus...<br><br>MeeT ImmO est donc une agence immobilière basée sur Rouen et Paris. <br>Elle se positionne sur un marché dit 'Immobilier de Prestige' et c'est pourquoi nous avions besoin d'un site réellement différent de la concurrence, avec une mise en valeur importante des photo-reportages.<br><br>C'est sur ce principe qu'est né l'interface de MeeT ImmO : une interface quasi plein-écran<br><br>Je vous invite donc à aller voir ce site sans plus tarder et si vous avez la moindre question concernant le développement, je suis prêt à divulguer mes petits secrets de fabrication.<br><br>A noter que les nouveaux bien sont automatiquement publiés vers Twitter et Facebook. Tout ça  connecté au flux RSS FeedBurner... C'est beau quand même la techologie !<br><br>Sur ce, je vais me coucher heureux de mon accouchement ^^<br><br>@+</div></div><div class="buttons"><div class="go_visit"><a href="http://www.meetimmo.fr/" target="_blank" title="Visit the cited website in Dernier Projet en ligne : MeeT ImmO"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_goto.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/' rel='bookmark' title='Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;'>Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/05/07/dernier-projet-en-ligne-meet-immo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Tips : Hide oldest comments in wordpress with jQuery</title>
		<link>http://www.web2ajax.fr/2010/04/22/how-to-hide-oldest-comments-in-wordpress-with-jquery/</link>
		<comments>http://www.web2ajax.fr/2010/04/22/how-to-hide-oldest-comments-in-wordpress-with-jquery/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 03:17:51 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments.php]]></category>
		<category><![CDATA[hide comments]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress tricks]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=384</guid>
		<description><![CDATA[A simple tip for wordpress blogs to hide oldest comments at single load page with jQuery.For this tip, I suppose you already load jQuery JS framework in your blog.In your wordpress theme directory, edit 'comments.php' and add the code below to to the end of the file :[sourcecode] jQuery(document).ready(function() { var $comment = $('#comment_list') ; [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/04/22/how-to-hide-oldest-comments-in-wordpress-with-jquery/' title='Permanent link to WordPress Tips : Hide oldest comments in wordpress with jQuery'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/04/m8a.png&w=200' alt='WordPress Tips : Hide oldest comments in wordpress with jQuery'  /></a></div>
<div class="content">A simple tip for wordpress blogs to hide oldest comments at single load page with jQuery.<br><br><br>For this tip, I suppose you already load jQuery JS framework in your blog.<br><br>In your wordpress theme directory, edit 'comments.php' and add the code below to to the end of the file :<br><br>[sourcecode]<br><br>	jQuery(document).ready(function() {<br>		<br>		var $comment = $('#comment_list') ;<br>		var $comments = $comment.find('li') ;<br>		var num2display = 8 ; <br>		<br>		// -- Hide all comments except 'num2display' newest<br>		$comments.slice(0, $comments.length - num2display).css({display:'none'}) ;<br>		<br>		// -- Create the 'Show all comments' link<br>		if ( $comments.length > num2display ) {<br>			$show_all = $('<p style="padding: 10px 20px; color:#005f90; font-size: 15px; text-decoration: underline; cursor: pointer; ">Click here to view the '+Math.max(0, $comments.length - num2display) +' other comments...</p>') ;<br>			<br>			// -- Bind click on link<br>			$show_all.click(function() {<br>				$comments.css({display:'block'}) ;<br>				$(this).remove() ;<br>			}) ;<br>			<br>			// -- Insert link to click after comments list<br>			$show_all.insertAfter($comment.find('ul')) ;<br>		}<br>	}) ;<br><br>[/sourcecode]<br><br>Then, at load page, you will only have the 8 newest comments on your post and a link to show others.<br><br>Look at this blog for more examples and have fun with jQuery !</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/' rel='bookmark' title='Defer Google Analytics Tracking : jquery.gaTracker'>Defer Google Analytics Tracking : jquery.gaTracker</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/30/wptouch-un-plugin-iphone-pour-wordpress/' rel='bookmark' title='WPTouch : un plugin iPhone pour WordPress'>WPTouch : un plugin iPhone pour WordPress</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='jQuery LazyLoad Ad : Delays loading of advertising'>jQuery LazyLoad Ad : Delays loading of advertising</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/04/22/how-to-hide-oldest-comments-in-wordpress-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery LazyLoad Ad : Delays loading of advertising</title>
		<link>http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/</link>
		<comments>http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:18:46 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[monetize]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[ads defer]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertise]]></category>
		<category><![CDATA[advertisement]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[affiliate banners]]></category>
		<category><![CDATA[BlogBang]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Defer document.write]]></category>
		<category><![CDATA[delays loading]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[ebuzzing]]></category>
		<category><![CDATA[lazyload]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[optimize page load]]></category>
		<category><![CDATA[outside viewport]]></category>
		<category><![CDATA[page load]]></category>
		<category><![CDATA[rotate ads]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=246</guid>
		<description><![CDATA[jQuery Lazy Load Ad is a jQuery plugin that takes advantage of Lazy Load delaying ads loading. - Highly improve general page load (Ads are displayed after the page load and only inside the viewport) - Compatibility with AdSense and many other advertisers – Cross Browser support (IE5.5+, Firefox, Opera, Chrome, Safari)A new version of [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' title='Permanent link to jQuery LazyLoad Ad : Delays loading of advertising'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/03/lazyLoadAd-300x167.png&w=200' alt='jQuery LazyLoad Ad : Delays loading of advertising'  /></a></div>
<div class="content">jQuery Lazy Load Ad is a jQuery plugin that takes advantage of Lazy Load delaying ads loading.<br> - Highly improve general page load (Ads are displayed after the page load and only inside the viewport)<br> - Compatibility with AdSense and many other advertisers<br> – Cross Browser support (IE5.5+, Firefox, Opera, Chrome, Safari)<br><br>A new version of this post and of the jQuery Lazyload Ad plugin is available here<br><br>Gains on my blog : 65% for the page load, and 52% for page weight <br>    -> Without lazy Load Ad : Page loaded in 8.88s (371.98kb)<br>    -> With  : page loaded and accessible in 3.17s (179.18kb)<br><br><br>Big thanks to Mika Tuupola for the Lazy load part<br> -> http://www.appelsiini.net/projects/lazyload<br><br>Another big thanks to FrankT and his document.write overload code<br> -> http://blog.phpbuero.de/?p=26<br><br>To View Demo, simply look at all the ads on web2ajax, they are loaded by Lazy Load Ad.<br>You can either view the full page Demo by clickinh on 'Demo' Button just below to know how to use it on your own website.<br><br><br>INSERT AD CODE<br><br>First, insert placements into your HTML code.<br>For that, you can use a 'div' tag.<br>Apply a specified class, only used for lazyLoad Ad uses, as example 'lazyLoadAd_places'<br>So you have this :<br>[sourcecode]&lt;div class=&quot;lazyLoadAd_places&quot;&gt;&lt;/div&gt;[/sourcecode]<br><br>Now, call the ad publisher code and put it into the div attributes, named as 'original'.<br><br>For example with original BlogBang code :<br>[sourcecode]&lt;div&gt;<br>    &lt;script src=&quot;http://www.blogbang.com/d.php?id=a16a937291&n=1&p=L&o=SLW&w=300&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br>&lt;/div&gt;[/sourcecode]<br><br>Becomes :<br>[sourcecode]&lt;div class=&quot;lazyLoadAd_places&quot; original='http://www.blogbang.com/d.php?id=a16a937291&n=1&p=L&o=SLW&w=300'&gt;&lt;/div&gt;[/sourcecode]<br><br>To finish you can put 'code' tags into the div, code will be evaluated as javascript, just before calling publisher script (look to adsense example).<br>You can put either HTML code, like  tags or image mobile replacements. Degraded content will be replaced by document.write when called.<br><br><br>EXAMPLES<br><br>In your HTML code for adSense:<br>[sourcecode]&lt;div class=&quot;lazyLoadAd_places&quot; original='http://pagead2.googlesyndication.com/pagead/show_ads.js'&gt;<br>    &lt;code&gt;&lt;!--<br>        google_ad_client = 'YOUR_AD_CLIENT_ID';<br>        google_ad_slot = 'YOUR_AD_SLOT';<br>        google_ad_width = 300;<br>        google_ad_height = 250;<br>        //--&gt;<br>    &lt;/code&gt;<br>&lt;/div&gt;<br>[/sourcecode]<br><br><br>In your HTML code for eBuzzing:<br>[sourcecode]&lt;div class=&quot;lazyLoadAd_places&quot; original='http://www.ebuzzing.com/player_blog/player.php?parametre=115660'&gt;&lt;/div&gt;<br>[/sourcecode]<br><br><br>In your HTML code for BlogBang :<br>[sourcecode]&lt;div class=&quot;lazyLoadAd_places&quot; original='http://www.blogbang.com/d.php?id=a16a937291&n=1&p=L&o=SLW&w=300&c=2222222&bg=121212'&gt;<br>    &lt;a href=&quot;http://www.blogbang.com/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.blogbang.com/s.php&quot; border=&quot;0&quot; alt=&quot;BlogBang&quot;&gt;&lt;/a&gt;<br>&lt;/div&gt;[/sourcecode]<br><br><br>HOW TO CALL LAZY LOAD AD<br><br>Insert the script declarations just before the 'body' endtag.<br><br>After loading the last jQuery version and document is ready, lazyLoad the Ads<br>[sourcecode]    ...<br><br>    &lt;script type=&quot;text/javascript&quot; src=&quot;/assets/js/jquery-1.4.2.min.js&quot;&gt;&lt;/script&gt;<br>    &lt;script type=&quot;text/javascript&quot; src=&quot;/assets/js/jquery.lazyLoadAd.min.js&quot;&gt;&lt;/script&gt;<br>    <br>    &lt;script type=&quot;text/javascript&quot;&gt;<br>    $(document).ready(function() {<br>	<br>        // Load LazyLoad Ad on each dom with classname 'lazyLoadAd_places'<br>        $(&quot;.lazyLoadAd_places&quot;).lazyLoadAd({<br>            threshold: 200,<br>            onComplete: function() {<br>                // -- Pub is displayed !<br>            }<br>        }) ;<br>    }) ;<br>    &lt;/script&gt;<br><br>    ...<br>    &lt;/body&gt;<br>&lt;/html&gt;<br>[/sourcecode]</div></div><div class="buttons"><div class="go_demo"><a href="http://jqueryad.web2ajax.fr/" target="_blank" title="Link to demo page of jQuery LazyLoad Ad : Delays loading of advertising"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/' rel='bookmark' title='jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !'>jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/' rel='bookmark' title='Defer Google Analytics Tracking : jquery.gaTracker'>Defer Google Analytics Tracking : jquery.gaTracker</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/' rel='bookmark' title='Insérez des indicateurs de chargement directement en JavaScript !!'>Insérez des indicateurs de chargement directement en JavaScript !!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Amazing jQuery HTC HERO Widget !!</title>
		<link>http://www.web2ajax.fr/2010/03/13/amazing-jquery-htc-hero-widget/</link>
		<comments>http://www.web2ajax.fr/2010/03/13/amazing-jquery-htc-hero-widget/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:53:04 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[hero]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=113</guid>
		<description><![CDATA[jDigiClock is a beautiful jQuery inspired by the HTC Hero Widget.It displays local time and weather.Simple to integrate, I'll include it in the new theme of web2ajax :)Article : http://www.radoslavdimov.com/2010/03/08/jdigiclock%E2%80%93ver-2-1/#contentDemo : http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/#Examples Related posts:&#160;Validation plugin (Jquery OU Scriptaculous ?) &#160;jQuery LazyLoad Ad : Delays loading of advertising &#160;jQuery LazyLoad Ad v1.4 : new version of [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/03/13/amazing-jquery-htc-hero-widget/' title='Permanent link to Amazing jQuery HTC HERO Widget !!'><img src='http://www.web2ajax.fr/thumb.php?i=http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/02/javascript-techniques-82.jpg&w=200' alt='Amazing jQuery HTC HERO Widget !!'  /></a></div>
<div class="content">jDigiClock is a beautiful jQuery inspired by the HTC Hero Widget.<br>It displays local time and weather.<br><br>Simple to integrate, I'll include it in the new theme of web2ajax :)<br><br>Article : http://www.radoslavdimov.com/2010/03/08/jdigiclock%E2%80%93ver-2-1/#content<br>Demo : http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/#Examples</div></div><div class="buttons"><div class="go_demo"><a href="http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/#Examples" target="_blank" title="Link to demo page of Amazing jQuery HTC HERO Widget !!"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='jQuery LazyLoad Ad : Delays loading of advertising'>jQuery LazyLoad Ad : Delays loading of advertising</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/' rel='bookmark' title='jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !'>jQuery LazyLoad Ad v1.4 : new version of defer ad plugin !</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/03/13/amazing-jquery-htc-hero-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect</title>
		<link>http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/</link>
		<comments>http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 07:27:43 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[audio player]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[dewplayer]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[genius]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[pile]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[Web2]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=96</guid>
		<description><![CDATA[Genius Menu is an highly flexible expand list plugin for jQuery.The Expand style is inspired from MaxOSX Dock Genius Effect.Click on View Demo to look at effect, flexibility and code.Features :- Auto orientation of expand- Highly Customizable- Easily draggable with jQueryUI- Browser support ( IE > 5.5??, FireFox, Safari, Opera ) Related posts:&#160;Ajax : Effet [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/' title='Permanent link to Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/03/GeniusMenu_screenshot.jpg&w=200' alt='Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect'  /></a></div>
<div class="content">Genius Menu is an highly flexible expand list plugin for jQuery.<br>The Expand style is inspired from MaxOSX Dock Genius Effect.<br><br>Click on View Demo to look at effect, flexibility and code.<br><br>Features :<br>- Auto orientation of expand<br>- Highly Customizable<br>- Easily draggable with jQueryUI<br>- Browser support ( IE > 5.5??, FireFox, Safari, Opera )</div></div><div class="buttons"><div class="go_demo"><a href="http://www.web2ajax.fr/examples/genius_menu/" target="_blank" title="Link to demo page of Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/' rel='bookmark' title='Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X'>Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='FaceBook Like &#8211; jQuery and autosuggest Search Engine'>FaceBook Like &#8211; jQuery and autosuggest Search Engine</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Insérez des indicateurs de chargement directement en JavaScript !!</title>
		<link>http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/</link>
		<comments>http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 21:14:52 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[loading]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/</guid>
		<description><![CDATA[Suite à l'article vu sur ajaxian, je tenez à vous en faire profiter si vous ne suivez pas encore ce blog :)Il s'agit en fait d'un js qui, utilisé sans aucune dépendance, permet d'insérer des indicateurs de chargemenr n'importe où et n'importe quand dans votre site !Jettez un oeil à la démo et voyez par [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Suite à l'article vu sur ajaxian, je tenez à vous en faire profiter si vous ne suivez pas encore ce blog :)<br><br>Il s'agit en fait d'un js qui, utilisé sans aucune dépendance, permet d'insérer des indicateurs de chargemenr n'importe où et n'importe quand dans votre site !<br><br>Jettez un oeil à la démo et voyez par vous même en changeant les paramètres, c'est vraiment génial !!<br><br>Vous pouvez l'associer à jQuery par exemple en utilisant ce code :<br><br>[sourcecode]<br>var ctrl = getBusyOverlay($('#box'));<br>setTimeout( <br>    function() { <br>        ctrl.remove(); <br>    }, 2000);<br>[/sourcecode]<br><br>Pour télécharger la librairie et peut-être en faire un plugin jQuery :), cliquez-ici : busy.js</div></div><div class="buttons"><div class="download_files"><a href="http://www.netzgesta.de/busy/" target="_blank" title="Download files Insérez des indicateurs de chargement directement en JavaScript !!"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_download.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/' rel='bookmark' title='jQuery : Rounded corners plugin'>jQuery : Rounded corners plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validation plugin (Jquery OU Scriptaculous ?)</title>
		<link>http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/</link>
		<comments>http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 17:12:29 +0000</pubDate>
		<dc:creator>Yoni</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/</guid>
		<description><![CDATA[Alors voici enfin ce que je cherchai depuis un moment. jQuery vs ScriptaculousHabitué à utiliser Really easy field Validation (REFV pour nous ) avec prototype et scriptaculous, je m'attachai à ce plugin pour rester sur scriptaculous.En effet, il est très simple à utiliser et facilement adaptable, paramétrable, couplé avec juste Prototype et Effects.js de Scriptaculous [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Alors voici enfin ce que je cherchai depuis un moment.<br><br>       jQuery vs Scriptaculous<br><br>Habitué à utiliser Really easy field Validation (REFV pour nous ) avec prototype et scriptaculous, je m'attachai à ce plugin pour rester sur scriptaculous.<br><br>En effet, il est très simple à utiliser et facilement adaptable, paramétrable, couplé avec juste Prototype et Effects.js de Scriptaculous pour les tests et les effets d'apparition des messages d'erreur.<br><br>Facilement adaptable, vous pouvez consulté un exemple ici en anglais sur la demo de l'auteur  (telechargement)<br><br>ou  en francais sur un site client récent (pas de spam s'il vous plait)<br><br>Ses Avantages...<br><br>Des effets d'affichage des erreurs superbes, sobre mais efficaces.<br>facilité d'adaptation (ajout de types de test temporaires intégrable facilement dans la page ou généraux dans le fichier source)<br>permet la validation javascript des champs lorsque le champs perd le focus ou au submit du formulaire<br>une source legere<br>Mais alors allez vous me dire, comment ca marche ?<br><br>C'est simple, tout d'abord pour chacun de vos champs vous fixez une class css correspondante au type de test requis.<br><br>[sourcecode]<br><br>[/sourcecode]<br> <br>Ensuite vous donnez un identifiant au formulaire ( par expérience toujours le faire dans tous les cas ;) !)<br><br>et enfin, à la suite du formulaire<br><br>[sourcecode]<br><br>	function formCallback(result, form) {<br><br>	}<br>	var valid = new Validation('id_form', {immediate : true, onFormValidate : formCallback});<br><br>[/sourcecode]<br>  <br>Qu'est ce que je découvre aujourd'hui ? un plugin similaire (néanmoins plus puissant) existe aussi avec Jquery Jquery Validation Plugin !<br><br>Brièvement ? Ben c'est pratiquement le même principe, les mêmes options de bases,  + ?<br><br>Eh bien ses avantages :<br><br>Reprend les mêmes options que celui utilisant Prototype<br>Ajoute la validation sur l'évenement 'onchange' (peut être pratique, croyez moi)<br>Ajoute la possibilité de mettre un Capcha<br>Ajoute la possibilité de valider un champs en ajax par la balise remote ( par exemple vérifier que ce mail n'est pas pris !)<br>Et cela me libère de scriptaculous ;) je vais enfin pouvoir tester JQuery, sachant que la communauté est  beaucoup plus dynamique et que le nombre de plugins disponibles est... faramineux !<br><br>La démo et téléchargement sur le site de l'auteur<br></div></div><div class="buttons"><div class="go_demo"><a href="ttp://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank" title="Link to demo page of Validation plugin (Jquery OU Scriptaculous ?)"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2008/03/11/starbox-permettre-a-vos-visiteurs-de-noter-avec-des-etoiles/' rel='bookmark' title='Starbox, permettre à vos visiteurs de noter avec des étoiles !'>Starbox, permettre à vos visiteurs de noter avec des étoiles !</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/' rel='bookmark' title='Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X'>Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FaceBook Like &#8211; jQuery and autosuggest Search Engine</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/</link>
		<comments>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:29:33 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[autosuggest]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[autocomplete jquery]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/</guid>
		<description><![CDATA[FaceBook Autosuggest Like is a powerful jQuery plugin to transform an input field into a real time autocompletion search engine, designed like facebook one.This plugin require jQuery libs and the autocompletion plugin 'Bsn Autosuggest".On custom side, make an ajax request and build search plugins to categorize your results.Features : - Autocomplete and ajax support - [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' title='Permanent link to FaceBook Like &#8211; jQuery and autosuggest Search Engine'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2008/02/facebook_searchengine.png&w=200' alt='FaceBook Like &#8211; jQuery and autosuggest Search Engine'  /></a></div>
<div class="content">FaceBook Autosuggest Like is a powerful jQuery plugin to transform an input field into a real time autocompletion search engine, designed like facebook one.<br><br>This plugin require jQuery libs and the autocompletion plugin 'Bsn Autosuggest".<br><br>On custom side, make an ajax request and build search plugins to categorize your results.<br><br>Features : <br>- Autocomplete and ajax support <br>- Database search <br>- Support search plugins <br>- Support cache <br>- Cross Browser support ( IE > 5.5, FireFox, Safari, Opera ) <br><br>I let u see the demo...<br>Have Fun !</div></div><div class="buttons"><div class="go_demo"><a href="http://www.web2ajax.fr/examples/facebook_searchengine/" target="_blank" title="Link to demo page of FaceBook Like &#8211; jQuery and autosuggest Search Engine"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/' rel='bookmark' title='Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;'>Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/' rel='bookmark' title='Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect'>Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/' rel='bookmark' title='PATATOR : Facebook Game in Canvas and HTML5'>PATATOR : Facebook Game in Canvas and HTML5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/feed/</wfw:commentRss>
		<slash:comments>202</slash:comments>
		</item>
		<item>
		<title>jQuery : Rounded corners plugin</title>
		<link>http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/</link>
		<comments>http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 21:38:37 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/09/30/jquey-rounded-corners-plugin/</guid>
		<description><![CDATA[Tout est bon pour gagner de précieuses minutes pour un webdesigner, et ce plugin est vraiment très pratique.Comment on fait pour créer une boite avec des coins arrondis en temps normal ? On prend photoshop, on dessine un rectangle avecSelon la variante du poker en ligne, qui est joue. coins arrondis, on découpe l'image en [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Tout est bon pour gagner de précieuses minutes pour un webdesigner, et ce plugin est vraiment très pratique.<br><br>Comment on fait pour créer une boite avec des coins arrondis en temps normal ? On prend photoshop, on dessine un rectangle avecSelon la variante du poker en ligne, qui est joue. coins arrondis, on découpe l'image en 8, on la stocke sur le serveur et on met tout ça dans un tableau 3x3 ou dans des div imbriqués...<br><br>Vous m'avez compris, celà prend du temps et peut devenir fastidieux si on veut changer la couleur, faire des boites de style différents...<br><br>Et bien c'est terminé tout ça ! Une ligne de commande suffit à donner le plus bel effet à un simple rectangle de couleur. Pour plus d'informations, lisez ce post : http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery</div></div><div class="buttons"><div class="go_visit"><a href="http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery" target="_blank" title="Visit the cited website in jQuery : Rounded corners plugin"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_goto.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/' rel='bookmark' title='Insérez des indicateurs de chargement directement en JavaScript !!'>Insérez des indicateurs de chargement directement en JavaScript !!</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>jQuery : Edit in place plugin</title>
		<link>http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/</link>
		<comments>http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 16:47:15 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Accessibilité]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/</guid>
		<description><![CDATA[Avant toute chose : cet outil est magique !!Le site que je suis en train de faire est un framework maison qui me permet entre autre de faire un site multilingue. Et c'est en ces moments que le EditInPlace prend tout sons sens : plutot que de passer par une interface d'admin pour traduire et [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Avant toute chose : cet outil est magique !!<br><br>Le site que je suis en train de faire est un framework maison qui me permet entre autre de faire un site multilingue. Et c'est en ces moments que le EditInPlace prend tout sons sens : plutot que de passer par une interface d'admin pour traduire et déclarer une variable de langue une à une, je peux faire ça en live sur le site !<br><br>Pour ce qui est du plugin, tout se trouve sur le site : http://code.google.com/p/jquery-in-place-editor/<br><br>Quand à sa mise en place, c'est on ne peut plus facile :<br><br>1/ Tout ce qui est éditable est entouré de :<br>[sourcecode]<br>echo &quot;&lt;span class='editInPlace_i18n' id='lang__$var'&gt;$var&lt;/span&gt;&quot;;<br>[/sourcecode]<br><br>2/ On applique le EditInPlace sur tous les éléments que l'on souhaite pouvoir éditer :<br>[sourcecode]<br>$(document).ready(function(){<br> $(&quot;.editInPlace_i18n&quot;).editInPlace({<br> url: &quot;index.php?module=core_admin&amp;amp;amp;action=update_i18n&quot;,<br> bg_over: &quot;transparent&quot;,<br> value_required: true,<br> params: &quot;ajax=yes&quot;<br> });<br>});<br>[/sourcecode]<br><br>3/ Mon action update_i18n récupère les données en POST et fait un update en base :<br>[sourcecode]<br>#@ Update lang var in DB<br>// Default lang<br>$def_lang = 'fr' ;<br><br>// Get var to update<br>$var_update = str_replace('lang__', '', $_POST['element_id']) ;<br><br>// Do update &amp;amp;amp; write new text<br>if ( set_lang($var_update, $def_lang, $_POST['update_value']) ) {<br>echo $_POST['update_value'] ;<br>} else {<br>echo $_POST['original_html'] ;<br>}<br>[/sourcecode]<br><br>4/ Pour éditer les liens tranquillement, il faut également 'unbinder' tous les liens ', pour ça, il suffit d'ajouter :<br>[sourcecode]<br>$(&quot;a&quot;).unbind().bind(&quot;click&quot;, function(e) { e.preventDefault();} ) ;<br>[/sourcecode]<br><br>Je me sers d'une variable de session et d'un champ caché accessible par Javascript pour mettre à 'On' ou 'Off' le mode d'édition.<br><br>Bien sur, ce sera à adapter à votre environnement, mais tout est très bien expliqué sur le lien plus haut.<br><br>Vous savez tout maintenant, alors bon EditInPlace à tous !!</div></div><div class="buttons"><div class="go_demo"><a href="http://davehauenstein.com/code/jquery-edit-in-place/example/" target="_blank" title="Link to demo page of jQuery : Edit in place plugin"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/' rel='bookmark' title='jQuery : Rounded corners plugin'>jQuery : Rounded corners plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/' rel='bookmark' title='jQuery : Raffraichir un Div périodiquement !'>jQuery : Raffraichir un Div périodiquement !</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery : Raffraichir un Div périodiquement !</title>
		<link>http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/</link>
		<comments>http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 12:55:27 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[load()]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[setinterval]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/</guid>
		<description><![CDATA[Je cherchais depuis hier soir un plugin jQuery qui puisse me permettre de raffraichir le code html d'une DIV a intervalle régulier pour un module de news et Ô, désespoir : celui-ci n'existait pas !Donc Bibi, comme il en avait besoin et qu'il aime bien l'esprit communautaire, bah il a commencé à créer ce plugin [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Je cherchais depuis hier soir un plugin jQuery qui puisse me permettre de raffraichir le code html d'une DIV a intervalle régulier pour un module de news et Ô, désespoir : celui-ci n'existait pas !<br><br>Donc Bibi, comme il en avait besoin et qu'il aime bien l'esprit communautaire, bah il a commencé à créer ce plugin pour sa bibine, et aussi et surtout à partager ce plugin à toute la communauté.<br><br>Pour le plugin jQuery "jQuery.refreshDiv.js" :<br><br>[sourcecode]<br>/*<br>*    jquery.refreshDiv 1.0 - 2007-09-26<br>*<br>*    All the new stuff written by Guillaume DE LA RUE (www.web2ajax.fr)<br>*    Feel free to do whatever you want with this file<br>*<br>*/<br><br>(function($) {<br>$.refreshDiv = function(source, url, interval_ms) {<br>return setInterval(<br>function() {<br>return $(source).load(url) ;<br>}, interval_ms );<br>}<br><br>$.fn.refreshDiv = function(url, interval_ms) {<br>if (!url) return;<br>this.each(function() {<br>new $.refreshDiv(this, url, interval_ms);<br>});<br>return this;<br>};<br>})(jQuery);<br>[/sourcecode]<br><br>Et pour raffraichir un DIv :<br><br>[sourcecode]<br>jQuery(document).ready(function() {<br>// Refresh news div every 3000 sec<br>$('#news_panel').refreshDiv('/Actualites/module.html', 3*60*1000) ;<br>});<br>[/sourcecode]<br><br>Testez le et dites moi si c'est bon pour vous que je le mette directement sur le site officiel de jQuery !</div></div><div class="buttons"><div class="download_files"><a href="http://web2ajax.fr/wp-content/uploads/2007/09/jqueryrefreshdiv.js" target="_blank" title="Download files jQuery : Raffraichir un Div périodiquement !"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_download.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/' rel='bookmark' title='Insérez des indicateurs de chargement directement en JavaScript !!'>Insérez des indicateurs de chargement directement en JavaScript !!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Quel framework Ajax choisir ?</title>
		<link>http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/</link>
		<comments>http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 12:11:44 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Framork]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/</guid>
		<description><![CDATA[Il va de soit qu'un bon d&#233;veloppeur, geeker de surcroit ne peut plus d&#233;velopper un projet sans faire appel &#224; la magie d'Ajax ! Je sais et j'en connais, il y'aura toujours les fans du bon &#60;TABLE&#62; et notepad pour d&#233;velopper, le fait d'utiliser AJAX change vraiment la vie et ouvre la porte &#224; des [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/' title='Permanent link to Quel framework Ajax choisir ?'><img src='http://www.web2ajax.fr/thumb.php?i=http://web2ajax.fr/wp-content/uploads/image/desktop.gif&w=200' alt='Quel framework Ajax choisir ?'  /></a></div>
<div class="content"><p>Il va de soit qu'un bon d&eacute;veloppeur, geeker de surcroit ne peut plus d&eacute;velopper un projet sans faire appel &agrave; la magie d'Ajax ! Je sais et j'en connais, il y'aura toujours les fans du bon &lt;TABLE&gt; et notepad pour d&eacute;velopper, le fait d'utiliser AJAX change vraiment la vie et ouvre la porte &agrave; des fonctionnalit&eacute;s vraiment &eacute;tonnantes.</p><p>J'ai commenc&eacute; par le fameux 'scriptaculous' (http://script.aculo.us/), mais pour &ecirc;tre honn&ecirc;te les mises &agrave; jour et nouveaux plugins ne sont pas fr&eacute;quents.</p><p>=&gt; Je l'ai tout de m&ecirc;me utilis&eacute; sur la V2 du site de www.lavieimmobiliere.com, qui sera en ligne lundi 10 sept et c'est vrai que &ccedil;a m'a d&eacute;j&agrave; bien aid&eacute; pour coder le moteur de recherche, ainsi que les transitions entres les pages, le menu accord&eacute;on... Mais toujours avec un pti gout de pas assez...</p><p>Alors suivant ajaxrain quotidiennement (&agrave; mettre d'urgence dans votre RSS reader), les frameworks &agrave; la mode en ce moment sont jQuery et Mootools.</p><p>&nbsp;</p><p>C'est donc curieux comme un loup affam&eacute; que j'ai test&eacute; jQuery sur un petit site web que je suis en train de faire (www.keystone.fr - Pas encore en ligne ! ) et c'est vraiment sid&eacute;rant &agrave; quel point c'est simple et complet. La manipulation des objets DOM est impeccable, celle des CSS &eacute;galement, rapide... Que du bon en boite&nbsp; !</p><p>&nbsp;</p><p>Alors ayant un nouveau projet sur le feu (un site de bourse plutot bien chiad&eacute;), avec plein de courbes dynamiques, beaucoup de contenu et finalement peu de place, quel framework choisir ?</p><p>- C&ocirc;t&eacute; perf : jQuery dont la r&eacute;putation &eacute;tait tr&egrave;s mauvaise au d&eacute;but &agrave; am&eacute;liorer par 8 sa vitesse de traitement, ce qui en fait un des framework le plus rapide =&gt; C'est plutot un bon point &ccedil;a</p><p>- Au moins un plugin diff&eacute;rent sort par jour, plus fonctionnel les uns que les autres =&gt; C'est pas mal non plus &ccedil;a</p><p>- Doc bien fournie</p><p>- Communaut&eacute; tr&egrave;s active donc.</p><p>&nbsp;</p><p>Et puis en tapant sur une fourmili&egrave;re, apparait ExtJS... (Tiens je l'avais pas encore vu celui-l&agrave; !) Mais c'est exactement ce qu'il me faut ! D'ailleurs, pour me comprendre un peu mieux et avant de lire la suite, allez jetter un coup d'oeil aux d&eacute;mos disponibles sur le site :</p><p>&nbsp;</p><p>Possibilit&eacute; de l'utilsier en standalone, ou avec jQuery, YahooUI...</p><p>Nombreux effets et des choses comme les datagrid &agrave; partir d'un XML m'interessent plus particuli&egrave;rement, possibilit&eacute; de t&eacute;lecharger un packake 'Light' et de choisir les modules que l'on veut ajouter...</p><p>&nbsp;</p><p>Donc &agrave; moins que je ne trouve mieux, mon choix va donc se porter sur ExtJS, que je trouve extr&ecirc;mement bien fouttu et qui &eacute;volue super rapidement.</p><p>All&eacute;, y'a plus qu'&agrave; maintenant !</p><p>&nbsp;</p><p>Si vous voulez partager votre exp&eacute;rience, surtout n'h&eacute;sitez pas car je vous avoue que le 'benchmarking' n'a pas &eacute;t&eacute; facile et je lorgne encore pas mal sur le YahooUI ou le google Toolkit...</p></div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/' rel='bookmark' title='Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X'>Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/25/iui-lavf-en-version-iphone/' rel='bookmark' title='Framework IUI : Lavf.com en version iPhone'>Framework IUI : Lavf.com en version iPhone</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>jQuery : Bind des événements mouseover, click, key&#8230;</title>
		<link>http://www.web2ajax.fr/2007/09/03/jquery-bind-des-evenements-mouseover-click-key/</link>
		<comments>http://www.web2ajax.fr/2007/09/03/jquery-bind-des-evenements-mouseover-click-key/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 19:42:55 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/09/03/jquery-bind-des-evenements-mouseover-click-key/</guid>
		<description><![CDATA[Alors, attention en avant premi&#232;re mondiale !!, voici la Bonne m&#233;thode pour binder un callback sur un DOM... (Je me la p&#232;te l&#224;)En clair, les &#233;v&#233;nements comme &#34;onClick&#34;, &#34;onMouseOver&#34;, mappage de des touches peuvent &#234;tre associ&#233;s dynamiquement &#224; des fonctions javascript et donc &#224; la puissance de jQuery !&#160;Un bon mouseOver ou onClick :&#160; $(&#34;#div_id&#34;).unbind( [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content"><p>Alors, attention en avant premi&egrave;re mondiale !!, voici la Bonne m&eacute;thode pour binder un callback sur un DOM... (Je me la p&egrave;te l&agrave;)</p><p>En clair, les &eacute;v&eacute;nements comme &quot;onClick&quot;, &quot;onMouseOver&quot;, mappage de des touches peuvent &ecirc;tre associ&eacute;s dynamiquement &agrave; des fonctions javascript et donc &agrave; la puissance de jQuery !</p><p>&nbsp;</p><p>Un bon mouseOver ou onClick :</p><p>&nbsp;</p><p> $(&quot;#div_id&quot;).unbind( &quot;click&quot; ) $('#div_id').bind(&quot;click&quot;, function() { alert('Oh yes, click me again !'; });  $(&quot;#div_id&quot;).unbind( &quot;mouseover&quot; ) $('#div_id').bind(&quot;mouseover&quot;, function() { alert('Mouse is Over me !'; }); </p><p>&nbsp;</p><p>=&gt; Pour plus de d&eacute;tails : http://jquery.developpeur-web2.com/documentation/evenements/bind.php </p><p>&nbsp;</p><p>Un bon mappage de touche (Je m'en sers pour afficher la fen&ecirc;tre de login admin sur CTRL+L)  :</p><p>&nbsp;</p><p>Ajouter &ccedil;a dans les headers, le.js est dispo en dessous de l'article :    Apr&egrave;s : $(document).shortkeys({ 'CTRL+L': function () { _dispLoginForm(); } });</p><p>&nbsp;</p><p>=&gt; Plus de d&eacute;tails : http://rikrikrik.com/jquery/shortkeys/  </p><br>jQuery.fn.shortkeys = jQuery.fn.keys = function (obj, settings) {		<br />	var el = this;<br />	this.settings = jQuery.extend({<br />			split: &quot;+&quot;,<br />			moreKeys: {}			<br />		}, settings || {});	<br />	this.wackyKeys = { '.': 190, ',': 188, ';': 59,	'Space': 32	};	<br />	this.formElements  = new Array(&quot;input&quot;, &quot;select&quot;, &quot;textarea&quot;, &quot;button&quot;);<br />	this.keys = new Array();	<br />	this.onFormElement = false;<br />	this.keysDown = new Array();<br />	this.init = function (obj) {<br />		for(x in this.wackyKeys) {<br />			this.wackyKeys[x.toUpperCase()] = this.wackyKeys[x];<br />		}<br />		for(x in obj) {<br />			this.keys.push(x.split(this.settings.split));<br />		}<br />		for(i in this.keys) {<br />			var quickArr = new Array();<br />			for(j in this.keys[i]) {<br />				quickArr.push(this.convertToNumbers(this.keys[i][j].toUpperCase()));<br />			}<br />			quickArr.sort();<br />			this.keys[i] = quickArr;<br />		}<br />	};	<br />	this.convertToNumbers = function (inp) {<br />		if (this.wackyKeys[inp] != undefined) {<br />			return this.wackyKeys[inp];<br />		}<br />		return inp.toUpperCase().charCodeAt(0);<br />	};	<br />	this.keyAdd = function(keyCode) {<br />		this.keysDown.push(keyCode);<br />		this.keysDown.sort();<br />	};<br />	this.keyRemove = function (keyCode) {<br />		for(i in this.keysDown) {<br />			if(this.keysDown[i] == keyCode) {<br />				this.keysDown.splice(i,1);<br />			}<br />		};	<br />		this.keysDown.sort();	<br />	};		<br />	this.keyTest = function (i) {<br />		if (this.keys[i].length != this.keysDown.length) return false;<br />		for(j in this.keys[i]) {<br />			if(this.keys[i][j] != this.keysDown[j]) {<br />				return false;<br />			}<br />		}	<br />		return true;<br />	};<br />	this.keyRemoveAll = function () {<br />		this.keysDown = new Array();	<br />	};<br />	this.focused = function (bool) {<br />		this.onFormElement = bool;<br />	}	<br />	$(document).keydown(function(e) {<br />		el.keyAdd(e.keyCode);<br />		var i = 0;<br />		for(x in obj) {<br />			if(el.keyTest(i) &amp;&amp; !el.onFormElement) {<br />				obj[x]();<br />				return false;<br />				break;	<br />			}			<br />			i++;<br />		};	<br />	});	<br />	$(document).keyup(function (e) {<br />		el.keyRemove(e.keyCode);<br />	});	<br />	for(x in this.formElements) {<br />		$(this.formElements[x]).focus( function () {<br />			el.focused(true);<br />		});<br />		$(this.formElements[x]).blur( function () {<br />			el.focused(false);<br />		});<br />	}	<br />	$(document).focus( function () {<br />		el.keyRemoveAll();<br />	});<br /><br />	this.init(obj);<br />	jQuery.extend(this.wackyKeys, this.settings.moreKeys);<br /><br />	return this;<br />}</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/' rel='bookmark' title='jQuery : Raffraichir un Div périodiquement !'>jQuery : Raffraichir un Div périodiquement !</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='jQuery LazyLoad Ad : Delays loading of advertising'>jQuery LazyLoad Ad : Delays loading of advertising</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/03/jquery-bind-des-evenements-mouseover-click-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 7.388 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 12:56:32 -->
<!-- Compression = gzip -->
