The Paging Navigation System
Paging navigation system might be new concept for some developers. Not many websites out there really uses that method… through thousands of website I browsed, I have only seen that method being used maybe twice. One of those websites is DZone.com.
Paging navigation is good on some situations. Like DZone.com, it is good on browsing a long list of data and maybe for viewing topics and articles but not always. If the page is so long and/or has lots of multimedia components it could slow front-end machines because it will consume resources. An article by Pete Forde talks about the paging system and how to implement it.
Categories: General Web Development