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 - fixed error when undeleting a private blog post - Jun 27, 2013
Resolved - Restrict tag and user names - Jul 30, 2013
Resolved - Possible WebMention change - Oct 10, 2013
Resolved - Testing change to regex for hashtags - Jun 27, 2013
Resolved - Change how the code command works - Aug 07, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 29, 2024 - 7:22 p.m. EDT