<?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: TankEngine: New plugin for Rails iPhone Development</title>
	<atom:link href="http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: paul Vudmaska</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-6210</link>
		<dc:creator>paul Vudmaska</dc:creator>
		<pubDate>Sat, 04 Apr 2009 19:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-6210</guid>
		<description>Thanks for the great start on using jquery w/iphone(rather than iui, which i think is great)

Anyone having trouble getting landscape mode to fill the screen, besides me? !

Consider putting something like this in the head/script tag.

currentWidth = 0
var updateLayout = function() {
  if (window.innerWidth != currentWidth) {
    currentWidth = window.innerWidth;
    var orient = (currentWidth == 320) ? &quot;profile&quot; : &quot;landscape&quot;;
    document.body.setAttribute(&quot;orient&quot;, orient);
    window.scrollTo(0, 1);
    $(&#039;.viewport_body&#039;).css({width:currentWidth})
  }
};

$(function(){setInterval(updateLayout, 500)});

This is a great start thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the great start on using jquery w/iphone(rather than iui, which i think is great)</p>
<p>Anyone having trouble getting landscape mode to fill the screen, besides me? !</p>
<p>Consider putting something like this in the head/script tag.</p>
<p>currentWidth = 0<br />
var updateLayout = function() {<br />
  if (window.innerWidth != currentWidth) {<br />
    currentWidth = window.innerWidth;<br />
    var orient = (currentWidth == 320) ? &#8220;profile&#8221; : &#8220;landscape&#8221;;<br />
    document.body.setAttribute(&#8221;orient&#8221;, orient);<br />
    window.scrollTo(0, 1);<br />
    $(&#8217;.viewport_body&#8217;).css({width:currentWidth})<br />
  }<br />
};</p>
<p>$(function(){setInterval(updateLayout, 500)});</p>
<p>This is a great start thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Kirtley</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-6038</link>
		<dc:creator>Bill Kirtley</dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-6038</guid>
		<description>I second the request for view examples.  The intent is hard to discern from the code: how should I specify toolbar?  How do I get pinstripes on panels?  (Can I get pinstripes without modifying either the stylesheet or the default layout?)</description>
		<content:encoded><![CDATA[<p>I second the request for view examples.  The intent is hard to discern from the code: how should I specify toolbar?  How do I get pinstripes on panels?  (Can I get pinstripes without modifying either the stylesheet or the default layout?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donovan</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-5671</link>
		<dc:creator>Donovan</dc:creator>
		<pubDate>Tue, 20 Jan 2009 16:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-5671</guid>
		<description>Thank you. Does this supersede the iui plugin? I did a fair amount of searching, but could not find a tutorial or example of how to use this plugin. Are instructions/examples posted somewhere for someone new to iui?</description>
		<content:encoded><![CDATA[<p>Thank you. Does this supersede the iui plugin? I did a fair amount of searching, but could not find a tutorial or example of how to use this plugin. Are instructions/examples posted somewhere for someone new to iui?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-5182</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 02 Jan 2009 04:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-5182</guid>
		<description>good one</description>
		<content:encoded><![CDATA[<p>good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-4141</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-4141</guid>
		<description>Like Sebastian, it&#039;d be great if you had some view examples!</description>
		<content:encoded><![CDATA[<p>Like Sebastian, it&#8217;d be great if you had some view examples!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-4139</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Fri, 14 Nov 2008 15:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-4139</guid>
		<description>Thanks guys, this is great.  I got it to work right away.</description>
		<content:encoded><![CDATA[<p>Thanks guys, this is great.  I got it to work right away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pathfinder Development &#187; A Look Back At Past Post</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-3505</link>
		<dc:creator>Pathfinder Development &#187; A Look Back At Past Post</dc:creator>
		<pubDate>Fri, 03 Oct 2008 16:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-3505</guid>
		<description>[...] TankEngine [...]</description>
		<content:encoded><![CDATA[<p>[...] TankEngine [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: เร็วส์ หกสิบหก » นั่งเทียนเขียนข่าว#12</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-3486</link>
		<dc:creator>เร็วส์ หกสิบหก » นั่งเทียนเขียนข่าว#12</dc:creator>
		<pubDate>Thu, 02 Oct 2008 21:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-3486</guid>
		<description>[...] Pathfinder Development » TankEngine: New plugin for Rails iPhone Development [...]</description>
		<content:encoded><![CDATA[<p>[...] Pathfinder Development » TankEngine: New plugin for Rails iPhone Development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-3479</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Thu, 02 Oct 2008 10:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-3479</guid>
		<description>Looks good so far. Are there any examples avaible?</description>
		<content:encoded><![CDATA[<p>Looks good so far. Are there any examples avaible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Motte</title>
		<link>http://www.pathf.com/blogs/2008/09/tankengine-new-plugin-for-rails-iphone-development/comment-page-1/#comment-3475</link>
		<dc:creator>Scott Motte</dc:creator>
		<pubDate>Thu, 02 Oct 2008 06:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1170#comment-3475</guid>
		<description>This looks really cool. 

Does this still render the &quot;drill down pages&quot; of the iphone-versioned app using ajax in the same/similar way that iUI did? 

And if so does it still require the &quot;requests should use render :layout =&gt; false (unless loaded into a new page with target=&quot;_replace&quot;).&quot;? http://preview.tinyurl.com/3xwjfg</description>
		<content:encoded><![CDATA[<p>This looks really cool. </p>
<p>Does this still render the &#8220;drill down pages&#8221; of the iphone-versioned app using ajax in the same/similar way that iUI did? </p>
<p>And if so does it still require the &#8220;requests should use render :layout =&gt; false (unless loaded into a new page with target=&#8221;_replace&#8221;).&#8221;? <a href="http://preview.tinyurl.com/3xwjfg" rel="nofollow">http://preview.tinyurl.com/3xwjfg</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.260 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-18 14:32:05 -->
