7 Guide For Pagination

Pagination is now common in web development. If you have a large set of data then you musti show it in pagination instead of showing them all.



This is 7 pagination guide to make great pagination :
1. Provide large clickable areas
2. Don't use underlines
3. Identify the current page
4. Space out page links
5. Provide Previous and Next links
6. Use First and Last links
7. Put First and Last links on the outside










Example of good paginationare :
http://www.google.com
http://veer.com/
http://ok-cancel.com/


Example of bad pagination are :
http://www.designsnack.com/
http://www.flickr.com/photos/factoryjoe/439127861/


References :
http://kurafire.net/log/archive/2007/06/22/pagination-101