Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 264923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:43:34+00:00 2026-05-11T22:43:34+00:00

I’m working on this application that’s sort of like a blog. I’m thinking about

  • 0

I’m working on this application that’s sort of like a blog. I’m thinking about doing a thing where the user can scroll through all their posts using an “endless scroll” functionality like Google Reader has.

Here’s the problem I’m anticipating… if the user clicks on a post to edit it, that will take him/her to a new page. Soon enough they’re going to want to go back to the scrolling view and they’ll probably want to return to the same place they were at when they clicked “edit.”

I imagine they’ll be startled if they don’t see the same collection of posts that was there when they clicked “edit.” They aren’t going to want to go back to the beginning of the scroll-while-progressively-loading-posts process and have to do it all over again.

I had the thought of storing the IDs of the accumulated posts and the scroll position in the session and reconstructing everything when the user returned. But what if they had scrolled through dozens or hundreds of posts before they clicked “edit?” That could be too much data to load in a reasonable amount of time.

Then there’s the idea of using a dialog instead of going to a new page for editing, but that introduces a whole other set of problems. E.g., what’s supposed to happen if the user tries to open the dialog in a new tab?

So maybe this isn’t a great setting for “endless scroll.” Maybe conventional paging is way to go.

Has anyone implemented something like this? Any thoughts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:43:34+00:00Added an answer on May 11, 2026 at 10:43 pm

    Beware: I find ‘endless scroll’ annoying. It messes up the scroll-thumb as an indicator of position, with surprise changes and pauses. At some point it will become unwieldy — the ‘hundreds of posts’ scenario you mention — unless there’s even more complexity (discarding items off the top when you’re deep, offering random access).

    But, consider how Google Reader, the example you cite, deals with the problem: you rarely navigate away from the endless-scroll window. Some per-item operations (tagging) happen inline, but most links open in another window to sidestep the issue entirely. If you go off to change settings, then ‘return to google reader’ your scroll-position returns to the top — so maybe it’s not that big of a deal. (Though notably: when you return, the extent of the list is all the previously-loaded items — not the original just-top-loaded. More on this below.)

    I would consider non-modal in-place editing — the edit box inserts in the scroll area, atop or adjacent to the item being edited.

    Or, if the one key bit of continuity is you want to send people back to view exactly the item they just edited, make sure the ‘return to list’ link includes a pointer to the one place the view should auto-roll-to (for example, in the #fragment anchor).

    Further, if either your code or the browser have effectively cached the hundreds to preceding items (as I noted above Google Reader appears to do), the roll-forward should be instantaneous, with no reloading necessary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I am doing a simple coin flipping experiment for class that involves flipping a
I know there's a lot of other questions out there that deal with this
Does anyone know how can I replace this 2 symbol below from the string
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.