<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>HP Palm Developer Blog</title>
	
	<link>http://developer.palm.com/blog</link>
	<description>News about developing webOS apps</description>
	<lastBuildDate>Fri, 11 May 2012 20:08:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.3" -->
	<itunes:summary>News about developing webOS apps</itunes:summary>
	<itunes:author>HP Palm Developer Blog</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://developer.palm.com/blog/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>News about developing webOS apps</itunes:subtitle>
	<image>
		<title>HP Palm Developer Blog</title>
		<url>http://developer.palm.com/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://developer.palm.com/blog</link>
	</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pdnblog" /><feedburner:info uri="pdnblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>pdnblog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>PhoneGap webOS Updates</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/AIhH5zRtc8g/</link>
		<comments>http://developer.palm.com/blog/2012/05/phonegap-webos-updates/#comments</comments>
		<pubDate>Fri, 11 May 2012 20:08:27 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[What's Happening in webOS]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5517</guid>
		<description><![CDATA[With Version 1.6.0, PhoneGap for webOS now supports the compass sensor found in the HP TouchPad. The initial work to enable the functionality in Phonegap was done by Markus Leutwyler, a webOS Developer Relations team member, and HP officially contributed to the project. PhoneGap is an HTML5 app platform that allows you to author native applications [...]]]></description>
			<content:encoded><![CDATA[<p>With Version 1.6.0, <a href="http://www.phonegap.com">PhoneGap</a> for webOS now supports the compass sensor found in the HP TouchPad. The initial work to enable the functionality in Phonegap was done by Markus Leutwyler, a webOS Developer Relations team member, and HP officially contributed to the project.</p>
<p>PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap on webOS allows cross-platform developers to code for one API for device functions such as accelerometer, compass and geolocation while PhoneGap takes care of calling the webOS specific implementations.</p>
<p>Here is how you can receive a current compass heading with PhoneGap:</p>
<pre class="brush: javascript; gutter: true">function onSuccess(heading) {
  alert(&#039;Heading: &#039; + heading.magneticHeading);
};

function onError(error) {
  alert(&#039;CompassError: &#039; + error.code);
};

navigator.compass.getCurrentHeading(onSuccess, onError);</pre>
<p>Check out the <a href="https://github.com/apache/incubator-cordova-webos/blob/master/js/compass.js">source code of compass.js</a> to see how we enabled the functionality.</p>
<p>We also updated the API documentation to not only include the new compass functionality but also specify which other device specific APIs can be used on webOS. The current version of the <a href="https://github.com/apache/incubator-cordova-docs/tree/master/docs/en/edge/cordova">documentation is on github</a> and will be incorporated into the next release of PhoneGap.</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/AIhH5zRtc8g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/05/phonegap-webos-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/05/phonegap-webos-updates/</feedburner:origLink></item>
		<item>
		<title>Meet the team: Enda McGrath</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/fkTBDN5AMAw/</link>
		<comments>http://developer.palm.com/blog/2012/05/meet-the-team-enda-mcgrath/#comments</comments>
		<pubDate>Mon, 07 May 2012 22:36:20 +0000</pubDate>
		<dc:creator>enda</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[DevRel Team]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5540</guid>
		<description><![CDATA[Hi fellow community members, I’m Enda McGrath. I’m excited to be leading our developer relations effort and I want to thank you for being the best developer community in the world, bar none. It has been a privilege working with you over the past several years and I look forward to the next chapter. Time [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_5542" class="wp-caption alignright" style="width: 190px"><a href="http://developer.palm.com/blog/wp-content/uploads/2012/05/enda.jpg"><img src="http://developer.palm.com/blog/wp-content/uploads/2012/05/enda.jpg" alt="" title="enda" width="180" height="229" class="size-full wp-image-5542" /></a><p class="wp-caption-text">Enda McGrath</p></div><br />
Hi fellow community members, I’m Enda McGrath.</p>
<p>I’m excited to be leading our developer relations effort and I want to thank you for being the best developer community in the world, bar none.  It has been a privilege working with you over the past several years and I look forward to the next chapter. Time and time again I am amazed at your loyalty, the awesome apps you publish to the catalog, the new widgets being submitted to the Enyo gallery, and the contributions from the open source community (among your many other attributes).</p>
<p>For those of you that I haven’t worked with in a support capacity, I look forward to meeting you and getting as much feedback as my inbox can handle.</p>
<p>I first joined Palm at the end of 2000 when they acquired a startup I was working at, ThinAir Apps. At the time I was an application developer creating 3rd party apps for PalmOS, the most successful of which was for weightwatchers.com. Since then, I’ve filled a few different roles as the company has evolved, and I’ve enjoyed every one of them.</p>
<p>About 6 years ago I found my home in Developer Relations as a Developer Technical Support engineer and eventually rose to become head of DTS. Initially I worked on the Folio project and then the conception and birth of webOS.  Here in Developer Relations, the people on the team are amazing; many of the engineers come from the community and are passionate about webOS (as are the marketing folks who do equally great work).</p>
<p>We have started hiring again, too, so <a href="https://hp.taleo.net/careersection/2/jobsearch.ftl?organization=40260160077">check out our current openings</a> if you’re interested in joining the team!</p>
<p>As you can see, I’m excited, the team is excited, and we plan to build on our vibrant and passionate community. Together we will achieve something special… here is to the future and the promise it holds!</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/fkTBDN5AMAw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/05/meet-the-team-enda-mcgrath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/05/meet-the-team-enda-mcgrath/</feedburner:origLink></item>
		<item>
		<title>New App Reporting Available</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/mp74OjGe5tA/</link>
		<comments>http://developer.palm.com/blog/2012/05/new-app-reporting-available/#comments</comments>
		<pubDate>Mon, 07 May 2012 18:01:32 +0000</pubDate>
		<dc:creator>Roy Sutton</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5503</guid>
		<description><![CDATA[We are pleased to announce two new additions to the Developer Center. The first is an upgraded reporting system for app downloads that provides better visibility and analytics. The second is a new option for those developers who wish to set a privacy policy for their apps. The new reporting system provides the ability to [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce two new additions to the Developer Center. The first is an upgraded reporting system for app downloads that provides better visibility and analytics. The second is a new option for those developers who wish to set a privacy policy for their apps.</p>
<p>The new reporting system provides the ability to compare downloads to updates as well as show developers the number of active devices with their apps installed.</p>
<p><a href="http://developer.palm.com/blog/wp-content/uploads/2012/05/reports-2.png"><img class="aligncenter size-full wp-image-5507" title="reports-2" src="http://developer.palm.com/blog/wp-content/uploads/2012/05/reports-2.png" alt="" width="608" height="606" /></a></p>
<p>Developers can filter by installed version number and date range. Reports can be grouped by day, week or month. At release, there will be about two weeks worth of data in the new system. These improved reports should make it easier for developers to keep track of their app downloads.</p>
<p>With the new privacy policy option developers whose apps collect personal data can now include a URL that points to their privacy policy. The URL is entered in the Tax/Legal section of the app submission process. Additionally, developers can specify a company privacy policy by editing their account details and including a link to the policy in the Company section. Developers should review the applicable laws to see if a privacy policy is required.</p>
<p>We&#8217;re always striving to improve the developer experience on webOS. If you have suggestions you would like to share with us, please visit our forums.</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/mp74OjGe5tA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/05/new-app-reporting-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/05/new-app-reporting-available/</feedburner:origLink></item>
		<item>
		<title>Enyo at the RVA Hackathon</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/plLA4Uog_1U/</link>
		<comments>http://developer.palm.com/blog/2012/04/enyo-at-the-rva-hackathon/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 14:52:41 +0000</pubDate>
		<dc:creator>Jeremy Thomas</dc:creator>
				<category><![CDATA[DevRel Team]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5428</guid>
		<description><![CDATA[This past weekend (April 20-21) fellow Developer Relations member Roy Sutton and I were proud to represent Enyo at the RVA Hackathon in Richmond, VA. This was a free, 24 hour event for developers of all kinds to come together and work on various projects. The event started on Friday evening and lasted throughout the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-5429 alignright" style="margin-left: 40px; margin-bottom: 15px; margin-top: 15px;" src="http://developer.palm.com/blog/wp-content/uploads/2012/04/rva_hackathon_50.jpg" alt="" width="315" height="250" /></p>
<p>This past weekend (April 20-21) fellow Developer Relations member Roy Sutton and I were proud to represent Enyo at the RVA Hackathon in Richmond, VA. This was a free, 24 hour event for developers of all kinds to come together and work on various projects. The event started on Friday evening and lasted throughout the night and into the next evening.</p>
<p>On Saturday morning, we teamed with <a href="https://twitter.com/#!/ArthurThornton" target="_blank">Arthur Thornton</a> – a name familiar in the Enyo community and creator of several popular webOS apps – to take on the task of helping him create an audio identification app. The goal for the day was to create an Enyo-based application that would successfully run on the TouchPad and could be easily packaged for multiple platforms.</p>
<p>Things got started as Arthur began setting up the server required to perform the back-end audio fingerprinting/matching, while Roy and I worked on the core functionality. By lunchtime we had the server responding to service calls, local databases created, and much of the core functionality working. After some chicken tacos, we powered on for a few hours: adding missing features, fixing inevitable bugs, and chugging copious amounts of Red Bull. A couple hours before the event was officially over, we had an app that could record audio, match the audio fingerprint, and save that item to your history.</p>
<p>The only real technical issue we experienced was with the free audio-fingerprinting service that was used, which failed to match as many songs as we expected. However, there are other paid audio-fingerprinting services available that promise more success, so this issue could be resolved without too much of a headache.</p>
<p>When it was all said and done, we had a working proof-of-concept that took around eight hours to complete. I’m once again surprised by how quickly an Enyo app can come together. So, what are you doing with your day?</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="aligncenter" src="http://developer.palm.com/blog/wp-content/uploads/2012/04/audio_app.jpg" alt="" width="410" height="307" /></p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/plLA4Uog_1U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/04/enyo-at-the-rva-hackathon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/04/enyo-at-the-rva-hackathon/</feedburner:origLink></item>
		<item>
		<title>April Code Releases for Open webOS</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/fOZga48jzJ8/</link>
		<comments>http://developer.palm.com/blog/2012/04/april-code-releases-for-open-webos/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 21:02:04 +0000</pubDate>
		<dc:creator>Roy Sutton</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Enyo]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5402</guid>
		<description><![CDATA[As April draws to a close we are pleased to share more code for Open webOS. This month&#8217;s scheduled release includes support for Node.js as well as updates to Enyo and Ares. In addition, we are pleased to announce early delivery of the System Manager Bus (which was originally scheduled for July) and a release [...]]]></description>
			<content:encoded><![CDATA[<p>As April draws to a close we are pleased to share more code for Open webOS. This month&#8217;s scheduled release includes support for Node.js as well as updates to Enyo and Ares.</p>
<p>In addition, we are pleased to announce early delivery of the System Manager Bus (which was originally scheduled for July) and a release of three policy components based on our Platform Portability Layer. We&#8217;re happy to be ahead of schedule in getting this component of the Open webOS platform into your hands.</p>
<p>Node.js is a JavaScript platform for deploying event-driven applications. It also forms the backbone for writing services in Open webOS. The code available from this release includes the bindings necessary to access the System Manager Bus.</p>
<p>The System Manager Bus, also known as Luna-service2, implements the Inter-Process Communications (IPC) mechanism used by Open webOS. Included with the release are utilities for monitoring and debugging. More information is available <a href="http://openwebosproject.org/overview.html">here</a>. We were pleased to have this piece ready ahead of schedule so we&#8217;re making it available to the community.</p>
<p>The three system policy components included in this release are Powerd, Sleepd, and Storaged. Each is implemented using our Platform Portability Layer and demonstrates how to interface to system devices. More information is available on the <a href="http://openwebosproject.org/system_policy.html">Systems Policy Components page</a>.</p>
<p>The Enyo team has been hard at work. This latest release of Enyo includes a number of new features including the new List widget. Also, the Ares 2 repo is now public. Head over to <a href="http://enyojs.com/">enyojs.com</a> for more on both Enyo and Ares.</p>
<p>Finally, as with other Open webOS components, you can find all the <a href="https://github.com/openwebos">source online</a> and detailed information at the <a href="http://openwebosproject.org">project Web site</a>. Keep the feedback, pull requests, comments, and ideas coming. Open webOS is already a better platform from the contributions the community has made!</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/fOZga48jzJ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/04/april-code-releases-for-open-webos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/04/april-code-releases-for-open-webos/</feedburner:origLink></item>
		<item>
		<title>Developer Center Updates</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/Ew6GY0z73i8/</link>
		<comments>http://developer.palm.com/blog/2012/04/developer-center-updates/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 00:25:56 +0000</pubDate>
		<dc:creator>Roy Sutton</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5386</guid>
		<description><![CDATA[A few astute developers may have noticed a couple of new features in the My Apps section of the Developer Center Web site. This last weekend we rolled out some changes to make it easier for developers to monitor their apps and generate promo codes. The first change allows developers to see app reviews for [...]]]></description>
			<content:encoded><![CDATA[<p>A few astute developers may have noticed a couple of new features in the <a href="http://developer.palm.com/index.php?option=com_appsubmission&amp;view=applist">My Apps</a> section of the Developer Center Web site. This last weekend we rolled out some changes to make it easier for developers to monitor their apps and generate promo codes.</p>
<p>The first change allows developers to see app reviews for their apps within the Developer Center. Developers can view the reviews by version, date, or rating. With this new feature developers will be better able to monitor user sentiment and quickly determine if updates are producing the desired effect.</p>
<p style="text-align: center;"><a href="http://developer.palm.com/blog/wp-content/uploads/2012/04/customer-reviews1.png"><img class="aligncenter size-full wp-image-5407" title="customer-reviews" src="http://developer.palm.com/blog/wp-content/uploads/2012/04/customer-reviews1.png" alt="Customer Review Screen" width="624" height="168" /></a></p>
<p>The second change allows for shorter promo codes. These new &#8216;printable&#8217; promo codes are easier for users to type than the traditional &#8216;secure&#8217; promo codes. Developers can now choose the type of promo codes they generate depending upon how the codes will be distributed.</p>
<p style="text-align: center;"><img class="size-full wp-image-5389 aligncenter" title="short-promo" src="http://developer.palm.com/blog/wp-content/uploads/2012/04/short-promo.png" alt="" width="414" height="281" /></p>
<p>We continue to work on the Developer Center to improve the usefulness for developers. We know how important good tools are for engaging and retaining customers. We look forward to introducing even more features in the future. If you would like to discuss the new features please visit <a href="https://developer.palm.com/distribution/viewtopic.php?f=105&amp;t=19832">this post</a> in the forum.</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/Ew6GY0z73i8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/04/developer-center-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/04/developer-center-updates/</feedburner:origLink></item>
		<item>
		<title>Sam’s Blog: March Progress</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/C4OLdxSPoig/</link>
		<comments>http://developer.palm.com/blog/2012/03/sams-blog-march-progress/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 02:58:55 +0000</pubDate>
		<dc:creator>Sam Greenblatt</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5361</guid>
		<description><![CDATA[Today is a very exciting day for Open webOS. The Linux Standard Kernel (LSK) version 3.3 was released today by Linus Torvalds. When you read the release notes you will see some very significant functionality that we did not have in webOS. It incorporates new functionality such as the TI C6X and all ARM and [...]]]></description>
			<content:encoded><![CDATA[<p>Today is a very exciting day for Open webOS. The Linux Standard Kernel (LSK) version 3.3 was released today by Linus Torvalds. When you read the release notes you will see some very significant functionality that we did not have in webOS. It incorporates new functionality such as the TI C6X and all ARM and Intel Chips. It also implements Open vSwitch, which is a more scalable kernel feature to prevent buffer overflow on TCP/IP v6.</p>
<p><span id="more-5361"></span>The Linux Foundation has completed the Android mainlining, and LSK3.3 will support all Android drivers as well as traditional Linux Drivers. We expect to see other companies adopt this kernel as the standard.</p>
<p>In conjunction with this, we are releasing today our platform portability layer, code-named “Nyx Project” which will work with the new LSK. We are also releasing this week our USB extensions and graphics extensions. Next week, we plan to go public with our LevelDB integration. We&#8217;ll have more information on that when it goes out.</p>
<p>In administrative news, we are naming Damian Kowalewski leader of the Project Management Committee for our Core OS project.</p>
<p>And with that,  we will have met our roadmap commitments for March.</p>
<p>We are also excited to announce a new website dedicated to Open webOS, <a href="http://www.openwebosproject.org" target="_blank">openwebosproject.org</a>. We will soon host a new blog on that site, and you can look for subsequent blog posts from me there.</p>
<p>Sam</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/C4OLdxSPoig" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/03/sams-blog-march-progress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/03/sams-blog-march-progress/</feedburner:origLink></item>
		<item>
		<title>Meet the team: Fred Patton</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/HRF8-e3zWfU/</link>
		<comments>http://developer.palm.com/blog/2012/03/meet-the-team-fred-patton/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 23:43:01 +0000</pubDate>
		<dc:creator>Fred Patton</dc:creator>
				<category><![CDATA[DevRel Team]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5322</guid>
		<description><![CDATA[“Meet the Team” is a series to help you get to know your webOS Developer Relations team. It’s a friendly and fun behind-the-scenes look at the people whose main mission is to serve and champion webOS developers everywhere. This time, I chat with myself. Meet Fred Patton, Head of Developer Relations and Editor-in-Chief of the [...]]]></description>
			<content:encoded><![CDATA[<p><em>“Meet the Team” is a series to help you get to know your webOS  Developer Relations team. It’s a friendly and fun behind-the-scenes look  at the people whose main mission is to serve and champion webOS  developers everywhere. </em></p>
<p><em>This time, I chat with myself. Meet Fred Patton, Head of Developer Relations and Editor-in-Chief of the webOS Developer Center.</em></p>
<p><em><span id="more-5322"></span></em><strong>Let&#8217;s start with what you do on the Developer Relations Team.</strong></p>
<p>Currently I am managing day-to-day operations of the DevRel team. I am the Editor-in-Chief of the <a href="https://developer.palm.com">webOS Developer Center</a> and run the developer blog there. I also manage the @webosdev and @openwebosdev Twitter feeds in addition to my own personal feed, @MotoFredP.</p>
<p><strong>What brought you to webOS in the first place?</strong></p>
<p>I&#8217;ve always been a gadget guy. My first pocket computer was a <a href="http://oldcomputers.net/trs80pc1.html" target="_blank">Radio Shack PC-1</a>, which I bought new in 1980-81. I used it to great effect in high school physics! 1.5k of RAM. Yippee! (Yes, I still have it and the cassette interface module.)</p>
<p>Once I saw webOS in action, I knew I wanted to be involved with it. I wasn&#8217;t sure where I&#8217;d fit in, but Ben and Dion (former directors of Dev Rel) got their hands on my resume and brought me in to run the developer website. I was thrilled!</p>
<p><strong>What&#8217;s your background?</strong></p>
<p>I started off in software, developing command and control software for Air Force and NASA satellites. I discovered that I had a knack for explaining what the Air Force guys wanted to the software folks and vice versa. This led me in to the discipline known as Systems Engineering, which has colored everything I&#8217;ve done since.</p>
<p>I&#8217;ve also been the Director of Quality and the Director of Engineering at a small industrial robotics company. I started out developing a quality system for them, writing test automation software, doing failure analysis, etc. I also wrote user and developer documentation, and helped customers optimize their setup to take full advantage of the robot&#8217;s capabilities. I even learned a bit of machining and fabricated the occasional part!</p>
<p>One of my proudest moments there was the development of a new handheld terminal to drive the robot in manual mode. I took a page from Palm&#8217;s early days and made a wood mockup and paper screens. When my relatives could easily figure out how to drive the robot, I knew I had a winner.</p>
<p>I like to think that this broad range of interests has given me the ability to look at problems from everybody&#8217;s perspective. I have a real appreciation for the issues facing developers picking up a new API, as well as from the standpoint of the developers creating the API.</p>
<p><strong>How do you see the Developer Relations role maturing as webOS enters the Open Source era?</strong></p>
<p>I&#8217;m very excited about the possibilities. We&#8217;re opening up webOS to a new group of developers, those who work on much more low-level software than was previously available. They speak a different language, and have different expectations in terms of documentation, access, engagement, etc. I&#8217;m really looking forward to getting to know this community better. It&#8217;s going to be an exciting journey!</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/HRF8-e3zWfU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/03/meet-the-team-fred-patton/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/03/meet-the-team-fred-patton/</feedburner:origLink></item>
		<item>
		<title>Sam’s Blog: A Community Release</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/wQeCVCWUDRI/</link>
		<comments>http://developer.palm.com/blog/2012/03/sams-blog-a-community-release/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 16:34:59 +0000</pubDate>
		<dc:creator>Sam Greenblatt</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5338</guid>
		<description><![CDATA[We are very excited to announce that we will be publishing additional components from the current release of webOS for the TouchPad, version 3.0.5, at opensource.palm.com. In future discussions, we will refer to these components at opensource.palm.com as the &#8220;Community Edition.&#8221; Look for this effort to be completed in June. (Note that this release is [...]]]></description>
			<content:encoded><![CDATA[<p>We are very excited to announce that we will be publishing additional components from the current release of webOS for the TouchPad, version 3.0.5, at <a href="http://opensource.palm.com">opensource.palm.com</a>. In future discussions, we will refer to these components at  opensource.palm.com as the &#8220;Community Edition.&#8221; Look for this effort to  be completed in June. (Note that this release is not directly related to our Open webOS project, which remains dedicated to open sourcing an up-leveled version of webOS.)</p>
<p><span id="more-5338"></span>We are publishing this legacy code to provide members of our community around the globe the ability to work with legacy devices using the current platform. One of our core values is that as many components of future and legacy operating systems should be open to the community. We value the contributions the webOS community has made over the past few years, and hope that this additional release will help you better understand the platform and create a constructive environment for moving forward as Open webOS itself is released.</p>
<p>On a scheduling note, we have also been informed that the Linux 3.3 kernel has produced a seventh release candidate. There have been many patches in the area of networking, drivers, management, and memory, and it looks like it may be ready for release by the end of the month. We will stick to our schedule of releasing our abstraction layer and components in the next few days in anticipation of the release of Linux 3.3. You should be able to work with it on any standard Linux kernel (e.g., Ubuntu or Debian-based) for now.</p>
<p>We remain committed to the Open webOS roadmap and are very pleased by the community interest we&#8217;ve seen so far. Thanks for your continued support!</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/wQeCVCWUDRI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/03/sams-blog-a-community-release/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/03/sams-blog-a-community-release/</feedburner:origLink></item>
		<item>
		<title>Enyo Hackathon and a New Blog!</title>
		<link>http://feedproxy.google.com/~r/pdnblog/~3/gceYp11CLog/</link>
		<comments>http://developer.palm.com/blog/2012/02/enyo-hackathon-and-a-new-blog/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 22:15:21 +0000</pubDate>
		<dc:creator>Fred Patton</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Enyo]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[The webOS Community]]></category>

		<guid isPermaLink="false">http://developer.palm.com/blog/?p=5316</guid>
		<description><![CDATA[The big news of the day is the new Enyo blog, hosted at blog.enyojs.com. Today, you&#8217;ll find news about Enyo 2.0b2, which includes the first set of UI widgets. Read the blog for details. Have you signed up yet for the March 4th Enyo Virtual Hackathon? There will be live physical presences in NYC (hosted [...]]]></description>
			<content:encoded><![CDATA[<p>The big news of the day is the new Enyo blog, hosted at <a href="http://blog.enyojs.com/" target="_blank">blog.enyojs.com</a>. Today, you&#8217;ll find news about Enyo 2.0b2, which includes the first set of UI widgets. Read the blog for details.</p>
<p>Have you signed up yet for the March 4th <a href="http://enyohackathon.com/" target="_blank">Enyo Virtual Hackathon</a>? There will be live physical presences in NYC (hosted at Pivotal Labs&#8217; NYC headquarters), Dallas, Indianapolis, San Diego, and Oklahoma City, but you can also participate virtually from anywhere! Should be a great time. Big thanks to the NYC webOS Developer/Enthusiast Meetup group for putting it together. Awesome job, guys!</p>
<img src="http://feeds.feedburner.com/~r/pdnblog/~4/gceYp11CLog" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://developer.palm.com/blog/2012/02/enyo-hackathon-and-a-new-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://developer.palm.com/blog/2012/02/enyo-hackathon-and-a-new-blog/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.355 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-11 17:55:27 -->

