Navigation
- Started
- Last post
- 15 Responses
- waynepixel
Q: What is the best way the control or build a navigation systerm, which is for a non-dynamic driven websites, and has about 20-30 main pages.
I have worked with large websites before, but for the most part I designed the front-end and then past it onto the developers hue would then get it working dynamically.
- tny0
to frame or not to frame...
- Jnr_Madison0
Include pages are your friend.
- waynepixel0
I really do not want to use frames.
- atomica0
Yup I'd definitely do SSI's.
- Jnr_Madison0
Like I said
- eficks0
Will the server support SSI (server side includes)? If so you can do includes for just the navigation html into each html page.
- waynepixel0
Well this is the problem. The client can not afford to pay for front-end and a back-end dynamically driven website.
And i have no experience with building dynamically driven website myself.
- Jnr_Madison0
Eh? Did you read my link? You can set up an include file with one line of code. As long as the server supports it, it's easy.
- mijlee0
Most servers can work with SSI these days and you don't need any knowledge of backend. It's a breeze :)
- tny0
ssi sounds like a great solution
- waynepixel0
Are sorry Jnr_Madison I missed that link.
Thanks mate.
- Jnr_Madison0
There's some easy tut's here...
- waynepixel0
"ssi" it is then. Looks like I have homework too do.
Thanks all.
- Jnr_Madison0
It'll take less than 10mins to get your head round it.
- waynepixel0
The way I am filling today 10-hours.