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 - Enforce user name spaces - Jul 23, 2013
Resolved - Fix YouTube embed code - Sep 05, 2013
Resolved - Fix backlinks not working issue - Aug 26, 2013
Resolved - Add keyboard shortcuts to split-screen typing mode - Mar 28, 2014
Resolved - Fix display of extended ascii characters when editing in splitscreen mode - Aug 21, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Feb 21, 2025 - 1:18 p.m. EST