<?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</title>
	<atom:link href="http://www.web2ajax.fr/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>@cvdujour : Ca marche vraiment bien !</title>
		<link>http://www.web2ajax.fr/2010/06/10/cvdujour-ca-marche-vraiment-bien/</link>
		<comments>http://www.web2ajax.fr/2010/06/10/cvdujour-ca-marche-vraiment-bien/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 18:53:12 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cv]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=511</guid>
		<description><![CDATA[Je voulais vous présenter un concept de MrBoo qui a littéralement boosté ma visibilité dans ma recherche d'emploi aujourd'hui.Le concept s'appelle cvdujour et l'idée est très simple : tous les jours, 1 CV publié.Pour le moment consultable sur Twitter à l'adresse : @cvdujour, ce flux est suivi par des entrepreneurs et recruteurs forcément au fait [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/06/10/cvdujour-ca-marche-vraiment-bien/' title='Permanent link to @cvdujour : Ca marche vraiment bien !'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/06/cvdujour-300x159.jpg&w=200' alt='@cvdujour : Ca marche vraiment bien !'  /></a></div>
<div class="content">Je voulais vous présenter un concept de MrBoo qui a littéralement boosté ma visibilité dans ma recherche d'emploi aujourd'hui.<br><br>Le concept s'appelle cvdujour et l'idée est très simple : tous les jours, 1 CV publié.<br><br>Pour le moment consultable sur Twitter à l'adresse : @cvdujour, ce flux est suivi par des entrepreneurs et recruteurs forcément au fait de l'actualité web, donc c'est que du bonheur !<br>Et qu'est-ce que ça va être quand le site web sera en ligne : http://www.cvdujour.com/  :)<br><br>Pour que MrBoo diffuse votre CV, rien de plus simple : envoyer un tweet à @cvdujour, en stipulant le poste que vous recherchez et l'adresse web de votre CV en ligne.<br><br>Pour moi, ça s'est traduit par 2 contacts concrets et une forte progression de la fréquentation sur web2ajax.fr et un pic de malade sur delarueguillaume.com, l'adresse de mon cv fournie dans le message de twitter.<br><br>Je ne peux donc que vous recommander cette option de recherche d'emploi :)<br><br>Encore un grand merci à MrBoo !</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/18/besoin-dun-menu-css-joli-vite-fait-bien-fait/' rel='bookmark' title='Permanent Link: Besoin d&#8217;un menu CSS joli, vite fait bien fait ?'>Besoin d&#8217;un menu CSS joli, vite fait bien fait ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/06/10/cvdujour-ca-marche-vraiment-bien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defer Google Analytics Tracking : jquery.gaTracker</title>
		<link>http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/</link>
		<comments>http://www.web2ajax.fr/2010/06/10/defer-google-analytics-tracking-jquery-gatracker/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:01:27 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[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/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/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/2007/09/03/jquery-bind-des-evenements-mouseover-click-key/' rel='bookmark' title='Permanent Link: jQuery : Bind des événements mouseover, click, key&#8230;'>jQuery : Bind des événements mouseover, click, key&#8230;</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>How to detect visitors language with PHP</title>
		<link>http://www.web2ajax.fr/2010/06/01/how-to-detect-visitors-language-with-php/</link>
		<comments>http://www.web2ajax.fr/2010/06/01/how-to-detect-visitors-language-with-php/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 16:04:55 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Accessibilité]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[autodetect]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[language]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=480</guid>
		<description><![CDATA[I'll show you here how to implement a simple solution to detect and serve content in the visitor language.For this, I use two web domains, one with a '.com' extension and the other in '.fr'But you can either use it as subdomain, like 'fr.website.com' or 'en.website.com'.And third solution, only based on a url param and [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">I'll show you here how to implement a simple solution to detect and serve content in the visitor language.<br><br>For this, I use two web domains, one with a '.com' extension and the other in '.fr'<br>But you can either use it as subdomain, like 'fr.website.com' or 'en.website.com'.<br>And third solution, only based on a url param and cookies.<br><br>Let me explains more below..<br><br><br>First to see an example : check at www.delarueguillaume.com.<br><br>How to Implement it ?<br>What you need : <br>The first thing we have to do is to detect the visitor language. For this, I'd find a very simple, but efficiently, PHP class named 'Language' ( from Jonas Raoni Soares Silva ). <br><br>Below, this the code to paste in a new file called "LanguageDetect.php", located in your website directory.<br><br>[sourcecode][/sourcecode]<br><br>Auto Detection<br>1/ Now to detect visitor's language, we have to load the LanguageDetect class file, like that :<br>[sourcecode][/sourcecode]<br><br>2/ Set accepted languages : (for me, French or English)<br>[sourcecode][/sourcecode]<br><br>3/ And finally Retrieve best match, which give :<br>[sourcecode][/sourcecode]<br><br>URL Param : $_GET[lang]<br>If the GET 'lang' param is added to url, like 'www.example.com?lang=fr', we overwrite the auto detection value.<br>It's useful to let visitor choose is language by clicking on country flag by example.<br><br>Our code becomes : <br>[sourcecode][/sourcecode]<br><br>Cookie Store and get preferences<br>To avoid to send each time the GET[lang] param, you can use cookies to store language.<br>[sourcecode][/sourcecode]<br><br>Translation File Linking :<br><br>Basics<br>We'll create a file called 'i18n'. This file will contains translations and a function to return translated output.<br>[sourcecode]</div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/06/01/how-to-detect-visitors-language-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CV en ligne : Recherche emploi sur Paris ou US</title>
		<link>http://www.web2ajax.fr/2010/05/31/cv-en-ligne-recherche-emploi-sur-paris/</link>
		<comments>http://www.web2ajax.fr/2010/05/31/cv-en-ligne-recherche-emploi-sur-paris/#comments</comments>
		<pubDate>Mon, 31 May 2010 15:47:54 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[consultant web]]></category>
		<category><![CDATA[cv en ligne]]></category>
		<category><![CDATA[développeur web]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=460</guid>
		<description><![CDATA[Je tenais à vous présenter le site que je viens de mettre en ligne pour présenter mon CV, mon Portfolio et mes expériences. Tout se passe sur : www.delarueguillaume.com Par la même occasion, je profite de ce billet pour vous glisser que je recherche un Job de développeur ou de consultant web sur Paris. Je [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/05/31/cv-en-ligne-recherche-emploi-sur-paris/' title='Permanent link to CV en ligne : Recherche emploi sur Paris ou US'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/05/Guillaume-DE-LA-RUE-CV-Développeur-Consultant-et-Designer-WEB_1275016057111-244x300.png&w=200' alt='CV en ligne : Recherche emploi sur Paris ou US'  /></a></div>
<div class="content">Je tenais à vous présenter le site que je viens de mettre en ligne pour présenter mon CV, mon Portfolio et mes expériences. <br>Tout se passe sur : www.delarueguillaume.com <br><br>Par la même occasion, je profite de ce billet pour vous glisser que je recherche un Job de développeur ou de consultant web sur Paris. <br><br>Je vais en effet déménager prochainement et je me disais que revenir à l'endroit qui m'avait "professionnalisé" était plutôt une bonne idée. <br>Ce serait également une belle occasion d'offrir mes services à une entreprise dynamique à la recherche de marchés innovants, apprendre toujours et encore.<br><br>Donc si vous êtes à la recherche de quelqu'un comme moi, n'hésitez pas à me contacter ;)<br><br>Pour me contacter : <br>Email : delarueguillaume@gmail.com<br>CV en ligne : http://www.delarueguillaume.com/<br>Portfolio : http://www.delarueguillaume.com/#portfolio<br>Télécharger en PDF : CV_DE-LA-RUE_Guillaume.pdf</div></div><div class="buttons"><div class="go_visit"><a href="http://www.delarueguillaume.com/" target="_blank" title="Visit the cited website in CV en ligne : Recherche emploi sur Paris ou US"><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/2010/06/10/cvdujour-ca-marche-vraiment-bien/' rel='bookmark' title='Permanent Link: @cvdujour : Ca marche vraiment bien !'>@cvdujour : Ca marche vraiment bien !</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/05/31/cv-en-ligne-recherche-emploi-sur-paris/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Optimisation des Performances : GTmetrix, htaccess et Amazon S3</title>
		<link>http://www.web2ajax.fr/2010/05/14/optimisation-des-performances-gtmetrix-htaccess-et-amazon-s3/</link>
		<comments>http://www.web2ajax.fr/2010/05/14/optimisation-des-performances-gtmetrix-htaccess-et-amazon-s3/#comments</comments>
		<pubDate>Fri, 14 May 2010 17:00:25 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[gtmetrix]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=424</guid>
		<description><![CDATA[Suite à l'article de Korben : GTmetrix vous aide à optimiser le temps de chargement de vos pages, je me suis dit que je pouvais améliorer significativement les temps de chargement de mes sites en améliorant les dates d'expiration des fichiers statiques (images, css et js), en retirant les ETags et en hébergeant les images [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/05/14/optimisation-des-performances-gtmetrix-htaccess-et-amazon-s3/' title='Permanent link to Optimisation des Performances : GTmetrix, htaccess et Amazon S3'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/05/gtmetrix-amazon.jpg&w=200' alt='Optimisation des Performances : GTmetrix, htaccess et Amazon S3'  /></a></div>
<div class="content">Suite à l'article de Korben : GTmetrix vous aide à optimiser le temps de chargement de vos pages, je me suis dit que je pouvais améliorer significativement les temps de chargement de mes sites en améliorant les dates d'expiration des fichiers statiques (images, css et js), en retirant les ETags et en hébergeant les images sur Amazon S3.<br><br>On pourrait se dire que la première étape est inutile puisque les fichiers concernés devraient être sur Amazon, mais dans la pratique, on a toujours 2-3 images, issues d'un plugin wordpress par exemple, qui seront toujours appelées de votre serveur. <br><br><br>Expires : configuration de .htaccess + apache2<br>Il faut tout d'abord activer les extensions 'expires.load' et 'headers.load' ci ce n'est pas déjà fait.<br>Pour ce faire, on vérifie que l'action n'est pas activée :<br><br>ls /etc/apache2/mods-enabled/expires.load<br>ls /etc/apache2/mods-enabled/headers.load<br><br>Si vous avez : "ls: ne peut accèder /etc/apache2/mods-enabled/expires.load: Aucun fichier ou répertoire de ce type", c'est que l'extension n'est pas activée.<br><br>Pour l'activer : <br>ln -s /etc/apache2/mods-available/expires.load /etc/apache2/mods-enabled/expires.load<br>ln -s /etc/apache2/mods-available/headers.load /etc/apache2/mods-enabled/headers.load<br><br>Ensuite, on vérifie la config d'apache et on reload :<br>apache2ctl configtest<br>=> Syntax OK<br>/etc/init.d/apache2 reload<br>=> Reloading web server config: apache2.<br><br>Dans votre fichier .htaccess, il faut ajouter les lignes suivantes :<br># BEGIN Expires + ETag remove<br><br>Header unset ETag<br>FileETag None<br><br>ExpiresActive On<br>ExpiresDefault A0<br>ExpiresByType image/gif A2592000<br>ExpiresByType image/png A2592000<br>ExpiresByType image/jpg A2592000<br>ExpiresByType image/jpeg A2592000<br>ExpiresByType image/ico A2592000<br>ExpiresByType text/css A2592000<br>ExpiresByType text/javascript A2592000<br><br># END Expires + ETag remove<br><br>La date d'expiration par défaut est donc à 0s et pour les gif, jpeg, css, js... on passe la date à 30j ( 2 592 000 secondes).<br><br>Pour en savoir plus sur le pourquoi du comment il faut retirer les ETag, je vous invite à lire cet article : Best Practices for Speeding Up Your Web Site<br><br>Amazon Single Storage Service<br>Maintenant, on va mettre les fichiers statiques (images, css et js) sur Amazon S3.<br><br>Il vous faut tout d'abord vous rendre sur http://aws.amazon.com/s3/, créer un compte développeur si vous n'en avez pas, liez votre CB à ce compte et suivre les étapes pour activer votre compte.<br><br>Ensuite, il vous faut un client pour créer et mettre à jour vos instances, nommées buckets, une pour chaque site. Différents outils en ligne de commande ou libs sont également dispos pour scripter tout ça.<br>Personnellement, j'utilise cyberduck pour mac et voici la config : <br><br><br>Server : s3.amazonaws.com<br>Port : 443<br>Username : Access Key ID ( http://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key)<br>Password : The secret Access key <br><br>Maintenant, les répertoires à la racine sont les 'buckets', on va donc en créer un pour chaque site et ensuite, tout se comporte comme un FTP standard.<br><br>Intégration des fichiers statiques<br>Une fois tous vos fichiers copiés sur S3, il ne vous reste plus qu'à modifier les chemins des fichiers statiques dans vos templates.<br>L'url de base utilisée sera :<br>http://the_bucket_name.s3.amazon.com/repertoire/fichier.extension<br><br>Coût de l'opération<br>J'ai en fait trouvé les tarifs très cheap car on est à 0.15$ du Giga uploadé. Ca me convient, maintenant faut voir si ça contient à tout le monde ^^.<br>Ca me permet en tout cas, avec un pti serveur comme un kimsufi, d'héberger plusieurs sites et donc finalement de réduire les coûts, étant donné que je réduis significativement la charge du serveur.<br><br>Conclusion<br>Après ces ajustements effectués et d'après GTmetrix, je suis passé d'un score de 67% à 75% sous YSlow et de 72 à 86% pour Google Page Speed !<br>Yeah !<br><br>Si vous avez des questions, je suis là ^</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/05/14/optimisation-des-performances-gtmetrix-htaccess-et-amazon-s3/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>Add Facebook social plugin from Open Graph on your website</title>
		<link>http://www.web2ajax.fr/2010/04/23/add-facebook-social-plugin-from-open-graph-on-your-website/</link>
		<comments>http://www.web2ajax.fr/2010/04/23/add-facebook-social-plugin-from-open-graph-on-your-website/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 23:03:16 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[F8]]></category>
		<category><![CDATA[Facebook Event]]></category>
		<category><![CDATA[Facebook social plugin]]></category>
		<category><![CDATA[like button]]></category>
		<category><![CDATA[open graph]]></category>
		<category><![CDATA[url to like]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=398</guid>
		<description><![CDATA[Since last Facebook Event, the F8, it becomes very easy to add the 'Like' button under any post on your blog or website.Let's see how to do that in a few words and less than 5 minutes.In facts, go to http://developers.facebook.com/docs/reference/plugins/like and generate the code, regarding layout, colors...Now, copy the code and simply paste it [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/04/23/add-facebook-social-plugin-from-open-graph-on-your-website/' title='Permanent link to Add Facebook social plugin from Open Graph on your website'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/04/Open-Graph1.png&w=200' alt='Add Facebook social plugin from Open Graph on your website'  /></a></div>
<div class="content">Since last Facebook Event, the F8, it becomes very easy to add the 'Like' button under any post on your blog or website.<br><br>Let's see how to do that in a few words and less than 5 minutes.<br><br><br>In facts, go to http://developers.facebook.com/docs/reference/plugins/like and generate the code, regarding layout, colors...<br><br>Now, copy the code and simply paste it where you want to insert this feature on your page.<br><br>And that's all !!<br>Impressive no ? Let see example just under this post ^^<br><br>Below, you can find the code to add in your wordpress blog. <br>And in a more general case, replace get_permalink() by your dynamic url.<br><br>[sourcecode]<br><br>[/sourcecode]</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/04/23/add-facebook-social-plugin-from-open-graph-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</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>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/06/10/cvdujour-ca-marche-vraiment-bien/' rel='bookmark' title='Permanent Link: @cvdujour : Ca marche vraiment bien !'>@cvdujour : Ca marche vraiment bien !</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>Website Optimization : Compress Images with punyPNG</title>
		<link>http://www.web2ajax.fr/2010/03/31/website-optimization-compress-images-with-punypng-2/</link>
		<comments>http://www.web2ajax.fr/2010/03/31/website-optimization-compress-images-with-punypng-2/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 23:13:06 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[compress images]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[jpeg compression]]></category>
		<category><![CDATA[png images]]></category>
		<category><![CDATA[punypng]]></category>
		<category><![CDATA[smashit]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=314</guid>
		<description><![CDATA[Perhaps you already know smushit, the Yahoo! service that compress your png files without alterate them. First in the domain, the service has some inconvenients as multiple images upload.With PunyPNG, no problem : you can upload up to 50 files and download a zip archive containing all optimized images.And it's not all : fully supports [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/03/31/website-optimization-compress-images-with-punypng-2/' title='Permanent link to Website Optimization : Compress Images with punyPNG'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/03/punyPNG.png&w=200' alt='Website Optimization : Compress Images with punyPNG'  /></a></div>
<div class="content">Perhaps you already know smushit, the Yahoo! service that compress your png files without alterate them. <br><br>First in the domain, the service has some inconvenients as multiple images upload.<br><br>With PunyPNG, no problem : you can upload up to 50 files and download a zip archive containing all optimized images.<br><br>And it's not all : fully supports for PNG, .GIF, .JPG, no problem of transparency.<br><br>The icing on the cake : once registered, you can use punyPNG's API.<br>For example, if you want to optimize a single image (in a batch for example), simply call :<br>[sourcecode]<br>http://www.gracepointafterfive.com/punypng/api/optimize?img=http://www.conradchu.com/images/portfolio/targets.gif&key=fe79db612343cbc781d4faddd22990d282e24e75c<br>[/sourcecode]<br><br>Will return in JSON : <br>[sourcecode]<br>{&quot;savings_bytes&quot;: 7149, &quot;original_url&quot;: &quot;http://www.conradchu.com/images/portfolio/targets.gif&quot;, &quot;original_size&quot;: 35071, &quot;optimized_url&quot;: &quot;http://www.gracepointafterfive.com/punypng/attachments/eb1955a35625ea97e107132cbd49b65840d35532/targets.gif.png&quot;, &quot;group_id&quot;: &quot;&quot;, &quot;savings_percent&quot;: 21, &quot;optimized_size&quot;: 27922}<br>[/sourcecode]<br><br>Web2ajaX images are optimized with PunyPNG, and I find no degradation, adopted ? <br><br>Click on 'Visit Link' to have more infos.</div></div><div class="buttons"><div class="go_visit"><a href="http://www.gracepointafterfive.com/punypng-making-the-web-a-more-puny-place" target="_blank" title="Visit the cited website in Website Optimization : Compress Images with punyPNG"><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>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/03/31/website-optimization-compress-images-with-punypng-2/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>New Blog Design on web2ajax !</title>
		<link>http://www.web2ajax.fr/2010/03/19/new-blog-design-on-web2ajax/</link>
		<comments>http://www.web2ajax.fr/2010/03/19/new-blog-design-on-web2ajax/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:40:42 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[funky]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=156</guid>
		<description><![CDATA[Web2ajaX has a new face today !!More Funky, more colored, I hope those changes on theme will enjoy your navigation on this blog.Bye and see you for the next episode... Related posts:&#160;Ouverture du Blog !! &#160;WordPress Tips : Hide oldest comments in wordpress with jQuery]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/03/19/new-blog-design-on-web2ajax/' title='Permanent link to New Blog Design on web2ajax !'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/03/web2ajax_newDesign-177x300.png&w=200' alt='New Blog Design on web2ajax !'  /></a></div>
<div class="content">Web2ajaX has a new face today !!<br><br>More Funky, more colored, I hope those changes on theme will enjoy your navigation on this blog.<br><br>Bye and see you for the next episode...</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/ouverture-du-blog/' rel='bookmark' title='Permanent Link: Ouverture du Blog !!'>Ouverture du Blog !!</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/03/19/new-blog-design-on-web2ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thumb.php v1.1 : Créer des aperçus d&#8217;image très facilement avec GD</title>
		<link>http://www.web2ajax.fr/2010/03/19/creer-des-apercus-dimage-tres-facilement-avec-gd/</link>
		<comments>http://www.web2ajax.fr/2010/03/19/creer-des-apercus-dimage-tres-facilement-avec-gd/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:19:07 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[gd]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[thumb]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[librairie]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2008/03/02/creer-des-apercus-dimage-tres-facilement-avec-gd/</guid>
		<description><![CDATA[Très utile pour créer une vignette d'une image, voici un script que j'utilise déjà un pti moment : thumb.phpCe script php permet :• Un resize de qualité• Prise en charge de tous les formats d'image reconnus par GD• Mise en cache des images générées• L'image n'est pas resizée si plus petite que les dimensions fixées• [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Très utile pour créer une vignette d'une image, voici un script que j'utilise déjà un pti moment : thumb.php<br><br>Ce script php permet :<br><br>• Un resize de qualité<br>• Prise en charge de tous les formats d'image reconnus par GD<br>• Mise en cache des images générées<br>• L'image n'est pas resizée si plus petite que les dimensions fixées<br>• Une manière sûre de ne pas dépasser une dimension fixée<br><br>Voici comment utiliser le script dans votre page HTML :<br><br>[sourcecode]<br>&lt;img src=&quot;thumb.php?i=chemin_image&amp;amp;w=150&amp;amp;h=150&quot;&gt;<br>[/sourcecode]<br><br>i => Chemin de l'image sur le serveur<br>w => Largeur maximale<br>h => Hauteur maximale<br>iar => 0 aspect ratio conserved / 1 picture deformed<br><br>Pour éviter de déformer l'image, je vous conseille d'utiliser dans tous les cas une hauteur égale à la largeur.<br><br>Le script :<br><br>[sourcecode]<br>&lt;?php<br>#@<br>#@ Load a picture and take few parameters<br>#@ Build cache file for thumbnail view<br>#@ <br>#@ Created by Guillaume DE LA RUE &lt;http://web2ajax.fr/&gt;<br>#@ Version 1.1 : 2010/03/19<br>#@<br><br>#@<br>#@ Local Function to get extension<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">function _getExtension($file_name) {<br>	$file_infos = pathinfo($file_name);<br>	return '.'.$file_infos['extension'] ;<br>}<br>	<br>#@<br>#@ Config<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">$cache_dir = 'tmp/thumbs/' ;<br><br>#@<br>#@ Get url params<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">$width 			= (int) $_GET['w'] ;<br>$height			= (int) $_GET['h'] ;<br>$image_file		= $_GET['i'];<br>$image_quality	= (int) $_GET['q'] ;<br>$cache_force	= $_GET['nocache'] ;<br><br>#@<br>#@ Customize the image url<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">$image_file = urldecode($image_file) ;<br>$image_file = @reset(@explode('?', $image_file)) ;<br><br>#@<br>#@ Set vars<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">$image_file_extension 	= _getExtension($image_file, true) ;<br>$image_file_basename 	= basename($image_file, $image_file_extension) ;	// Filename without extension '.jpg'<br>$thumb_file				= $image_file ;<br><br>#@<br>#@ Infos in image_file<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">## Get md5 of files location<br>$thumb_file_md5 = md5($thumb_file).&quot;_&quot;.$width.&quot;_&quot;.$height.&quot;_&quot;.$_GET['iar'] ;<br>$hex_folder = substr($thumb_file_md5, 0, 2).'/' ;<br>$img_thumb = $cache_dir.$hex_folder.$thumb_file_md5.$image_file_extension ;<br><br>// Create a thumb from image<br>function create_thumb($src, $dest, $width = 0, $height = 0, $deform = false, $no_img = './assets/img/trans.gif' ) {<br>	<br>	## Make directory<br>	@mkdir(dirname($dest)) ;<br>	<br>	## Get infos on file with exif<br>	list($width_original, $height_original, $image_mime) = @getimagesize($src);  <br>	<br>	// Init w &amp;amp; h<br>	$_w = ( $width ? $width : $width_original ) ;<br>	$_h = ( $height ? $height : $height_original ) ;<br>	<br>	// If error <br>	if ( ! $image_mime ) {<br>		$src = $no_img ;<br>		list($width_original, $height_original, $image_mime) = getimagesize($src);  <br>	}<br>	<br>	## Detect Portait( =&gt; 0) / paysage ( =&gt; 1)<br>	if ( $width_original &lt;= $height_original ) {<br>		$image_type = 0 ;<br>	} else {<br>		$image_type = 1 ;<br>	}<br>	<br>	## If width or height is empty =&gt; auto<br>	if ( $_w == 0 &amp;amp;&amp;amp; $_h &gt; 0 ) {<br>		$_w = $width_original * ($_h / $height_original ) ;<br>	} else if ( $width &gt; 0 &amp;amp;&amp;amp; $height == 0 ) { <br>		$_h = $height_original * ($_w / $width_original ) ;<br>	} else {<br>		$is_error = true ;<br>	}<br>			<br>	## Define best size to thumb depending params<br>	if ( $image_type == 0 ) {<br>		$best_height 	= $_h ;<br>		if ( $height_original ) $best_width 	= (int) ( $width_original * ($_h / $height_original ) ) ;<br>	} else {<br>		$best_width 	= $_w ;<br>		if ( $width_original ) $best_height 	= (int) ( $height_original * ( $_w / $width_original ) ) ;		<br>	}<br>	<br>	## If picture is little than wanted =&gt; don't stretch it, juste create a standard thumbnail<br>	if ( $width_original &lt; $_w &amp;amp;&amp;amp; $height_original &lt; $_h ) {<br>		$best_width = $width_original ;<br>		$best_height = $height_original ;		<br>	} <br>	<br>	## If 'iar' is setted =&gt; do desired stretching and no more<br>	if ( $deform == &quot;1&quot; ) {<br>		$best_width = (int) $width ;<br>		$best_height = (int) $height ;<br>	}<br>		<br>	// set image type, blending and set functions for gif, jpeg and png  <br>	switch($image_mime){  <br>	  case IMAGETYPE_PNG:  $img = 'png';  $blending = false; break;  <br>	  case IMAGETYPE_GIF:  $img = 'gif';  $blending = true;  break;  <br>	  case IMAGETYPE_JPEG: $img = 'jpeg'; break;  <br>	}  <br>	$imagecreate = &quot;imagecreatefrom$img&quot;;  <br>	$imagesave   = &quot;image$img&quot;;  <br>	<br>	// initialize image from the file  <br>	$image1 = $imagecreate($src);  <br>	<br>	// create a new true color image with dimensions $width2 and $height2  <br>	$image2 = imagecreatetruecolor($best_width, $best_height);  <br>	<br>	// preserve transparency for PNG and GIF images  <br>	if ($img == 'png' || $img == 'gif'){  <br>	  // allocate a color for thumbnail  <br>	  $background = imagecolorallocate($image2, 0, 0, 0);  <br>	  // define a color as transparent  <br>	  imagecolortransparent($image2, $background);  <br>	  // set the blending mode for thumbnail  <br>	  imagealphablending($image2, $blending);  <br>	  // set the flag to save alpha channel  <br>	  imagesavealpha($image2, true);  <br>	}  <br>	<br>	// save thumbnail image to the file  <br>	imagecopyresampled($image2, $image1, 0, 0, 0, 0, $best_width, $best_height, $width_original, $height_original);  <br>	$imagesave($image2, $dest, ($img == 'jpeg' ? 100 : true));  	<br>	ImageDestroy($image2); <br>}<br><br>#@<br>#@ If thumbnail doesn't exists create it !<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">if ( ! file_exists($img_thumb) || $cache_force == &quot;true&quot;) <br>	create_thumb($image_file, $img_thumb, $width, $height, $deform = $_GET['iar']) ;<br>else <br><br>// -&gt; Get the type mime of the image<br>list($width_original, $height_original, $image_mime) = getimagesize($img_thumb);  <br>switch($image_mime){  <br>  case IMAGETYPE_PNG:  $image_mime = 'image/png';  break;  <br>  case IMAGETYPE_GIF:  $image_mime = 'image/gif';  break;  <br>  case IMAGETYPE_JPEG: $image_mime = 'image/jpeg'; break;  <br>}  <br><br>#@<br>#@ FORCE TO CACHE IMAGE<br>#@ <div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content"><div class="content">$img_content = file_get_contents($img_thumb) ;<br><br>// not sure if this stuff is really needed, but works:<br>@header(&quot;Cache-Control: private, max-age=10800, pre-check=10800&quot;);<br>@header(&quot;Pragma: private&quot;);<br>@header(&quot;Expires: &quot; . date(DATE_RFC822,strtotime(&quot;+100 day&quot;)));<br>// the browser will send a $_SERVER['HTTP_IF_MODIFIED_SINCE'] <br>// option 1, you can just check if the browser is sendin this<br>if(isset($_SERVER['HTTP_IF_MODIFIED_SINCE'])){<br>  // if the browser has a cached version of this image, send 304<br>  @header('Last-Modified: '.$_SERVER['HTTP_IF_MODIFIED_SINCE'],true,304);<br>  exit;<br>}<br>// option 2, if you have a file to base your mod date off:<br>if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) <br>       &amp;amp;&amp;amp; <br>  (strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE']) == filemtime($img_file))) {<br>  // send the last mod time of the file back<br>  @header('Last-Modified: '.gmdate('D, d M Y H:i:s', filemtime($img_file)).' GMT', <br>  true, 304);<br>  exit;<br>}<br><br>// and here we send the image to the browse with all the stuff<br>// required for tell it to cache<br>$image_infos 	= @getimagesize($cache_dir.$thumb_file_md5.$image_file_extension) ;<br>@header(&quot;Content-type: &quot;.$image_mime); <br>@header('Last-Modified: ' . gmdate('D, d M Y H:i:s', filemtime($img_file)) . ' GMT');<br>@header(&quot;Content-Length: &quot;.strlen($img_content));<br>echo $img_content;<br>?&gt;<br>[/sourcecode]</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/03/19/creer-des-apercus-dimage-tres-facilement-avec-gd/feed/</wfw:commentRss>
		<slash:comments>2</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/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/2009/04/30/du-synchrone-asynchrone-avec-jquery-jsonp/' rel='bookmark' title='Permanent Link: Du synchrone asynchrone avec jQuery : jsonp'>Du synchrone asynchrone avec jQuery : jsonp</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>Recherche d&#8217;icones : La Selec&#8217;</title>
		<link>http://www.web2ajax.fr/2008/09/04/recherche-dicones-la-selec/</link>
		<comments>http://www.web2ajax.fr/2008/09/04/recherche-dicones-la-selec/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 11:28:39 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[icones]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[meilleurs]]></category>
		<category><![CDATA[recherche]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/?p=41</guid>
		<description><![CDATA[La recherche d'icones et en g&#233;n&#233;ral toute cette partie de customisation d'un site est tr&#232;s souvent une grosse gal&#232;re !Il n'y a pas de solutions miracle bien sur, et c'est aussi ce qui fait la beaut&#233; de ce m&#233;tier, mais quelques bonnes adresses peuvent vous permettre de sortir de quelques impasses de type inspirationnelles :)Pour [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2008/09/04/recherche-dicones-la-selec/' title='Permanent link to Recherche d&#8217;icones : La Selec&#8217;'><img src='http://www.web2ajax.fr/thumb.php?i=http://web2ajax.fr/wp-content/uploads/illu_iconlet.gif&w=200' alt='Recherche d&#8217;icones : La Selec&#8217;'  /></a></div>
<div class="content"><p>La recherche d'icones et en g&eacute;n&eacute;ral toute cette partie de customisation d'un site est tr&egrave;s souvent une grosse gal&egrave;re !</p><p>Il n'y a pas de solutions miracle bien sur, et c'est aussi ce qui fait la beaut&eacute; de ce m&eacute;tier, mais quelques bonnes adresses peuvent vous permettre de sortir de quelques impasses de type inspirationnelles :)</p><p>Pour ce qui est des moteur de recherche d'icones, j'en ai s&eacute;lectionn&eacute; trois qui &agrave; mes yeux sont les plus riches en icones dispos, qualit&eacute; et originalit&eacute;.</p><p>&nbsp;</p><br>1. Iconlook.com<br><p>&nbsp;</p><p>The Reference !</p><p>Sans doute l'un des meilleurs d&eacute;pot d'icones libres de droit et vraiment originaux.<br /><br>&nbsp;</p><br>2. IconFinder.net<br><p>The Reference 2 !</p><p>Bah il est pas mal non plus celui-l&agrave; : &quot;sans doute l'un des meilleurs... &quot; Je l'ai d&eacute;j&agrave; dit je crois :)</p><p>&nbsp;</p><br>3. Iconlet.com<br><p>A mon avis le moins original de tous. On y retrouve tous les icones les plus standards, mais &ccedil;a peut d&eacute;panner (C'est le but de cet article )</p><p>&nbsp;</p><p>Si vous avez d'autres liens, n'h&eacute;sitez pas &agrave; me les filer, je les publierai dans cet article.</p><p>&nbsp;</p><p>&nbsp;</p></div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/09/04/recherche-dicones-la-selec/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Design Awards #1</title>
		<link>http://www.web2ajax.fr/2008/05/01/web-design-awards-1/</link>
		<comments>http://www.web2ajax.fr/2008/05/01/web-design-awards-1/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:19:08 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/?p=39</guid>
		<description><![CDATA[Les Web Design Awards de web2ajaxVoici, voil&#224;, je vous ai pr&#233;par&#233; une courte liste de r&#233;f&#233;rences trouv&#233;es sur la toile. Des coups de coeur et des bonnes id&#233;es qui m&#233;ritent d'&#234;tre connues.Au programme : un site clair et l&#233;ger, un bon exemple de page d'inscription, un catalogue de produit efficace, des couleurs trippantes :)Sans plus [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2008/05/01/web-design-awards-1/' title='Permanent link to Web Design Awards #1'><img src='http://www.web2ajax.fr/thumb.php?i=http://web2ajax.fr/wp-content/uploads/photobrowser.png&w=200' alt='Web Design Awards #1'  /></a></div>
<div class="content"><p>Les Web Design Awards de web2ajax</p><p>Voici, voil&agrave;, je vous ai pr&eacute;par&eacute; une courte liste de r&eacute;f&eacute;rences trouv&eacute;es sur la toile. Des coups de coeur et des bonnes id&eacute;es qui m&eacute;ritent d'&ecirc;tre connues.<br /><br>Au programme : un site clair et l&eacute;ger, un bon exemple de page d'inscription, un catalogue de produit efficace, des couleurs trippantes :)</p><p>Sans plus tarder, allez visiter les sites ci-dessous :</p><p>&nbsp;</p><br>Home Page<br>&nbsp;<br>Aviary.com<br><p>Ergonomie excellente. tous les &eacute;l&eacute;ments sont bien mis en valeur, les pages sont belles, le header est maginfique ! (http://a.viary.com/)</p><p>&nbsp;</p><p>&nbsp;</p><br>Formulaire d'inscription et de login<br><p>&nbsp;</p><br>Emob<br><p>Bravo &agrave; eMob, d&eacute;j&agrave; pour le contenu (je suis un fervent lecteur du RSS :)), et &eacute;galement pour l'ergonomie de leur site ! <br /><br>Entre autre : un processus d'inscription vraiment bien fait ! (http://www.formationvideo.fr/inscription.php)</p><p>&nbsp;</p><p>&nbsp;</p><br>Gallerie de produits<br><p>&nbsp;</p><br>AppleStore<br><p>Le site d'apple est une r&eacute;f&eacute;rence graphique incontestable. Et une nouveaut&eacute; toute particuli&egrave;re a attir&eacute; mon attention sur le apple store. Cliquez sur une des images en bas &agrave; droite du produit.... Pas mal hein ?</p><p>&nbsp;</p><br>Palettes de couleur<br><p>&nbsp;</p><br>I'm Blogging That !<br><p>J'ai bien aim&eacute; la palette de couleurs en haut du menu. Des couleurs flashy, dont on peut s'inspirer pour cr&eacute;er des logos... (http://www.imbloggingthat.com/)</p><p>&nbsp;</p><p>&nbsp;</p><br>Andrew Berg's : Flash photo browser<br><p>D'une part un diaporama tr&egrave;s sympa, et en plus j'aime ces m&eacute;langes de vert p&eacute;tant et blanc/gris. C'est accrocheur et pur. (http://www.andrewberg.com/photobrowser/afpb_flash.html)</p><p>&nbsp;</p><p>&nbsp;</p><p>&#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1088;&#1080;&nbsp;</p></div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/05/01/web-design-awards-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 9.307 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-29 22:59:45 -->
<!-- Compression = gzip -->