<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Meetup.com webOS Client Part 1: Services</title>
	<atom:link href="http://justin.harmonize.fm/index.php/2009/07/meetup-com-webos-client-part-1-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://justin.harmonize.fm/index.php/2009/07/meetup-com-webos-client-part-1-services/</link>
	<description>A cup of coffee and a soapbox is like a bottle of Jack and a gun.</description>
	<lastBuildDate>Thu, 04 Feb 2010 10:36:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: justin</title>
		<link>http://justin.harmonize.fm/index.php/2009/07/meetup-com-webos-client-part-1-services/comment-page-1/#comment-269</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=283#comment-269</guid>
		<description>When you&#039;re using cobra (&lt;a href=&quot;http://bitbucket.org/jmtulloss/cobra/overview/&quot; rel=&quot;nofollow&quot;&gt;http://bitbucket.org/jmtulloss/cobra/overview/&lt;/a&gt;),&lt;br&gt;you don&#039;t need to bind. Without it, &quot;self&quot; has no meaning and you should&lt;br&gt;just use &quot;this&quot; with bind.</description>
		<content:encoded><![CDATA[<p>When you&#39;re using cobra (<a href="http://bitbucket.org/jmtulloss/cobra/overview/" rel="nofollow">http://bitbucket.org/jmtulloss/cobra/overview/</a>),<br />you don&#39;t need to bind. Without it, &#8220;self&#8221; has no meaning and you should<br />just use &#8220;this&#8221; with bind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avner</title>
		<link>http://justin.harmonize.fm/index.php/2009/07/meetup-com-webos-client-part-1-services/comment-page-1/#comment-268</link>
		<dc:creator>Avner</dc:creator>
		<pubDate>Wed, 12 Aug 2009 10:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=283#comment-268</guid>
		<description>thanks for the example.&lt;br&gt;&lt;br&gt;i&#039;m having some problems with it.&lt;br&gt;&lt;br&gt;onSuccess: function(list) {&lt;br&gt;            Mojo.Log.info(&quot;Got account list: %j&quot;, list);&lt;br&gt;            if (list.list &amp;&amp; list.list.length &gt; 0) {&lt;br&gt;                self.account = list.list[0];&lt;br&gt;                k();&lt;br&gt;            }&lt;br&gt;&lt;br&gt;the self.account in the calling scope is not updated, only the self.account of the onSuccess is being updated thus i cannot get back the params.&lt;br&gt;&lt;br&gt;any ideas?   i&#039;ve noticed the .bind(this) command but i was unable to utilize it.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Avner.</description>
		<content:encoded><![CDATA[<p>thanks for the example.</p>
<p>i&#39;m having some problems with it.</p>
<p>onSuccess: function(list) {<br />            Mojo.Log.info(&#8220;Got account list: %j&#8221;, list);<br />            if (list.list &#038;&#038; list.list.length &gt; 0) {<br />                self.account = list.list[0];<br />                k();<br />            }</p>
<p>the self.account in the calling scope is not updated, only the self.account of the onSuccess is being updated thus i cannot get back the params.</p>
<p>any ideas?   i&#39;ve noticed the .bind(this) command but i was unable to utilize it.</p>
<p>Thanks,</p>
<p>Avner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: incidentist</title>
		<link>http://justin.harmonize.fm/index.php/2009/07/meetup-com-webos-client-part-1-services/comment-page-1/#comment-257</link>
		<dc:creator>incidentist</dc:creator>
		<pubDate>Wed, 29 Jul 2009 04:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=283#comment-257</guid>
		<description>This is really useful. One of the hardest things to get used to about WebOS is the fact that everything is an async operation. Your examples are great because they demonstrate how to deal with this gracefully. I dig those idioms, man.</description>
		<content:encoded><![CDATA[<p>This is really useful. One of the hardest things to get used to about WebOS is the fact that everything is an async operation. Your examples are great because they demonstrate how to deal with this gracefully. I dig those idioms, man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jobless9</title>
		<link>http://justin.harmonize.fm/index.php/2009/07/meetup-com-webos-client-part-1-services/comment-page-1/#comment-239</link>
		<dc:creator>jobless9</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=283#comment-239</guid>
		<description>I asked in the forums and I was told that it is slated for a future release.&lt;br&gt;&lt;br&gt;I am trying to write an application that manages some profiles (settings for Wi-Fi, Bluetooth, 3G, Ring Settings, Airplane Mode) based on location and time variables. The iphone doesn&#039;t allow you to do this yet. So was hoping Palm to see it in the Palm at least :)&lt;br&gt;&lt;br&gt;Thanks for the quick reply and sorry if you felt I was just trolling your post!</description>
		<content:encoded><![CDATA[<p>I asked in the forums and I was told that it is slated for a future release.</p>
<p>I am trying to write an application that manages some profiles (settings for Wi-Fi, Bluetooth, 3G, Ring Settings, Airplane Mode) based on location and time variables. The iphone doesn&#39;t allow you to do this yet. So was hoping Palm to see it in the Palm at least <img src='http://justin.harmonize.fm/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the quick reply and sorry if you felt I was just trolling your post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://justin.harmonize.fm/index.php/2009/07/meetup-com-webos-client-part-1-services/comment-page-1/#comment-238</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://justin.harmonize.fm/?p=283#comment-238</guid>
		<description>There probably is not a public API for turning off wifi, but you should ask on the forums.&lt;br&gt;&lt;br&gt;What are you trying to do with it?</description>
		<content:encoded><![CDATA[<p>There probably is not a public API for turning off wifi, but you should ask on the forums.</p>
<p>What are you trying to do with it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
