<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>iPhoneWebDev Google Group</title>
  <link>http://groups.google.com/group/iphonewebdev</link>
  <description>Developers Helping Developers with Best Practices in creating iPhone Web 2.0 Applications.</description>
  <language>en</language>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/518bc6df86791571?show_docid=518bc6df86791571</link>
  <description>
  It seems to work well on other iPhone-class mobile devices, such as &lt;br&gt; Android and Pre. &lt;br&gt; &lt;p&gt;There has been some discussion of extending iui.js to allow loading &lt;br&gt; &amp;quot;frags&amp;quot; from bookmarks. My thoughts are that this should be an &lt;br&gt; extension, but that the core should be modified to allow this type of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/518bc6df86791571?show_docid=518bc6df86791571</guid>
  <author>
  msgilli...@gmail.com
  (Sean Gilligan)
  </author>
  <pubDate>Wed, 25 Nov 2009 06:38:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Use private iUI function</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/11b4732b208ffc94/bed40eaf2ff7f281?show_docid=bed40eaf2ff7f281</link>
  <description>
  Not currently. You could try moving the sendEvent function into the &lt;br&gt; public section, but, of course, that is modifying iui.js. If you add a &lt;br&gt; public sendEvent that calls the private one, you may be able to limit &lt;br&gt; your mod to a couple of lines so it will be easy to merge with newer iUI &lt;br&gt; versions.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/11b4732b208ffc94/bed40eaf2ff7f281?show_docid=bed40eaf2ff7f281</guid>
  <author>
  msgilli...@gmail.com
  (Sean Gilligan)
  </author>
  <pubDate>Wed, 25 Nov 2009 06:21:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/da9241213cfd0de3?show_docid=da9241213cfd0de3</link>
  <description>
  .frag is just a convention that I use for serving incomplete HTML from &lt;br&gt; static files. They could be dynamically generated by PHP or any &lt;br&gt; server-side technology and can have any extension. &lt;br&gt; &lt;p&gt;Yes. There are beforeInsert and afterInsert events that you can use. &lt;br&gt; There is an event logger sample that demonstrates how to use them:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/da9241213cfd0de3?show_docid=da9241213cfd0de3</guid>
  <author>
  msgilli...@gmail.com
  (Sean Gilligan)
  </author>
  <pubDate>Wed, 25 Nov 2009 06:12:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/953dd022fb33039c?show_docid=953dd022fb33039c</link>
  <description>
  Would this approach cause any problems when the app is run on other &lt;br&gt; devices? Also, one of the points in having &amp;quot;separate apps&amp;quot; was the &lt;br&gt; ability to bookmark individual parts and start them - rather than &lt;br&gt; starting the main app every time. If I want to just open the Library &lt;br&gt; App portion - I&#39;d be able to. If we do it the &amp;quot;frag-way&amp;quot; we will loose
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/953dd022fb33039c?show_docid=953dd022fb33039c</guid>
  <author>
  stanislav.bogda...@gmail.com
  (StanRB)
  </author>
  <pubDate>Wed, 25 Nov 2009 02:32:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/4cd3497e6d40eb6f?show_docid=4cd3497e6d40eb6f</link>
  <description>
  I was actually intrigued by the second example on this page (Ajax &lt;br&gt; Link). I see that you are storing that ajax panel (minus the toolbar) &lt;br&gt; in a file called &amp;quot;fragPanel.frag&amp;quot; thus bringing that separate section &lt;br&gt; into the framework. &lt;br&gt; &lt;p&gt;Originally, I was planning on separating each section of this site &lt;br&gt; into separate PHP pages and linking them from my main springboard
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/4cd3497e6d40eb6f?show_docid=4cd3497e6d40eb6f</guid>
  <author>
  scottbf1...@gmail.com
  (Scott Finkelstein)
  </author>
  <pubDate>Wed, 25 Nov 2009 01:52:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Lawnchair</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/82878d5fc8b23690/96974d3382797fe2?show_docid=96974d3382797fe2</link>
  <description>
  Lawnchair was build by a co-worker (Brian LeRoux) and it is loosely based &lt;br&gt; off another project (Mobile Store) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/silentrob/mobile-storealso&quot;&gt;[link]&lt;/a&gt; worth checking out. A &lt;br&gt; Restful SQL Lite interface. &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; &lt;p&gt;Rob Ellis &lt;br&gt; &lt;p&gt;Nitobi.com &lt;br&gt; Phonegap.com
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/82878d5fc8b23690/96974d3382797fe2?show_docid=96974d3382797fe2</guid>
  <author>
  kazoo...@gmail.com
  (Rob Ellis)
  </author>
  <pubDate>Wed, 25 Nov 2009 00:03:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Lawnchair</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/82878d5fc8b23690/4c95834b5f3be2af?show_docid=4c95834b5f3be2af</link>
  <description>
  Very nice, I&#39;ll play with it. CouchDB has be pretty nice to use. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Derek Williams &lt;br&gt; Cell: 970.214.8928 &lt;br&gt; Home Office: 970.416.8996
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/82878d5fc8b23690/4c95834b5f3be2af?show_docid=4c95834b5f3be2af</guid>
  <author>
  dere...@gmail.com
  (Derek Williams)
  </author>
  <pubDate>Tue, 24 Nov 2009 23:44:31 UT
