<?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>Mon, 19 Dec 2011 21:48:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<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>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>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>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>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>
	<item>
		<title>Comment on Use tap events instead of click events in iPhone browser by Paul</title>
		<link>http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/comment-page-1/#comment-409</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 03 Dec 2011 23:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=851#comment-409</guid>
		<description>Fantastic.... Thanks Very Much!!! :-)

Best script I&#039;ve found on this topic!

Works like a charm!

:-p</description>
		<content:encoded><![CDATA[<p>Fantastic&#8230;. Thanks Very Much!!! :-)</p>
<p>Best script I&#8217;ve found on this topic!</p>
<p>Works like a charm!</p>
<p>:-p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails deploy using sqlite3 by Jeremie</title>
		<link>http://www.bagonca.com/blog/2009/05/09/rails-deploy-using-sqlite3/comment-page-1/#comment-408</link>
		<dc:creator>Jeremie</dc:creator>
		<pubDate>Fri, 02 Dec 2011 16:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=394#comment-408</guid>
		<description>Also, i had to adapt the hooks :
after &quot;deploy:update&quot;, &quot;sqlite3:link_configuration_file&quot;

instead of after deploy:migrate

Reason is that when you just deploy without migration, you would have a release path without database.yml
(database.yml is supposed to be removed from the source code).</description>
		<content:encoded><![CDATA[<p>Also, i had to adapt the hooks :<br />
after &#8220;deploy:update&#8221;, &#8220;sqlite3:link_configuration_file&#8221;</p>
<p>instead of after deploy:migrate</p>
<p>Reason is that when you just deploy without migration, you would have a release path without database.yml<br />
(database.yml is supposed to be removed from the source code).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails deploy using sqlite3 by Jeremie</title>
		<link>http://www.bagonca.com/blog/2009/05/09/rails-deploy-using-sqlite3/comment-page-1/#comment-407</link>
		<dc:creator>Jeremie</dc:creator>
		<pubDate>Fri, 02 Dec 2011 16:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=394#comment-407</guid>
		<description>Thanks, very useful!
I had to adapt this :
in sqlite3:link_configuration_file, use the current_path and not the release path, with a cap deploy migrate only, the release path seem to be incorrect.

    run &quot;ln -nsf #{shared_database_path}/sqlite_config.yml #{current_path}/config/database.yml&quot;</description>
		<content:encoded><![CDATA[<p>Thanks, very useful!<br />
I had to adapt this :<br />
in sqlite3:link_configuration_file, use the current_path and not the release path, with a cap deploy migrate only, the release path seem to be incorrect.</p>
<p>    run &#8220;ln -nsf #{shared_database_path}/sqlite_config.yml #{current_path}/config/database.yml&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use tap events instead of click events in iPhone browser by RASEL</title>
		<link>http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/comment-page-1/#comment-404</link>
		<dc:creator>RASEL</dc:creator>
		<pubDate>Mon, 07 Nov 2011 18:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=851#comment-404</guid>
		<description>Hi, i am new in JQuery and JQTouch.

$(&#039;#dataTable &gt; tbody:last&#039;).append(&#039;&lt;a href=&quot;#report&quot; rel=&quot;nofollow&quot;&gt;&#039; + e.hrn + &#039;&lt;/a&gt;&lt;a href=&quot;#report&quot; rel=&quot;nofollow&quot;&gt;&#039; + e.name + &#039;&lt;/a&gt;&lt;a href=&quot;#report&quot; rel=&quot;nofollow&quot;&gt;&#039; + Date_toYMDString(e.adm_date) + &#039;&lt;/a&gt;&#039;);


I am creating dynamically runtime table rows. then i am adding click event on these rows. which should call an method to get some data for new DIV(#report). i am trying both way..but those some times can work and sometimes not working, i mean click event are not listening always… in my mobile safari browser.

$(“#eTable”).delegate(“tr”, “click”, function(event){

});

$(“#dataTable tbody tr”).live(‘click’, function() {

});

please what is problem??</description>
		<content:encoded><![CDATA[<p>Hi, i am new in JQuery and JQTouch.</p>
<p>$(&#8216;#dataTable &gt; tbody:last&#8217;).append(&#8216;<a href="#report" rel="nofollow">&#8216; + e.hrn + &#8216;</a><a href="#report" rel="nofollow">&#8216; + e.name + &#8216;</a><a href="#report" rel="nofollow">&#8216; + Date_toYMDString(e.adm_date) + &#8216;</a>&#8216;);</p>
<p>I am creating dynamically runtime table rows. then i am adding click event on these rows. which should call an method to get some data for new DIV(#report). i am trying both way..but those some times can work and sometimes not working, i mean click event are not listening always… in my mobile safari browser.</p>
<p>$(“#eTable”).delegate(“tr”, “click”, function(event){</p>
<p>});</p>
<p>$(“#dataTable tbody tr”).live(‘click’, function() {</p>
<p>});</p>
<p>please what is problem??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use tap events instead of click events in iPhone browser by iPhone browser interactions, use tap not click &#124; Spaghetti Function</title>
		<link>http://www.bagonca.com/blog/2010/06/18/use-tap-events-instead-of-click-events-in-iphone-browser/comment-page-1/#comment-402</link>
		<dc:creator>iPhone browser interactions, use tap not click &#124; Spaghetti Function</dc:creator>
		<pubDate>Tue, 04 Oct 2011 21:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=851#comment-402</guid>
		<description>[...] 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 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-390</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 07 Sep 2011 21:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bagonca.com/blog/?p=887#comment-390</guid>
		<description>Tabs in chrome lose their timezone information when you change your system timezone, I have not really investigated why. Should be a real edge case though, nobody changes their timezone except when actually travelling, or testing jsTimezoneDetect :)</description>
		<content:encoded><![CDATA[<p>Tabs in chrome lose their timezone information when you change your system timezone, I have not really investigated why. Should be a real edge case though, nobody changes their timezone except when actually travelling, or testing jsTimezoneDetect :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

