How to easily navigate in my online comic website?
January 21, 2006 10:34 PM
Subscribe
Website Content Management Q: I'm setting up a website for my online comic and have no idea what script is needed (or possible) to automate the "previous" and "next" navigation buttons to show a strip to my visitors on a page they haven't yet visited. Make sense?
Also, are there any easy to install scripts that automatically update my site by posting today's strip that I have previously uploaded (so I don't have to upload or change code every single day)???
posted by catcatwomanman to computers & internet (7 comments total)
Using the same mechanism will give you next/previous buttons - the script has all the strip names/dates in an array and should generate a link to the strips that are one either side of the strip currently displayed.
You'll probably want to divide the strips into a directory per year or so, depending on how rapidly you're publishing them; big (>300 entries) directories are slow to access on most filesystems.
For an example of this type of thing, see how I organise some of my photos. See the parameter in the URL? If you have questions, feel free to email me at the address on my website.
posted by polyglot at 10:50 PM on January 21, 2006