<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dougt&#039;s blog &#187; wince</title>
	<atom:link href="http://dougt.org/wordpress/tag/wince/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougt.org/wordpress</link>
	<description>best. tagline. ever.</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Device Orientation</title>
		<link>http://dougt.org/wordpress/2009/03/device-orientation/</link>
		<comments>http://dougt.org/wordpress/2009/03/device-orientation/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 02:47:51 +0000</pubDate>
		<dc:creator>dougt</dc:creator>
				<category><![CDATA[mozilla]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[device api]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[orientation]]></category>
		<category><![CDATA[wince]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://dougt.wordpress.com/?p=360</guid>
		<description><![CDATA[I have a proposal for exposing device orientation in the browser. It is a pretty simple api that allows you to monitor motion changes from Javascript. For example: navigator.orientation.watchOrientation(draw); function draw(o) { // o.x, o.y, o.z } o in function draw is a vector in three dimensional space in meters / (seconds^2) units. This allows [...]]]></description>
			<content:encoded><![CDATA[<p>I have a proposal for exposing device orientation in the browser.  It is a pretty simple api that allows you to monitor motion changes from Javascript.</p>
<p>For example:</p>
<p><code><br />
navigator.orientation.watchOrientation(draw);</code></p>
<p>function draw(o) {<br />
// o.x, o.y, o.z<br />
}</p>
<p><em>o</em> in function <em>draw</em> is a vector in three dimensional space in meters /<br />
(seconds^2) units.</p>
<p>This allows you to do some revolutionary stuff on the web.  This is a simple test web page that <a href="http://people.mozilla.org/~dougt/ball.html">moves a ball around a web page</a>.  I am just loading this web page directly with <a href="https://developer.mozilla.org/en/XULRunner_1.9_Release_Notes">XUL Runner</a> on Windows Mobile Professional 6.</p>
<p><a href="http://www.youtube.com/watch?v=WYGEZreI_LU">Device Orientation on YouTube</a></p>
<p>This only supports exists on HTC devices but i do expect other devices that have accelerometers to have implementations.</p>
<p>I am tracking this feature in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=485943">bug 485943</a>.  Please check it out and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://dougt.org/wordpress/2009/03/device-orientation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Milestone 1: Fennec for Windows Mobile</title>
		<link>http://dougt.org/wordpress/2009/02/milestone-1-fennec-for-windows-mobile/</link>
		<comments>http://dougt.org/wordpress/2009/02/milestone-1-fennec-for-windows-mobile/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 00:45:16 +0000</pubDate>
		<dc:creator>dougt</dc:creator>
				<category><![CDATA[mozilla]]></category>
		<category><![CDATA[fennec]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[wince]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://dougt.wordpress.com/2009/02/10/milestone-1-fennec-for-windows-mobile/</guid>
		<description><![CDATA[Today we are releasing a pre-alpha version of Fennec for Windows Mobile. This release is pre-alpha. Did I say pre-alpha? Yes, this is pre-alpha and has a way to go in both stability and performance before we release this as &#8220;1.0&#8243;. Please try out and give us feedback! Please file bugs at bugzilla.mozilla.org. Download link: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dougt.org/wordpress/wp-content/uploads/200907141613-1.jpg" onclick="window.open('http://dougt.org/wordpress/wp-content/uploads/200907141613-1.jpg','popup','width=161,height=100,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://dougt.org/wordpress/wp-content/uploads/200907141613-1-tm.jpg" height="100" width="161" border="1" hspace="4" vspace="4" alt="200907141613-1" /></a></p>
<p>Today we are releasing a pre-alpha version of Fennec for Windows Mobile.   This release is pre-alpha.  Did I say pre-alpha?  Yes, this is pre-alpha and has a way to go in both stability and performance before we release this as &#8220;1.0&#8243;.</p>
<p>Please try out and give us feedback!  Please file bugs at <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Fennec">bugzilla.mozilla.org</a>.</p>
<p>Download link:<br />
<a href="http://ftp.mozilla.org/pub/mozilla.org/mobile/fennec-0.11.en-US.wince-arm.cab">http://ftp.mozilla.org/pub/mozilla.org/mobile/fennec-0.11.en-US.wince-arm.cab</a><a href="http://people.mozilla.org/~blassey/fennec-m1-rc2.cab"><br />
</a></p>
<p>Brad has instructions here and a great overview:</p>
<p><a href="http://blog.mozilla.com/blassey/2009/02/10/fennec-milestone-release-for-windows-mobile/">http://blog.mozilla.com/blassey/2009/02/10/fennec-milestone-release-for-windows-mobile/</a></p>
<p>Developers:</p>
<p>Get involved.  If you are a windows mobile hacker, we would love your help making Fennec better.  Find us on irc.mozilla.org #wince.</p>
]]></content:encoded>
			<wfw:commentRss>http://dougt.org/wordpress/2009/02/milestone-1-fennec-for-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
