<?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/tag/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>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>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>Amazing HTML5 use : The Man From Hollywood</title>
		<link>http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/</link>
		<comments>http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:38:35 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[gradients]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[kinetic]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[transforms]]></category>
		<category><![CDATA[transitions]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=352</guid>
		<description><![CDATA[Voilà un effet typographique plus qu'impressionnant !En effet The Man From Hollywood créé par Tyler Gaw reprend les dialogues de Pulp Fiction pour les animer en un clip kinétique de toute splendeur.Il utilise pour ça les propriétés css3 spécifiques pour le moment à Safari et Chrome (webkit) : gradients, transforms, transition.Un petit peu de jQuery [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/' title='Permanent link to Amazing HTML5 use : The Man From Hollywood'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/04/kinetic-css-300x165.png&w=200' alt='Amazing HTML5 use : The Man From Hollywood'  /></a></div>
<div class="content">Voilà un effet typographique plus qu'impressionnant !<br><br>En effet The Man From Hollywood créé par Tyler Gaw reprend les dialogues de Pulp Fiction pour les animer en un clip kinétique de toute splendeur.<br><br>Il utilise pour ça les propriétés css3 spécifiques pour le moment à Safari et Chrome (webkit) : gradients, transforms, transition.<br><br>Un petit peu de jQuery pour animer tout ça et jouer la bande audio, pour obtenir un résultat de toute beauté.<br><br>Il utilise une fonction que j'aime bien : <br><br>[sourcecode]<br>	// Add or remove class names to advance the scene at the specified time<br>	//<br>	direct: function (actor, direction, delay)<br>	{<br>		var a = $(actor);<br>		setTimeout(function ()<br>		{<br>			if (a.hasClass(direction))<br>			{<br>				a.removeClass(direction);<br>			}<br>			else<br>			{<br>				a.addClass(direction);<br>				HOLLYWOOD.helpers.logDirection(direction);<br>			}<br>			<br>		}, delay);<br>	},<br>[/sourcecode]<br><br>Ensuite, pour animer, il a juste définit des classes comme 'spotlight', 'actions', 'end', un timeout bien réglé et le tour est joué.<br><br>Bon, Tyler à dû se prendre la tête comme il faut pour câler les images, le son etc... Mais quand on voit le résultat... Bravo !<br><br>Vu sur ajaxian.</div></div><div class="buttons"><div class="go_demo"><a href="http://www.tylergaw.com/lab/themanfromhollywood/" target="_blank" title="Link to demo page of Amazing HTML5 use : The Man From Hollywood"><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/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/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/2010/03/13/amazing-jquery-htc-hero-widget/' rel='bookmark' title='Amazing jQuery HTC HERO Widget !!'>Amazing jQuery HTC HERO Widget !!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/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>Du synchrone asynchrone avec jQuery : jsonp</title>
		<link>http://www.web2ajax.fr/2009/04/30/du-synchrone-asynchrone-avec-jquery-jsonp/</link>
		<comments>http://www.web2ajax.fr/2009/04/30/du-synchrone-asynchrone-avec-jquery-jsonp/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 12:26:40 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[asynchrone]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jsonp]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/?p=59</guid>
		<description><![CDATA[Vous le savez, jQuery est génial, c'est la classe américaine ce truc et cependant, j'avais encore un soucis avec des requetes ajax synchrone qui bloquaient le navigateur le temps du retour de la réponse et quand cette requête est exécutée toutes les 10 secondes et que le browser est bloqué 2s sur les 10s, ça [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Vous le savez, jQuery est génial, c'est la classe américaine ce truc et cependant, j'avais encore un soucis avec des requetes ajax synchrone qui bloquaient le navigateur le temps du retour de la réponse et quand cette requête est exécutée toutes les 10 secondes et que le browser est bloqué 2s sur les 10s, ça le fait pas trop...<br><br>Et bien j'ai la solution et elle se nomme 'jsonp'.<br><br><br>But What is 'jsonp' ? JSONp c'est du json et le 'p' pour 'padding' (formatage). Cette technique est utilisée par de nombreux gros voir très gros comme google, yahoo ou facebook...<br><br>Dans l'idée, celà permet d'effectuer une requete ajax en GET asynchrone (donc ne bloque pas le navigateur) et quand la réponse est disponible, jQuery créait une fonction javascript tempraire (callback) qui sera exécutée en passant le json en paramètre.<br><br>Vous allez voir, c'est dans simplicité angélique :<br><br>1. La requête jQuery :<br><br>[sourcecode language='js']<br>jQuery(document).ready(function() {<br>// To manage ajax req and be able to abort one<br>var ajax_req = {} ;<br><br>// The refresh function<br>var refresh_div = function() {<br>if ( ajax_req.refresh_div ) ajax_req.refresh_div.abort() ;<br>ajax_req.refresh_div = jQuery.ajax({<br>type:      'GET',<br>url:        '/url_to_the_page/',<br>cache:   false,<br>async:   true,<br>dataType: 'jsonp',<br>success: function(data) {<br>// Request is complete and returned a json result<br>console.log(data) ;<br>}<br>});<br>}<br><br>// The updater dameon every 10 seconds<br>if ( timer_d ) clearInterval(timer_d);<br>timer_d = setInterval(function() {<br>refresh_div() ;<br>}, 10000) ;<br>});<br>[/sourcecode]<br><br>2. La page en php qui va recevoir la requete ajax et produire le json<br><br>[sourcecode language='php']<br><br>[/sourcecode]<br><br>distributed raman amplifier3. A ce point, tout est fini ou presque et jQuery fera le reste en exécutant le callback 'success' de la requete ajax.<br><br>Voilou, j'espère avoir pu vous aider quelque peu.<br>Attention tout de même, il vous faut au minimum jquery 1.2.1 et comme je n'ai que des navigateurs à jour, je ne sais pas ce que ça donne sur des navigateurs comme IE6...</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><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>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2009/04/30/du-synchrone-asynchrone-avec-jquery-jsonp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recherche Beta Testeurs : boursereflex.com</title>
		<link>http://www.web2ajax.fr/2008/09/05/recherche-beta-testeurs-boursereflexcom/</link>
		<comments>http://www.web2ajax.fr/2008/09/05/recherche-beta-testeurs-boursereflexcom/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 18:14:26 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[bourse]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/?p=48</guid>
		<description><![CDATA[Bonjour tout le monde,&#160;Vous allez vous dire : &#34;il &#233;crit pas beaucoup de billets en ce moment et il recherche des beta testeurs gratos !!&#34;Et bah oui, et pour une raison qui explique largement la premi&#232;re :)&#160;Mon projet secret du moment ne l'ai plus trop puisqu'il va sortir incessement sous peu et donc nous aimerions [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2008/09/05/recherche-beta-testeurs-boursereflexcom/' title='Permanent link to Recherche Beta Testeurs : boursereflex.com'><img src='http://www.web2ajax.fr/thumb.php?i=http://web2ajax.fr/wp-content/uploads/blog_logo.gif&w=200' alt='Recherche Beta Testeurs : boursereflex.com'  /></a></div>
<div class="content"><p>Bonjour tout le monde,</p><p>&nbsp;</p><p>Vous allez vous dire : &quot;il &eacute;crit pas beaucoup de billets en ce moment et il recherche des beta testeurs gratos !!&quot;</p><p>Et bah oui, et pour une raison qui explique largement la premi&egrave;re :)&nbsp;</p><p>Mon projet secret du moment ne l'ai plus trop puisqu'il va sortir incessement sous peu et donc nous aimerions avoir vos avis sur le look&amp;feel et les informations qui y sont pr&eacute;sent&eacute;es.</p><p>Le site s'appelle donc boursereflex.com, un site boursier et financier dont la baseline est &quot;L'argent, vu autrement&quot;.</p><p>Je serais vraiment tr&eacute;s interess&eacute; d'avoir une vingtaine de retours sur ce qui est fait actuellement, donc si &ccedil;a vous interesse postez un petit commentaire &agrave; ce billet, j'aurais ainsi vos emails et je vous contacterais lundi soir pour vous donner les acc&egrave;s.</p><p>D'avance merci pour votre aide les bloggeurs fous !!</p></div></div><div class="buttons"><div class="go_visit"><a href="http://www.boursereflex.com/" target="_blank" title="Visit the cited website in Recherche Beta Testeurs : boursereflex.com"><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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/09/05/recherche-beta-testeurs-boursereflexcom/feed/</wfw:commentRss>
		<slash:comments>7</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>Grand retour&#8230; sur jQuery</title>
		<link>http://www.web2ajax.fr/2007/12/20/grand-retour-sur-jquery/</link>
		<comments>http://www.web2ajax.fr/2007/12/20/grand-retour-sur-jquery/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 00:52:19 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[lavf]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/12/20/grand-retour-sur-jquery/</guid>
		<description><![CDATA[Je ne sais pas si j'ai beaucoup de lecteurs... (Si je sais, j'en ai pas beaucoup ;) ), mais en tout cas ça faisait un pti moment que j'avais pas posté !Mais j'ai une bonne excuse : www.lavf.com. On a fait ça à 3,5 pendant 6 semaines et c'était un très bon challenge qui me [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Je ne sais pas si j'ai beaucoup de lecteurs... (Si je sais, j'en ai pas beaucoup ;) ), mais en tout cas ça faisait un pti moment que j'avais pas posté !<br><br>Mais j'ai une bonne excuse : www.lavf.com. On a fait ça à 3,5 pendant 6 semaines et c'était un très bon challenge qui me semble en tout cas très réussit.<br><br>Et vous savez quoi ? J'ai beaucoup appris depuis et plus particuliérement sur l'optimisation des différents plugins utilisables avec jQuery. C'est pour ça : je vais pouvoir vous donner plein de bons pti conseils sur l'utilisation :)<br><br>Donc le premier GROS conseil du jour pour optimiser l'utilisation de jQuery, et bien je l'ai découvert aujourd'hui. Notre HomePage bloqué pendant 3-4 secondes sous IE6, c'est embêtant quand que c'est encore 33% des navigateurs (sur lavf.com en tout cas)...<br><br>Alors on s'est pris la tête toute l'après-midi, parce que c'est quand même rédibitoire ce genre "d'accueil" pour un nouvel utilisateur !! Et en fait on a découvert qu'en faisant toutes nos déclarations js avec des $(document).ready(...) et bien on bloquait le navigateur car tout se faisait en même temps (la CPU grimpe comme il faut).<br><br>SOLUTION : lisser le chargement des modules sur tout le chargement de page, et c'est possible de la manière suivante :$('#div_id').ready(...)<br><br>De cette manière, dès que le div est présent et "construit" dans les éléments DOM, on applique les différents js dessus. De cette manière, le gros temps de blocage que l'on avait au début s'est trouvé "gommé" et quasi invisible lors du chargement de la page.<br><br>Dans les jours à venir, je vous mets le code pour le module de graph en haut à droite, que j'ai également optimisé à son maximum.<br><br>Ciao.</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><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/2008/02/16/apache-alternative-lighttp-the-fast-web-server/' rel='bookmark' title='Apache alternative : Lighttp, the fast web server'>Apache alternative : Lighttp, the fast web server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/12/20/grand-retour-sur-jquery/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

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