<?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: MouseEvent pressure property</title>
	<atom:link href="http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/</link>
	<description>best. tagline. ever.</description>
	<lastBuildDate>Sun, 11 Jul 2010 00:21:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Mouse Pressure Support in Mozilla &#171; DougT&#8217;s Blog</title>
		<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/comment-page-1/#comment-746</link>
		<dc:creator>Mouse Pressure Support in Mozilla &#171; DougT&#8217;s Blog</dc:creator>
		<pubDate>Thu, 11 Dec 2008 05:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://dougt.wordpress.com/?p=213#comment-746</guid>
		<description>[...] Pressure Support in&#160;Mozilla By dougt  A few months back, I prototyped a device feature that would allow the MouseEvent to also carry an attribute of how [...]</description>
		<content:encoded><![CDATA[<p>[...] Pressure Support in&nbsp;Mozilla By dougt  A few months back, I prototyped a device feature that would allow the MouseEvent to also carry an attribute of how [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mint</title>
		<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/comment-page-1/#comment-740</link>
		<dc:creator>Mint</dc:creator>
		<pubDate>Thu, 15 May 2008 06:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://dougt.wordpress.com/?p=213#comment-740</guid>
		<description>Thank you for good information~~*

Please comeback to visit my blog too :http://touchscreen-system.blogspot.com/

I&#039;m sorry , If you think this is spam. but may i thank you again.

Bye</description>
		<content:encoded><![CDATA[<p>Thank you for good information~~*</p>
<p>Please comeback to visit my blog too :http://touchscreen-system.blogspot.com/</p>
<p>I&#8217;m sorry , If you think this is spam. but may i thank you again.</p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MouseEvent Pressure Property on the Mobile Platform &#171; OSS Blog</title>
		<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/comment-page-1/#comment-745</link>
		<dc:creator>MouseEvent Pressure Property on the Mobile Platform &#171; OSS Blog</dc:creator>
		<pubDate>Wed, 07 May 2008 16:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://dougt.wordpress.com/?p=213#comment-745</guid>
		<description>[...] MouseEvent pressure property « DougT’s Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] MouseEvent pressure property « DougT’s Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venky</title>
		<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/comment-page-1/#comment-744</link>
		<dc:creator>Venky</dc:creator>
		<pubDate>Wed, 07 May 2008 15:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://dougt.wordpress.com/?p=213#comment-744</guid>
		<description>Cool!  For fennec we could also do panning with light dragging, and zooming with heavy dragging :)</description>
		<content:encoded><![CDATA[<p>Cool!  For fennec we could also do panning with light dragging, and zooming with heavy dragging <img src='http://dougt.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksej</title>
		<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/comment-page-1/#comment-743</link>
		<dc:creator>Aleksej</dc:creator>
		<pubDate>Wed, 07 May 2008 10:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://dougt.wordpress.com/?p=213#comment-743</guid>
		<description>Hans: cheap graphics tablets support 512 or 1024 levels.</description>
		<content:encoded><![CDATA[<p>Hans: cheap graphics tablets support 512 or 1024 levels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/comment-page-1/#comment-742</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 06 May 2008 21:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://dougt.wordpress.com/?p=213#comment-742</guid>
		<description>Nice :) A pressure sensitive paint program is always a good start. With pressure sensitivity in the browser, you can do signature verification based on a timeseries (x,y,p) in the browser, instead of an external driver. Not sure whether that is an advantage. However, maybe think the consequences of mobile browsers, touchscreens and pressure  authentication  passwords  handwriting recognition  pressure sensitive Captcha etc.

Regarding your questions in the bug - Typically, 64 pressure levels (int) are good enough for verification. The limit is typically what your sensor can support (if the touchscreen supports 16 levels you don&#039;t need a float :).</description>
		<content:encoded><![CDATA[<p>Nice <img src='http://dougt.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  A pressure sensitive paint program is always a good start. With pressure sensitivity in the browser, you can do signature verification based on a timeseries (x,y,p) in the browser, instead of an external driver. Not sure whether that is an advantage. However, maybe think the consequences of mobile browsers, touchscreens and pressure  authentication  passwords  handwriting recognition  pressure sensitive Captcha etc.</p>
<p>Regarding your questions in the bug &#8211; Typically, 64 pressure levels (int) are good enough for verification. The limit is typically what your sensor can support (if the touchscreen supports 16 levels you don&#8217;t need a float <img src='http://dougt.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsmanrique</title>
		<link>http://dougt.org/wordpress/2008/05/mouseevent-pressure-property/comment-page-1/#comment-741</link>
		<dc:creator>jsmanrique</dc:creator>
		<pubDate>Tue, 06 May 2008 07:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://dougt.wordpress.com/?p=213#comment-741</guid>
		<description>Or it could be used to activate contextual menu (right mouse bottom menu)</description>
		<content:encoded><![CDATA[<p>Or it could be used to activate contextual menu (right mouse bottom menu)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
