<?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>Fri, 16 Jul 2010 12:29:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<atom:link rel='hub' href='http://www.web2ajax.fr/?pushpress=hub'/>
		<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[Mes travaux]]></category>
		<category><![CDATA[jQuery]]></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/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='Permanent Link: 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/04/07/graphics-like-google-charts/' rel='bookmark' title='Permanent Link: Graphics like Google Charts !'>Graphics like Google Charts !</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/04/22/how-to-hide-oldest-comments-in-wordpress-with-jquery/' rel='bookmark' title='Permanent Link: WordPress Tips : Hide oldest comments in wordpress with jQuery'>WordPress Tips : Hide oldest comments in wordpress with jQuery</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>0</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[Mes travaux]]></category>
		<category><![CDATA[jQuery]]></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/10/lavieimmocom-mon-premier-gros-projet-en-ligne/' rel='bookmark' title='Permanent Link: LaVieImmo.com : mon premier gros projet en ligne !'>LaVieImmo.com : mon premier gros projet en ligne !</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='Permanent Link: jQuery : Edit in place plugin'>jQuery : Edit in place plugin</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[Mes travaux]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[jQuery]]></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/2008/04/30/wptouch-un-plugin-iphone-pour-wordpress/' rel='bookmark' title='Permanent Link: WPTouch : un plugin iPhone pour WordPress'>WPTouch : un plugin iPhone pour WordPress</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/' rel='bookmark' title='Permanent Link: Defer Google Analytics Tracking : jquery.gaTracker'>Defer Google Analytics Tracking : jquery.gaTracker</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='Permanent Link: 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='Permanent Link: 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/2007/09/30/jquery-rounded-corners-plugin/' rel='bookmark' title='Permanent Link: jQuery : Rounded corners plugin'>jQuery : Rounded corners plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='Permanent Link: 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/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[Mes travaux]]></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[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)Gains on my blog [...]]]></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><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://www.web2ajax.fr/examples/jquery.lazyLoadAd.js/" 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/06/10/defer-google-analytics-tracking-jquery-gatracker/' rel='bookmark' title='Permanent Link: 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='Permanent Link: 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/03/11/starbox-permettre-a-vos-visiteurs-de-noter-avec-des-etoiles/' rel='bookmark' title='Permanent Link: Starbox, permettre à vos visiteurs de noter avec des étoiles !'>Starbox, permettre à vos visiteurs de noter avec des étoiles !</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>0</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;FaceBook Like &#8211; jQuery and autosuggest Search Engine &#160;jQuery LazyLoad Ad : Delays loading of advertising]]></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='Permanent Link: Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='Permanent Link: 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/25/jquery-lazyload-ad-defer-advertisement-loading/' rel='bookmark' title='Permanent Link: 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/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[Mes travaux]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mac]]></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;FaceBook Like &#8211; [...]]]></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/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='Permanent Link: 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/08/20/ajax-effet-menu-dock-a-la-macos-x/' rel='bookmark' title='Permanent Link: 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='Permanent Link: 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>2</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/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='Permanent Link: jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='Permanent Link: 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/06/10/defer-google-analytics-tracking-jquery-gatracker/' rel='bookmark' title='Permanent Link: 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/2008/04/25/iui-lavf-en-version-iphone/' rel='bookmark' title='Permanent Link: Framework IUI : Lavf.com en version iPhone'>Framework IUI : Lavf.com en version iPhone</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='Permanent Link: jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/' rel='bookmark' title='Permanent Link: Quel framework Ajax choisir ?'>Quel framework Ajax choisir ?</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[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[script]]></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='Permanent Link: 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='Permanent Link: 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='Permanent Link: 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[Scriptaculous]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></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/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='Permanent Link: jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/' rel='bookmark' title='Permanent Link: jQuery : Rounded corners plugin'>jQuery : Rounded corners plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/' rel='bookmark' title='Permanent Link: Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X'>Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X</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[Css]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[autosuggest]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[search engine]]></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/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/' rel='bookmark' title='Permanent Link: 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/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/' rel='bookmark' title='Permanent Link: 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/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='Permanent Link: jQuery : Edit in place plugin'>jQuery : Edit in place plugin</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>168</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>No related posts.</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[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></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/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/' rel='bookmark' title='Permanent Link: 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/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='Permanent Link: 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='Permanent Link: 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[Mes travaux]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></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='Permanent Link: 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='Permanent Link: 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='Permanent Link: 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[Mes travaux]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></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='Permanent Link: 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='Permanent Link: 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='Permanent Link: Insérez des indicateurs de chargement directement en JavaScript !!'>Insérez des indicateurs de chargement directement en JavaScript !!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Quel framework Ajax choisir ?</title>
		<link>http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/</link>
		<comments>http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 12:11:44 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Framork]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[jQuery]]></category>

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

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/' rel='bookmark' title='Permanent Link: 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/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Permanent Link: Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/25/iui-lavf-en-version-iphone/' rel='bookmark' title='Permanent Link: 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/2007/09/07/quel-framework-ajax-choisir/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>jQuery : Bind des événements mouseover, click, key&#8230;</title>
		<link>http://www.web2ajax.fr/2007/09/03/jquery-bind-des-evenements-mouseover-click-key/</link>
		<comments>http://www.web2ajax.fr/2007/09/03/jquery-bind-des-evenements-mouseover-click-key/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 19:42:55 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>

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

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/' rel='bookmark' title='Permanent Link: 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/03/jquery-bind-des-evenements-mouseover-click-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effect &#8216;Accordéon&#8217; sur les menus</title>
		<link>http://www.web2ajax.fr/2007/08/20/effect-accordeon-sur-les-menus/</link>
		<comments>http://www.web2ajax.fr/2007/08/20/effect-accordeon-sur-les-menus/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 21:29:40 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[accordéon]]></category>
		<category><![CDATA[accordion]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/2007/08/20/effect-accordeon-sur-les-menus/</guid>
		<description><![CDATA[Deux solutions pour créer des menus accordéon comme sur le site d'apple [http://www.apple.com/downloads/]. Ces menus ont l'avantage d'etre du plus bel effet mais également un gain de place. Avec jQuery : http://berndmatzner.de/jquery/hoveraccordion/ Avec scriptaculous : http://stickmanlabs.com/accordion/ Related posts:&#160;Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X &#160;Validation plugin (Jquery OU Scriptaculous ?) &#160;Quel framework Ajax [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2007/08/20/effect-accordeon-sur-les-menus/' title='Permanent link to Effect &#8216;Accordéon&#8217; sur les menus'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.ajaxrain.com/rainImage/080601.jpg&w=200' alt='Effect &#8216;Accordéon&#8217; sur les menus'  /></a></div>
<div class="content">Deux solutions pour créer des menus accordéon comme sur le site d'apple [http://www.apple.com/downloads/]. Ces menus ont l'avantage d'etre du plus bel effet mais également un gain de place.  <br><br>Avec jQuery : http://berndmatzner.de/jquery/hoveraccordion/ <br><br>Avec scriptaculous :  http://stickmanlabs.com/accordion/ </div></div><div class="buttons"><div class="go_demo"><a href="http://berndmatzner.de/jquery/hoveraccordion/" target="_blank" title="Link to demo page of Effect &#8216;Accordéon&#8217; sur les menus"><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='Permanent Link: 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/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Permanent Link: Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/07/quel-framework-ajax-choisir/' rel='bookmark' title='Permanent Link: Quel framework Ajax choisir ?'>Quel framework Ajax choisir ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/08/20/effect-accordeon-sur-les-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X</title>
		<link>http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/</link>
		<comments>http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 19:08:47 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[fisheye]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/</guid>
		<description><![CDATA[Sans FrameWork AJAX : FishEye Menu Avec jQuery : iconDock jQuery Plugin Avec prototype et scriptaculous : WhaleSalad Related posts:&#160;Quel framework Ajax choisir ? &#160;Validation plugin (Jquery OU Scriptaculous ?) &#160;Effect &#8216;Accordéon&#8217; sur les menus]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/' title='Permanent link to Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/usr_files/blog/20070830_1.gif&w=200' alt='Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X'  /></a></div>
<div class="content">Sans FrameWork AJAX : FishEye Menu <br><br>Avec jQuery : iconDock jQuery Plugin <br><br>Avec prototype et scriptaculous : WhaleSalad </div></div><div class="buttons"><div class="go_demo"><a href="http://marcgrabanski.com/code/fisheye-menu/" target="_blank" title="Link to demo page of Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X"><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/09/07/quel-framework-ajax-choisir/' rel='bookmark' title='Permanent Link: Quel framework Ajax choisir ?'>Quel framework Ajax choisir ?</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Permanent Link: Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/effect-accordeon-sur-les-menus/' rel='bookmark' title='Permanent Link: Effect &#8216;Accordéon&#8217; sur les menus'>Effect &#8216;Accordéon&#8217; sur les menus</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 20.478 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-29 23:27:14 -->
