<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>webOSroundup</title>
	
	<link>http://www.webosroundup.com</link>
	<description>webOS app reviews, palm pre and pixi apps</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:27:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel="hub" href="http://www.webosroundup.com/?pushpress=hub" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/webosroundup" /><feedburner:info uri="webosroundup" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>webosroundup</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Palm Releases PDK Beta</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/v36gqtdUqn4/</link>
		<comments>http://www.webosroundup.com/2010/03/palm-releases-pdk-beta/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:44:23 +0000</pubDate>
		<dc:creator>Roy Sutton</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[pdk]]></category>
		<category><![CDATA[widk]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1905</guid>
		<description><![CDATA[The big news for today was Palm&#8217;s release of its Plug-in Development Kit (PDK) beta in conjunction with the Game Developers Conference.  The news first broke this morning in the form of a press release.  Soon after, Palm posted its own note and opened the beta for download.  What is the PDK and why should [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/pdk_lg2.png"><img class="size-full wp-image-1917 alignleft" title="pdk_lg2" src="http://www.webosroundup.com/wp-content/uploads/2010/03/pdk_lg2.png" alt="Palm Plug-in Development Kit Icon" width="109" height="112" /></a>The big news for today was Palm&#8217;s release of its Plug-in Development Kit (PDK) beta in conjunction with the <a href="http://www.gdconf.com/">Game Developers Conference</a>.  The news first broke this morning in the form of a <a href="http://finance.yahoo.com/news/Palm-webOS-PDK-Public-Beta-bw-2461401868.html?x=0&amp;.v=1">press release</a>.  Soon after, Palm posted its <a href="http://pdnblog.palm.com//2010/03/beta-pdk-released/">own note</a> and opened the beta for download.  What is the PDK and why should you care?  I&#8217;ll tell you&#8230;</p>
<p><span id="more-1905"></span></p>
<h3>PDK Basics</h3>
<p>The PDK is a tool Palm has created to allow developers to create applications in C and C++ that have access to the GPU embedded in the Palm Pre and Palm Pixi devices.  In addition to allowing for 3D graphics using <a href="http://www.opengl.org/documentation/">OpenGL ES</a> the PDK includes support for the <a href="http://www.libsdl.org/" target="_blank">Simple  DirectMedia Library (SDL)</a>, which provides access to audio, keyboard, mouse, 3D through OpenGL and 2D graphics.  In short, the PDK gives game developers the tools they need to create immersive native 3D applications.</p>
<p>The PDK gets its name from the model that Palm has used to develop webOS.  As many of you may know most existing webOS applications are developed using Web technology.  In fact, applications are run inside a WebKit browser.  For the native applications to interact with webOS they are designed as browser plug-ins, just like Flash is a browser plug-in for your desktop browser (and how it will be for webOS when it&#8217;s released!).</p>
<h3>Getting Started with the PDK</h3>
<p>If you&#8217;re a developer interested in getting in on the PDK beta program then head over to <a href="https://developer.palm.com/index.php">Palm&#8217;s Developer Center portal</a> and select the <a href="https://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1936">PDK</a> link.  There you will find links to download the PDK as well as view an introduction and a <a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=2001&amp;Itemid=331">FAQ</a>.  The requirements for the PDK are very modest:  A Windows (not 64 bit!) or Mac PC.  For Windows, the PDK includes a project for use with Visual Studio.  On the Mac, the PDK includes an Xcode template.  Neither Visual Studio nor Xcode are required but you should read the <a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1971&amp;Itemid=336">Getting Started</a> section for more information.  Note:  Mac owners beware, there is a bug in one of the scripts to launch the sample code.  See <a href="https://developer.palm.com/distribution/viewtopic.php?f=70&amp;t=5760">this forum post</a> for details getting the sample running.</p>
<h3>WebOS Internals Development Kit</h3>
<p>For quite some time an open development kit for native development has been available:  <a href="http://www.webos-internals.org/wiki/WebOS_Internals_PDK">WebOS Internal&#8217;s Development Kit</a> (WIDK).  Built using the same technology that forms the basis for Palm&#8217;s PDK, the WIDK allows for the same style of development.  Rod Whitby, founder of WebOS Internals, tells me that the WIDK is best thought of as a superset of the PDK.</p>
<p>Another difference between the two is the environment:  The PDK currently runs natively in Windows and Mac OS X whereas the WIDK runs natively on Linux or as a virtual machine environment on Windows and Mac (using the same the VirtualBox emulator that powers the Mojo SDK emulator).</p>
<p>Rod further explains that the WIDK will support apps developed targeting <a href="http://en.wikipedia.org/wiki/X_Window_System">X11</a>, <a href="http://qt.nokia.com/">Qt</a> and <a href="http://trac.enlightenment.org/e/wiki/Elementary">Elementary</a> (Enlightenment widget set), allowing applications from other platforms to be ported easily to webOS.  The PDK is currently tuned towards developers porting games to webOS whereas the WIDK also supports porting and developing other types of applications, including webOS services.</p>
<h3>Bottom Line</h3>
<p>There can be no doubt that the release of a beta PDK will mean many more games coming to webOS.  We can hope that it will also mean more elaborate apps, such as complex word processing apps (perhaps the long-awaited DataViz <a href="http://www.dataviz.com/products/documentstogo/webos/">Documents To Go</a>?).  Do note that you won&#8217;t be seeing any of the new PDK beta apps soon, as this note from Palm explains:</p>
<blockquote><p>Note that distribution of apps built with the public beta PDK will require functionality provided in an upcoming Palm webOS update, to be released during the middle of this year. The current version of webOS supports limited distribution of games built with the private early-access PDK, but the technologies and processes that enable this limited distribution don’t allow for wider distribution.</p></blockquote>
<p>We can hope that this will mean the next release of webOS (1.5?) will be coming soon.  According to Palm&#8217;s site it will be in the &#8216;first half of the year.&#8217;  I think they may have learned about setting dates too firmly!</p>
<p>Update: Removed potentially confusing information about compilers.  Update 2: Added warning about bad Mac script.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=v36gqtdUqn4:1eG4-qehlpk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=v36gqtdUqn4:1eG4-qehlpk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=v36gqtdUqn4:1eG4-qehlpk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=v36gqtdUqn4:1eG4-qehlpk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/v36gqtdUqn4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/palm-releases-pdk-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/palm-releases-pdk-beta/</feedburner:origLink></item>
		<item>
		<title>Tilt GT Review</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/mCBJfwzKe0E/</link>
		<comments>http://www.webosroundup.com/2010/03/tilt-gt-review/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:52:01 +0000</pubDate>
		<dc:creator>Alice Carback</dc:creator>
				<category><![CDATA[$1 to $5]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[accelerometer]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[nitro]]></category>
		<category><![CDATA[racing]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1445</guid>
		<description><![CDATA[Zoom, zoom! Get ready to tilt and turn your way to the finish line with Tilt GT. Hop into your yellow, nitro-equipped car and race around the ten regular tracks. Prove you’re good enough and unlock ten more extreme tracks.
When you get into your little car, the front end of the car is the one [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/02/tiltrack_2010-27-02_191358.png"><img class="alignleft size-medium wp-image-1567" title="tiltrack_2010-27-02_191358" src="http://www.webosroundup.com/wp-content/uploads/2010/02/tiltrack_2010-27-02_191358-200x300.png" alt="" width="160" height="240" /></a>Zoom, zoom! Get ready to tilt and turn your way to the finish line with Tilt GT. Hop into your yellow, nitro-equipped car and race around the ten regular tracks. Prove you’re good enough and unlock ten more extreme tracks.</p>
<p>When you get into your little car, the front end of the car is the one with wider more rectangular windshield. My first race involved me going the wrong way and straight into the grass. The grass, by the way, is like a golf green. The farther away you go, the darker the color and the more difficult the recovery. So don’t go too far off track. After mumbling and yelps of “No, no, bad car!”, I was able to finish the first track.</p>
<p><span id="more-1445"></span></p>
<p>Another reason to not go off track, you can’t finish the race! If you go too far off track or the wrong way, the game will show you a dot on the track you have to return to in order to complete the race. But if you still have trouble, fear not! You can change the sensitivity of the tilt steering under Preferences in the menu.</p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/02/tiltrack_2010-27-02_192731.png"><img class="alignright size-medium wp-image-1566" title="tiltrack_2010-27-02_192731" src="http://www.webosroundup.com/wp-content/uploads/2010/02/tiltrack_2010-27-02_192731-200x300.png" alt="" width="160" height="240" /></a>One of the thing I really like about the game are the three race modes. The first race you do is always an initial time trial for the track. After that you can race the ghost of your best time trial for the track. The third option is available after your first race and only if you have online score sharing turned on: Race the ghost of the next best player&#8217;s time trial. The score board is pretty fun, too. It shows you the top racers, racers nearest you, and the worst racers.</p>
<p>While I didn&#8217;t unlock any of the challenging upper tracks, the challenging progression of tracks and the global scoreboard shouldn&#8217;t leave you bored anytime soon.</p>
<div class="prosLeft">Pros</p>
<ul>
<li>Adjustable sensitivity</li>
<li>Global score board for bragging</li>
<li>Ghost racing your best record or other players</li>
<li>Using the Nitro is as easy as taping or taping and holding the screen</li>
</ul>
</div>
<div class="consLeft">Cons</p>
<ul>
<li>You should probably turn up the sensitivity a bit right away</li>
<li>Ambiguous car avatar makes it hard to tell which way you&#8217;re facing</li>
<li>Tilt controls can be hard to learn and may lead to frustration</li>
<li>Brief pauses/freezing (I believe this is a webOS 1.4 accelerometer issue)</li>
</ul>
</div>
<div class="bottomline"><strong><em>Bottom Line</em></strong><br />
At only $1.99, Tilt GT is a fun, challenging and affordable race game.</p>
<p><a href="http://apps.webosroundup.com/Catalog/Tilt-GT">Interested? See the buzz about it and send it straight to your phone from appRoundup</a></p>
</div>
<p><strong>Gallery</strong><br />

<a href='http://www.webosroundup.com/2010/03/tilt-gt-review/tiltrack_2010-27-02_192731/' title='tiltrack_2010-27-02_192731'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/02/tiltrack_2010-27-02_192731-150x150.png" class="attachment-thumbnail" alt="" title="tiltrack_2010-27-02_192731" /></a>
<a href='http://www.webosroundup.com/2010/03/tilt-gt-review/tiltrack_2010-27-02_191358/' title='tiltrack_2010-27-02_191358'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/02/tiltrack_2010-27-02_191358-150x150.png" class="attachment-thumbnail" alt="" title="tiltrack_2010-27-02_191358" /></a>
<a href='http://www.webosroundup.com/2010/03/tilt-gt-review/tiltrack_2010-27-02_191644/' title='tiltrack_2010-27-02_191644'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/02/tiltrack_2010-27-02_191644-150x150.png" class="attachment-thumbnail" alt="" title="tiltrack_2010-27-02_191644" /></a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=mCBJfwzKe0E:H552nIPb4c8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=mCBJfwzKe0E:H552nIPb4c8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=mCBJfwzKe0E:H552nIPb4c8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=mCBJfwzKe0E:H552nIPb4c8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/mCBJfwzKe0E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/tilt-gt-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/tilt-gt-review/</feedburner:origLink></item>
		<item>
		<title>Interview with Frank Zammetti, Part 1</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/2Eyp6CDI-Ds/</link>
		<comments>http://www.webosroundup.com/2010/03/interview-with-frank-zammetti-part-1/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:28:27 +0000</pubDate>
		<dc:creator>Roy Sutton</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[zammetti]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1784</guid>
		<description><![CDATA[

Recently I had the opportunity to talk with , author of a number of programming books.  Recently, Frank&#8217;s book Practical Palm Pre webOS Projects was released by Apress.  Read on to learn more about him than you ever wanted to know!


Frank, you&#8217;ve written quite a number of books on programming.  Can you tell us [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/frank.png"><img class="alignleft size-full wp-image-1890" src="http://www.webosroundup.com/wp-content/uploads/2010/03/frank.png" alt="" width="500" height="50" /></a></p>
<p style="clear: both; margin-top: 15px;">
Recently I had the opportunity to talk with , author of a number of programming books.  Recently, Frank&#8217;s book <strong>Practical Palm Pre webOS Projects</strong> was released by <a href="http://www.apress.com">Apress</a>.  Read on to learn more about him than you ever wanted to know!
</p>
<p><span id="more-1784"></span></p>
<p><strong>Frank, you&#8217;ve written quite a number of books on programming.  Can you tell us about your background and how you became interested in programming and, specifically, about writing about programming?</strong></p>
<p>Well, let&#8217;s see&#8230; I&#8217;ve been programming in one form or another for over 25 years now.  I started back in 4th grade (don&#8217;t remember the exact year and I ain&#8217;t doin&#8217; the math!).  My school wanted to start up a &#8220;computer program.&#8221;  They picked the top, I think, 5 students, of which I was one at the time (that didn&#8217;t continue too much beyond 4th grade!) and asked if we&#8217;d be interested in piloting the program.  We said sure&#8230; I remember the first thing we did, on an old Commodore Pet, was write a program to calculate the area of a triangle&#8230; of course, I had NO idea about the math at the time, but being able to make these machines do what I wanted was really cool.  I remember finding another kid (named Frank ironically!) in the lab one day and he was writing a program to make a guy do jumping jacks, all character-based graphics. I thought it was the most awesome thing ever!  Long story short, a few weeks later every other kid quit the program except me, I was totally hooked   I then started doing sort of the typical &#8220;old-school&#8221; kind of stuff: writing games on old 8-bit machines, starting with the Timex Sinclair 1000, moving up to an Atari 800XL and finally a Commodore 64, which is a much larger topic for another day.  I spent a lot of years doing straight Assembly coding, really getting down and dirty.</p>
<p>Flash-forward to some time around 1992 when my &#8220;professional&#8221; career began.  A few consulting gigs, then a regular full-time position that I&#8217;m actually still in.  I started out doing Windows development, VB, VC++, FoxPro, all that stuff.  I even did some mainframe work, COBOL and EasyTrieve, that sort of stuff.  Some time around probably 1995 I discovered this &#8220;Internets&#8221; thingie.  I got permission to create the initial Web presence for my company, and they were thrilled even though, as you can imagine, it sucked pretty bad   Soon after that I created our first intranet site, which is where I really started to learn a ton of stuff because I pretty much was allowed to do whatever I wanted!  All sorts of new technologies and learning tricks and whatnot.</p>
<p>Now, the book&#8230; that&#8217;s a more recent thing obviously.  A few years ago Apress came to me, based on some articles I had written and put out there, and asked if I wanted to write a book on AJAX.  Of course I said sure, why not, having no idea what the hell I was getting myself into!  Now, I&#8217;ve never been a best-selling author or anything, but I guess my books sell well enough that they keep asking me back.  I somehow have gotten up to six published and am getting ready to sign a contract for two more.  Some day I&#8217;ll sleep again, but I have no idea when.</p>
<p><strong>When did you first hear about the Palm Pre and webOS?</strong></p>
<p>I first heard about the Pre early last year, I&#8217;m sure around the same time as everyone else.  Apress again came to me and asked if I&#8217;d be interested in writing a book on it, given my previous experience with both Web development and Windows Mobile development.  I had heard whispers about webOS before then, but that&#8217;s when I really started looking into it.</p>
<p><strong>So, what were your first thoughts upon getting your hands on webOS?</strong></p>
<p>My first thought, not to be melodramatic about it, is that this could really, seriously be a game-changer.  Not to toot my own horn, but I know I&#8217;m not the only person that can say this: the idea of what is essentially an operating system built on a browser engine is something I&#8217;d thought of before.  It&#8217;s a pretty natural evolution in my opinion.  Palm really delivered on that vision in a big way.  It&#8217;s kind of a shame that Google gets all the press for ChromeOS when Palm really beat them to the punch.  I thought that the development model webOS presents is really something special that could have a huge impact.  The idea that developers can take their existing, current skills and almost immediately be productive on a whole new platform is a huge deal.  Not to mention the fact that webOS is pretty darned sexy to look at and use too!</p>
<p>I&#8217;ll be honest, I&#8217;ve always been a fan of Windows Mobile (or PocketPC, as I still like to call it).  In fact, two things I miss big-time from my WinMo days is being able to fully work on Office docs on the go and voice memo recording, two things webOS is currently missing.  But, it was pretty obvious in short order that even though not having those things is a trade-off, it&#8217;s ultimately one in webOS&#8217;s favor.  So, my first thought was simply &#8220;wow, this isn&#8217;t just another mobile platform, this could really change things.&#8221;  Time will tell if that initial reaction was accurate or not, but I&#8217;m definitely a believer.</p>
<p><strong><a href="http://pre101.com/blog/wp-content/uploads/2010/02/Practical-Palm-Pre-webOS-Projects-Zammetti.gif"><img class="alignright size-full wp-image-911" style="margin-left: 10px;" title="Practical Palm Pre webOS Projects - Zammetti" src="http://pre101.com/blog/wp-content/uploads/2010/02/Practical-Palm-Pre-webOS-Projects-Zammetti.gif" alt="" width="125" height="165" /></a>Your book Practical Palm Pre webOS Projects was the second webOS programming book (behind Palm webOS by Palm&#8217;s own Mitch Allen).  Was it difficult writing about a technology that was evolving so quickly?</strong></p>
<p>Yes it was!  I think the bigger problem I had though was simply dealing with inaccuracies in Palm&#8217;s documentation or things simply not being documented yet.  This is completely understandable given the timing of writing the book, but it definitely made matters&#8230; interesting!  I don&#8217;t doubt there are some errors in my book as a result of this.  I wound up diving into the Mojo source code a bit more than I would have liked at times because I felt like I had a responsibility to the reader to at least try and disambiguate things that I felt weren&#8217;t clear coming from Palm.  It&#8217;s possible I got some things wrong though, and that&#8217;s something I&#8217;m never happy about when I write.  But, it&#8217;s all a direct result of, as you say, writing about something that is changing rapidly.</p>
<p>I got lucky in that there was only one SDK bump during the writing of the book and it was fairly minor, didn&#8217;t lead to many revisions.  There&#8217;s one or two things that I&#8217;m sure I didn&#8217;t cover simply because there wasn&#8217;t time to revise that much, but the situation wasn&#8217;t too bad.  I should also point out that Mitch Allen was quite helpful during the writing of my book.  I only bugged him maybe twice with questions because I didn&#8217;t want to be THAT guy.  But he put me in touch with an engineer once or twice to get some questions answered, and he helped solve one sticky problem pretty quickly, so I definitely should thank him for that.  So yes, it was difficult&#8230; but at the same time it was very fun!</p>
<p>One of the things that I really love about webOS is that it&#8217;s so new, people are still figuring it out, finding the boundaries and how to push past them.  This is especially true of game development, which is a topic near and dear to my heart.  It&#8217;s a bit like the &#8220;good old days&#8221; in that regard: what can and can&#8217;t I do, and how do I then make the impossible happen anyway?  Being Web technology-based makes the development cycle a lot easier too, in fact I&#8217;ve often worked on a piece of code on a desktop browser and then quickly and easily ported it to webOS.  Makes life quite a bit easier.</p>
<p><strong>You mentioned that you had to look at the source of Mojo (the framework that webOS applications use).  How important do you think it is that the source for that framework is available for developers to look at?</strong></p>
<p>I think especially at this point it&#8217;s VERY important.  Palm&#8217;s documentation has been steadily improving, which is what you&#8217;d expect and is great to see, but it&#8217;s still lacking in places.  Even if the documentation was fantastic I think there would still be value in being able to examine the source.  There will always be things that the documentation doesn&#8217;t tell you that the source code does.  In some ways it&#8217;s a larger question&#8230; I know recently that there was some debate over at Ajaxian about whether the time of &#8220;view source&#8221; is over.  I&#8217;m on the side that says the web became as successful as it is because people can look at each others&#8217; source and learn from it.</p>
<p>The same is true of Mojo.  The same also, I think, is true of applications themselves.  Of course, as it stands now, it&#8217;s extremely easy for a developer to look at the source for others&#8217; applications.  Palm seems, based on the cryptofs stuff added in the 1.3.5 update, to be moving to block that.  I for one hope they don&#8217;t.  I can understand developers wanting to protect their IP, and of course stop piracy as much as possible.  But, I think the trade-off is maybe a bit too much.  If you see a neat trick in an application, being able to understand how it&#8217;s done is very valuable if you want a platform to be successful.<br />
It&#8217;s a tough question for sure, and I certainly see the other side&#8217;s point of view too.  But yeah, being able to look at the Mojo source code AT LEAST is very important I&#8217;d say.</p>
<p><strong>Who is your book aimed at?</strong></p>
<p>The book is aimed at people who already have a decent knowledge of CSS, HTML and JavaScript and have at least played around with webOS a little bit.  You don&#8217;t need to be an expert in any of these things, but it&#8217;s not really meant for absolute beginners either&#8230; In particular, if you&#8217;re a beginner at JavaScript you&#8217;ll probably have to spend time jumping back and forth between the book and some online references to fill in the gaps.  You also have to be the type of developer who learns best by looking at real code and tearing it apart.  If you are looking for short, targeted, contrived examples of specific things then this book is definitely not for you.  Instead, it will give you the whole picture: how you create an entire application, how all the pieces fit together, etc.  You&#8217;ll also be able to see all the problems that I encountered as I wrote the code and how I overcame them, which hopefully saves the reader a lot of time and effort!  The things you learn will be learned within the context of the larger application&#8230; There&#8217;s no section on all the details of implementing a List for example, but you&#8217;ll see all those details as the applications are explored.</p>
<p>Interestingly, I myself generally don&#8217;t learn as well this way!  I tend to prefer those simple, contrived examples of specific concepts.  Then again, I&#8217;ve been doing this programming thing for a LONG time now, so the bigger picture is something I don&#8217;t typically struggle with, but the details obviously change all the time and that&#8217;s usually what I&#8217;m after.</p>
<p><em>Stay tuned for Part 2 of my interview with Frank Zammetti.</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=2Eyp6CDI-Ds:8CZIi3OWNlY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=2Eyp6CDI-Ds:8CZIi3OWNlY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=2Eyp6CDI-Ds:8CZIi3OWNlY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=2Eyp6CDI-Ds:8CZIi3OWNlY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/2Eyp6CDI-Ds" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/interview-with-frank-zammetti-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/interview-with-frank-zammetti-part-1/</feedburner:origLink></item>
		<item>
		<title>Epocrates Review</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/aU1aBI6ngYE/</link>
		<comments>http://www.webosroundup.com/2010/03/epocrates-review/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 18:00:40 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Video Reviews]]></category>
		<category><![CDATA[healthcare]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1603</guid>
		<description><![CDATA[Even if you’re not a healthcare professional, you’ve probably heard of a little program called Epocrates. If you’re not familiar with it, allow me to learn ya!
First released on Palm OS devices in 1998, Epocrates started out as a prescription drug database for physicians.  It included dosing information, contraindications and a list of adverse reactions. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100303_172526.png"><img class="size-medium wp-image-1595 alignleft" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100303_172526-200x300.png" alt="" width="200" height="300" /></a>Even if you’re <em>not</em> a healthcare professional, you’ve probably heard of a little program called Epocrates. If you’re not familiar with it, allow me to learn ya!</p>
<p>First released on Palm OS devices in 1998, Epocrates started out as a prescription drug database for physicians.  It included dosing information, contraindications and a list of adverse reactions. It has since ballooned into a much more comprehensive reference tool for healthcare professionals and has gone beyond drug reference to incorporate a CME credit portal, a medical calculator and so on.  In fact, once you demonstrate proficiency in this app in medical school they let you graduate! &#8230; I kid.</p>
<p>After the break, I&#8217;ll walk you through my impressions of Epocrates for webOS, and how I think it could be tweaked to be the BEST version of Epocrates for ANY platform.</p>
<p><span id="more-1603"></span></p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/classic_20100403_155035.png"><img style="margin-left: 0px;margin-right: 0px;border-width: 0px" src="http://www.webosroundup.com/wp-content/uploads/2010/03/classic_20100403_155035_thumb.png" border="0" alt="classic_2010-04-03_155035" width="164" height="244" align="right" /></a></p>
<p>I’ve been a loyal Epocrates user since I was a medical student back in 1999 on my trusty Palm III. Such an Epocrates loyalist  was I, that I bought the Palm Classic Emulator by MotionApps as soon as I bought my Palm Pre, just to have Epocrates. It was <em>that</em> important to me! While it gave me all the functionality of Epocrates that I wanted, I definitely longed for a much more “tap-friendly” solution.</p>
<p>Why is it so important that webOS has it? It’s used by almost a million healthcare professionals every day, including 1/3 of all doctors in the U.S. I also think it’s cool Epocrates did not forget its loyal Palm users from back in the day. Think about it:</p>
<blockquote><p><span style="color: #808080">Epocrates for iPhone was released <strong>13 months</strong> after the iPhone launched.</span></p>
<p><span style="color: #808080">Epocrates for Android was released <strong>18 months</strong> after Android launched.</span></p>
<p><span style="color: #808080">Epocrates for webOS was released <span style="color: #808080">only <strong>8 months</strong></span> after webOS launched. Not bad at all.</span></p></blockquote>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100303_172526.png"></a></p>
<p>Okay so enough of that. Let’s dive right into this.  I had the pleasure of beta testing this app and on the surface it’s changed very little. Underneath, I think Epocrates did a great job of cleaning up their code as the app loads faster and no longer seems to consume as many resources.</p>
<h2>Features</h2>
<p>Right now Epocrates for webOS includes <strong>Drug Rx</strong>,<strong> MedMath</strong> and <strong>Tables</strong> modules.</p>
<p>Those of you accustomed to the Palm OS versions of Epocrates will be both pleased and disappointed.  Bad news first: the feature set is rather slim compared to the Palm OS version of Epocrates.  Formulary compatibility, for example, doesn’t exist yet. This sucks for me as many of the medications I prescribe go on and off of insurance formularies like musical chairs. The lack of this feature alone forces me to use the Palm Classic version (but hey, I’m getting my money’s worth, right?). Also, the nifty CME credit module seen in the free version is non-existent. I expect these and other lacking features (such as herbal and OTC meds) to show up in future updates and paid packages.</p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100403_155859.png"></a></p>
<p>The good news: we Palm OS users never had the joy of using<strong> Pill ID</strong>. And it <em>is</em> <a href="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100403_155859.png"><img class="alignright size-medium wp-image-1597" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100403_155859-200x300.png" alt="" width="200" height="300" /></a>a joy.  No longer am I forced into a corner when I have a patient try to describe a medication to me.  I just need to fire up Pill ID, tap some key descriptions, and bam! There’s my list of meds. Love it.</p>
<h2>User Interface</h2>
<p>Getting around Epocrates for webOS is wonderful. For starters, it’s fast. Wicked fast. Tap a category, and boom. Menus and submenus pull up. Scrolling hardly ever hiccups, even with long descriptions. And since webOS 1.4, the app takes a hair under 5 seconds to load. Nice.</p>
<p>Next, it’s very easy to navigate once you play around with it.  The layout is very nicely presented, and although not as pretty, easier to navigate than the version I had on my iPhone. One thing I really like is the <strong>“Universal Search”</strong> function: when you type a search, not only does Epocrates (QUICKLY) pull up drug names, it also (QUICKLY) pulls up any tables or math equations that match your request. Very nice!  Finally, rather than hunt through submenus for a specific math equation or medical table that you use often, you can save it to your <strong>Favorites</strong> on the homescreen. A nice touch.</p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100403_162349.png"></a></p>
<p>What <em>don’t </em>I like? My biggest complaint is the fact that I have to TAP the text field to start a search. C’mon, guys. This ain’t the iPhone. I have a perfectly good keyboard and I should be able to just start typing without activating the text field.  After that, it’s only minor niggles: like the big ol’ “quick tips” banner in the middle of the home screen… it’s quite useless and takes up precious screen real estate. I also don’t like having to use the smallish on-screen buttons for the on-screen calculator. Finally, I can’t seem to rearrange my favorites to my liking once I’ve added them. Am I missing something?</p>
<h2>Special Request to Epocrates:<a href="http://www.webosroundup.com/wp-content/uploads/2010/03/epocratespossibilitiescopy.png"><img class="alignright size-medium wp-image-1882" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocratespossibilitiescopy-201x300.png" alt="Epocrates for webOS, &quot;doctored&quot; to show multiple=" /></a></h2>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/epocratespossibilitiescopy.png"></a></p>
<p>While playing with Epocrates for webOS a great idea hit me like a ton of bricks… get this:  <strong>EPOCRATES IN MULTIPLE CARDS</strong>! … I’ll let that sink in for a little bit.</p>
<p>Say you’re prescribing Bactrim for a pediatric patient.  Being the good doctor you are, you want to use the dosing calculator to write for the correct dose. You open the calculator but then you want to double-check that the dosing calculations you entered match the indication. If I had multiple Epocrates cards running, I could easily flick to the other card and verify the information.  Come to think of it, I’d just leave the dose calculator on all day in one card and search medications in another. It’s brilliant! <img src='http://www.webosroundup.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><em>In other words, Epocrates, take advantage of the beauty of webOS! Can’t be too hard to do, right?</em></strong></p>
<h2>Conclusion:</h2>
<p>Right now, there’re precious few other professional medical apps for webOS. LexiComp is probably the most comprehensive of all of them and is a fantastic app, but for quick reference, their Lexi-Drugs module is simply <em>too</em> much. It’s also rather pricey:  the Lexi-Drugs database alone is $115!</p>
<p>In short, Epocrates’ foray into webOS did not disappoint. I’m looking forward to future updates and more features.  If this great start is a sign of things to come, I’ll have no problem in buying their paid packages.</p>
<div class="prosLeft">
<p><strong>Pros</strong></p>
<ul>
<li>Very fast UI</li>
<li>Loads quickly</li>
<li>Very easy to use</li>
</ul>
</div>
<div class="consLeft">
<p><strong>Cons</strong></p>
<ul>
<li>No &#8220;type to search&#8221; functionality</li>
<li>Other complaints are rather minor</li>
</ul>
</div>
<div class="bottomline"><strong><em>Bottom Line:</em></strong><br />
If LexiComp is the suitcase, Epocrates is the daypack. A fantastic quick-reference drug database for any physician. Well-executed for the webOS platform, but could harness the power of webOS even better with multiple cards.</div>
<p><strong>Gallery</strong>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/epocrates_20100303_172526-png/' title='epocrates_20100303_172526.png'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100303_172526-150x150.png" class="attachment-thumbnail" alt="" title="epocrates_20100303_172526.png" /></a>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/epocrates_2010-08-03_155821/' title='Epocrates for webOS medicine view'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_2010-08-03_155821-150x150.png" class="attachment-thumbnail" alt="" title="Epocrates for webOS medicine view" /></a>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/epocrates_2010-08-03_155910/' title='Epocrates for webOS Interaction Check'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_2010-08-03_155910-150x150.png" class="attachment-thumbnail" alt="" title="Epocrates for webOS Interaction Check" /></a>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/epocrates_2010-08-03_155728/' title='Epocrates Table'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_2010-08-03_155728-150x150.png" class="attachment-thumbnail" alt="" title="Epocrates Table" /></a>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/classic_20100403_155035_thumb/' title='Palm Classic'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/classic_20100403_155035_thumb-150x150.png" class="attachment-thumbnail" alt="" title="Palm Classic" /></a>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/epocrates_2010-08-03_155720/' title='Dosing Calculator'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_2010-08-03_155720-150x150.png" class="attachment-thumbnail" alt="" title="Dosing Calculator" /></a>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/epocrates_20100403_155859-png/' title='epocrates_20100403_155859.png'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocrates_20100403_155859-150x150.png" class="attachment-thumbnail" alt="" title="epocrates_20100403_155859.png" /></a>
<a href='http://www.webosroundup.com/2010/03/epocrates-review/epocratespossibilitiescopy/' title='Think of the possibilities'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/epocratespossibilitiescopy-150x150.png" class="attachment-thumbnail" alt="" title="Think of the possibilities" /></a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=aU1aBI6ngYE:OeNFbC6X7PA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=aU1aBI6ngYE:OeNFbC6X7PA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=aU1aBI6ngYE:OeNFbC6X7PA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=aU1aBI6ngYE:OeNFbC6X7PA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/aU1aBI6ngYE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/epocrates-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/epocrates-review/</feedburner:origLink></item>
		<item>
		<title>Welcome to the new webOSroundup</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/u34VUG2KNlA/</link>
		<comments>http://www.webosroundup.com/2010/03/welcome-to-the-new-webosroundup/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:00:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1804</guid>
		<description><![CDATA[
So if you stepped away from the intertubes over the weekend and are just getting back into the swing of things, you may notice things look a little different around here. With all the changes and new faces around here, we decided that the site needed a new look to accommodate all of the extra content that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/screen.jpg"><img class="aligncenter size-full wp-image-1805" title="screen" src="http://www.webosroundup.com/wp-content/uploads/2010/03/screen.jpg" alt="" width="440" height="331" /></a></p>
<p>So if you stepped away from the intertubes over the weekend and are just getting back into the swing of things, you may notice things look a little different around here. With all the changes and new faces around here, we decided that the site needed a new look to accommodate all of the extra content that we are delivering nowadays.</p>
<p>From the getgo, you can see that the front page is much more useful. Gone are the little tiny boxes that didn&#8217;t even show you the full title of a post. Also gone is the ginormous feature graphic that didn&#8217;t really do much except take up a whole lotta space. In place of that, we have created a space to let you see all the latest news, review, and tips. Furthermore, consuming the content (aka reading) is much easier now because, as you can see, we display them on the front page.</p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/ssexplore.jpg"><img class="alignleft size-full wp-image-1806" title="ssexplore" src="http://www.webosroundup.com/wp-content/uploads/2010/03/ssexplore.jpg" alt="" width="254" height="142" /></a>If you are a new reader, or someone who is looking for something specific, we have created a new page called Explore. This page is another way to get at the content you want quickly. Say you are looking for a new app for your phone but you don&#8217;t want to spend more than $5. You can visit the Explore page and click on the $1 &#8211; $5 category to get all of our reviews brought right to you. If you are interested in our editorial pieces or interviews, they are only a couple of clicks away. Now, of course, if you know exactly what you are looking for, we still have the good ole search in the upper right corner.</p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/ssbuzz.jpg"><img class="alignright size-full wp-image-1807" title="ssbuzz" src="http://www.webosroundup.com/wp-content/uploads/2010/03/ssbuzz.jpg" alt="" width="191" height="207" /></a>Another new feature is the Top Buzz box to the right. This is a live feed from <a href="http://apps.webosroundup.com">appRoundup</a> so you can see what apps are the hottest on the web. While this alone is pretty darn cool, this is just the beginning of our integration to appRoundup.</p>
<p>In all honesty, there are dozens of little changes here and there that we have made, and all of them have been done with the sole purpose of making webOSroundup even better than it has been in the past.</p>
<p>Now, we have been slaving away here trying to get all the wrinkles out, but there are sure to be a few that we have missed. So if you notice anything that looks a bit funky, or doesn&#8217;t seem right for one reason or another, please help us by<a href="http://www.webosroundup.com/contact"> shooting us an email</a> and letting us know.</p>
<p>We hope that you are half as excited about the changes as we are. The coming days and weeks are going to be chock full of awesomeness: interviews, new contests, editorials, and, of course, more great reviews to help you pick the best apps for your phone. We hope that you will join us for the ride and spread the word!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=u34VUG2KNlA:IpA4YXCwpj8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=u34VUG2KNlA:IpA4YXCwpj8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=u34VUG2KNlA:IpA4YXCwpj8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=u34VUG2KNlA:IpA4YXCwpj8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/u34VUG2KNlA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/welcome-to-the-new-webosroundup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/welcome-to-the-new-webosroundup/</feedburner:origLink></item>
		<item>
		<title>Pardon our mess…</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/IoAVXauP4CY/</link>
		<comments>http://www.webosroundup.com/2010/03/pardon-our-mess/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 05:08:33 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1624</guid>
		<description><![CDATA[Hey everyone, if you are visiting this weekend you may notice some funkiness. We are going to start pushing the new design in a few minutes and there are bound to be some rough edges when it comes to formatting and such.
We hope to have it all cleaned up and ready to go by Monday [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone, if you are visiting this weekend you may notice some funkiness. We are going to start pushing the new design in a few minutes and there are bound to be some rough edges when it comes to formatting and such.</p>
<p>We hope to have it all cleaned up and ready to go by Monday when we have our &#8220;Grand Opening&#8221;.</p>
<p>Hope you all like the new look.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=IoAVXauP4CY:0o_K80cGq0M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=IoAVXauP4CY:0o_K80cGq0M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=IoAVXauP4CY:0o_K80cGq0M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=IoAVXauP4CY:0o_K80cGq0M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/IoAVXauP4CY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/pardon-our-mess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/pardon-our-mess/</feedburner:origLink></item>
		<item>
		<title>Buzz of the Week: 2/26 – 3/5</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/ulRKfKWaAuA/</link>
		<comments>http://www.webosroundup.com/2010/03/buzz-of-the-week-226-35/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 22:40:12 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Buzz]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1619</guid>
		<description><![CDATA[Twitter returns with a vengeance! That is what an update will do for ya. Everyone is excited about the upcoming changes to Tweed and the new updates to Facebook.
Other than that we have some nice variety&#8230;games, readers, and some music apps. Just reinforces the fact that you can do just about anything with your Palm [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter returns with a vengeance! That is what an update will do for ya. Everyone is excited about the upcoming changes to Tweed and the new updates to Facebook.</p>
<p>Other than that we have some nice variety&#8230;games, readers, and some music apps. Just reinforces the fact that you can do just about anything with your Palm device.</p>
<ul style="clear:both">
<li><a href="http://apps.webosroundup.com/Catalog/Tweed">Tweed</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/Guitar-Hero-5">Guitar Hero 5</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/MONOPOLY">MONOPOLY</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/Facebook">Facebook</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/Twee">Twee</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/Scoop">Scoop</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/Spaz">Spaz</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/The-Sims-3">The Sims 3</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/Foursquare">Foursquare</a></li>
<li><a href="http://apps.webosroundup.com/Catalog/Grooveshark">Grooveshark</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=ulRKfKWaAuA:Qfeh2lXL6rc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=ulRKfKWaAuA:Qfeh2lXL6rc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=ulRKfKWaAuA:Qfeh2lXL6rc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=ulRKfKWaAuA:Qfeh2lXL6rc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/ulRKfKWaAuA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/buzz-of-the-week-226-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/buzz-of-the-week-226-35/</feedburner:origLink></item>
		<item>
		<title>Parafoil Review</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/-Q_YUvv2Y-4/</link>
		<comments>http://www.webosroundup.com/2010/03/parafoil-review/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:54:53 +0000</pubDate>
		<dc:creator>Michael Roney, Jr.</dc:creator>
				<category><![CDATA[$1 to $5]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[parafoil]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1607</guid>
		<description><![CDATA[A year ago, I was addicted to Brightkite. I checked in everywhere.
That all changed when I bought my Pre on launch day.
Back in June, the Pre&#8217;s browser and the Brightkite website didn&#8217;t get along as well as I wanted. I preferred my Centro&#8217;s browser for mobile sites. Add the fact that there was no character counter in texts, and I often went over my 140 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-02-03_154132.png"><img class="alignleft size-medium wp-image-1613" title="app_2010-02-03_154132" src="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-02-03_154132-200x300.png" alt="" width="200" height="300" /></a>A year ago, I was addicted to <a href="http://brightkite.com/">Brightkite</a>. I checked in <em>everywhere</em>.</p>
<p>That all changed when I bought my Pre on launch day.</p>
<p>Back in June, the Pre&#8217;s browser and the Brightkite website didn&#8217;t get along as well as I wanted. I preferred my Centro&#8217;s browser for mobile sites. Add the fact that there was no character counter in texts, and I often went over my 140 character limit. And then I fell in love with <a href="http://apps.webosroundup.com/Catalog/Tweed">Tweed</a>, and the whole idea of messing around with SMS&#8217;s and mobile sites just went away. And so my Brightkite account went dormant.</p>
<p>Then <a href="http://apps.webosroundup.com/Catalog/Parafoil">Parafoil </a>came out. It took me a while to decide to purchase it. It&#8217;s March, I haven&#8217;t used Brightkite regularly since July, why am I spending money on this?</p>
<p>Let&#8217;s take a look.</p>
<p><span id="more-1607"></span></p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-05-03_102811.png"><img class="alignright size-medium wp-image-1614" title="app_2010-05-03_102811" src="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-05-03_102811-200x300.png" alt="" width="200" height="300" /></a>It took me no time at all to figure out the basics. The first thing you&#8217;ll notice is that when you launch the app, you go straight to your Friends time line. I like this.</p>
<p>Chances are, you&#8217;re not looking to check-in, and so no time is wasted with GPS. Parafoil gives you three main time lines to choose from: Friends, Nearby and Public. You can click on statuses in any of these to leave comments. Or, you can click on a profile picture to go to that user&#8217;s profile. Down in the corner, you have options to check-in, post a comment or see your in-box.</p>
<p><strong>Checking-in</strong></p>
<p>It takes a little while to pull up all of the data, but that&#8217;s okay as it informs you of what&#8217;s happening. Once you&#8217;re located, you have a scrollable list of venues. After you choose the one you want, click &#8220;Privacy&#8221;. This will open up a tab to specify who gets to see your post; including Twitter and Facebook (Make sure you have sharing enabled on the site, as Parafoil can&#8217;t override those settings).<br />
One thing I&#8217;d like to see is for Twitter and Facebook sharing to have separate buttons.</p>
<p>I soon discovered that all of the custom place marks that I had set up were not discoverable. I&#8217;ll blame that one on Brightkite for now; however, I was rather confused when it came to checking-in to a custom venue. Just last night I tried to create one and ended up checking-in somewhere else entirely. This may have simply been user error, but ho to do this is not spelled out.</p>
<p><strong> Friends</strong></p>
<p>Most of my Brightkite friends are inactive as well. So I headed on over to the Public time line to find posts to play with. Commenting on posts was rather simple and went just as it should. However, when I tried to add friends, send messages or alter friendship details nothing happened.</p>
<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-05-03_102830.png"><img class="alignleft size-medium wp-image-1612" title="app_2010-05-03_102830" src="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-05-03_102830-200x300.png" alt="" width="200" height="300" /></a><strong>Notifications</strong></p>
<p>None, but that&#8217;s not a necessarily a deal breaker. I use other apps that have unreliable notifications (<em>ed: Guess none is better than wrong, eh?</em>). Brightkite allows you to setup SMS and/or e-mail notifications for pretty much everything. As I have both enabled, I was quickly alerted to any comments that were made. Once you realize that you have a notification, head on over to your in-box. There you&#8217;ll find Messages, Comments, and Mentions. My last message was 7 months ago, but I did manage to bug enough people in the public time line to get them to respond to my comments.</p>
<p><strong>Privacy</strong></p>
<p>When dealing with location-based social networking, privacy is a big deal. Sometimes I&#8217;m willing to let the world know that I&#8217;m at the market, but just as often, I just want to let my friends know, and posting every check-in to Twitter/Facebook can get annoying to your followers.</p>
<p>As mentioned earlier, in order for Parafoil to cross-post, you need to have the option enabled on the main site. This means that you are now relying on Parafoil to obey your sharing commands. There were several times that I did not click to have my status cross-post, and it wasn&#8217;t obeyed. I managed to find a work around; before you submit your status or check-in,  toggle sharing to on and then back to off. This seemed to work every time I remembered to do it. But this is one bug that they need to fix fast.</p>
<p><strong>&#8211; Update &#8211;</strong></p>
<p>After playing around with the cross-posting feature, I can&#8217;t guarantee that a post will not end up cross-posting to Twitter. Despite my best attempts, check-ins managed to leak through. I recommend that the developers make this bug their top priority.</p>
<p><strong>Support</strong></p>
<p>One thing I really like in a complex app is a place to go for help, even if it just directs me to a web-site. I had to go back to the app catalog to find a support link. Luckily, <a href="http://twitter.com/parafoil">@parafoil</a> on Twitter was quick to respond.</p>
<p>I&#8217;ve been informed that development was stalled while dealing with Palm, but it has ramped back up and improvements are on their way.<br />
I&#8217;ll assume their first priority will be to add functionality to some of those non-working buttons.</p>
<p>Over all, it&#8217;s a nice little app. Now that I have it, my activity on Brightkite is sure to increase.</p>
<p>Things I would like to see:</p>
<ul>
<li>Privacy issues addressed</li>
<li>In-app notifications</li>
<li>Ability to manage friends.</li>
<li>Clearer way to add custom check-ins.</li>
<li>Private Messages.</li>
<li>In-app help menu.</li>
</ul>
<div class="prosLeft">
<p>Pros</p>
<ul>
<li>Simple, easy way to use Brightkite on the Pre</li>
<li>So much better than what I tried to deal with in June</li>
</ul>
</div>
<div class="consLeft">Cons</p>
<ul>
<li>Still needs some basic features</li>
<li>Needs to recognize sharing preferences (I&#8217;m told improvements are coming)</li>
</ul>
</div>
<div class="bottomline"><strong><em>Bottom line</em></strong><br />
Even with the missing features it&#8217;s a great little app that does what I need it to. With time, it&#8217;ll be even better.</div>
<p><strong>Gallery</strong><br />

<a href='http://www.webosroundup.com/2010/03/parafoil-review/app_2010-05-03_102830/' title='app_2010-05-03_102830'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-05-03_102830-150x150.png" class="attachment-thumbnail" alt="" title="app_2010-05-03_102830" /></a>
<a href='http://www.webosroundup.com/2010/03/parafoil-review/app_2010-02-03_154132/' title='app_2010-02-03_154132'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-02-03_154132-150x150.png" class="attachment-thumbnail" alt="" title="app_2010-02-03_154132" /></a>
<a href='http://www.webosroundup.com/2010/03/parafoil-review/app_2010-05-03_102811/' title='app_2010-05-03_102811'><img width="150" height="150" src="http://www.webosroundup.com/wp-content/uploads/2010/03/app_2010-05-03_102811-150x150.png" class="attachment-thumbnail" alt="" title="app_2010-05-03_102811" /></a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=-Q_YUvv2Y-4:OBIEsgpEAIw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=-Q_YUvv2Y-4:OBIEsgpEAIw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=-Q_YUvv2Y-4:OBIEsgpEAIw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=-Q_YUvv2Y-4:OBIEsgpEAIw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/-Q_YUvv2Y-4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/parafoil-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/parafoil-review/</feedburner:origLink></item>
		<item>
		<title>Wednesday News Roundup – Palm Stock, Facebook, SDK and more</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/41vouF-xEcc/</link>
		<comments>http://www.webosroundup.com/2010/03/wednesday-news-roundup-palm-stock-facebook-sdk-and-more/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:43:35 +0000</pubDate>
		<dc:creator>Roy Sutton</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1577</guid>
		<description><![CDATA[The big news from the last week was quite obviously the release of webOS 1.4.  First, we&#8217;ll bring you up-to-date on the story we mentioned last week about the roller coaster Palm&#8217;s shares have been on.  Next, we&#8217;ll talk about Palm&#8217;s Facebook app, which received a major update today.  Then, we&#8217;ll talk about a little [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_163" class="wp-caption alignleft" style="width: 190px"><img class="size-full wp-image-163 " style="margin-right: 10px;" title="newspaper_closeup_eclaire www.flickr.com/photos/colouredinks/" src="http://pre101.com/blog/wp-content/uploads/2009/07/newspaper_closeup_eclaire1.jpg" alt="newspaper_closeup_eclaire" width="180" height="240" /><p class="wp-caption-text">CC Photo by {eclaire}</p></div>
<p>The big news from the last week was quite obviously the release of webOS 1.4.  First, we&#8217;ll bring you up-to-date on the story we mentioned last week about the roller coaster Palm&#8217;s shares have been on.  Next, we&#8217;ll talk about Palm&#8217;s Facebook app, which received a major update today.  Then, we&#8217;ll talk about a little discovery that makes free apps available without geographic restrictions.  We&#8217;ll follow that with news of the release of the webOS 1.4 SDK.  Finally, we&#8217;ll catch up the bits and bobs in the Roundup.</p>
<p><span id="more-1577"></span></p>
<h3>Palm Takes Stock</h3>
<p>This last week saw a continuation of the rough times for Palm&#8217;s stock.  Last Thursday, the Wall Street Journal Digits blog <a href="http://blogs.wsj.com/digits/2010/02/25/palm-ceo%E2%80%99s-letter-to-employees/">published an e-mail</a> from Palm CEO Jon Rubinstein in which he outlined the lower than expected earnings.  What&#8217;s interesting to take from the letter is that, according to Rubinstein, Verizon is taking some of the blame for lackluster sales of the Palm Pre.  Verizon did seem to drop the ball, not advertising the Pre at all when it launched on their network and there continue to be reports of Verizon sales people pushing other devices over the Pre.  Palm&#8217;s plans include something called Project JumpStart, an initiative to get more training for Verizon personnel, and increased advertising, as reflected by <a href="http://www.precentral.net/verizon-and-palm-pulling-out-advertising-stops">more ad sightings</a>.  For our part, we think that Palm is in a good position to grow, particularly with webOS 1.4 generating excitement.  Others <a href="http://www.precentral.net/sp-outlook-palm-turns-sour">aren&#8217;t so sure</a>.</p>
<h3>Facebook App Update</h3>
<p>Dion Almaer <a href="http://almaer.com/blog/facebook-palm-update">posted today</a> about the latest update to the Palm-supplied Facebook app.  Some of the new features include support for viewing upcoming events, an enhanced inbox and a quick navigation grid.  The fine folks at <a href="http://precentral.net">PreCentral</a> have even provided a video of the new version in action (see below).  As of this writing it had not appeared in the App Catalog but does show up as an update if you have installed the previous version.  If you have not yet downloaded the Facebook app you can still do so, then check for updates.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" 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/Nd0x49IplNc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/Nd0x49IplNc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Free Apps Freed from Geographic Restrictions</h3>
<p>When developers submit apps to Palm for inclusion in the App Catalog they can choose the region their apps will be available in.  Currently, paid apps are restricted to the US.  However, free apps can target more countries.  Some authors, however, have not selected all countries so some apps are not available everywhere.  Some people discovered that it is possible to <a href="http://forums.precentral.net/gsm-pre/231716-remove-application-updates-apps-cataloge.html#post2238933">directly download</a> the apps from the app catalog, even going so far as to develop a <a href="http://www.precentral.net/app-catalog-direct-ipk-download-format-uncovered">desktop application</a> to download free apps.</p>
<p>There are several thorny issues with this, though.  First and foremost, developers of geographically limited applications have the right to choose where their apps are distributed and this mechanism bypasses that.  Second, some speculate that downloading these apps directly may prevent the downloads from counting towards a developer&#8217;s download count for the Hot Apps program.  Thirdly, some paid apps available in the US have been made available for free download in Europe.  As usual, there&#8217;s been no official response from Palm regarding this but we strongly urge our readers to respect the copyrights of the developers.</p>
<h3>webOS 1.4 SDK Available</h3>
<p>It wasn&#8217;t too long after the release of webOS 1.4 that Palm <a href="http://developer.palm.com/blog/2010/03/webos-sdk-version-1-4-now-available/">officially released</a> the corresponding SDK.  The latest version of the SDK makes available a number of new features for developers, including an updated audio API and support for the new video capabilities.  The biggest change for developers is the move to <a href="http://webkit.org/">WebKit 4</a> and the updated <a href="http://code.google.com/p/v8/">V8 JavaScript engine</a>.  The upshot is faster applications and a more compliant browser.  There are a number of tool changes as well so developers should check out the <a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1588&amp;Itemid=55">change list</a>.  Palm has indicated that this is, structurally, one of the biggest changes to webOS and there may be rough edges for developers.  In particular, there may be issues with apps that use the Canvas element.</p>
<h3>Roundup</h3>
<p>An enterprising Pre owner created his own commercial for the Pre, taking the opportunity to show off the best features and apps for webOS.  Check it out below.  A new version of <a href="http://preware.org">Preware</a> is available for download now.  There were some issues with users attempting to update their patches while the server was overloaded which led to some &#8216;too many cards&#8217; errors while attempting to launch Preware.  Know someone who&#8217;s on Sprint or looking to switch and get a Pre or Pixi?  Sprint recently announced a buy-back program that allows you to trade in old phones for credit.  Read <a href="http://newsreleases.sprint.com/phoenix.zhtml?c=127149&amp;p=irol-newsArticle_newsroom&amp;ID=1394160">Sprint&#8217;s announcement</a> for details.  Got something we didn&#8217;t cover?  Drop a note into the comments below or shoot us a message on <a href="http://twitter.com/Pre101">Twitter</a>.</p>
<p>Update:  Check out <a href="http://www.youtube.com/watch?v=bBbGKwWQedM&amp;feature=youtube_gdata">another commercial</a> from the same author.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" 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/CDFG8om-jK0&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/CDFG8om-jK0&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=41vouF-xEcc:eu2B47ltIes:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=41vouF-xEcc:eu2B47ltIes:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=41vouF-xEcc:eu2B47ltIes:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=41vouF-xEcc:eu2B47ltIes:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/41vouF-xEcc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/wednesday-news-roundup-palm-stock-facebook-sdk-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/wednesday-news-roundup-palm-stock-facebook-sdk-and-more/</feedburner:origLink></item>
		<item>
		<title>Pre 101 merges with webOSroundup!!</title>
		<link>http://feedproxy.google.com/~r/webosroundup/~3/THezij8puBI/</link>
		<comments>http://www.webosroundup.com/2010/03/pre-101-merges-with-webosroundup/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:49:16 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.webosroundup.com/?p=1570</guid>
		<description><![CDATA[
It is official. Link can go home now, because the Triforce of Awesomeness is complete!!
Roy Sutton, the founder of the site Pre101.com is known for his great &#8220;news roundup&#8221; articles on his site, and he is now going to lend his considerable talents to webOSroundup. Combined with Dan Ramirez&#8217;s passion, webOSroundup becomes one step closer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webosroundup.com/wp-content/uploads/2010/03/ssTriforce.jpg"><img class="aligncenter size-full wp-image-1571" title="ssTriforce" src="http://www.webosroundup.com/wp-content/uploads/2010/03/ssTriforce.jpg" alt="" width="550" height="278" /></a></p>
<p>It is official. Link can go home now, because the Triforce of Awesomeness is complete!!</p>
<p>Roy Sutton, the founder of the site <a href="http://www.pre101.com">Pre101.com</a> is known for his great &#8220;news roundup&#8221; articles on his site, and he is now going to lend his considerable talents to webOSroundup. Combined with Dan Ramirez&#8217;s passion, webOSroundup becomes one step closer to meeting our goals of being the premier webOS and Palm fan site.</p>
<p>Roy will be joining the team as the news editor, and will be helping us stay on top of all the excitement of the Palm world. He will also help out on a lot of the behind the scenes work that goes on around here. So if you have been a fan of Roy&#8217;s work (and if you aren&#8217;t, you should be), keep an eye out because all of his great articles will soon be moseying on over to their new home here at webOSroundup.</p>
<p>I am also excited to announce that webOSroundup will be getting a new look and feel in the coming days and weeks. In an effort to reign in all of the talent that we have gained as of late, the site needs some love. The focus of the new design will be to provide you all with more content that is easier to consume.</p>
<p>As Dan has mentioned on Twitter, we have a lot of exciting news coming soon&#8230;this is really just the beginning. Stay tuned&#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/webosroundup?a=THezij8puBI:G5xCqvqv5YM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=THezij8puBI:G5xCqvqv5YM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/webosroundup?i=THezij8puBI:G5xCqvqv5YM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/webosroundup?a=THezij8puBI:G5xCqvqv5YM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/webosroundup?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webosroundup/~4/THezij8puBI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webosroundup.com/2010/03/pre-101-merges-with-webosroundup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.webosroundup.com/2010/03/pre-101-merges-with-webosroundup/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.817 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-10 16:27:27 -->
