<?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>Comments for Joe Lambert</title>
	<atom:link href="http://blog.joelambert.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joelambert.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 10:11:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Testing mobile web apps on real devices by Installing Weinre on Mac OS X &#187; Joe Lambert</title>
		<link>http://blog.joelambert.co.uk/2012/05/10/testing-mobile-web-apps-on-real-devices/comment-page-1/#comment-72959</link>
		<dc:creator>Installing Weinre on Mac OS X &#187; Joe Lambert</dc:creator>
		<pubDate>Thu, 17 May 2012 10:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=1127#comment-72959</guid>
		<description>&lt;p&gt;[...] recently wrote about my setup for testing web apps/sites on real mobile devices. If you&#8217;re also using this kind of a setup then you likely want to be able to run Weinre on [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] recently wrote about my setup for testing web apps/sites on real mobile devices. If you&#8217;re also using this kind of a setup then you likely want to be able to run Weinre on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flux Slider &#8211; CSS3 Animation based image transitions by Mcyenikoylu</title>
		<link>http://blog.joelambert.co.uk/2011/05/05/flux-slider-css3-animation-based-image-transitions/comment-page-2/#comment-72957</link>
		<dc:creator>Mcyenikoylu</dc:creator>
		<pubDate>Fri, 11 May 2012 12:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=561#comment-72957</guid>
		<description>&lt;p&gt;internet explorer does not work in version 10.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>internet explorer does not work in version 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flux Slider &#8211; CSS3 Animation based image transitions by Joe Lambert</title>
		<link>http://blog.joelambert.co.uk/2011/05/05/flux-slider-css3-animation-based-image-transitions/comment-page-2/#comment-72956</link>
		<dc:creator>Joe Lambert</dc:creator>
		<pubDate>Tue, 08 May 2012 07:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=561#comment-72956</guid>
		<description>&lt;p&gt;Thanks, I&#039;ll look into this&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll look into this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flux Slider v1.4.3 Released by Joe Lambert</title>
		<link>http://blog.joelambert.co.uk/2012/02/13/flux-slider-v1-4-3-released/comment-page-1/#comment-72955</link>
		<dc:creator>Joe Lambert</dc:creator>
		<pubDate>Tue, 08 May 2012 07:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=1048#comment-72955</guid>
		<description>&lt;p&gt;Glad you got it sorted&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glad you got it sorted</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flux Slider v1.4.3 Released by Vo</title>
		<link>http://blog.joelambert.co.uk/2012/02/13/flux-slider-v1-4-3-released/comment-page-1/#comment-72954</link>
		<dc:creator>Vo</dc:creator>
		<pubDate>Sat, 05 May 2012 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=1048#comment-72954</guid>
		<description>&lt;p&gt;I resolved it by myself. Here is example of delay 1 second  between start sliders on page&lt;/p&gt;

&lt;p&gt;                                 &lt;/p&gt;

&lt;p&gt;     &lt;/p&gt;

&lt;p&gt;                                 &lt;/p&gt;

&lt;p&gt;        &lt;/p&gt;

