Frames and Table based design
Posted: Wed Mar 31, 2004 4:37 am
Hello,
My page run a long time with a frame based design. The searchengines dont like this because they act like a textbrowser (i think so).
Now i'm still redesigning my page into a Table based design.
My Questions are:
1 How do you solve the basic problem to give the information to the next page what should be showed?
The way i think isn't bad is with url append like ?show=news
additional variables (flow control) could be easily added to the url append with ...&var=bla
2. How do you put all content into the basic Layout?
Some people suggested to use SSI to include the files.
I think its better to include the files with include(), because the content is dynamic (menu, news and all other files)
I dont use Templates, but im tinking about if i should...
3. How is your solution for this problem? Or whitch solution do you prefer and why?
greez Pozor
PS: i hope i choosed the right forum
My page run a long time with a frame based design. The searchengines dont like this because they act like a textbrowser (i think so).
Now i'm still redesigning my page into a Table based design.
My Questions are:
1 How do you solve the basic problem to give the information to the next page what should be showed?
The way i think isn't bad is with url append like ?show=news
additional variables (flow control) could be easily added to the url append with ...&var=bla
2. How do you put all content into the basic Layout?
Some people suggested to use SSI to include the files.
I think its better to include the files with include(), because the content is dynamic (menu, news and all other files)
I dont use Templates, but im tinking about if i should...
3. How is your solution for this problem? Or whitch solution do you prefer and why?
greez Pozor
PS: i hope i choosed the right forum