</pubDate>
  </item>
  <item>
  <title>Lawnchair</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/82878d5fc8b23690/ac3870c2004af7d6?show_docid=ac3870c2004af7d6</link>
  <description>
  All, just found an interesting post and article on Ajaxian and thought &lt;br&gt; I&#39;d share: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ajaxian.com/archives/moving-from-the-couch-to-the-lawnchair&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/82878d5fc8b23690/ac3870c2004af7d6?show_docid=ac3870c2004af7d6</guid>
  <author>
  chris.j.coll...@gmail.com
  (Chris C.)
  </author>
  <pubDate>Tue, 24 Nov 2009 23:20:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/277569ee8083bbce?show_docid=277569ee8083bbce</link>
  <description>
  Plugin is the right approach. I&#39;m willing to make changes to core to &lt;br&gt; make it pluggable. &lt;br&gt; &lt;p&gt;-- Sean
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/277569ee8083bbce?show_docid=277569ee8083bbce</guid>
  <author>
  msgilli...@gmail.com
  (Sean Gilligan)
  </author>
  <pubDate>Tue, 24 Nov 2009 19:25:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/cc52497dbefca612?show_docid=cc52497dbefca612</link>
  <description>
  Thank you all for the insights. For now, since most of the pages &lt;br&gt; linked from the homepage will be self-contained iUI-based sites, I&#39;ll &lt;br&gt; probably start out by adding a static &amp;quot;back&amp;quot; button on the main &lt;br&gt; section of each sub page. &lt;br&gt; &lt;p&gt;- Scott &lt;br&gt; &lt;p&gt;On Nov 24, 10:31 am, Maximilian Melcher
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/cc52497dbefca612?show_docid=cc52497dbefca612</guid>
  <author>
  scottbf1...@gmail.com
  (Scott Finkelstein)
  </author>
  <pubDate>Tue, 24 Nov 2009 18:31:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/541a666663362b5a?show_docid=541a666663362b5a</link>
  <description>
  Its possible - I saw a, in my eyes, good but static implementation. If your &lt;br&gt; environment is very static its easy to implement - if its big you need to &lt;br&gt; invest more time. &lt;br&gt; &lt;p&gt;I would implement it as a plugin - but my plate is rather full right now. &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; Max &lt;br&gt; &lt;p&gt;Am 24.11.2009 um 15:34 schrieb Chris Collett &amp;lt;chris.j.coll...@gmail.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/541a666663362b5a?show_docid=541a666663362b5a</guid>
  <author>
  melcher.maximil...@googlemail.com
  (Maximilian Melcher)
  </author>
  <pubDate>Tue, 24 Nov 2009 15:31:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/e40bbaf5b95da1d8?show_docid=e40bbaf5b95da1d8</link>
  <description>
  Thanks Sean. That target=&amp;quot;_webapp&amp;quot; worked! I&#39;ll have to play around &lt;br&gt; with getting the back button to appear. &lt;br&gt; &lt;p&gt;I&#39;ll have to take a look at those other link types. &lt;br&gt; &lt;p&gt;Thanks again! &lt;br&gt; &lt;p&gt;- Scott
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/e40bbaf5b95da1d8?show_docid=e40bbaf5b95da1d8</guid>
  <author>
  scottbf1...@gmail.com
  (Scott Finkelstein)
  </author>
  <pubDate>Tue, 24 Nov 2009 14:16:23 UT
</pubDate>
  </item>
  <item>
  <title>mobile framework comparison</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/252aca4768a7b78d/3f9d16b8f42e4ab2?show_docid=3f9d16b8f42e4ab2</link>
  <description>
  Hello @all. &lt;br&gt; I write on my masterthesis and will start today with a comparison &lt;br&gt; about mobile frameworks for iPhone development. &lt;br&gt; &lt;p&gt;Please feel free to add properties, frameworks and hopefully more &lt;br&gt; features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://komparable.com/133/mobile-frameworks-for-iPhone-WebApps&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks. Stefan from Germany
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/252aca4768a7b78d/3f9d16b8f42e4ab2?show_docid=3f9d16b8f42e4ab2</guid>
  <author>
  stefan.wendhau...@googlemail.com
  (Stefan Wendhausen)
  </author>
  <pubDate>Tue, 24 Nov 2009 09:44:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/a5f398f26f1a43e5?show_docid=a5f398f26f1a43e5</link>
  <description>
  Just thinking out loud here. I&#39;m not a developer but would it be possible to &lt;br&gt; create some sort of breadcrumb navigation plug-in? Perhaps using a single &lt;br&gt; xml file and have it appear in a modal window or something? Just curious.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/a5f398f26f1a43e5?show_docid=a5f398f26f1a43e5</guid>
  <author>
  chris.j.coll...@gmail.com
  (Chris Collett)
  </author>
  <pubDate>Tue, 24 Nov 2009 14:34:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Page Navigation in iUI 0.40</title>
  <link>http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/0ba040cbd75fac7b?show_docid=0ba040cbd75fac7b</link>
  <description>
  Sounds like a good option! I guess we could also modify the javascript &lt;br&gt; a bit so that the first back button is always a present button that &lt;br&gt; links to the &amp;quot;previous&amp;quot; main page... Even if we have to do these back &lt;br&gt; buttons manually for the &amp;quot;sub-apps&amp;quot;, I think it would be less work and &lt;br&gt; still worth it to break everything into separate pieces, Scott.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/iphonewebdev/browse_thread/thread/44b02a34a4460587/0ba040cbd75fac7b?show_docid=0ba040cbd75fac7b</guid>
  <author>
  stanislav.bogda...@gmail.com
  (StanRB)
  </author>
  <pubDate>Tue, 24 Nov 2009 14:23:17 UT
</pubDate>
  </item>
  </channel>
</rss>