&lt;p&gt;$(document).ready(function() {            $(&#039;.slider&#039;).each(            function(){            window.myFlux = $(this).flux({            autoplay: false,            pagination: false                    });                });                            i=1000;    $(&#039;.slider&#039;).each(function(){ $(this).delay(i).queue(function(){  $(this).flux(&#039;start&#039;);  $(this).dequeue(); });          i=i+1000;        });    });        =====================================================&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I resolved it by myself. Here is example of delay 1 second  between start sliders on page</p>

<p>                                 </p>

<p>     </p>

<p>                                 </p>

<p>        </p>

<p>$(document).ready(function() {            $(&#8216;.slider&#8217;).each(            function(){            window.myFlux = $(this).flux({            autoplay: false,            pagination: false                    });                });                            i=1000;    $(&#8216;.slider&#8217;).each(function(){ $(this).delay(i).queue(function(){  $(this).flux(&#8216;start&#8217;);  $(this).dequeue(); });          i=i+1000;        });    });        =====================================================</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flux Slider v1.4.3 Released by Vo</title>
		<link>http://blog.joelambert.co.uk/2012/02/13/flux-slider-v1-4-3-released/comment-page-1/#comment-72953</link>
		<dc:creator>Vo</dc:creator>
		<pubDate>Sat, 05 May 2012 12:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=1048#comment-72953</guid>
		<description>&lt;p&gt;Hello, I  need your help,  please, show example how to use play control functions.&lt;/p&gt;

&lt;p&gt;example code&lt;/p&gt;

&lt;p&gt;                
                
 &lt;/p&gt;

&lt;p&gt;     &lt;/p&gt;

&lt;p&gt;                
                
 &lt;/p&gt;

&lt;p&gt;        &lt;/p&gt;

&lt;p&gt;$(document).ready(function() {
    $(&#039;.slider&#039;).each(
            function(){
            window.myFlux = $(this).flux({
            autoplay: true,
            pagination: false
            
        });
    });
});
       &lt;/p&gt;

&lt;p&gt;=====================================================&lt;/p&gt;

&lt;p&gt;How to use flux play controls &lt;code&gt;stop()&lt;/code&gt; and &lt;code&gt;start()&lt;/code&gt; with jQuery or java script for it ?&lt;/p&gt;

&lt;p&gt;Many thanks
           &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello, I  need your help,  please, show example how to use play control functions.</p>

<p>example code</p>

<p>                
                
 </p>

<p>     </p>

<p>                
                
 </p>

<p>        </p>

<p>$(document).ready(function() {
    $(&#8216;.slider&#8217;).each(
            function(){
            window.myFlux = $(this).flux({
            autoplay: true,
            pagination: false
            
        });
    });
});
       </p>

<p>=====================================================</p>

<p>How to use flux play controls <code>stop()</code> and <code>start()</code> with jQuery or java script for it ?</p>

<p>Many thanks
           </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flux Slider wins third place in Mozilla&#8217;s March Dev Derby by Ganesh Prabu</title>
		<link>http://blog.joelambert.co.uk/2012/04/22/flux-slider-wins-third-place-in-mozillas-march-dev-derby/comment-page-1/#comment-72952</link>
		<dc:creator>Ganesh Prabu</dc:creator>
		<pubDate>Sat, 05 May 2012 08:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=1123#comment-72952</guid>
		<description>&lt;p&gt;congrats .nice job.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>congrats .nice job&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flux Slider &#8211; CSS3 Animation based image transitions by Cenk</title>
		<link>http://blog.joelambert.co.uk/2011/05/05/flux-slider-css3-animation-based-image-transitions/comment-page-2/#comment-72951</link>
		<dc:creator>Cenk</dc:creator>
		<pubDate>Sat, 05 May 2012 04:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=561#comment-72951</guid>
		<description>&lt;p&gt;8 using windows operating system. I have windows 8, ie10. ie10&#039;da transitions not working correctly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>8 using windows operating system. I have windows 8, ie10. ie10&#8242;da transitions not working correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better setTimeout()/setInterval() by HTML5 Canvas Performance and Optimization Tips, Tricks and Coding Best Practices &#124; Build Future Repository</title>
		<link>http://blog.joelambert.co.uk/2011/06/01/a-better-settimeoutsetinterval/comment-page-1/#comment-72950</link>
		<dc:creator>HTML5 Canvas Performance and Optimization Tips, Tricks and Coding Best Practices &#124; Build Future Repository</dc:creator>
		<pubDate>Mon, 30 Apr 2012 12:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=685#comment-72950</guid>
		<description>&lt;p&gt;[...] than using requestAnimationFrame in place of setTimeout and setInterval, Joe Lambert has written a NEW and improved shim called requestInterval and requestTimeout, which he explains what issues exist when using [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] than using requestAnimationFrame in place of setTimeout and setInterval, Joe Lambert has written a NEW and improved shim called requestInterval and requestTimeout, which he explains what issues exist when using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with PhoneGap on BlackBerry PlayBook by Joe Lambert</title>
		<link>http://blog.joelambert.co.uk/2012/02/07/getting-started-with-phonegap-on-blackberry-playbook/comment-page-1/#comment-72949</link>
		<dc:creator>Joe Lambert</dc:creator>
		<pubDate>Fri, 27 Apr 2012 08:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joelambert.co.uk/?p=1035#comment-72949</guid>
		<description>&lt;p&gt;Hi Ishan,&lt;/p&gt;

&lt;p&gt;I&#039;m afraid I&#039;m a bit snowed under at the moment, but heres some things to test:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does your app work as expected in a desktop browser, e.g. Chrome?&lt;/li&gt;
&lt;li&gt;Have you downloaded the most recent version of PhoneGap/Cordova?&lt;/li&gt;
&lt;li&gt;Are you running the latest PlayBook OS and have the latest SDK?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It might be worth getting in contact with the BlackBerry developer relations guys on Twitter, they&#039;re really responsive and very helpful: @BlackBerryDev:twitter &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ishan,</p>

<p>I&#8217;m afraid I&#8217;m a bit snowed under at the moment, but heres some things to test:</p>

<ul>
<li>Does your app work as expected in a desktop browser, e.g. Chrome?</li>
<li>Have you downloaded the most recent version of PhoneGap/Cordova?</li>
<li>Are you running the latest PlayBook OS and have the latest SDK?</li>
</ul>

<p>It might be worth getting in contact with the BlackBerry developer relations guys on Twitter, they&#8217;re really responsive and very helpful: @BlackBerryDev:twitter </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.joelambert.co.uk @ 2012-05-18 02:59:02 -->
