Is pagination still necessary?
So, I ask you, fellow web professionals: is pagination still necessary? I obviously don't think so, but I'm not a User Experience guy, I'm a user (and also the guy who has to make the UX happen, and make sure your server can deliver the results mentioned above). Tell me what you think. (via)
My answer? Yes
1 Comment Add your comment
Ionut Popa September 22nd, 2008
Yeah, pagination is still necessary, I use it most of the time to avoid scrolling. For example if you have a webapp that scrolls you want to avoid another scrolling area inside it. Double scrolls are nasty.