Creating a dynamic news system
Posted: Wed May 14, 2008 2:56 am
Alright, let's say we have a client that needs to have a dynamic news page on his site that he can edit from a cms-like system and add news articles to it.
The client though needs to keep the previous articles accessible and not delete them.
The problem that will soon or later arise from this, is that the webpage will end up really lengthy as more news are added. Pagination would help right? But what if the client adds so many news that the pages go from 1 to 5000?
So what would be the best and nicer-looking method to do this?
The client though needs to keep the previous articles accessible and not delete them.
The problem that will soon or later arise from this, is that the webpage will end up really lengthy as more news are added. Pagination would help right? But what if the client adds so many news that the pages go from 1 to 5000?
So what would be the best and nicer-looking method to do this?