homepage programming frames

Raven

New member
hi.

im going to make a homepage in a dictionary style and need some help before my head explodes.

it will have 3 frames, one frame on the top containing the alphabet and every letter is supposed to be a link to the words starting with the same letter on the left frame.

when clicking on the words in the left frame the explanation of the word will come up in the main frame.

have not been able to even found out how i should start so wonder if some nice fellow in here perhaps have some time over to make the basics of it ?

would make it much easier and should not be a problem for me to continue from their when i can see how it looks and works.

Regards

Raven
 
Hi Raven,

Dreamweaver is a pretty good program for creating websites with frames. The thing is, this project could either be very easy or very hard depending on how you want to do it.

You could either:

A) Have a file for every word in the alphabet that you want to include. Depending on how many words you are adding, this could either be very easy or a right PITA.

B) Have all your words in a database, and use php+frames to bring up the words for the user. This would be MUCH harder to create, but then tasks such as adding/editing of words would be a LOT easier.
 
Back
Top