Permanent Website Navigation

This is a discussion on "Permanent Website Navigation" within the Web Page Design section. This forum, and the thread "Permanent Website Navigation are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 8th, 2005, 16:03
New Member
Join Date: Apr 2005
Location: Florida
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Permanent Website Navigation

I have a new website project that is going to very lengthy. I need to figure out how to design a navigation that has like a master page, I mean some how designed that all I have to do to add a link or sub-menu is to change it in a Master page, so that I don't have to go to each html page and make the change? Please tell me this is possible?
-Nicole

  #2 (permalink)  
Old Apr 8th, 2005, 18:16
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
its possible using server-side scripting languages like ASP and PHP, but not easy with HTML or XHTML, unless you do it using Javascript, and that in itself is not recommended because not all users have javascript enabled within their browsers, and that means they would not be able to navigate your site.

It could be done using inline frames or ordinary frames but that isnt recommended either because not all browsers support/display frames in the same way
  #3 (permalink)  
Old Apr 8th, 2005, 18:21
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,953
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
I beg to differ....

Lots of hosts support server side includes and it is not only limited to ASP, PHP etc...

You can do SSI with normal HTML documents by giving them the SHTM extension.

Many hosts support this, but as always, check with your first.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #4 (permalink)  
Old Apr 8th, 2005, 19:33
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Yep, SSI is probably your answer and it's very easy to use.

There's many examples on the web, here's one: http://www.vortex-webdesign.com/help/intro_ssi.htm
  #5 (permalink)  
Old Apr 9th, 2005, 18:38
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
i stand corrected!
  #6 (permalink)  
Old Apr 10th, 2005, 03:38
Reputable Member
Join Date: Sep 2004
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Yeah SSI is always there when you need it. I have a question that goes along with this (in a wierd sort of way). If you put your links on a seperate page then use a language to take them off of that page and create links willl google still spider the links? For example if you had a text file and you just put the text of the links would the links still work like a regular link? I figured it would but I am not very knowledgable with this sort of thing.
  #7 (permalink)  
Old Apr 10th, 2005, 07:50
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,953
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Can you explain a little better?

Psuedo code perhaps?
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #8 (permalink)  
Old Apr 10th, 2005, 14:46
New Member
Join Date: Apr 2005
Location: Florida
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
SSI...ok

I was looking into PHP but I think that is still a bit advaced for me. I will definetely check into SSI. Thanks! :D
  #9 (permalink)  
Old Apr 11th, 2005, 00:44
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
John,

When you include the contents of one file in another the spiders see the final file in the same way as the browser does. It's not aware that the final file was built out of parts.
  #10 (permalink)  
Old Apr 11th, 2005, 00:49
Reputable Member
Join Date: Sep 2004
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Alright, cool. Thanks again Cat. Oh Rob, I think you read too much into it, I was just looking for that. haha, I am still not advanced enough yet to have such advanced questions .
  #11 (permalink)  
Old Apr 13th, 2005, 20:27
Junior Member
Join Date: Apr 2005
Location: Canada
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
The following code uses SSI

Code: Select all
<html>
<body>






blah, blah, blah

</body>
</html>
In the navbar file, just include the part of html that contains the navbar. It's like you just cut the navbar code out of the main page, stuck in navbar.htm and then inserted it in any file you want.

Works really slick.

Hope that helps.
  #12 (permalink)  
Old Apr 15th, 2005, 06:51
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
To clarify kpm547's sample: You generally have to name the page using SSI with a .shtml or .shtm extension so the web server knows to process it for SSI directives (or .asp if you using ASP). The included files can have any extension (.htm .html .txt .asp etc) though.
  #13 (permalink)  
Old Apr 15th, 2005, 14:27
Junior Member
Join Date: Apr 2005
Location: Canada
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for clarifying that Catalyst. You always forget something.
  #14 (permalink)  
Old Apr 15th, 2005, 16:15
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
so do all servers accept .shtml etc?
  #15 (permalink)  
Old Apr 15th, 2005, 21:24
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
If they are configured to.... then yes.

But you can also configure servers to process ANY document for SSI.
Closed Thread

Tags
permanent, website, navigation

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PR3 Casino Directory PERMANENT Only 10$ USD ! M3RT Link Building and Link Sales 0 Jun 11th, 2008 21:55
Permanent sidewide link from blo PR5 and PR3 marwita Link Building and Link Sales 2 Mar 23rd, 2008 09:19
Permanent logo attempt!!! Precyse Graphics and 3D 14 Jan 25th, 2008 01:27
$1 Permanent Links wasabiventures Link Building and Link Sales 7 Nov 27th, 2006 04:55
Web Developer (permanent) SteveEAAltd Job Opportunities 0 Mar 14th, 2006 11:18


All times are GMT. The time now is 16:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43