<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Death of the Back Button</title>
	<link>http://www.thephpgrind.net/2008/06/04/death-of-the-back-button/</link>
	<description>PHP News and Articles</description>
	<pubDate>Fri, 21 Nov 2008 08:37:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: gcornelisse</title>
		<link>http://www.thephpgrind.net/2008/06/04/death-of-the-back-button/#comment-342</link>
		<pubDate>Fri, 20 Jun 2008 16:40:20 +0000</pubDate>
		<guid>http://www.thephpgrind.net/2008/06/04/death-of-the-back-button/#comment-342</guid>
					<description>I'll take a look.  I'd be interested in seeing if it can handle application level history.  It isn't so much that the Back button doesn't work.  Its more so that the Back button sends you back farther than you expected.  This happen because you're basically running a mini-application on one *page*.  For instance a feed reader or email client.  I click to read a couple messages, and expect the Back button to let me navigate back through the messages I clicked and read.  The reality is that I never actually left the page.  Everything happened in the browser without changing the URL.  Therefore, the Back button was useless in this scenario.  A scenario that happens more often now that we use more JS UI tools and load our data with AJAX calls.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll take a look.  I&#8217;d be interested in seeing if it can handle application level history.  It isn&#8217;t so much that the Back button doesn&#8217;t work.  Its more so that the Back button sends you back farther than you expected.  This happen because you&#8217;re basically running a mini-application on one *page*.  For instance a feed reader or email client.  I click to read a couple messages, and expect the Back button to let me navigate back through the messages I clicked and read.  The reality is that I never actually left the page.  Everything happened in the browser without changing the URL.  Therefore, the Back button was useless in this scenario.  A scenario that happens more often now that we use more JS UI tools and load our data with AJAX calls.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kevinkevin</title>
		<link>http://www.thephpgrind.net/2008/06/04/death-of-the-back-button/#comment-341</link>
		<pubDate>Fri, 20 Jun 2008 16:12:32 +0000</pubDate>
		<guid>http://www.thephpgrind.net/2008/06/04/death-of-the-back-button/#comment-341</guid>
					<description>Hey saw this and had a thought for you - lucky you right...

I occasionally use YUI for some js tasks and on thing I noticed they had which *may* assist you is the history manager. I believe they use it in conjucntion with the client side pagination. This history manager seems to allow you to access the back button.

maybe that is a place to look for a solution??</description>
		<content:encoded><![CDATA[<p>Hey saw this and had a thought for you - lucky you right&#8230;</p>
<p>I occasionally use YUI for some js tasks and on thing I noticed they had which *may* assist you is the history manager. I believe they use it in conjucntion with the client side pagination. This history manager seems to allow you to access the back button.</p>
<p>maybe that is a place to look for a solution??
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
