![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am new to html programming and have a question I hope someone can help me with. I am working on a project to organize a lot of technical information as a series of webpages. This information will ultimately be distributed to users on a cd, and we don't want the users to have to install anything, just bring up a browser and go to town. My problem is that I have read about (and created) a navigation/menu system using html and css. I would like the nav menu to appear at the top of each page, yet have the source code appear in only one file, for ease of maintenece. I read about using server side includes to accomplish this, but will that work given that I need to ultimately distribute this package on a cd without knowing what the user will have installed on their machine (besides a browser)? if it is possible, how would I go about setting it up? If it's not possible, is there some other way to accomplish this? thanks for your help! mn |
#3
| |||
| |||
|
|
and then use a tool like ReplacEm from http://www.orbit.org/replace/ that will let you insert code of your choice between two predefined lines like the ones above, and later will let you replace whatever code might have been between those lines previously with a new version. You can run ReplacEm over a whole hierarchy of nested directories. It provides several ways to save the previous versions in case you need to revert. |
#4
| |||
| |||
|
|
My problem is that I have read about (and created) a navigation/menu system using html and css. I would like the nav menu to appear at the top of each page, yet have the source code appear in only one file, for ease of maintenece. I read about using server side includes to accomplish this, but will that work given that I need to ultimately distribute this package on a cd |
#5
| |||
| |||
|
|
Hello, I am new to html programming and have a question I hope someone can help me with. I am working on a project to organize a lot of technical information as a series of webpages. This information will ultimately be distributed to users on a cd, and we don't want the users to have to install anything, just bring up a browser and go to town. My problem is that I have read about (and created) a navigation/menu system using html and css. I would like the nav menu to appear at the top of each page, yet have the source code appear in only one file, for ease of maintenece. I read about using server side includes to accomplish this, but will that work given that I need to ultimately distribute this package on a cd without knowing what the user will have installed on their machine (besides a browser)? if it is possible, how would I go about setting it up? If it's not possible, is there some other way to accomplish this? thanks for your help! mn |
#6
| |||
| |||
|
|
Harlan Messinger wrote: [...] and then use a tool like ReplacEm from http://www.orbit.org/replace/ that will let you insert code of your choice between two predefined lines like the ones above, and later will let you replace whatever code might have been between those lines previously with a new version. You can run ReplacEm over a whole hierarchy of nested directories. It provides several ways to save the previous versions in case you need to revert. Two things: (1) I meant to mention that ReplacEm is free. (2) The URL I gave is legacy. The up-to-date URL is http://www.fitsoftware.com/. |
#7
| |||
| |||
|
|
Hello, I am new to html programming and have a question I hope someone can help me with. I am working on a project to organize a lot of technical information as a series of webpages. This information will ultimately be distributed to users on a cd, and we don't want the users to have to install anything, just bring up a browser and go to town. My problem is that I have read about (and created) a navigation/menu system using html and css. I would like the nav menu to appear at the top of each page, yet have the source code appear in only one file, for ease of maintenece. I read about using server side includes to accomplish this, but will that work given that I need to ultimately distribute this package on a cd without knowing what the user will have installed on their machine (besides a browser)? if it is possible, how would I go about setting it up? If it's not possible, is there some other way to accomplish this? thanks for your help! mn Google for "server2go". |
#8
| |||
| |||
|
|
Hello, I am new to html programming and have a question I hope someone can help me with. I am working on a project to organize a lot of technical information as a series of webpages. This information will ultimately be distributed to users on a cd, and we don't want the users to have to install anything, just bring up a browser and go to town. My problem is that I have read about (and created) a navigation/menu system using html and css. I would like the nav menu to appear at the top of each page, yet have the source code appear in only one file, for ease of maintenece. I read about using server side includes to accomplish this, but will that work given that I need to ultimately distribute this package on a cd without knowing what the user will have installed on their machine (besides a browser)? if it is possible, how would I go about setting it up? If it's not possible, is there some other way to accomplish this? thanks for your help! mn |
#9
| |||
| |||
|
|
Gazing into my crystal ball I observed junkyard (AT) jaggerdog (DOT) com writing in news:1155048196.704727.211960 (AT) p79g2000cwp (DOT) googlegroups.com: Hello, {?webpage on a CD} mn 1. You could use Server2go <http://www.server2go-web.de/> - a server that can be put on a CD (I haven't tried it but I saw it in a thread here a while back) yes, that's the one. I could NOT find the url when I suggested it |
|
2. Use a preprocessor as others have suggested 3. Use frames - this is one of the few instances where frames might be okay, especially since they can be resized, and the user probably isn't going to be bookmarking. |
![]() |
| Thread Tools | |
| Display Modes | |
| |