in kinetic displays, scrolling is sliding text, images or video across a monitor or display
0
votes
3answers
119 views
When is horizontal-scrolling ok? [duplicate]
Here's a picture of my site:
Now, ignoring the "erased" stuff, is there any way I can make this interface be reasonable? It will never fit on the screen no matter what I do, even if I go to 2 lines ...
3
votes
2answers
92 views
Should Carousels auto-scroll?
I am redesigning a portfolio site and a suggestion was given that we should use a carousel to show featured works. This would allow us the flexibility to define as many featured works as needed. ...
3
votes
1answer
53 views
Keyboard hiding lower buttons on small Android screens
I have a application (Android) which have scroll activity form. On which there is a button for next screen (lowest of scroll). It's looking fine on large screens of android devices. But keyboard hides ...
5
votes
0answers
107 views
Research on scrolling within modal (web)? pros/cons?
From a web UI perspective, is there any research or defined best practices in regards to scrolling within a modal window? Please provide specific links, studies, etc.
I am of the school that a modal ...
4
votes
1answer
69 views
Effect for smooth scrolling over slider/carousel
What is this effect called?
http://ruudvaneijk.nl/
when you scroll down you see it scrolls a bit over the slider on the top.
I searched the internet for half an hour but could not find how it's ...
4
votes
1answer
123 views
Alternatives to scrolling to display long text? [duplicate]
As you can see on the picture below, my text is displayed within a 'relatively small' DIV. Currently users have the possibility to scroll down within the DIV to read the full text but I don't really ...
4
votes
3answers
108 views
How to hint that there's more beyond what you see in a scroll view?
I'm developing an (iOS) app that mainly consists of a UIScrollView. The view is paged and the scroll bar turned off, so currently there is nothing to indicate to the user that they can scroll down and ...
2
votes
5answers
110 views
How should horizontal scrolling be handled?
In this example, horizontal scrolling is handled with vertical scrolling.
My question is: is this a good practice for handling horizontal scrolling in desktops? Is there a better way or horizontal ...
6
votes
4answers
120 views
Navigating backwards in Miller Columns
I've got a set of Miller Columns on a web application that could be wider than the page width. So this means the first level of the hierarchy might not be visible anymore. What's the most effective ...
3
votes
5answers
122 views
Using scrolling up from pageload to reveal additional content
There are certain sites have a pattern where the page loads, and then if a user scrolls up, additional content is presented. I know that NBCNews.com does this with certain pages, and I've been told ...
1
vote
2answers
96 views
When do you apply a persistent navigation - is there a minimum page length?
We have pages where it is a very long list of products (often using infinite scrolling), which a persistent navigation would be a very useful device.
However, what about shorter pages that are long ...
9
votes
2answers
154 views
What is a name for this “plate” scrolling functionality?
The Google Ventures website at http://www.googleventures.com/ has interesting functionality -- when you scroll down the page, the upper "masthead" stays fixed to the window but is slowly covered up by ...
8
votes
4answers
217 views
Should scrolling in a textbox overflow to scrolling a page?
When entering long sections of text into a textbox in a browser (such as when using gmail or a site like this) we can scroll within that textbox, which is as it should be.
However, the behaviour of ...
0
votes
1answer
116 views
Does Apple recommend a minimum table view height?
I know Apple has certain minimum sizes for things like font no smaller than 13pt. I was wondering if they had a spec (maybe in their HIG) for minimum table view height. I have a design with a short ...
1
vote
3answers
188 views
What are some alternative design patterns I can use in this case?
I'm working on a magazine-style website which has a fluid two-column box centered in the middle of the screen (think of this as the spread of a magazine). The left column contains an image and the ...
3
votes
3answers
136 views
Should scrolling be disabled when there are no items to scroll to?
Assume a horizontal scrollview is being populated with 2 views, leaving 80% of the scroller empty.
Should scrolling be disabled?
Allowing the user to scroll makes the 2 views move without a purpose.
5
votes
1answer
97 views
Scroll in a dialogue overlay (lightbox)
I have been asked to redesign some existing dialogue overlays, which have a lot of options within them. So many in fact, that they're using both vertical tabs and a scrollbar to manage the volume of ...
1
vote
4answers
131 views
Product frontpage content - tab solution versus scrolling [duplicate]
For a payment related project I want to create a product page.
Example: Paymill.com uses a combination of tabs and scrollable content on their front page.
Question:
Is it better to have an only tab ...
3
votes
2answers
161 views
How to effectively paginate many objects
We used to have a table interface which showed 1-10 on load and had the pages listed all the way from 2, 3, 4, ... n.
We would like to re-design this interface to support scrolling of objects much ...
2
votes
2answers
137 views
Drag-scroll (iOS-like flicker) and text selection
I am thinking of adding drag-scroll function for a mouse (aka iOS-like flicker) on a textarea by using some jQuery library, where I also want to allow selection of the text with mouse drag. As they ...
13
votes
6answers
464 views
Why are nested elements scrolled to the opposite direction?
My question is about scrolling conventions, and spatial scroll conventions in general (even here it's only horizontal, but same applies for vertical scrolling).
Looking at the below mockup, why is it ...
1
vote
3answers
115 views
Scrolling inside overlay or on the whole page
I have this web-app that has mostly web pages with search results (such as google is), so there's scrolling normally. But I have this scenario that you can open an overlay that shows additional ...
6
votes
5answers
207 views
Is there any good reason why I shouldn't make some mobile app parts sticky?
What are the downsides of making that part with column-chart sticky (Always positioned to the top even when bottom part is scrolled down)?
Haven't met that kind of solution in any mobile app before. ...
0
votes
2answers
184 views
Pagination vs Scroll in is iOS apps (ecommerce) [duplicate]
Do you have any detailed study on expected navigation patterns in iOS applications, especially in ecommerce apps?
We are designing a photo shoot & order application and I would like to get to ...
6
votes
1answer
170 views
minimalistic top navigation + huge footer = winning combination?
Ive seen a lot of very successful sites of big companies like mailchimp and others with minimalistic top navigations consisting of 3-5 buttons, but big footers where detailed navigation is located.
...
3
votes
2answers
147 views
Touchscreen: Select small zones from a huge scrollable image
My app lets the user take a picture of a sheet of paper, then select a block of 2-3 words, then another block.
The user must be able to clearly read the (potentially tiny) written words, so she will ...
0
votes
3answers
156 views
What are advantages and disadvantages of MagicScroll?
Richard Wallis proposed a new way of scrolling called MagicScroll. What are the advantages and disadvantages of this method?
4
votes
3answers
251 views
Mouse scroll wheel should target focus or hover?
I've noticed an inconsistency with controls responding to scroll input. Different OSs (and even different programs within the same OS) behave differently.
Here's the scenario:-
Imagine you have two ...
4
votes
7answers
360 views
Would adding horizontal scrolling to Facebook profiles be a good idea?
I saw these designs by Fred Nerby. He proposed adding horizontal scrolling to Facebook profiles. Is this good UI?
6
votes
10answers
1k views
Why do webpages scroll vertically instead of horizontally?
It is a common convention that webpages scroll up and down instead of right to left, but all printed material that's not written on rolls of toilet paper 'scrolls' horizontally. Why did the web break ...
2
votes
2answers
81 views
Is it good for user to auto-hide scroll?
The scroll bar is hidden on MacBook if the user doesn't move the mouse for some time.
This pattern is also used in other devices too, for example Android devices.
The scroll bar does not take much ...
4
votes
4answers
126 views
Forcing the user to view the entire disclosure before continuing on a kiosk
For a KIOSK application, the user is required to view the entire disclosure before they are allowed to continue. This is a legal requirement, the legal team also turned down an 'I agree' checkbox. We ...
3
votes
1answer
352 views
Should I use dynamic fast scroll on an Android application?
I'm developing an app on the Android platform and the main UI component used is a ListView. Now, in my case, this ListView may contain a huge amount of items (depending on the user) so with that in ...
22
votes
6answers
739 views
Are increase and decrease arrows redundant on scrollbars?
Surely these days users are either using touch devices to scroll with gestures or are dragging the thumb of the scrollbar or clicking inside the track. Would it be a bad idea to remove the arrow ...
5
votes
5answers
855 views
Have the attitude changed the last ten years on horizontal scrolling on web sites?
Often cited usability guru Jakob Nielsen wrote the article “Top Ten Web-Design Mistakes in 2002” and placed on no 3 Horizontal Scrolling as a Web Design mistake with the motivation:
Users hate ...
6
votes
6answers
205 views
“Back to Top” alternate wording?
Seems that a "Back to Top" button is helpful and useful — especially for mobile sites.
However, on websites that want to come across as "classy", it may sound a little primitive.
Personally, I ...
5
votes
5answers
184 views
How to handle history events from scolling and other in-page events
On a website that has several sections and subsections on one page, I was thinking about implementing scrolling to a new section as a new browser history event. The main reasoning for doing so is to ...
3
votes
2answers
185 views
Name of this semi ubiquitous pattern in Google Now search field?
With Android JellyBean, Google introduced Google Now, which is a fantastic addition in itself as far as I'm concerned.
One interesting feature usability wise, something that dmh pointed out in a ...
2
votes
2answers
145 views
Native-style scrolling on mobile devices
What does native scrolling refer to on mobile platforms and tablets ? Does it refer to the inertia feel of a scrolling list ? The ability to pull down the list for refresh ? Or both. I'm having a hard ...
4
votes
4answers
897 views
What are the pros and cons of mixing horizontal scrolling with vertical scrolling?
I'm working on a new site for a company. We are working on a new concept for them, using horizontal and vertical scrolling. We know that the users that interact with the sites are advanced users so a ...
0
votes
1answer
111 views
Heatmap vs Scrollmap
I have run a small test (1,000 views, ~650 clicks) for a homepage of a site using CrazyEgg.
Of all the clicked areas, the "2" and "Next" from the only pagination buttons right at the bottom of the ...
10
votes
3answers
690 views
Best practices for scrolling and navigation on touch interfaces: horizontal vs vertical
It's well known that on traditional (mouse/keyboard) interfaces horizontal scrolling goes against user expectations, however in touch devices the matter is not so clear.
Are there any best practices, ...
3
votes
6answers
354 views
Is scrolling acceptable in dashboard design?
I am designing a Business dashboard (Financial Product). All info is reachable in a single scroll and primary insights are visible without scroll.
As some information below the fold the customer ...
0
votes
1answer
62 views
scrolling gantt experience
I've got a webpage with a fairly small window containing a Gantt chart timeline. As to not completely overload the user with all the items in the Gantt, it only shows the four items most relevant to ...
2
votes
2answers
268 views
Horizontal scrolling of a small area on a desktop website
It seems that a new design patterns is becoming more popular in mobile apps. If you look at the latest release of the App Store they use a horizontal swipe pattern in order to navigate through various ...
4
votes
2answers
100 views
Iphone app test scrolling
I’m designing a test for an iphone and android app.
The test consists of 10 questions. Each question has 3 answers, A,B and C. The length of the question and the answers are variable and pulled ...
4
votes
2answers
69 views
Research on continuously animating list panel content
I am trying to find evidence for or against automatically scrolling (animating) panel content. Please open this Axure prototype to see exactly what I am talking about.
http://share.axure.com/5287A1
...
5
votes
2answers
882 views
How to indicate container is scrollable without scroll bars
In Android I'm trying to work out a way to indicate to the user that a container can be scrolled. I'm not a fan of scroll bars and usually turn them off for all containers but would enable the fading ...
5
votes
2answers
209 views
Floating submit/cancel buttons
I have a form in the system I am currently working on which loads in a dialogue window within the system. The form is about 3 times the length of the window it shows in, which obviously scrolls.
I ...
1
vote
1answer
167 views
What control flow can replace vertical (or horizontal) scrolling lists?
Assume a list (timeline) like you have in a mobile app like Path, Google+ or Facebook. The list is heterogeneous, the list items may be
photos
links (expanded snippets)
texts (status updates)
and ...




