Link to home
Start Free TrialLog in
Avatar of Calron
Calron

asked on

Is there a way to automate menu creation like Frontpage?

I am converting a webpage that was originally developed using Frontpage to DreamWeaver.

The whole thing is a CD site where cds are added all the time. The place where I am stuck is the lyrics page. The setup there is one main page for the listing of all the songs contained on the cd. Then each separate song has his own html page.
This whole thing has to be setup without using a db. Now when using Frontpage it was possible to set up the links in a separate page where all I did was define the hierarchy of the pages. The menus where then created automatically. These menus include one menu for the main page containing links to each song page. Then each song page has a link to all other songs and back to the main page.

I have set up templates for the sub pages and the main page. My problem is the creation of these menus linking these pages together. Does DreamWeaver supply a way similar to frontpage taht automatically sets up these menus? I have to set up some way to make this setting up of the menus easier, as the people adding these lyrics pages to the site are not well versed in html so I can't ask them to set up these menus themselves.
Avatar of klykken
klykken

Calron,
Dreamweaver has no means of doind this dynamically from within DW itself. Like you mention, you could do this by using a server side language like PHP.

-klykken
Avatar of Calron

ASKER

Would there be a way to write an extension for Dreamweaver that would do this?

I am alright in programming, but have no idea of the extension mechanism, but the way to go would probably be to have a file selection dialog to allow the selecting of the main file and the subfiles. Then the script could generate the menu and insert it into the files.

Is such a thing possible?
ASKER CERTIFIED SOLUTION
Avatar of klykken
klykken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Calron

ASKER

I'll go through php then. I have done a few things with php, so that will be the way to go for me then.

Thanks for your help
I think that definately would be the best way to go. I have just a little experience making a couple data-driven websites, and it works great (with my minimal knowledge).

Let me know if I can be of greater help with something else!

-klykken