Monday 8 September 2008

update articles in the tutors guide area dynamically

I'm currently making it possible to update the articles in the tutors guide area dynamically, and all the links to other articles update, without the need to manually update them.

1) I will keep the first page static and html so I don’t loose any inbound links
2) The rest will be converted to php files, but will remain as 301 redirect just in case anything points to them
3) I wish to put all files in the local directly in to a 2D array containing: path (name), and time modified, sort by time, then display each as a link.

No comments: