Forum Moderators: open
They are shown as a list of links to those specific threads, with the thread titles as the anchor text.
I'd like to use a similar system on my website, but I can't work out how they do it! If you look at the source code, it just shows regular HTML links to the threads, and the thread titles written in normal text. Yet whenever the threads change, it automatically updates on the home page too.
Does anyone know how this is done?
[edited by: BlobFisk at 10:58 am (utc) on April 6, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]
If you look at WebmasterWorld all the threads here are flat HTML files too! This is achieved at the back end by a CGI script creating a thread (from a template) with the new posts. An index can be built and new posts can be shown based on their timestamps.
The advantage of using flat HTML is speed and easy spiderable pages and sticky URIs...
HTH