Earlier quoted context omitted.
Maybe I'm just getting old but I find any fixed elements on a scrolling page distracting. My brain expects the whole page to move when scrolling yet my eyes are drawn to this bit that is stuck in place. Also these fixed elements tend to be horizontal bars across the top or bottom of the page, reducing my reading area. That also sucks, especially since all laptop manufacturers decided we all should have super-widescre…
I bet you hated framesets on the web when they were around.
Scrolling: it’s really OK to have some white space at the bottom of the window
31–40 of 57 posts
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#32Earlier quoted context omitted.
I never have this problem because I scroll continuously with the touchpad. Before I had access to a touchpad, I scrolled continuously with the mouse wheel.
I think it may be a mac thing, since I've never seen a mac with a scroll wheel (although I'm sure they exist).
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#33I always find it amazing how often we (Techies) think that problems we have are real problems. Is there some data, analytics from a well traveled site, that can tell us what percentage of users tend to use spacebar to scroll a web page... or use page up / down? My gut tells me it won't be a big number. If I'm right than this is only a problem for power users, who make up a small percentage of potential users / custom…
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#34Earlier quoted context omitted.
I bet you hated framesets on the web when they were around.
Weren't frames pretty universally hated?
The static positioned content we get with CSS and JS hacks I've seen to replicate it a start but not always correct on it's own.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#35I always find it amazing how often we (Techies) think that problems we have are real problems. Is there some data, analytics from a well traveled site, that can tell us what percentage of users tend to use spacebar to scroll a web page... or use page up / down? My gut tells me it won't be a big number. If I'm right than this is only a problem for power users, who make up a small percentage of potential users / custom…
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#36I always find it amazing how often we (Techies) think that problems we have are real problems. Is there some data, analytics from a well traveled site, that can tell us what percentage of users tend to use spacebar to scroll a web page... or use page up / down? My gut tells me it won't be a big number. If I'm right than this is only a problem for power users, who make up a small percentage of potential users / custom…
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#37I've had a similar gripe with scrolling, although I encountered with text editors instead of browsers. Having used Sublime Text for a while (which does what the article suggests and shows you as much white space as is needed to keep the display consistent), it is really jarring using many of the other editors which refuse to do this, especially as I often tend to write new code at the bottom of the page. Being forced…
> Having used Sublime Text for a while (which does what the article suggests and shows you as much white space as is needed to keep the display consistent) Really? Was there some sort of option you turned on? I'm a happy ST2 user (bought my license a couple weeks ago), but that's been one issue I've had lately. I can't seem to scroll past the bottom of the page. For now I've just been typing with my cursor at the bot…
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#38I always find it amazing how often we (Techies) think that problems we have are real problems. Is there some data, analytics from a well traveled site, that can tell us what percentage of users tend to use spacebar to scroll a web page... or use page up / down? My gut tells me it won't be a big number. If I'm right than this is only a problem for power users, who make up a small percentage of potential users / custom…
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#39I always find it amazing how often we (Techies) think that problems we have are real problems. Is there some data, analytics from a well traveled site, that can tell us what percentage of users tend to use spacebar to scroll a web page... or use page up / down? My gut tells me it won't be a big number. If I'm right than this is only a problem for power users, who make up a small percentage of potential users / custom…
(edit: I'm actually having that problem just right now in the Xcode documentation… which is pretty much a browser)
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#40From the comments: This problem has been around forever, but there is a new problem that makes scrolling even worse than before. Sites which have headers or footers that have a fixed position with respect to the browser viewport completely break scrolling because when you scroll, neither the red nor the green line are visible. The green line is under the navigation junk at the top of the page.
Incidentally, I notice that almost none of the sites worth reading have such features.