<?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: Mojo Lists: Using a Cookie as a Data Source (Part 2)</title>
	<atom:link href="http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/</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>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>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>By: Jesse Bowden</title>
		<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/comment-page-1/#comment-277</link>
		<dc:creator>Jesse Bowden</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=173#comment-277</guid>
		<description>Me to, I have been working with an api that returns XML and I can get the xml parsed display them in Mojo.Controller.alertDialog()  but when I try to populate the list nothing.  I have been bangin my head for about a week now and can&#039;t seem to find any documentation anywhere that has helped.</description>
		<content:encoded><![CDATA[<p>Me to, I have been working with an api that returns XML and I can get the xml parsed display them in Mojo.Controller.alertDialog()  but when I try to populate the list nothing.  I have been bangin my head for about a week now and can&#8217;t seem to find any documentation anywhere that has helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Crawford</title>
		<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/comment-page-1/#comment-108</link>
		<dc:creator>Joseph Crawford</dc:creator>
		<pubDate>Fri, 13 Nov 2009 23:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=173#comment-108</guid>
		<description>Charlie,

Maybe I will make that be Part 6 of this series however I have not even had the time lately outside of work to work on what I was thinking was the final segment (Part 5).  I will see what I can do but again it will probably be a while before I will get to that.

Thanks for your feedback on the tutorials I am glad you like them :)</description>
		<content:encoded><![CDATA[<p>Charlie,</p>
<p>Maybe I will make that be Part 6 of this series however I have not even had the time lately outside of work to work on what I was thinking was the final segment (Part 5).  I will see what I can do but again it will probably be a while before I will get to that.</p>
<p>Thanks for your feedback on the tutorials I am glad you like them <img src='http://www.webosboston.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/comment-page-1/#comment-107</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Thu, 12 Nov 2009 06:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=173#comment-107</guid>
		<description>This is fantastic! thank you so much for these very detailed tutorials they have really helped thus far and i plan to go through all of them very throughly. A request for a tutorial might be using an Ajax (rss, xml, or json) request to populate a list as i cannot get it to work and have been at it for many sleepless nights now. 

thanks again!</description>
		<content:encoded><![CDATA[<p>This is fantastic! thank you so much for these very detailed tutorials they have really helped thus far and i plan to go through all of them very throughly. A request for a tutorial might be using an Ajax (rss, xml, or json) request to populate a list as i cannot get it to work and have been at it for many sleepless nights now. </p>
<p>thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Crawford</title>
		<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/comment-page-1/#comment-106</link>
		<dc:creator>Joseph Crawford</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=173#comment-106</guid>
		<description>THanks for the heads up yes that should be this.cookie.storeCookie()</description>
		<content:encoded><![CDATA[<p>THanks for the heads up yes that should be this.cookie.storeCookie()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Dawson</title>
		<link>http://www.webosboston.org/2009/09/21/mojo-lists-using-a-cookie-as-a-data-source-part-2/comment-page-1/#comment-105</link>
		<dc:creator>Michael Dawson</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webosboston.org/?p=173#comment-105</guid>
		<description>In your AlertcookieAssistant.js file, you have this.storeCookie().  Should this be this.cookie.storeCookie()?

Great tutorials, by the way.</description>
		<content:encoded><![CDATA[<p>In your AlertcookieAssistant.js file, you have this.storeCookie().  Should this be this.cookie.storeCookie()?</p>
<p>Great tutorials, by the way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

