• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Managing stories in a website

 
Ranch Hand
Posts: 195
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am developing a website that has a news article on the front page. Usually it would contain a few lines of the story and have a [More...] link to link to the fulls story.

If I get a new story coming in that replaces the original story, I would like to take only a couple lines from the original story and put it on the right sidebar, with a [More...] link where they can get the full story. After a while, that story would roll off, but the user would be able to get back to the story by looking at a history of previously posted stories. It is a pretty common thing I think.

What is the best way to manage that such that I don't have to duplicate typing in the few lines when it is on the front page, the couple of lines on the sidebar, and the full story? Do people use some sort of content management system?

Thanks for the insight
Brian
[ March 23, 2006: Message edited by: Brian Nice ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since you posted this in the HTML forum, are we correct in assuming that you are writing these as static HTML pages? If so, there's litte that a content management system could do for you since they are geared towards active technologies such as JSP or PHP.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic