|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Jan 2002
Location: Tokyo, Japan
Posts: 93
|
am i on the right track?
i want to build a site that will be easy to update and have no need for creating separate html files.
would i use something like this? this is the pseudo code i wrote: pseudo code ------------------------ main: header(file, script_name, file); body(css_name, design_type, info_source); ------------------------ header: title(file); call_scripts(script_name, language); ------------------------ title: stringsearch("title=", file); ------------------------ stringsearch: //search file for "title=" return title; ------------------------- call_scripts: write.in " -------------------------- body: css_set(css_name); layout(design_type, info_source); ------------------------ css_set: //implement css here ------------------------ layout: //implement layout here //include file info where is set for that particular layout ------------------------ |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|