1 min

Resolved - Remember which page last visited after leaving site

implemented on 22jul2013

Idea from page 31 in Jef Raskin's book: The Humane Interface.

After re-launching the browser, display the page that was viewed last on the previous visit.

Will need to store this cookie info. nope. not now, anway.

But this applies to the same device. Accessing the site the next time on a different device will incite different behavior.

Will require setting another cookie, unless the information is stored in database table, so that the last page will be accessed regardless of device, but this applies only when the user logs in.

update 22jul2013: chose to make it work only for logged-in users. added a new column to the users table. each time a blog post is viewed, this new column is updated with the id of the current blog post being viewed. the next time the user logs in or if saved login, the next time the user accesses the home page, the last blog post viewed will be displayed. a new cookie called "current" is set too to make this work.

To make this work whether logged in or not, it would have to rely on the cookie.

#junco
#resolved

From JR's : articles
194 words - 1085 chars - 1 min read
created on
updated on
import date 2013-08-12 21:51:05 - #
source - versions

Related articles
Resolved - Kestrel code stats - Aug 20, 2013
Completed - Commit to github - 7Oct2013 - Oct 08, 2013
Resolved - Fix problem with account access after changing password - Jul 02, 2013
Resolved - Add edit link at top of article - Sep 01, 2013
Resolved - Enhance the split screen posting mode - Aug 21, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 17, 2024 - 11:45 a.m. EDT