<?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 on: Moousture: mouse gesture library</title>
	<atom:link href="http://ajaxian.com/archives/moousture/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/moousture</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: jerone</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273795</link>
		<dc:creator>jerone</dc:creator>
		<pubDate>Mon, 08 Jun 2009 13:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273795</guid>
		<description>Cool!
Shouldn&#039;t be that hard to port this to jQuery.</description>
		<content:encoded><![CDATA[<p>Cool!<br />
Shouldn&#8217;t be that hard to port this to jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnnymm</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273789</link>
		<dc:creator>johnnymm</dc:creator>
		<pubDate>Mon, 08 Jun 2009 02:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273789</guid>
		<description>It requires more experiments to define a good gesture. I have built a library to track user clicking positions instead of mouse movements, so I understand it is hard to determine &quot;the end&quot; of a gesture. That is, the next gesture usually mess up with previous one. However I found that the library gives bad results for short gestures. Or may be I have used bad tuning parameters?
I would suggest to add a parameter to clear recorded gestures after certain period of time.</description>
		<content:encoded><![CDATA[<p>It requires more experiments to define a good gesture. I have built a library to track user clicking positions instead of mouse movements, so I understand it is hard to determine &#8220;the end&#8221; of a gesture. That is, the next gesture usually mess up with previous one. However I found that the library gives bad results for short gestures. Or may be I have used bad tuning parameters?<br />
I would suggest to add a parameter to clear recorded gestures after certain period of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bundyo</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273788</link>
		<dc:creator>Bundyo</dc:creator>
		<pubDate>Sun, 07 Jun 2009 21:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273788</guid>
		<description>On the third hand gestures can be quite handy for touchscreen mobile browsers.</description>
		<content:encoded><![CDATA[<p>On the third hand gestures can be quite handy for touchscreen mobile browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273784</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Sat, 06 Jun 2009 07:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273784</guid>
		<description>@dark - on the other hand, maybe we can remove that tab button so users won&#039;t be able to tab outside the window... :P</description>
		<content:encoded><![CDATA[<p>@dark &#8211; on the other hand, maybe we can remove that tab button so users won&#8217;t be able to tab outside the window&#8230; :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darkimmortal</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273782</link>
		<dc:creator>Darkimmortal</dc:creator>
		<pubDate>Fri, 05 Jun 2009 17:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273782</guid>
		<description>Not bad, but I find mouse gestures intrusive.

Being able to create them on demand is as bad as being able to resize the browser window and remove toolbars. :/</description>
		<content:encoded><![CDATA[<p>Not bad, but I find mouse gestures intrusive.</p>
<p>Being able to create them on demand is as bad as being able to resize the browser window and remove toolbars. :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tj111</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273780</link>
		<dc:creator>tj111</dc:creator>
		<pubDate>Fri, 05 Jun 2009 16:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273780</guid>
		<description>Aww server down, I was looking forward to trying it out and digging through the source.</description>
		<content:encoded><![CDATA[<p>Aww server down, I was looking forward to trying it out and digging through the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liquidrums</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273779</link>
		<dc:creator>Liquidrums</dc:creator>
		<pubDate>Fri, 05 Jun 2009 15:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273779</guid>
		<description>That is really well done, with a simple way of creating gestures.

It took me a bit to figure it out, because I kept circling the cursor but never saw the menu appear (until I stopped the gesture).  I was waiting for some sort of indication that I was gestured correctly.

Great work!</description>
		<content:encoded><![CDATA[<p>That is really well done, with a simple way of creating gestures.</p>
<p>It took me a bit to figure it out, because I kept circling the cursor but never saw the menu appear (until I stopped the gesture).  I was waiting for some sort of indication that I was gestured correctly.</p>
<p>Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273776</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273776</guid>
		<description>Fabulous work!</description>
		<content:encoded><![CDATA[<p>Fabulous work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JimNeath</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273772</link>
		<dc:creator>JimNeath</dc:creator>
		<pubDate>Fri, 05 Jun 2009 12:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273772</guid>
		<description>@thnkfstr - It uses mootools.</description>
		<content:encoded><![CDATA[<p>@thnkfstr &#8211; It uses mootools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thnkfstr</title>
		<link>http://ajaxian.com/archives/moousture/comment-page-1#comment-273770</link>
		<dc:creator>thnkfstr</dc:creator>
		<pubDate>Fri, 05 Jun 2009 12:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6883#comment-273770</guid>
		<description>Interesting stuff, but why not call it Mousture?  Doesn&#039;t have the connotation of a cow or mootools.</description>
		<content:encoded><![CDATA[<p>Interesting stuff, but why not call it Mousture?  Doesn&#8217;t have the connotation of a cow or mootools.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

