Advice needed for data sorting and filtering
I am working on a fan site for the Donkey Kong Country TV show, and am creating a pictorial list of items, events and places which appear in the show. I have the visual layout complete, and am happy with it for now. Here is a pic which links to it:
http://homepages.ihug.com.au/~huffbill/bananica.jpg (http://kongovalley.50webs.com/html/bananica/index.html)
This 'encyclopedia' project of mine is basically a series of entries which each have a name, image, description, category and which episode they are from. What I'm hoping to do is have links/buttons available to allow users to sort these entries based on their various properties (by name, alphabetically, by order of appearance in the show, etc), and also to show only ones with certain properties (such as only showing items of a certain type, from a certain episode, etc). Download.com features pretty much exactly the sorting and filtering functions I'm looking for. Example image/link:
http://homepages.ihug.com.au/~huffbill/downloadcom.jpg (http://www.download.com/3101-2184-0-1.html?tag=pop)
Is there a good way for me to implement this functionality? Currently I'm just handcrafting this page in Notepad/HTML. Do I need to set up a server-side database system, or is there software available for me to enter the data into which will pre-sort and/or pre-filter it, and export formatted HTML pages for me to then create links for and upload?
Any advise is very much appreciated, and I hope I made sense... :SICK:
-Karri
Edit: After some exhaustive trawling through Google, I turned up a technique which maybe a good solution for my needs. Tabular Data Control (TDC) appears to do just what I was hoping for. If anyone is interested, this is where I found a very helpful tutorial on TDC - http://www.javascriptkit.com/javatutors/tdc.shtml
Hopefully this will work well, but if anyone has a better/alternative suggestion, I'm all ears! Thanks.
:)

