<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires pour web2ajax</title>
	<atom:link href="http://www.web2ajax.fr/comments/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>Sat, 11 May 2013 16:17:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Sunil</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4802</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Sat, 11 May 2013 16:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4802</guid>
		<description>gud job man perfect performance</description>
		<content:encoded><![CDATA[<p>gud job man perfect performance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par Abhishek Bihani</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4701</link>
		<dc:creator>Abhishek Bihani</dc:creator>
		<pubDate>Mon, 21 Jan 2013 07:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4701</guid>
		<description>Hi,

I am using lazyLoadAd function inside for loop to load multiple ads. But its not working properly. Below if the code i am using.

var allLazyLoad = jQuery(&quot;.lazyload&quot;);
var firstDiv = allLazyLoad[0];
allFirstAds = jQuery(firstDiv).children(&quot;.adbox&quot;);
var pageCount = 1;
firstAdCounter = allFirstAds.length;
		
for(i=0; i&lt;allFirstAds.length; i++) {			
	var cls = jQuery(allFirstAds[i]).attr(&quot;id&quot;);
			
	jQuery(&#039;#&#039;+cls).lazyLoadAd({
		threshold : 1,
		forceLoad : true,
		debug : false,
		xray : true,
		timeout : 1500,
		onComplete : function() {					
		}
	});
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using lazyLoadAd function inside for loop to load multiple ads. But its not working properly. Below if the code i am using.</p>
<p>var allLazyLoad = jQuery(&laquo;&nbsp;.lazyload&nbsp;&raquo;);<br />
var firstDiv = allLazyLoad[0];<br />
allFirstAds = jQuery(firstDiv).children(&laquo;&nbsp;.adbox&nbsp;&raquo;);<br />
var pageCount = 1;<br />
firstAdCounter = allFirstAds.length;</p>
<p>for(i=0; i&lt;allFirstAds.length; i++) {<br />
	var cls = jQuery(allFirstAds[i]).attr(&quot;id&quot;);</p>
<p>	jQuery(&#039;#&#039;+cls).lazyLoadAd({<br />
		threshold : 1,<br />
		forceLoad : true,<br />
		debug : false,<br />
		xray : true,<br />
		timeout : 1500,<br />
		onComplete : function() {<br />
		}<br />
	});<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par Kai</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4696</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Fri, 11 Jan 2013 10:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4696</guid>
		<description>Can you make an Wordpress-Plugin??</description>
		<content:encoded><![CDATA[<p>Can you make an WordPress-Plugin??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Guillaume DE LA RUE</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4691</link>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
		<pubDate>Wed, 26 Dec 2012 14:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4691</guid>
		<description>There is 3 parts in the plugin :
1/ You&#039;ve an html file (which can be generated by php) and this file load css, jquery and autocomplete plugin and finally set form elements as input.

&lt;form method=&quot;post&quot; action=&quot;/search_engine/&quot; class=&quot;home_searchEngine&quot; id=&quot;form_search_country&quot;&gt;
&lt;input type=&quot;hidden&quot; id=&quot;search_country_value&quot; name=&quot;search_value&quot;&gt;
&lt;ul&gt;			
&lt;li&gt;&lt;input type=&quot;text&quot; size=&quot;24&quot; name=&quot;search_txt&quot; id=&quot;input_search_country&quot; class=&quot;search_txt&quot;&gt;&lt;/li&gt;
&lt;li&gt;&lt;input type=&quot;submit&quot; class=&quot;searchBtnOK&quot; value=&quot;Ok&quot;&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/form&gt;	

2/ After you bind qutocomplete plugin on text input as this :

	//==================== Search With &quot;Country&quot; plugin =================================================	
	// Set autosuggest options with all plugins activated
	var options = {
		script:&quot;AjaxSearch/_doAjaxSearch.action.php?&amp;json=true&amp;plugin=country&amp;limit=8&amp;&quot;,
		varname:&quot;input&quot;,
		json:true,						// Returned response type
		shownoresults:true,				// If disable, display nothing if no results
		noresults:&quot;No Results&quot;,			// String displayed when no results
		maxresults:8,					// Max num results displayed
		cache:false,					// To enable cache
		minchars:2,						// Start AJAX request with at leat 2 chars
		timeout:100000,					// AutoHide in XX ms
		callback: function (obj) { 		// Callback after click or selection
			// For example use :
						
			// Build HTML
			var html = &quot;ID : &quot; + obj.id + &quot;&lt;br&gt;Main Text : &quot; + obj.value + &quot;&lt;br&gt;Info : &quot; + obj.info;
			$(&#039;#input_search_country_response&#039;).html(html).show() ;
			
			// =&gt; TO submit form (general use)
			//$(&#039;#search_country_value&#039;).val(obj.id); 
			//$(&#039;#form_search_country&#039;).submit(); 
		}
	};
	// Init autosuggest
	var as_json = new bsn.AutoSuggest(&#039;input_search_country&#039;, options);
	
	// Display a little watermak	
	$(&quot;#input_search_country&quot;).Watermark(&quot;ex : France, Canada...&quot;);	

3/ And finally the url specified in &#039;script&#039; is called by the plugin when you type something and returns a response in json or xml. 
This response will be formatted by the script and displayed as a list.

All you have to do is to understand how html, css and js works on client side and on server side how you can interact with you database when you call a php script.
Another interesting tool is to use web inspector or firebug. You&#039;ll see javascript errors and a lot of other informations.

Good luck.</description>
		<content:encoded><![CDATA[<p>There is 3 parts in the plugin :<br />
1/ You&rsquo;ve an html file (which can be generated by php) and this file load css, jquery and autocomplete plugin and finally set form elements as input.</p>
<form method="post" action="/search_engine/" class="home_searchEngine" id="form_search_country">
<input type="hidden" id="search_country_value" name="search_value"/></p>
<ul>
<li><input type="text" size="24" name="search_txt" id="input_search_country" class="search_txt"/></li>
<li><input type="submit" class="searchBtnOK" value="Ok"/></li>
</ul>
</form>
<p>2/ After you bind qutocomplete plugin on text input as this :</p>
<p>	//==================== Search With &laquo;&nbsp;Country&nbsp;&raquo; plugin =================================================<br />
	// Set autosuggest options with all plugins activated<br />
	var options = {<br />
		script:&nbsp;&raquo;AjaxSearch/_doAjaxSearch.action.php?&#038;json=true&#038;plugin=country&#038;limit=8&&nbsp;&raquo;,<br />
		varname:&nbsp;&raquo;input&nbsp;&raquo;,<br />
		json:true,						// Returned response type<br />
		shownoresults:true,				// If disable, display nothing if no results<br />
		noresults:&nbsp;&raquo;No Results&nbsp;&raquo;,			// String displayed when no results<br />
		maxresults:8,					// Max num results displayed<br />
		cache:false,					// To enable cache<br />
		minchars:2,						// Start AJAX request with at leat 2 chars<br />
		timeout:100000,					// AutoHide in XX ms<br />
		callback: function (obj) { 		// Callback after click or selection<br />
			// For example use :</p>
<p>			// Build HTML<br />
			var html = &laquo;&nbsp;ID : &nbsp;&raquo; + obj.id + &laquo;&nbsp;<br />Main Text : &nbsp;&raquo; + obj.value + &laquo;&nbsp;<br />Info : &nbsp;&raquo; + obj.info;<br />
			$(&lsquo;#input_search_country_response&rsquo;).html(html).show() ;</p>
<p>			// => TO submit form (general use)<br />
			//$(&lsquo;#search_country_value&rsquo;).val(obj.id);<br />
			//$(&lsquo;#form_search_country&rsquo;).submit();<br />
		}<br />
	};<br />
	// Init autosuggest<br />
	var as_json = new bsn.AutoSuggest(&lsquo;input_search_country&rsquo;, options);</p>
<p>	// Display a little watermak<br />
	$(&laquo;&nbsp;#input_search_country&nbsp;&raquo;).Watermark(&laquo;&nbsp;ex : France, Canada&#8230;&nbsp;&raquo;);	</p>
<p>3/ And finally the url specified in &lsquo;script&rsquo; is called by the plugin when you type something and returns a response in json or xml.<br />
This response will be formatted by the script and displayed as a list.</p>
<p>All you have to do is to understand how html, css and js works on client side and on server side how you can interact with you database when you call a php script.<br />
Another interesting tool is to use web inspector or firebug. You&rsquo;ll see javascript errors and a lot of other informations.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Grant</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4690</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Tue, 25 Dec 2012 21:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4690</guid>
		<description>Thanks for the reply.  I am also having issues with deleting the WP code at the beginning:
	if (!function_exists(&#039;add_action&#039;)) {
		$wp_root = &#039;../..&#039;;
		if (file_exists($wp_root.&#039;/wp-load.php&#039;)) {
			require_once($wp_root.&#039;/wp-load.php&#039;);
		} else {
			require_once($wp_root.&#039;/wp-config.php&#039;);
		}
	}
	
	query_posts(&#039;p=24&#039;);
	the_post(); 
	
When deleted the script does not work.  I received your comments on the PHP code and will review.

Thanks,

Grant</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.  I am also having issues with deleting the WP code at the beginning:<br />
	if (!function_exists(&lsquo;add_action&rsquo;)) {<br />
		$wp_root = &lsquo;../..&rsquo;;<br />
		if (file_exists($wp_root.&rsquo;/wp-load.php&rsquo;)) {<br />
			require_once($wp_root.&rsquo;/wp-load.php&rsquo;);<br />
		} else {<br />
			require_once($wp_root.&rsquo;/wp-config.php&rsquo;);<br />
		}<br />
	}</p>
<p>	query_posts(&lsquo;p=24&prime;);<br />
	the_post(); </p>
<p>When deleted the script does not work.  I received your comments on the PHP code and will review.</p>
<p>Thanks,</p>
<p>Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Guillaume DE LA RUE</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4689</link>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
		<pubDate>Mon, 24 Dec 2012 12:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4689</guid>
		<description>Hi Grant,

In facts, you&#039;ve to write a php plugin (look in ajaxsearch directory from zip file)  which outputs json or xml file from your mysql db.

Good luck</description>
		<content:encoded><![CDATA[<p>Hi Grant,</p>
<p>In facts, you&rsquo;ve to write a php plugin (look in ajaxsearch directory from zip file)  which outputs json or xml file from your mysql db.</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Grant</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4688</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Sun, 23 Dec 2012 17:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4688</guid>
		<description>Has anyone got this script working with PHP and no WP.  I don&#039;t use WP and have deleted the lines of code from the index page but nothing seems to be working.  I haven&#039;t changed anything else yet as I just downloaded the script.  

If you have it working with PHP, calling data from a database, can you give feedback on how you made it work.

Thanks,

Grant</description>
		<content:encoded><![CDATA[<p>Has anyone got this script working with PHP and no WP.  I don&rsquo;t use WP and have deleted the lines of code from the index page but nothing seems to be working.  I haven&rsquo;t changed anything else yet as I just downloaded the script.  </p>
<p>If you have it working with PHP, calling data from a database, can you give feedback on how you made it work.</p>
<p>Thanks,</p>
<p>Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Grant</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4686</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Sat, 22 Dec 2012 21:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4686</guid>
		<description>Can you tell me how difficult it would be to change the site to have the data come directly from a mysql database.  I do not know JavaScript very well so it is somewhat cumbersome for me to make big changes.

The end result from your site looks great.  I would like to be able to incorporate using my database.

Thanks,

Grant</description>
		<content:encoded><![CDATA[<p>Can you tell me how difficult it would be to change the site to have the data come directly from a mysql database.  I do not know JavaScript very well so it is somewhat cumbersome for me to make big changes.</p>
<p>The end result from your site looks great.  I would like to be able to incorporate using my database.</p>
<p>Thanks,</p>
<p>Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par Adam</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4685</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 12 Dec 2012 12:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4685</guid>
		<description>The ads are not really working anymore. Have you been banned from adsense?

Cheers,

Adam</description>
		<content:encoded><![CDATA[<p>The ads are not really working anymore. Have you been banned from adsense?</p>
<p>Cheers,</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery : Raffraichir un Div périodiquement ! par Adama Abdu Camara</title>
		<link>http://www.web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/comment-page-1/#comment-4609</link>
		<dc:creator>Adama Abdu Camara</dc:creator>
		<pubDate>Thu, 25 Oct 2012 01:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2007/09/26/jquery-raffraichir-un-div-periodiquement/#comment-4609</guid>
		<description>Simple et efficace, je ne pouvais pas espéré mieux, j&#039;ai ajouté une petite touche pour pouvoir passer des options aux scripts(url), implementation simple aussi. 
Merci</description>
		<content:encoded><![CDATA[<p>Simple et efficace, je ne pouvais pas espéré mieux, j&rsquo;ai ajouté une petite touche pour pouvoir passer des options aux scripts(url), implementation simple aussi.<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Mahfoud</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4600</link>
		<dc:creator>Mahfoud</dc:creator>
		<pubDate>Fri, 14 Sep 2012 14:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4600</guid>
		<description>Hello
I want to know if your script works normally with html and php?
thank you
cordially
Mahfoud</description>
		<content:encoded><![CDATA[<p>Hello<br />
I want to know if your script works normally with html and php?<br />
thank you<br />
cordially<br />
Mahfoud</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par amal</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4598</link>
		<dc:creator>amal</dc:creator>
		<pubDate>Sun, 26 Aug 2012 02:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4598</guid>
		<description>very useful and very nice article thank you</description>
		<content:encoded><![CDATA[<p>very useful and very nice article thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par fran</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4597</link>
		<dc:creator>fran</dc:creator>
		<pubDate>Sat, 25 Aug 2012 19:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4597</guid>
		<description>parece que no funciona</description>
		<content:encoded><![CDATA[<p>parece que no funciona</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur FaceBook Like &#8211; jQuery and autosuggest Search Engine par Ceslovas</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/comment-page-5/#comment-4596</link>
		<dc:creator>Ceslovas</dc:creator>
		<pubDate>Fri, 17 Aug 2012 12:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comment-4596</guid>
		<description>Great, thank you very much :) Pure awesome</description>
		<content:encoded><![CDATA[<p>Great, thank you very much :) Pure awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad : Delays loading of advertising par Refreshi Weblog &#124; News and Inspiration &#187; 28 Best jQuery and JS plugins for your website&#8217;s presence</title>
		<link>http://www.web2ajax.fr/2010/03/25/jquery-lazyload-ad-defer-advertisement-loading/comment-page-1/#comment-4594</link>
		<dc:creator>Refreshi Weblog &#124; News and Inspiration &#187; 28 Best jQuery and JS plugins for your website&#8217;s presence</dc:creator>
		<pubDate>Sun, 12 Aug 2012 14:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=246#comment-4594</guid>
		<description>[...] jQuery Lazy Load Ad Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery Lazy Load Ad Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par epulettar</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4575</link>
		<dc:creator>epulettar</dc:creator>
		<pubDate>Sat, 09 Jun 2012 07:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4575</guid>
		<description>This is not valid HTML5:
- Attribute original not allowed
- Attribute type not allowed</description>
		<content:encoded><![CDATA[<p>This is not valid HTML5:<br />
- Attribute original not allowed<br />
- Attribute type not allowed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par fl studio</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4568</link>
		<dc:creator>fl studio</dc:creator>
		<pubDate>Fri, 11 May 2012 23:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4568</guid>
		<description>This is my first time pay a visit at here and i am genuinely impressed to read 
everthing at one place.</description>
		<content:encoded><![CDATA[<p>This is my first time pay a visit at here and i am genuinely impressed to read<br />
everthing at one place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par Dimmduh</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4563</link>
		<dc:creator>Dimmduh</dc:creator>
		<pubDate>Fri, 27 Apr 2012 01:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4563</guid>
		<description>I cannot make it work (just load script) use this:
 div class=&quot;lazyload_ad&quot; original=&quot;http://media.reformal.ru/widgets/v3/reformal.js&quot;&gt; /div</description>
		<content:encoded><![CDATA[<p>I cannot make it work (just load script) use this:<br />
 div class=&nbsp;&raquo;lazyload_ad&nbsp;&raquo; original=&nbsp;&raquo;http://media.reformal.ru/widgets/v3/reformal.js&nbsp;&raquo;&gt; /div</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery LazyLoad Ad v1.4 : new version of defer ad plugin ! par Dimmduh</title>
		<link>http://www.web2ajax.fr/2010/10/19/jquery-lazyload-ad-v1-4-new-version-of-defer-ad-plugin/comment-page-2/#comment-4562</link>
		<dc:creator>Dimmduh</dc:creator>
		<pubDate>Fri, 27 Apr 2012 01:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=540#comment-4562</guid>
		<description>I use it with OpenX:


&lt;code&gt;&lt;!--//&lt;![CDATA[
   var m3_u = (location.protocol==&#039;https:&#039;?&#039;https://banner.voi.su/www/delivery/ajs.php&#039;:&#039;http://banner.voi.su/www/delivery/ajs.php&#039;);
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = &#039;,&#039;;
   document.write (&quot;&quot;);
//]]&gt;--&gt;&lt;/code&gt;


and call in my main.js after page was loaded:

$(function(){
  $(&#039;.lookatthis&#039;).lazyLoadAd();
});

It works, but I cannot make it work (just load script) use this:
</description>
		<content:encoded><![CDATA[<p>I use it with OpenX:</p>
<p><code>&lt;!--//&lt;![CDATA[<br />
   var m3_u = (location.protocol==&#039;https:&#039;?&#039;<a href="https://banner.voi.su/www/delivery/ajs.php&#038;#039" rel="nofollow">https://banner.voi.su/www/delivery/ajs.php&#038;#039</a>;:&#039;<a href="http://banner.voi.su/www/delivery/ajs.php&#038;#039" rel="nofollow">http://banner.voi.su/www/delivery/ajs.php&#038;#039</a>;);<br />
   var m3_r = Math.floor(Math.random()*99999999999);<br />
   if (!document.MAX_used) document.MAX_used = &#039;,&#039;;<br />
   document.write (&quot;");<br />
//]]&gt;--&gt;</code></p>
<p>and call in my main.js after page was loaded:</p>
<p>$(function(){<br />
  $(&lsquo;.lookatthis&rsquo;).lazyLoadAd();<br />
});</p>
<p>It works, but I cannot make it work (just load script) use this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect par Neil Smithline</title>
		<link>http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/comment-page-1/#comment-4557</link>
		<dc:creator>Neil Smithline</dc:creator>
		<pubDate>Mon, 16 Apr 2012 15:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2ajax.fr/?p=96#comment-4557</guid>
		<description>Love the Genius Menu. Simple and way cool.

Neil

PS: For Demo 1, the text reads &quot;To test the Dock Menu Feature, look at the top left corner of this page.&quot; but should be &quot;top right&quot;.</description>
		<content:encoded><![CDATA[<p>Love the Genius Menu. Simple and way cool.</p>
<p>Neil</p>
<p>PS: For Demo 1, the text reads &laquo;&nbsp;To test the Dock Menu Feature, look at the top left corner of this page.&nbsp;&raquo; but should be &laquo;&nbsp;top right&nbsp;&raquo;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->