<?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>Ryan @ Nitobi</title>
	<atom:link href="http://blogs.nitobi.com/ryan/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nitobi.com/ryan</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 11 Oct 2010 01:20:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title></title>
		<link>http://blogs.nitobi.com/ryan/index.php/2010/10/10/90/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2010/10/10/90/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 01:20:48 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=90</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ff8UwvPK0G4?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/ff8UwvPK0G4?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2010/10/10/90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Select tag unsupported in Palm WebOS application framework</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2010/05/25/html-select-tag-unsupported-in-palm-webos-application-framework/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2010/05/25/html-select-tag-unsupported-in-palm-webos-application-framework/#comments</comments>
		<pubDate>Wed, 26 May 2010 00:10:19 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=85</guid>
		<description><![CDATA[A recent blog post by Steve at http://globalconstant.scnay.com/ revealed that HTML Select elements were not working in PhoneGap Palm &#8230; and after a quick test it appears that they&#8217;re not supported by WebOS at all. I scoured the internets trying to find this documented or discussed, and all I found was someone else mentioning it [...]]]></description>
			<content:encoded><![CDATA[<p>A recent blog post by Steve at http://globalconstant.scnay.com/ revealed that HTML Select elements were not working in PhoneGap Palm &#8230; and after a quick test it appears that they&#8217;re not supported by WebOS at all. I scoured the internets trying to find this documented or discussed, and all I found was someone else <a href="http://developer.palm.com/distribution/viewtopic.php?f=11&amp;t=1819&amp;p=6496">mentioning it in the Palm Developer Center</a>. This is quite surprising and a bit frustrating to know that such a basic HTML element is unsupported, and really messes with the cross-platform support of PhoneGap. It also gets me wondering what other HTML tags are unsupported.</p>
<p>The select element is rendered (though it is ugly, supporting the theory that  this element is unsupported by webOS), but cannot be interacted with. I&#8217;m guessing that the custom Tap events used by Mojo are unimplemented on it.</p>
<p>Ideal world solution: Palm fixes this and gets it out in an upcoming release.</p>
<p>Real world solution: I start experimenting with ways to fix this. Would love to hear from the community on suggestions &#8230; but really the solution that comes to mind is that PhoneGap, during initialization, finds all the html select elements and replaces them with Mojo List Selector elements. Even at first thought, I see some hurdles:</p>
<p>- we will have to copy over all of the style and class attributes &#8230; but these may have an unexpected effect on the look of the widget, since the Mojo List Selector consists of html elements with internal Mojo css classes.</p>
<p>- we will have to implement the standard javascript events, if they are not already available, such as onchange, onfocus, etc.</p>
<p>So I hope to get some time to experiment with this soon, and see if I can sort it out. And hopefully not find out that there is a list of html tags unsupported by webOS.</p>
<p>PS &#8212; Suggestions appreciated!</p>
<p><strong>UPDATE: </strong>I fixed html selects (basic functionality) for PhoneGap Palm, and the code could easily be ported to a non-PhoneGap WebOS app needing functional selects. It just shows a Mojo SubMenu, and manually changes the select&#8217;s value, as well as calling the onchange event. Check it out at http://github.com/phonegap/phonegap-palm/blob/master/framework/www/app/assistants/First-assistant.js.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2010/05/25/html-select-tag-unsupported-in-palm-webos-application-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update on PhoneGap Symbian &amp; PhoneGap Palm</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2010/05/21/update-on-phonegap-symbian-phonegap-palm/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2010/05/21/update-on-phonegap-symbian-phonegap-palm/#comments</comments>
		<pubDate>Fri, 21 May 2010 19:11:47 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=76</guid>
		<description><![CDATA[I&#8217;ve been a bit inactive on PhoneGap recently, as we&#8217;ve had some client projects on the go. Need those $$ to keep the open-source projects rollin. But since its been a while, I wanted to give at least a status update on the PhoneGap platforms that I maintain.
There have been some updates to the PhoneGap [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a bit inactive on PhoneGap recently, as we&#8217;ve had some client projects on the go. Need those $$ to keep the open-source projects rollin. But since its been a while, I wanted to give at least a status update on the PhoneGap platforms that I maintain.</p>
<p>There have been some updates to the PhoneGap Mobile Spec, so I&#8217;ve re-run them on WebOS and Symbian (see below).</p>

<a href='http://blogs.nitobi.com/ryan/index.php/2010/05/21/update-on-phonegap-symbian-phonegap-palm/mobspec-palm/' title='mobspec-palm'><img width="81" height="150" src="http://blogs.nitobi.com/ryan/wp-content/uploads/2010/05/mobspec-palm.png" class="attachment-thumbnail" alt="PhoneGap mobile spec results on Palm Pre" title="mobspec-palm" /></a>
<a href='http://blogs.nitobi.com/ryan/index.php/2010/05/21/update-on-phonegap-symbian-phonegap-palm/mobspec-symbian/' title='mobspec-symbian'><img width="91" height="150" src="http://blogs.nitobi.com/ryan/wp-content/uploads/2010/05/mobspec-symbian.png" class="attachment-thumbnail" alt="PhoneGap mobile spec results on Nokia 5800 XpressMusic" title="mobspec-symbian" /></a>

<p>96 / 100 on Palm:</p>
<p>Contacts fails, as a full device contacts  api is not available to us in WebOS (discussed in an earlier post); some  of the device info tests fail, as we can only provide device properties  that are provided to us by the device (not much we can do here);  Network.isReachable fails, I believe because this spec has been updated  to return a network status &#8216;code&#8217;, rather than the previous return value  of just &#8216;true&#8217; or &#8216;false&#8217;. I&#8217;m going to fix up the Network api,  hopefully today &#8230; but we&#8217;re looking pretty good on Palm. And Palm  devices are really nice, and very quick and easy to deploy to. I highly  recommend trying it out, even in their emulator (also really nice).</p>
<p>81  / 98 on Symbian Web Runtime:</p>
<p>HTML 5 Storage fails: not available  in WRT, and can&#8217;t really implement SQLite in javascript <img src='http://blogs.nitobi.com/ryan/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ; Network  reachability fails, as WRT provides no API for this (however I&#8217;m going  to revisit this as I figure their should be a way to do this); File I/O  fails, as WRT does not provide access to the file system. Basically  after running these tests (and having them crash regularly, I think due  to running out of memory), I&#8217;m thinking more and more that PhoneGap  Symbian using Qt for Symbian is the way to go. WRT is a great tool, for  lightweight apps, but its performance is not good. Javascript animation  simply can&#8217;t be handled, and extensive sensor interaction will crash the  application. Initial tests on PhoneGap using Qt for Symbian were much  better. Not to say we should drop the WRT implementation overall, as it  does meet certain needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2010/05/21/update-on-phonegap-symbian-phonegap-palm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on PhoneGap port to Qt for Symbian</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2010/01/15/update-on-phonegap-port-to-qt-for-symbian/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2010/01/15/update-on-phonegap-port-to-qt-for-symbian/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:34:34 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=70</guid>
		<description><![CDATA[After getting distracted for a while from my port of PhoneGap to Qt for Symbian, I&#8217;ve recently jumped back on it, tightening it up a bit and adding some APIs. We now have Geolocation, Vibration, Acceleration, &#38; Orientation working.
Now we already have a Symbian port of PhoneGap working and available, which uses Nokia&#8217;s Web Runtime [...]]]></description>
			<content:encoded><![CDATA[<p>After getting distracted for a while from my port of <a href="http://phonegap.com">PhoneGap</a> to Qt for Symbian, I&#8217;ve recently jumped back on it, tightening it up a bit and adding some APIs. We now have Geolocation, Vibration, Acceleration, &amp; Orientation working.</p>
<p>Now we already have a Symbian port of PhoneGap working and available, which uses Nokia&#8217;s Web Runtime (WRT) technology (which is native to Symbian OS). So why PhoneGap on Qt for Symbian? Well I briefly mentioned some of the limitations faced by using WRT in a previous post; I will touch on those again and expand:</p>
<ul>
<li>It is a closed-source proprietary technology, so we cannot actively fix bugs, and we cannot add features (and we want PhoneGap to be open!),</li>
<li>Performance: when I ported a PhoneGap application developed and tested on the Palm Pre to PhoneGap Symbian WRT, I found that its javascript animation was completely lost. It would get from state A to state B, but the animation in between was non-existent. I originally assumed my phone simply could not handle the animation &#8230; until I tried it using PhoneGap Qt for Symbian. It worked.</li>
<li>Memory: I tried using prototype.js in one of my PhoneGap WRT applications &#8230; it would crash immediately upon opening the application simply from the volume of javascript being loaded. Which reminds of when I first started developing with Web Runtime, and my applications would intermittently crash. Initially I would be chasing down the line of code which was crashing the environment &#8230; until eventually it became clear that we were simply running out of memory. Wasted a fair bit of time looking for non-existent bugs.</li>
</ul>
<p>Now PhoneGap Symbian for Qt is still young and perhaps as it grows, it will face the performance &amp; memory issues mentioned above. But for now things are running much smoother.</p>
<p>So far my testing of PhoneGap Qt for Symbian has been limited to my little PhoneGap API demo app, so more testing is definitely on my plate. The platform uses Qt Webkit, which appears to be very modern and so far has worked very nicely for me. Flick-scrolling is not native to the Qt Webview, so I may have to try implementing that as well. But to summarize, PhoneGap Qt for Symbian is now available, though not yet API-complete. <a href="http://github.com/wildabeast/phonegap-symbian.qt">Clone it</a>, <a href="http://phonegap.pbworks.com/PhoneGap-Symbian-%28Qt%29">Get Started</a>, and let me know if you have questions, comments, or suggestions. Or contributions!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2010/01/15/update-on-phonegap-port-to-qt-for-symbian/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>PhoneGap Palm now available</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2009/12/07/phonegap-palm-now-availableg/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2009/12/07/phonegap-palm-now-availableg/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 20:47:39 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[PhoneGap]]></category>
		<category><![CDATA[palm]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=43</guid>
		<description><![CDATA[
I just pushed my latest work on PhoneGap Palm to my github repo, and it should be pulled over to the main phonegap repo shortly.
PhoneGap API&#8217;s available to Palm devices include geolocation, accelerometer, notification, orientation, sms, telephony, network, file (read only), and a limited selection of device properties (see the PhoneGap Mobile Spec running on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-46 alignleft" title="palm" src="http://blogs.nitobi.com/ryan/wp-content/uploads/2009/12/palm.png" alt="palm" width="252" height="395" /></p>
<p>I just pushed my latest work on PhoneGap Palm to <a href="http://github.com/wildabeast/">my github repo</a>, and it should be pulled over to the main phonegap repo shortly.<br />
PhoneGap API&#8217;s available to Palm devices include geolocation, accelerometer, notification, orientation, sms, telephony, network, file (read only), and a limited selection of device properties (see the PhoneGap Mobile Spec running on the Palm Emulator to the left).</p>
<p>Unfortunately the contacts API won&#8217;t be available for a while, due to the fact that the Mojo API limits data access (including contacts data) to that which was created by the app in context (see <a href="http://developer.palm.com/distribution/viewtopic.php?sid=61f5023a5bf3941c441586a1405f215d&amp;lastaction=login&amp;f=9&amp;t=3323&amp;p=12427&amp;hilit=get+contacts">this discussion</a>). Hopefully this will change.</p>
<p>For those who don&#8217;t know, Palm&#8217;s webOs is completely based on web technologies. We&#8217;ve got a couple of Palm Pre&#8217;s here for testing, and they&#8217;re sick. And the edit/deploy/test cycle is very smooth. You can test on device and write to a debug console which you can monitor on your SDK console.</p>
<p>Like we did for Symbian WRT, we simply had to write a javascript shim to map the Mojo API (webOs&#8217; mobile js API) to the PhoneGap API. I also had to do a bit of messing around with the stage/scene system which they use for changing application views. But its ready for use with the device APIs listed above.</p>
<p>I&#8217;ll be continuing to work on this and expand the API, and I also hope to get some time to continue my work on PhoneGap Symbian/Qt.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2009/12/07/phonegap-palm-now-availableg/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>PhoneGap Symbian: Qt 4.6 for Symbian officially released</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2009/12/01/phonegap-symbian-qt-4-6-for-symbian-officially-released/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2009/12/01/phonegap-symbian-qt-4-6-for-symbian-officially-released/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 21:36:06 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=39</guid>
		<description><![CDATA[So after starting off with Qt 4.6 tower, then upgrading to colossus ), then a beta release candidate, the official Qt 4.6 RAMBO release is here! Well its not called Rambo but it should be. Its got solid Qt Support, though I haven&#8217;t upgraded my PhoneGap Symbian fork yet, but will shortly. I was hoping [...]]]></description>
			<content:encoded><![CDATA[<p>So after starting off with Qt 4.6 tower, then upgrading to colossus ), then a beta release candidate, the official Qt 4.6 RAMBO release is here! Well its not called Rambo but it should be. Its got solid Qt Support, though I haven&#8217;t upgraded my PhoneGap Symbian fork yet, but will shortly. I was hoping we might have the <a href="http://blog.qt.nokia.com/2009/12/01/technology-preview-new-qt-apis-from-mobility-project/">Qt Mobility</a> packages built into the release but I guess there&#8217;s still some work to be done on them. For now I&#8217;ll have to continue to include the different libraries via source code, which isn&#8217;t a big deal.</p>
<p>Brian fowarded me a twitter post of someone who was confused how Qt gets installed on the device &#8230; its a sis installer file, just like most other tools and apps (save WRT Widgets). Sis installers can encapsulate other sis installers, so I was thinking Qt could be packaged with PhoneGap apps for deployment. Maybe if developers really start making apps using PhoneGap Symbian with Qt, Symbian will ship with Qt &#8230;</p>
<p>There may be some confusion as to how PhoneGap Symbian Qt will be built and deployed, so here&#8217;s a bit of a step by step of what&#8217;s required (<a href="http://phonegap.pbworks.com/PhoneGap-Symbian-%28Qt%29">detailed version</a>):</p>
<p>1. Install the<a href="http://www.forum.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html"> S60 (Symbian) SDK</a>, <a href="http://qt.nokia.com/products/platform/symbian">Qt 4.6 for Symbian</a> (SDK first, Qt patches it), and their various associated prerequisites.</p>
<p>2. Download the <a href="http://github.com/wildabeast/phonegap/tree/symbian.qt">PhoneGap Symbian source code</a>, which which will include the required <a href="http://blog.qt.nokia.com/2009/12/01/technology-preview-new-qt-apis-from-mobility-project/">Qt Mobility APIs</a>.</p>
<p>3. Build your webapp using html/js/css and the symbian phonegap.js, and place it in the phonegap/symbian.qt/framework/www/ folder.</p>
<p>4. Build and in the emulator, if desired.</p>
<p>5. Qt 4.6 includes qt.sis. This installs qt to your symbian phone. Do it.</p>
<p>6. Build your application, which will give you your application.sis (self-signed). This will be your distributable. Voila.</p>
<p>Outstanding issues:</p>
<p>- cannot send xhr&#8217;s from our local resources (priority)</p>
<p>- many API&#8217;s still to be implemented</p>
<p>- Symbian Signing</p>
<p>Feel free to post comments if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2009/12/01/phonegap-symbian-qt-4-6-for-symbian-officially-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PhoneGap for Symbian: Qt</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2009/11/18/phonegap-for-symbian-qt/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2009/11/18/phonegap-for-symbian-qt/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 21:45:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=27</guid>
		<description><![CDATA[During the initial stages of working on PhoneGap for Symbian using Web Runtime, some limitations were brought to light due to the fact that Nokia&#8217;s WRT is closed source: we are limited to the device functionality and platform support which Nokia has exposed. Nonetheless its a great technology and porting PhoneGap to WRT was a [...]]]></description>
			<content:encoded><![CDATA[<p>During the initial stages of working on <a href="http://www.phonegap.com/" target="_self">PhoneGap</a> for <a href="http://www.symbian.org/" target="_self">Symbian</a> using <a href="http://www.forum.nokia.com/Technology_Topics/Web_Technologies/Web_Runtime/" target="_self">Web Runtime</a>, some limitations were brought to light due to the fact that Nokia&#8217;s WRT is closed source: we are limited to the device functionality and platform support which Nokia has exposed. Nonetheless its a great technology and porting PhoneGap to WRT was a relatively quick win (taking in to account my having to re-learn javascript after 1 year of flailing abroad).</p>
<p>But over the last few weeks, while maintaining the latter, I&#8217;ve been researching/experimenting (don&#8217;t even want to go far as say developing, as very little has been implemented) with <a href="http://qt.nokia.com/developer/qt-4.6-rc-for-symbian-developers" target="_blank">Qt for Symbian</a>. The crew at Nokia just released the <a href="http://qt.nokia.com/developer/qt-4.6-rc-for-symbian-developers" target="_self">Qt 4.6 release candidate</a> on Nov 17th, and it includes a port of Webkit to Qt (QtWebkit), along with support for the Symbian/S60 platform, which is just the combination phonegap needs.</p>
<div id="attachment_32" class="wp-caption alignleft" style="width: 289px"><img class="size-full wp-image-32 " title="symbianpg" src="http://blogs.nitobi.com/ryan/wp-content/uploads/2009/11/symbianpg.jpg" alt="note my amazing javascript console, firebug is crap" width="279" height="483" /><p class="wp-caption-text">note my amazing javascript console, firebug is crap</p></div>
<p>So anyways I&#8217;ve got a PhoneGap Symbian Qt build (piggybacking off of the webkit demos included with Qt) which can open a local resource in a webview, and expose Qt Objects (and thus device functinoality) to javascript (via webframe-&gt;addtojavascriptwindowobject). I&#8217;ve implemented the most important API first, rather than the easiest: vibration. Ok it was actually the easiest.</p>
<p>Anyways there&#8217;s other problems to tackle before implementation of more PhoneGap APIs:</p>
<ul>
<li>XHRs seem to be getting blocked. I&#8217;m thinking its blocking what it considers a cross-domain XHR: a local html file to a remote server. I believe the support of this depends on the Webkit implementation(?)</li>
<li>I can&#8217;t remember what else.</li>
</ul>
<p>So if this looks interesting, help out the mobile developer community. Contribute. Its open source. Check out my very basic <a href="http://phonegap.pbworks.com/PhoneGap-Symbian-%28Qt%29" target="_self">Getting Started doc</a>, and get the code from my <a href="http://github.com/wildabeast/phonegap/tree/symbian.qt">PhoneGap repo on Github (Symbian Qt branch)</a>. The .sis installer file is in there as well, so you could also just put it on your device to see a PhoneGap app that vibrates and thats about it. Really useful. I think you might need to install Qt libraries to your phone since I haven&#8217;t packaged them in the app yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2009/11/18/phonegap-for-symbian-qt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>twatter</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2009/11/04/twatter/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2009/11/04/twatter/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:55:28 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=24</guid>
		<description><![CDATA[
my refusal to join twitter was reaffirmed when Andre sent me this
]]></description>
			<content:encoded><![CDATA[<p><object id="ce_89891774" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://current.com/e/89891774/en_US" /><embed id="ce_89891774" type="application/x-shockwave-flash" width="400" height="300" src="http://current.com/e/89891774/en_US" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed></object></p>
<p>my refusal to join twitter was reaffirmed when Andre sent me this</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2009/11/04/twatter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tcktcktck (made w/ phonegap) available in ovi store</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2009/11/04/tcktcktck-made-w-phonegap-available-in-ovi-store/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2009/11/04/tcktcktck-made-w-phonegap-available-in-ovi-store/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:03:18 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=21</guid>
		<description><![CDATA[The Tcktcktck mobile application is now published and available in Nokia&#8217;s Ovi Store to a selection of several S60 5th Edition devices. I believe it was recently approved in Blackberry&#8217;s app world, so once the iTunes Store sorts itself out, we&#8217;ll have a bit of a success story using PhoneGap for cross-platform mobdev!
PS the canucks [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://tcktcktck.org">Tcktcktck</a> mobile application is now <a href="http://store.ovi.com/content/7768D145DCED51E1E040050A85324FB8">published and available in Nokia&#8217;s Ovi Store</a> to a selection of several S60 5th Edition devices. I believe it was recently approved in Blackberry&#8217;s app world, so once the iTunes Store sorts itself out, we&#8217;ll have a bit of a success story using PhoneGap for cross-platform mobdev!</p>
<p>PS the canucks are winning with half their forward lineup, plus luongo, injured. Bieksa even played forward last night haha! they&#8217;re makin a run.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2009/11/04/tcktcktck-made-w-phonegap-available-in-ovi-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhoneGap for Symbian.WRT follow-up</title>
		<link>http://blogs.nitobi.com/ryan/index.php/2009/11/01/phonegap-for-symbian-wrt-follow-up/</link>
		<comments>http://blogs.nitobi.com/ryan/index.php/2009/11/01/phonegap-for-symbian-wrt-follow-up/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 00:00:37 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.nitobi.com/ryan/?p=19</guid>
		<description><![CDATA[To follow up with my last post, the WRT javascripts for  phonegap symbian are now up on my github account: http://github.com/wildabeast/phonegap
Will get sintaxi to pull soon. But feel free to play with it for now. Nokia&#8217;s WRT (on Symbian OS) is real easy to use, especially with the PG libraries in there.
Recently added libraries include: [...]]]></description>
			<content:encoded><![CDATA[<p>To follow up with my last post, the WRT javascripts for  phonegap symbian are now up on my github account: http://github.com/wildabeast/phonegap</p>
<p>Will get sintaxi to pull soon. But feel free to play with it for now. Nokia&#8217;s WRT (on Symbian OS) is real easy to use, especially with the PG libraries in there.</p>
<p>Recently added libraries include: camera, sms, orientation, storage, and acceleration.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nitobi.com/ryan/index.php/2009/11/01/phonegap-for-symbian-wrt-follow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

