<?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; facebook</title>
	<atom:link href="http://www.web2ajax.fr/tag/facebook/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>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>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>PING.FM : PUBLIER UN FLUX RSS SUR TWITTER ET FACEBOOK</title>
		<link>http://www.web2ajax.fr/2010/04/07/ping-fm-publier-un-flux-rss-sur-twitter-et-facebook-3/</link>
		<comments>http://www.web2ajax.fr/2010/04/07/ping-fm-publier-un-flux-rss-sur-twitter-et-facebook-3/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 15:37:01 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[MicroBlogging]]></category>
		<category><![CDATA[auto publish]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[micro blogging]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[ping.fm]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=340</guid>
		<description><![CDATA[Ping.fm est un service qui permet, à partir d'une seule et unique interface, de publier automatiquement un nouveau billet sur une multitude de services de micro-blogging.On peut ainsi nommer : Twitter, Facebook ou encore Delicous dans les service supportés.C'était déjà bien sympathique bien sur, mais ils ont encore fait plus fort ! Maintenant, on associe [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/04/07/ping-fm-publier-un-flux-rss-sur-twitter-et-facebook-3/' title='Permanent link to PING.FM : PUBLIER UN FLUX RSS SUR TWITTER ET FACEBOOK'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/04/Ping.Fm_-300x119.jpg&w=200' alt='PING.FM : PUBLIER UN FLUX RSS SUR TWITTER ET FACEBOOK'  /></a></div>
<div class="content">Ping.fm est un service qui permet, à partir d'une seule et unique interface, de publier automatiquement un nouveau billet sur une multitude de services de micro-blogging.<br><br>On peut ainsi nommer : Twitter, Facebook ou encore Delicous dans les service supportés.<br><br>C'était déjà bien sympathique bien sur, mais ils ont encore fait plus fort ! Maintenant, on associe un Flux RSS à notre compte Ping.fm et dès que l'on publie un billet, il se retrouve dans le flux RSS et pouf : également sur Twitter, facebook et compagnie.<br><br><br><br>Je vais justement tester cette fonctionnalité avec ce nouveau post.<br>Et pour rappel, si vous voulez suivre les news de Web2ajax sur twitter, c'est par ici : http://twitter.com/Web2ajaX<br><br>Je vous laisse essayer tout ça :)</div></div><div class="buttons"><div class="go_visit"><a href="http://ping.fm/" target="_blank" title="Visit the cited website in PING.FM : PUBLIER UN FLUX RSS SUR TWITTER ET FACEBOOK"><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/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/10/28/social-mix-media-lagence-des-medias-sociaux/' rel='bookmark' title='Social Mix Media : L&#8217;agence des médias sociaux'>Social Mix Media : L&#8217;agence des médias sociaux</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/2010/04/07/ping-fm-publier-un-flux-rss-sur-twitter-et-facebook-3/feed/</wfw:commentRss>
		<slash:comments>3</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>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>
	</channel>
</rss>

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