<?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 MiamiCoder</title> <atom:link href="http://miamicoder.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://miamicoder.com</link> <description>Sencha Touch, jQuery Mobile, and Ext JS tutorials for beginners.</description> <lastBuildDate>Mon, 20 May 2013 16:01:22 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Comment on How to Create a Sencha Touch 2 App, Part 4 by Net Mat</title><link>http://miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-4/#comment-2639</link> <dc:creator>Net Mat</dc:creator> <pubDate>Mon, 20 May 2013 16:01:22 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/?p=2416#comment-2639</guid> <description><![CDATA[Hi Jorge,I admire and appreciate your effort in creating such a beautifully explained  tutorial. Thanks a lot for the effort. Now could not resist asking one question here on store and grouper config.I think grouping the notes is view related stuff. So the grouper config in &quot;view&quot; (here NoteList) should be sufficient. Why there is a &quot;grouper&quot; config for &quot;store&quot; (here Notes) and a &quot;grouped&quot; config in view?Thanks!]]></description> <content:encoded><![CDATA[<p>Hi Jorge,</p><p>I admire and appreciate your effort in creating such a beautifully explained  tutorial. Thanks a lot for the effort. Now could not resist asking one question here on store and grouper config.</p><p>I think grouping the notes is view related stuff. So the grouper config in &#8220;view&#8221; (here NoteList) should be sufficient. Why there is a &#8220;grouper&#8221; config for &#8220;store&#8221; (here Notes) and a &#8220;grouped&#8221; config in view?</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>Comment on Ext JS with PHP: How to Create Nodes for a TreePanel by Jorge</title><link>http://miamicoder.com/2010/ext-js-with-php-how-to-create-nodes-for-a-treepanel/#comment-2637</link> <dc:creator>Jorge</dc:creator> <pubDate>Mon, 20 May 2013 12:01:25 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/post.aspx?id=eb72b932-b7a5-4a7f-9a8d-94f4c5fc59e0#comment-2637</guid> <description><![CDATA[Yes, the book will help you build we-based apps for most mobile platforms. The book does not require you to know Java .]]></description> <content:encoded><![CDATA[<p>Yes, the book will help you build we-based apps for most mobile platforms. The book does not require you to know Java .</p> ]]></content:encoded> </item> <item><title>Comment on How to Create a Sencha Touch 2 App, Part 3 by Net mat</title><link>http://miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-3/#comment-2636</link> <dc:creator>Net mat</dc:creator> <pubDate>Mon, 20 May 2013 10:15:15 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/?p=2360#comment-2636</guid> <description><![CDATA[i encountered the error  &quot;Uncaught TypeError: Cannot call method ‘getMessage’ of undefined ..&quot;because I had put the quote on &#039;noteid&#039; and &#039;now&#039; fields in notes.js (controller) as shown below:var newNote = Ext.create(&quot;NotesApp.model.Note&quot;, { id: &#039;noteId&#039;, dateCreated: &#039;now&#039;, title: &quot;&quot;, narrative: &quot;&quot; }); I changed it to:var newNote = Ext.create(&quot;NotesApp.model.Note&quot;, { id: noteId, dateCreated: now, title: &quot;&quot;, narrative: &quot;&quot; }); as in the article as these are not string rather number. This solved the problem. Though, Its a reply to a year old post, i may help some one. Thanks Jorge for such nice tutorial.]]></description> <content:encoded><![CDATA[<p>i encountered the error  &#8220;Uncaught TypeError: Cannot call method ‘getMessage’ of undefined ..&#8221;</p><p>because I had put the quote on &#8216;noteid&#8217; and &#8216;now&#8217; fields in notes.js (controller) as shown below:</p><p>var newNote = Ext.create(&#8220;NotesApp.model.Note&#8221;, {<br /> id: &#8216;noteId&#8217;,<br /> dateCreated: &#8216;now&#8217;,<br /> title: &#8220;&#8221;,<br /> narrative: &#8220;&#8221;<br /> });<br /> I changed it to:</p><p>var newNote = Ext.create(&#8220;NotesApp.model.Note&#8221;, {<br /> id: noteId,<br /> dateCreated: now,<br /> title: &#8220;&#8221;,<br /> narrative: &#8220;&#8221;<br /> });<br /> as in the article as these are not string rather number. This solved the problem.<br /> Though, Its a reply to a year old post, i may help some one.<br /> Thanks Jorge for such nice tutorial.</p> ]]></content:encoded> </item> <item><title>Comment on Ext JS with PHP: How to Create Nodes for a TreePanel by Ajithan</title><link>http://miamicoder.com/2010/ext-js-with-php-how-to-create-nodes-for-a-treepanel/#comment-2635</link> <dc:creator>Ajithan</dc:creator> <pubDate>Mon, 20 May 2013 07:10:37 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/post.aspx?id=eb72b932-b7a5-4a7f-9a8d-94f4c5fc59e0#comment-2635</guid> <description><![CDATA[Dear Mr. jorge ,I am a consultant in Information Technology. Now a days i used to get few enquiry to build application in mobiles. 1. Whether your book &quot; How to build a jquery Mobile application&quot;  provides information to build application for all platforms of mobile. 2. I have no knowledge in java. whether with your book i can write mobile application without knowing that.regards ajithan]]></description> <content:encoded><![CDATA[<p>Dear Mr. jorge ,</p><p>I am a consultant in Information Technology. Now a days i used to get few enquiry to build application in mobiles.<br /> 1. Whether your book &#8221; How to build a jquery Mobile application&#8221;  provides information to build application for all platforms of mobile.<br /> 2. I have no knowledge in java. whether with your book i can write mobile application without knowing that.</p><p>regards<br /> ajithan</p> ]]></content:encoded> </item> <item><title>Comment on Sencha Touch 2 Models – hasMany Associations, C# Example by Jorge</title><link>http://miamicoder.com/2012/sencha-touch-2-models-hasmany-associations-csharp-example/#comment-2625</link> <dc:creator>Jorge</dc:creator> <pubDate>Sat, 18 May 2013 01:49:09 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/?p=3366#comment-2625</guid> <description><![CDATA[You can see the details on the bookk here: http://miamicoder.com/sencha-touch-book/]]></description> <content:encoded><![CDATA[<p>You can see the details on the bookk here: <a href="http://miamicoder.com/sencha-touch-book/" rel="nofollow">http://miamicoder.com/sencha-touch-book/</a></p> ]]></content:encoded> </item> <item><title>Comment on Adding a Login Screen to a Sencha Touch Application, Part 2 by Greg</title><link>http://miamicoder.com/2012/adding-a-login-screen-to-a-sencha-touch-application-part-2/#comment-2622</link> <dc:creator>Greg</dc:creator> <pubDate>Fri, 17 May 2013 22:51:16 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/?p=3523#comment-2622</guid> <description><![CDATA[Worked like a charm!¡Muchas gracias!]]></description> <content:encoded><![CDATA[<p>Worked like a charm!</p><p>¡Muchas gracias!</p> ]]></content:encoded> </item> <item><title>Comment on Adding a Login Screen to a Sencha Touch Application, Part 2 by firas</title><link>http://miamicoder.com/2012/adding-a-login-screen-to-a-sencha-touch-application-part-2/#comment-2619</link> <dc:creator>firas</dc:creator> <pubDate>Fri, 17 May 2013 21:04:03 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/?p=3523#comment-2619</guid> <description><![CDATA[would this work with word press account ?? I tried it on my word press account but couldn&#039;t login]]></description> <content:encoded><![CDATA[<p>would this work with word press account ??<br /> I tried it on my word press account but couldn&#8217;t login</p> ]]></content:encoded> </item> <item><title>Comment on How To Save BlackBerry Settings in The Persistent Store by kuldeep</title><link>http://miamicoder.com/2010/how-to-save-blackberry-settings-in-the-persistent-store/#comment-2617</link> <dc:creator>kuldeep</dc:creator> <pubDate>Fri, 17 May 2013 10:00:56 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/post.aspx?id=983f4c17-d237-4880-8443-d6120bec4fa1#comment-2617</guid> <description><![CDATA[Sir, please tell me how to store and retrieve radiobutton fields state using persistent storage . looking forward for your reply . Thanks.]]></description> <content:encoded><![CDATA[<p>Sir, please tell me how to store and retrieve radiobutton fields state using persistent storage .<br /> looking forward for your reply .<br /> Thanks.</p> ]]></content:encoded> </item> <item><title>Comment on Sencha Touch 2 Models – hasMany Associations, C# Example by ALI</title><link>http://miamicoder.com/2012/sencha-touch-2-models-hasmany-associations-csharp-example/#comment-2616</link> <dc:creator>ALI</dc:creator> <pubDate>Fri, 17 May 2013 09:27:56 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/?p=3366#comment-2616</guid> <description><![CDATA[hello joe, I want to order your book (sencha touch 2), but I want to know: what it contains as chapter because I understand it contains only the note application.thank you.]]></description> <content:encoded><![CDATA[<p>hello joe,<br /> I want to order your book (sencha touch 2), but I want to know: what it contains as chapter because I understand it contains only the note application.</p><p>thank you.</p> ]]></content:encoded> </item> <item><title>Comment on How To Save BlackBerry Settings in The Persistent Store by kuldeep</title><link>http://miamicoder.com/2010/how-to-save-blackberry-settings-in-the-persistent-store/#comment-2615</link> <dc:creator>kuldeep</dc:creator> <pubDate>Fri, 17 May 2013 08:23:38 +0000</pubDate> <guid isPermaLink="false">http://miamicoder.com/post.aspx?id=983f4c17-d237-4880-8443-d6120bec4fa1#comment-2615</guid> <description><![CDATA[Very nice tutorial :)]]></description> <content:encoded><![CDATA[<p>Very nice tutorial <img src='http://miamicoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>