Thread: Easier Site Maintenance
Results 1 to 7 of 7
Related
-
forum maintenance Forum: Announcements
Replies: 0 -
Scheduled maintenance Forum: One Stop Domains Forum
Replies: 0 -
Scheduled maintenance Forum: One Stop Domains Forum
Replies: 0 -
Registry Maintenance tomorrow Forum: One Stop Domains Forum
Replies: 0
-
10-17-2002, 01:22 PM #1
Easier Site Maintenance
I am looking for some suggestions. I have a multi-page site: www.geociteis.com/eksoothsayer
I have the same nav. bar on each page. When I need to change the nav. bar, I currently have to go into each page individually and make the change. I figure - There has to be an easier way!
But what is it? Frames? CSS? I am new to HTML, so any suggestions would be appreciated.
-
10-17-2002, 02:51 PM #2
Hi there.
An include of some sort would probably be best.
An include can be done with ASP, PHP, or SSI. All involve changing your pages in some way. So the easiest way may be to use a JavaScript include, however, this will mean that your links will not be indexed by the search engines.
Heres some links for tutorials on includes-
http://www.php.net/include/
http://www.bignosebird.com/ssi.shtml
http://www.iboost.com/build/programming/js/tutorial/876.htmIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
10-17-2002, 05:19 PM #3
Thank you, Dean. I will check out those links.
I haven't even *thought* about search engines yet!
-
10-18-2002, 01:03 PM #4
in case your server does not allow ssi then going with php would be best as the spiders can read that.
NitewingAnn/nitewing
-
11-11-2002, 12:38 AM #5
1) asp or some other scripting language
2) frames
3) include the menubar on each page
-css only affects the presentation of the page, not the data itself. (ie pagecolor, tablewidth etc)
-
11-11-2002, 11:20 PM #6
Thank you, everyone. I am not sure what, if any, languages Geocities allows. I will have to check.
-
11-11-2002, 11:55 PM #7
geocities only allows html and jscript. dunno if it supports SSI, i think most servers have it on as default or something. if it does then u can include the menu on each page u want it to appear, or just use frames.
<!-- #INCLUDE FILE="url/filename.htm" -->
including is the best and easiest, as some people have problems dealing with framesLast edited by Doorknob; 11-12-2002 at 12:03 AM.