<?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 for WebOS Boston</title>
	<atom:link href="http://www.webosboston.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webosboston.org</link>
	<description>Developing for WebOS</description>
	<lastBuildDate>Tue, 19 Jul 2011 06:38:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Mojo Lists: Using a Cookie as a Data Source (Part 2) by Vladis</title>
		<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/comment-page-1/#comment-5976</link>
		<dc:creator>Vladis</dc:creator>
		<pubDate>Tue, 19 Jul 2011 06:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=173#comment-5976</guid>
		<description>in the code:
...
this.cookie.setListContents( this.listContents );
this.storeCookie();
...

not need not
this.storeCookie()
not
this.cookie.storeCookie()
because this.storeCookie() include in setListContents</description>
		<content:encoded><![CDATA[<p>in the code:<br />
&#8230;<br />
this.cookie.setListContents( this.listContents );<br />
this.storeCookie();<br />
&#8230;</p>
<p>not need not<br />
this.storeCookie()<br />
not<br />
this.cookie.storeCookie()<br />
because this.storeCookie() include in setListContents</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mojo Lists (Part 1) by Vladis</title>
		<link>http://www.webosboston.org/2009/09/13/mojo-lists-part-1/comment-page-1/#comment-5975</link>
		<dc:creator>Vladis</dc:creator>
		<pubDate>Tue, 19 Jul 2011 05:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=137#comment-5975</guid>
		<description>see above
this work
Mojo.Controller.stageController.pushScene(event.item.title.toLowerCase());</description>
		<content:encoded><![CDATA[<p>see above<br />
this work<br />
Mojo.Controller.stageController.pushScene(event.item.title.toLowerCase());</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mojo Lists (Part 1) by Vladis</title>
		<link>http://www.webosboston.org/2009/09/13/mojo-lists-part-1/comment-page-1/#comment-5973</link>
		<dc:creator>Vladis</dc:creator>
		<pubDate>Tue, 19 Jul 2011 04:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=137#comment-5973</guid>
		<description>Great tutorials.
But 
Mojo.Controller.stageController.pushScene(this.listItems.title.toLowerCase()); not working. 
If I write :
Mojo.Controller.stageController.pushScene( &quot;cookie&quot; ); 
- All OK</description>
		<content:encoded><![CDATA[<p>Great tutorials.<br />
But<br />
Mojo.Controller.stageController.pushScene(this.listItems.title.toLowerCase()); not working.<br />
If I write :<br />
Mojo.Controller.stageController.pushScene( &#8220;cookie&#8221; );<br />
- All OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Basic WebOS Application and the Depot by Binny</title>
		<link>http://www.webosboston.org/2009/08/17/a-basic-webos-application-and-the-depot/comment-page-1/#comment-5428</link>
		<dc:creator>Binny</dc:creator>
		<pubDate>Thu, 16 Jun 2011 07:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=13#comment-5428</guid>
		<description>thanks..:)</description>
		<content:encoded><![CDATA[<p>thanks..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mojo Lists (Part 1) by Pepe Ta</title>
		<link>http://www.webosboston.org/2009/09/13/mojo-lists-part-1/comment-page-1/#comment-1536</link>
		<dc:creator>Pepe Ta</dc:creator>
		<pubDate>Tue, 14 Dec 2010 03:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=137#comment-1536</guid>
		<description>Very good articles. Keep it up. As a newbie a have a couple of questions.
where do I find out about the different properties as follow:
...... x-mojo-touch-feedback=&quot;delayed&quot;&gt;
.listContents
.initialContents

I would like to read more about them but didn&#039;t find any links to them. I went here
http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1921&amp;Itemid=298
and here
The &quot;Mojo Application Framework&quot; on developer.palm.com
and can&#039;t find any reference. I would appreciated if you can send me to the right location to learn more about them.
Thank You</description>
		<content:encoded><![CDATA[<p>Very good articles. Keep it up. As a newbie a have a couple of questions.<br />
where do I find out about the different properties as follow:<br />
&#8230;&#8230; x-mojo-touch-feedback=&#8221;delayed&#8221;&gt;<br />
.listContents<br />
.initialContents</p>
<p>I would like to read more about them but didn&#8217;t find any links to them. I went here<br />
<a href="http://developer.palm.com/index.php?option=com_content&#038;view=article&#038;id=1921&#038;Itemid=298" rel="nofollow">http://developer.palm.com/index.php?option=com_content&#038;view=article&#038;id=1921&#038;Itemid=298</a><br />
and here<br />
The &#8220;Mojo Application Framework&#8221; on developer.palm.com<br />
and can&#8217;t find any reference. I would appreciated if you can send me to the right location to learn more about them.<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mojo Lists (Part 1) by more that one javascriptfile for one scene ? - PreCentral Forums</title>
		<link>http://www.webosboston.org/2009/09/13/mojo-lists-part-1/comment-page-1/#comment-1463</link>
		<dc:creator>more that one javascriptfile for one scene ? - PreCentral Forums</dc:creator>
		<pubDate>Wed, 08 Dec 2010 15:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=137#comment-1463</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mojo Lists (Part 1) by Tom</title>
		<link>http://www.webosboston.org/2009/09/13/mojo-lists-part-1/comment-page-1/#comment-1219</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 11 Nov 2010 19:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=137#comment-1219</guid>
		<description>Great tutorials.  Every one is easy to understand and just what I was looking for.  Cannot wait for 5, I want to use sqlite for a program I am writing.</description>
		<content:encoded><![CDATA[<p>Great tutorials.  Every one is easy to understand and just what I was looking for.  Cannot wait for 5, I want to use sqlite for a program I am writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mojo Lists: Using a Cookie as a Data Source (Part 2) by Simon</title>
		<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/comment-page-1/#comment-606</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 15 Aug 2010 16:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=173#comment-606</guid>
		<description>I noticed that you need to add one more source to your sources.json file...
    {
        &quot;source&quot;: &quot;app\/assistants\/altercookie-assistant.js&quot;,
        &quot;scenes&quot;: &quot;altercookie&quot;
    },

And you need to make it clear to us noobs that cookie-scene.html along with its templates need to go into a new folder called cookie.  Also, the altercookie-scene.html file needs to go into a new folder called altercookie.

I&#039;m new to WebOS programming and it took me a while to figure this all out.  However, its a great tutorial thanks!</description>
		<content:encoded><![CDATA[<p>I noticed that you need to add one more source to your sources.json file&#8230;<br />
    {<br />
        &#8220;source&#8221;: &#8220;app\/assistants\/altercookie-assistant.js&#8221;,<br />
        &#8220;scenes&#8221;: &#8220;altercookie&#8221;<br />
    },</p>
<p>And you need to make it clear to us noobs that cookie-scene.html along with its templates need to go into a new folder called cookie.  Also, the altercookie-scene.html file needs to go into a new folder called altercookie.</p>
<p>I&#8217;m new to WebOS programming and it took me a while to figure this all out.  However, its a great tutorial thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Basic WebOS Application and the Depot by Anis</title>
		<link>http://www.webosboston.org/2009/08/17/a-basic-webos-application-and-the-depot/comment-page-1/#comment-456</link>
		<dc:creator>Anis</dc:creator>
		<pubDate>Sun, 23 May 2010 09:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=13#comment-456</guid>
		<description>i have an application which use the depot and it works perfectly but i don&#039;t know where the data is stocked ( i can add and get data perfectly). So please, can you, tell me where i can find the data stocked  that i have added
Thanks :)</description>
		<content:encoded><![CDATA[<p>i have an application which use the depot and it works perfectly but i don&#8217;t know where the data is stocked ( i can add and get data perfectly). So please, can you, tell me where i can find the data stocked  that i have added<br />
Thanks <img src='http://www.webosboston.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mojo Lists: Using the Depot as a Data source (Part 4) by Carl Gray</title>
		<link>http://www.webosboston.org/2009/10/11/mojo-lists-using-the-depot-as-a-data-source-part-4/comment-page-1/#comment-455</link>
		<dc:creator>Carl Gray</dc:creator>
		<pubDate>Sat, 22 May 2010 22:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=238#comment-455</guid>
		<description>Well I am trying to follow along with this tutorial, but can not get past the loading of the depot. I always get a null result from the .get(). I also do not understand this last post. Do I need a listener for the last function and if so what would be the syntax for it?</description>
		<content:encoded><![CDATA[<p>Well I am trying to follow along with this tutorial, but can not get past the loading of the depot. I always get a null result from the .get(). I also do not understand this last post. Do I need a listener for the last function and if so what would be the syntax for it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.536 seconds -->

