<?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 Bagonca</title>
	<atom:link href="http://www.bagonca.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bagonca.com/blog</link>
	<description>Yet another developer blog</description>
	<lastBuildDate>Wed, 13 Mar 2013 19:28:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Use tap events instead of click events in iPhone browser by Cameron Spear</title>
		<link>http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/comment-page-1/#comment-452</link>
		<dc:creator>Cameron Spear</dc:creator>
		<pubDate>Wed, 13 Mar 2013 19:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=851#comment-452</guid>
		<description><![CDATA[A better way to get the click even would be to use &lt;code&gt;$(this).prop(&#039;onclick&#039;);&lt;/code&gt; (as opposed to &lt;code&gt;.attr()&lt;/code&gt;.

The &lt;code&gt;.prop()&lt;/code&gt; method will return something like the following in your example:

&lt;pre&gt;&lt;code&gt;
function onclick(event) {
  fetchContent();
}
&lt;/code&gt;&lt;/pre&gt;

(an actual function) whereas using &lt;code&gt;.attr()&lt;/code&gt; returns a string: &quot;fetchContent();&quot;

&lt;code&gt;.prop()&lt;/code&gt; is jQuery 1.6+.

Thanks for the snippet!]]></description>
		<content:encoded><![CDATA[<p>A better way to get the click even would be to use <code>$(this).prop('onclick');</code> (as opposed to <code>.attr()</code>.</p>
<p>The <code>.prop()</code> method will return something like the following in your example:</p>
<pre><code>
function onclick(event) {
  fetchContent();
}
</code></pre>
<p>(an actual function) whereas using <code>.attr()</code> returns a string: &#8220;fetchContent();&#8221;</p>
<p><code>.prop()</code> is jQuery 1.6+.</p>
<p>Thanks for the snippet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use tap events instead of click events in iPhone browser by JQuery Mobile &#8211; Click Event is Slow on Android and iPhone Problem Solution &#124; Web Focus Team &#8211; non-participation in anything is evil</title>
		<link>http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/comment-page-1/#comment-426</link>
		<dc:creator>JQuery Mobile &#8211; Click Event is Slow on Android and iPhone Problem Solution &#124; Web Focus Team &#8211; non-participation in anything is evil</dc:creator>
		<pubDate>Sat, 31 Mar 2012 18:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=851#comment-426</guid>
		<description><![CDATA[[...] http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/" rel="nofollow">http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use tap events instead of click events in iPhone browser by Tom</title>
		<link>http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/comment-page-1/#comment-425</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 31 Mar 2012 18:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=851#comment-425</guid>
		<description><![CDATA[Hi, nice one.

Actually &#039;tap&#039; is not working on my android 2.1 phone, so I am looking for another way to make it, soon I got one solution on http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html

Pretty good, I tried. What I encountered before on my project is, I use Ajax to load more items into the page, when the html is small, click is working okay (not fast, 2-3sec), when the html become big, click is rather slow (5-6) or even worse (7sec). You can check my project - http://m.baozoumanhua.com. I use &quot;touchstart&quot; instead of &quot;vclick&quot; in jquery mobile, well I have no iphone, but on android 2.1 now, works very well.]]></description>
		<content:encoded><![CDATA[<p>Hi, nice one.</p>
<p>Actually &#8216;tap&#8217; is not working on my android 2.1 phone, so I am looking for another way to make it, soon I got one solution on <a href="http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html" rel="nofollow">http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html</a></p>
<p>Pretty good, I tried. What I encountered before on my project is, I use Ajax to load more items into the page, when the html is small, click is working okay (not fast, 2-3sec), when the html become big, click is rather slow (5-6) or even worse (7sec). You can check my project &#8211; <a href="http://m.baozoumanhua.com" rel="nofollow">http://m.baozoumanhua.com</a>. I use &#8220;touchstart&#8221; instead of &#8220;vclick&#8221; in jquery mobile, well I have no iphone, but on android 2.1 now, works very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use Flex and set it free by OAK DOOR MAN</title>
		<link>http://www.bagonca.com/blog/2009/04/17/use-flex-and-set-it-free/comment-page-1/#comment-424</link>
		<dc:creator>OAK DOOR MAN</dc:creator>
		<pubDate>Mon, 26 Mar 2012 13:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=135#comment-424</guid>
		<description><![CDATA[Wow! This is so cool! I&#039;m very glad to have stumbled upon this article today! Thank you for sharing! :)]]></description>
		<content:encoded><![CDATA[<p>Wow! This is so cool! I&#8217;m very glad to have stumbled upon this article today! Thank you for sharing! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It isn&#8217;t Agile because you say so by agile project management</title>
		<link>http://www.bagonca.com/blog/2009/04/08/agile-is-more-than-words/comment-page-1/#comment-423</link>
		<dc:creator>agile project management</dc:creator>
		<pubDate>Sun, 25 Mar 2012 15:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=83#comment-423</guid>
		<description><![CDATA[&lt;strong&gt;agile project management...&lt;/strong&gt;

[...]It isn&#8217;t Agile because you say so &#171; Bagonca[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>agile project management&#8230;</strong></p>
<p>[...]It isn&#8217;t Agile because you say so &laquo; Bagonca[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use tap events instead of click events in iPhone browser by J Fisher</title>
		<link>http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/comment-page-1/#comment-420</link>
		<dc:creator>J Fisher</dc:creator>
		<pubDate>Thu, 09 Feb 2012 10:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=851#comment-420</guid>
		<description><![CDATA[good method of overriding default click events is to rebind all ontap attr with an tap event (this is achieved with .live) which is an persistant event that applies to all new objects with that applied attribute.

you need to then get the attr of ontap (your function) and then execute that through a temp function.

	$(&#039;[ontap]&#039;).live(&#039;tap&#039;, function(event) {	
		var fnc = $(this).attr(&#039;ontap&#039;);
		var tmpFnc = Function(fnc);
		tmpFnc(); 
	});]]></description>
		<content:encoded><![CDATA[<p>good method of overriding default click events is to rebind all ontap attr with an tap event (this is achieved with .live) which is an persistant event that applies to all new objects with that applied attribute.</p>
<p>you need to then get the attr of ontap (your function) and then execute that through a temp function.</p>
<p>	$(&#8216;[ontap]&#8216;).live(&#8216;tap&#8217;, function(event) {<br />
		var fnc = $(this).attr(&#8216;ontap&#8217;);<br />
		var tmpFnc = Function(fnc);<br />
		tmpFnc();<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Time Zone Detection in JavaScript by mizi</title>
		<link>http://www.bagonca.com/blog/2011/03/05/understanding-time-zone-detection-in-javascript/comment-page-1/#comment-416</link>
		<dc:creator>mizi</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=887#comment-416</guid>
		<description><![CDATA[thank you very very much, I&#039;ll refer you to my website when it&#039;s finished :)]]></description>
		<content:encoded><![CDATA[<p>thank you very very much, I&#8217;ll refer you to my website when it&#8217;s finished :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Time Zone Detection in JavaScript by Jon</title>
		<link>http://www.bagonca.com/blog/2011/03/05/understanding-time-zone-detection-in-javascript/comment-page-1/#comment-415</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 19 Dec 2011 07:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=887#comment-415</guid>
		<description><![CDATA[Totally free. Be my guest.]]></description>
		<content:encoded><![CDATA[<p>Totally free. Be my guest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Time Zone Detection in JavaScript by mizi</title>
		<link>http://www.bagonca.com/blog/2011/03/05/understanding-time-zone-detection-in-javascript/comment-page-1/#comment-414</link>
		<dc:creator>mizi</dc:creator>
		<pubDate>Sun, 18 Dec 2011 23:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=887#comment-414</guid>
		<description><![CDATA[Hi Jon,
I would like to use your time zone script at website I am building, is it totally free ?
can I use it ?]]></description>
		<content:encoded><![CDATA[<p>Hi Jon,<br />
I would like to use your time zone script at website I am building, is it totally free ?<br />
can I use it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Points or days? Should we care?! by Tim Charles</title>
		<link>http://www.bagonca.com/blog/2009/07/27/points-or-days-should-we-care/comment-page-1/#comment-413</link>
		<dc:creator>Tim Charles</dc:creator>
		<pubDate>Sun, 11 Dec 2011 13:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=637#comment-413</guid>
		<description><![CDATA[An estimate in points has a longer life span than estimates in ideal days. It is simply because the point estimate only takes into account one parameter and that is the size.- True. You have a good analysis with this one. Informative post!]]></description>
		<content:encoded><![CDATA[<p>An estimate in points has a longer life span than estimates in ideal days. It is simply because the point estimate only takes into account one parameter and that is the size.- True. You have a good analysis with this one. Informative post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
