<?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: jQuery Form and jQuery UI Tabs: Two great tastes that taste great together</title>
	<atom:link href="http://pathfindersoftware.com/2008/03/jquery-form-and/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathfindersoftware.com/2008/03/jquery-form-and/</link>
	<description>The Fastest Way to Launch Successful Software</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JamesDutt</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7775</link>
		<dc:creator>JamesDutt</dc:creator>
		<pubDate>Wed, 22 Apr 2009 09:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7775</guid>
		<description>Lets say I am on tab3 and i am reloading the page. In my case I am back on tab1. How to make sure tab is selected when the page is reloaded?</description>
		<content:encoded><![CDATA[<p>Lets say I am on tab3 and i am reloading the page. In my case I am back on tab1. How to make sure tab is selected when the page is reloaded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicky Biswas</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7774</link>
		<dc:creator>Vicky Biswas</dc:creator>
		<pubDate>Thu, 23 Oct 2008 12:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7774</guid>
		<description>You may try a plugin called baby steps which does what you require but in an easier manner</description>
		<content:encoded><![CDATA[<p>You may try a plugin called baby steps which does what you require but in an easier manner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devich &#187; Blog Archive &#187; Radio button control</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7773</link>
		<dc:creator>Devich &#187; Blog Archive &#187; Radio button control</dc:creator>
		<pubDate>Fri, 25 Jul 2008 03:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7773</guid>
		<description>[...] jQuery Form and jQuery UI Tabs: Two great tastes that taste great together [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery Form and jQuery UI Tabs: Two great tastes that taste great together [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teeest</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7772</link>
		<dc:creator>teeest</dc:creator>
		<pubDate>Tue, 22 Apr 2008 19:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7772</guid>
		<description>&lt;p&gt;sry its a teest&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>sry its a teest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dillard</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7771</link>
		<dc:creator>Brian Dillard</dc:creator>
		<pubDate>Fri, 18 Apr 2008 17:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7771</guid>
		<description>&lt;p&gt;@EdT: Because modern browsers only cache form values across a session for form fields that are part of the DOM before window.onload fires, form values caching is an issue with an Ajax application. In my demo, we only load each tab&#039;s contents once; on subsequent visits to that tab, we just display the existing tab. But in the real world, you would probably reload each tab from the server each time you hit it, and you would use server-side processes to persist the data where possible (that is, where changes to your answers in an earlier step in the process don&#039;t make that problemmatic - e.g. going back to the shipping step and unchecking the &quot;use this as my billing address&quot; boxs).&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@EdT: Because modern browsers only cache form values across a session for form fields that are part of the DOM before window.onload fires, form values caching is an issue with an Ajax application. In my demo, we only load each tab&#8217;s contents once; on subsequent visits to that tab, we just display the existing tab. But in the real world, you would probably reload each tab from the server each time you hit it, and you would use server-side processes to persist the data where possible (that is, where changes to your answers in an earlier step in the process don&#8217;t make that problemmatic &#8211; e.g. going back to the shipping step and unchecking the &#8220;use this as my billing address&#8221; boxs).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EdT</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7770</link>
		<dc:creator>EdT</dc:creator>
		<pubDate>Fri, 18 Apr 2008 15:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7770</guid>
		<description>&lt;p&gt;This is great!  Thank you!  You mention the following, &quot;users could jump back in the process to re-submit one of the earlier forms but couldn&#039;t jump forward to fill out forms out of order.&quot;  Is it possible to retain all the steps&#039; inputted data if, lets say, I&#039;m on step 5 and skip back to step 1 (Step 1-4 would still be populated with what I inputted)?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This is great!  Thank you!  You mention the following, &#8220;users could jump back in the process to re-submit one of the earlier forms but couldn&#8217;t jump forward to fill out forms out of order.&#8221;  Is it possible to retain all the steps&#8217; inputted data if, lets say, I&#8217;m on step 5 and skip back to step 1 (Step 1-4 would still be populated with what I inputted)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dillard</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7769</link>
		<dc:creator>Brian Dillard</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7769</guid>
		<description>&lt;p&gt;@kenman: I should have mentioned that! As with all my tutorials for IBM, I can only cover a few topics in the space allotted. I&#039;m pitching additional topics to IBM and hope to do an additional piece on Ajax history management. I definitely plan to check out jQuery&#039;s history management options, though any published piece will probably focus more on Really Simple History, the Ajax history plugin that I help maintain.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@kenman: I should have mentioned that! As with all my tutorials for IBM, I can only cover a few topics in the space allotted. I&#8217;m pitching additional topics to IBM and hope to do an additional piece on Ajax history management. I definitely plan to check out jQuery&#8217;s history management options, though any published piece will probably focus more on Really Simple History, the Ajax history plugin that I help maintain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenman</title>
		<link>http://pathfindersoftware.com/2008/03/jquery-form-and/#comment-7768</link>
		<dc:creator>kenman</dc:creator>
		<pubDate>Thu, 27 Mar 2008 01:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=45#comment-7768</guid>
		<description>&lt;p&gt;That&#039;s a nice form setup you have going. I know its still in the design phase but I&#039;d like to suggest incorporating the jQuery remoting plugin, so that the user&#039;s back button isn&#039;t broken. I hit it half-way through the form, and it brought me back to this page (and of course lost all of my information), when all I wanted to do was go back to the previous tab.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>That&#8217;s a nice form setup you have going. I know its still in the design phase but I&#8217;d like to suggest incorporating the jQuery remoting plugin, so that the user&#8217;s back button isn&#8217;t broken. I hit it half-way through the form, and it brought me back to this page (and of course lost all of my information), when all I wanted to do was go back to the previous tab.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (User agent is rejected)
Page Caching using memcached (User agent is rejected)

Served from: pathfindersoftware.com @ 2012-02-09 16:42:50 -->
