<?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 Tech Blog</title>
	<atom:link href="http://assanka.net/content/tech/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://assanka.net/content/tech</link>
	<description>Just another Arb-assk2009003.turmeric.assanka.com Blogs weblog</description>
	<lastBuildDate>Fri, 25 Nov 2011 16:18:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on FastClick: native-like tapping for touch apps by Matt Caruana Galizia</title>
		<link>http://assanka.net/content/tech/2011/08/26/fastclick-native-like-tapping-for-touch-apps/comment-page-1/#comment-97</link>
		<dc:creator>Matt Caruana Galizia</dc:creator>
		<pubDate>Fri, 25 Nov 2011 16:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=227#comment-97</guid>
		<description>Great that you fixed it yourself. Don&#039;t hesitate to come back if you have any other questions!</description>
		<content:encoded><![CDATA[<p>Great that you fixed it yourself. Don&#8217;t hesitate to come back if you have any other questions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastClick: native-like tapping for touch apps by Tommie</title>
		<link>http://assanka.net/content/tech/2011/08/26/fastclick-native-like-tapping-for-touch-apps/comment-page-1/#comment-96</link>
		<dc:creator>Tommie</dc:creator>
		<pubDate>Fri, 25 Nov 2011 15:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=227#comment-96</guid>
		<description>Fixed it by editing my autoComplete script to add the class &quot;clickevent&quot; to the LI&#039;s. Thanks for your help and quick responses though. :)</description>
		<content:encoded><![CDATA[<p>Fixed it by editing my autoComplete script to add the class &#8220;clickevent&#8221; to the LI&#8217;s. Thanks for your help and quick responses though. <img src='http://assanka.net/content/tech/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastClick: native-like tapping for touch apps by Tommie</title>
		<link>http://assanka.net/content/tech/2011/08/26/fastclick-native-like-tapping-for-touch-apps/comment-page-1/#comment-95</link>
		<dc:creator>Tommie</dc:creator>
		<pubDate>Fri, 25 Nov 2011 14:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=227#comment-95</guid>
		<description>Yeah, that was what i was thinking as well but it&#039;s also better to have something that works then not to though.

Example:
http://m.jade.se/t/tmatt.html

A bit messy since i&#039;m playing around with it. I initiate FastClick at line 103.</description>
		<content:encoded><![CDATA[<p>Yeah, that was what i was thinking as well but it&#8217;s also better to have something that works then not to though.</p>
<p>Example:<br />
<a href="http://m.jade.se/t/tmatt.html" rel="nofollow">http://m.jade.se/t/tmatt.html</a></p>
<p>A bit messy since i&#8217;m playing around with it. I initiate FastClick at line 103.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastClick: native-like tapping for touch apps by Matt Caruana Galizia</title>
		<link>http://assanka.net/content/tech/2011/08/26/fastclick-native-like-tapping-for-touch-apps/comment-page-1/#comment-94</link>
		<dc:creator>Matt Caruana Galizia</dc:creator>
		<pubDate>Fri, 25 Nov 2011 13:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=227#comment-94</guid>
		<description>Doable, yes, but certainly not ideal. Think about it this way: it&#039;s better to have one negative exception than 200 positive exceptions.

If the only problematic element is the autocompleter layer, then the solution is to introduce an exception for that rather than instantiate FastClick on every other element individually.

Do you have a page that I can look at to see how FastClick is interfering with the autocompleter? Then I&#039;d be able to propose a proper solution.</description>
		<content:encoded><![CDATA[<p>Doable, yes, but certainly not ideal. Think about it this way: it&#8217;s better to have one negative exception than 200 positive exceptions.</p>
<p>If the only problematic element is the autocompleter layer, then the solution is to introduce an exception for that rather than instantiate FastClick on every other element individually.</p>
<p>Do you have a page that I can look at to see how FastClick is interfering with the autocompleter? Then I&#8217;d be able to propose a proper solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastClick: native-like tapping for touch apps by Tommie</title>
		<link>http://assanka.net/content/tech/2011/08/26/fastclick-native-like-tapping-for-touch-apps/comment-page-1/#comment-93</link>
		<dc:creator>Tommie</dc:creator>
		<pubDate>Fri, 25 Nov 2011 13:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=227#comment-93</guid>
		<description>Thanks for the fast answer, but activating it on the body makes my auto completer non-functioning since it then selects the first LI onClick. Therefor it would be better to activate fastClick only on elements that needs fastclick and not on the body.

Doable? :)</description>
		<content:encoded><![CDATA[<p>Thanks for the fast answer, but activating it on the body makes my auto completer non-functioning since it then selects the first LI onClick. Therefor it would be better to activate fastClick only on elements that needs fastclick and not on the body.</p>
<p>Doable? <img src='http://assanka.net/content/tech/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastClick: native-like tapping for touch apps by Matt Caruana Galizia</title>
		<link>http://assanka.net/content/tech/2011/08/26/fastclick-native-like-tapping-for-touch-apps/comment-page-1/#comment-92</link>
		<dc:creator>Matt Caruana Galizia</dc:creator>
		<pubDate>Fri, 25 Nov 2011 12:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=227#comment-92</guid>
		<description>Hi Tommie,

FastClick is already designed to function like a controller, so there&#039;s no need to use jQuery live. Instead, instantiate it on the document body:

new FastClick(document.body);

It will add capturing listeners to the body then use document.elementFromPoint to find the target element, so changes to the DOM should be handled seamlessly.

Matt</description>
		<content:encoded><![CDATA[<p>Hi Tommie,</p>
<p>FastClick is already designed to function like a controller, so there&#8217;s no need to use jQuery live. Instead, instantiate it on the document body:</p>
<p>new FastClick(document.body);</p>
<p>It will add capturing listeners to the body then use document.elementFromPoint to find the target element, so changes to the DOM should be handled seamlessly.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastClick: native-like tapping for touch apps by Tommie</title>
		<link>http://assanka.net/content/tech/2011/08/26/fastclick-native-like-tapping-for-touch-apps/comment-page-1/#comment-91</link>
		<dc:creator>Tommie</dc:creator>
		<pubDate>Fri, 25 Nov 2011 11:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=227#comment-91</guid>
		<description>How would this work when creating elements in the DOM? I&#039;m trying to make a popup calendar work faster but FastClick doesn&#039;t seem to initiate using:

var fclicks = document.querySelector(&quot;a&quot;);
new FastClick(fclicks);

or... (jquery)

$(&quot;a&quot;).live(&#039;click&#039;, function(){
	$(this).FastClick();
}):

The above obviously doesn&#039;t work since it initiates click before fastClick, but anyway. Any idea to make it work with dynamically created elements?</description>
		<content:encoded><![CDATA[<p>How would this work when creating elements in the DOM? I&#8217;m trying to make a popup calendar work faster but FastClick doesn&#8217;t seem to initiate using:</p>
<p>var fclicks = document.querySelector(&#8220;a&#8221;);<br />
new FastClick(fclicks);</p>
<p>or&#8230; (jquery)</p>
<p>$(&#8220;a&#8221;).live(&#8216;click&#8217;, function(){<br />
	$(this).FastClick();<br />
}):</p>
<p>The above obviously doesn&#8217;t work since it initiates click before fastClick, but anyway. Any idea to make it work with dynamically created elements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth CSS3 ticker jQuery plugin by hemant</title>
		<link>http://assanka.net/content/tech/2010/03/14/smooth-css3-ticker-jquery-plugin/comment-page-1/#comment-90</link>
		<dc:creator>hemant</dc:creator>
		<pubDate>Tue, 22 Nov 2011 11:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=105#comment-90</guid>
		<description>It works only on Google Chrome and Safari, not on other browsers. Can you please help me?</description>
		<content:encoded><![CDATA[<p>It works only on Google Chrome and Safari, not on other browsers. Can you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on CSS transitions in Firefox by Andrew Betts</title>
		<link>http://assanka.net/content/tech/2010/05/20/thoughts-on-css-transitions-in-firefox/comment-page-1/#comment-57</link>
		<dc:creator>Andrew Betts</dc:creator>
		<pubDate>Fri, 28 Jan 2011 11:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=129#comment-57</guid>
		<description>@brothercake: Thanks for pointing that out</description>
		<content:encoded><![CDATA[<p>@brothercake: Thanks for pointing that out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on CSS transitions in Firefox by brothercake</title>
		<link>http://assanka.net/content/tech/2010/05/20/thoughts-on-css-transitions-in-firefox/comment-page-1/#comment-55</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Mon, 24 Jan 2011 13:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://assanka.net/content/tech/?p=129#comment-55</guid>
		<description>Firefox&#039;s event is called just &quot;transitionend&quot;, rather than the expected &quot;mozTransitionEnd&quot;. See here -- https://developer.mozilla.org/en/CSS/CSS_transitions</description>
		<content:encoded><![CDATA[<p>Firefox&#8217;s event is called just &#8220;transitionend&#8221;, rather than the expected &#8220;mozTransitionEnd&#8221;. See here &#8212; <a href="https://developer.mozilla.org/en/CSS/CSS_transitions" rel="nofollow">https://developer.mozilla.org/en/CSS/CSS_transitions</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

