As I said, this web site was just a way to play with xhtml,php, css, and javascript(oh yeah you'll also find here my first AJAX request! see page 2), I've tried to make something easy to maintain:
On the next page, you can browse the tree to see the different files used here (php, css and javascript files, as well as some images).
As you can see, the menu items are automatically generated with the content directory:
- Adding a new file.php will result in a new item appearing in the menu
- Adding a new directory (let say "this_web_site"), will also result in a new item
if you create a new directory and name the files inside like 1.php, 2.php (and so on), a navigation bar will be automaticaly generated (something like: "prev 1 2 3 next").
It is still possible to access any other files in this directory, it would be just a little less convenient to navigate through.
I've also tried to make these pages standart compliants(xhtml-strict, css2, and javascript), and this means IE might do some weird things(especially when it comes to css and javascript stuffs). if you find an anormal bahaviour with a browser that is not IE, then please let me know!