473,394 Members | 1,697 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

How do I imolement a navigation bar?

For reasons I won't go into, I can't use server side includes & I haven't
got any athoring software.

How can I implement a navigation bar? I need to include the same text into
each file. I don't want to edit every single file when I put up a new page &
alter the navigation bar.

I'm prepared to use xhtml & xsl, if clear instructions are given.

Apr 19 '07 #1
7 1401
On 19 Apr, 09:45, "fed up" <noaddr...@fuspammer.comwrote:
For reasons I won't go into, I can't use server side includes & I haven't
got any athoring software.
So either get yourself an editor that has good search-and-replace,
then use that. Plenty of free ones, lists posted regularly.

Or else use some trivial script as a SSI mechanism before you upload
the pages. There's probably tools out there to do it exactly like SSI,
or it's only a couple of lines of shell script. You do know how to
write shell scripts don't you? You just put you lips togeher and
blow...

Or move to hosting with SSI.

Apr 19 '07 #2
"Andy Dingley" <di*****@codesmiths.comwrote in message
news:11**********************@l77g2000hsb.googlegr oups.com...
On 19 Apr, 09:45, "fed up" <noaddr...@fuspammer.comwrote:
For reasons I won't go into, I can't use server side includes & I
haven't
got any athoring software.

So either get yourself an editor that has good search-and-replace,
then use that. Plenty of free ones, lists posted regularly.

Or else use some trivial script as a SSI mechanism before you upload
the pages. There's probably tools out there to do it exactly like SSI,
or it's only a couple of lines of shell script. You do know how to
write shell scripts don't you? You just put you lips togeher and
blow...

Or move to hosting with SSI.
If you don't know the answer, don't bother posting.

Apr 19 '07 #3
On Apr 19, 4:45 am, "fed up" <noaddr...@fuspammer.comwrote:
For reasons I won't go into, I can't use server side includes & I haven't
got any athoring software.

How can I implement a navigation bar? I need to include the same text into
each file. I don't want to edit every single file when I put up a new page &
alter the navigation bar.

I'm prepared to use xhtml & xsl, if clear instructions are given.
I've got a problem posted regarding including my navigation file, but
found the instructions from this site to be quite clear and easy. It
uses PHP.

http://brainstormsandraves.com/mobil...7.182148.shtml

I have no affiliation to the site, but found it as I was looking to do
the same thing.

Dave

Apr 19 '07 #4
On Thu, 19 Apr 2007 11:20:14 GMT, "fed up" <no*******@fuspammer.com>
wrote:
>"Andy Dingley" <di*****@codesmiths.comwrote in message
news:11**********************@l77g2000hsb.googleg roups.com...
>On 19 Apr, 09:45, "fed up" <noaddr...@fuspammer.comwrote:
For reasons I won't go into, I can't use server side includes & I
haven't
got any athoring software.

So either get yourself an editor that has good search-and-replace,
then use that. Plenty of free ones, lists posted regularly.

Or else use some trivial script as a SSI mechanism before you upload
the pages. There's probably tools out there to do it exactly like SSI,
or it's only a couple of lines of shell script. You do know how to
write shell scripts don't you? You just put you lips togeher and
blow...

Or move to hosting with SSI.

If you don't know the answer, don't bother posting.

If you don't know three valid answers when you see them, don't bother
asking. It'll save others the time wasted trying to be helpful.
--
Chuck Taylor
http://home.hiwaay.net/~taylorc/contact/
Apr 19 '07 #5
On Thu, 19 Apr 2007 10:26:27 -0500, Chuck Taylor
<ch**********@spamtrap.orgwrote:
>On Thu, 19 Apr 2007 11:20:14 GMT, "fed up" <no*******@fuspammer.com>
wrote:
>>"Andy Dingley" <di*****@codesmiths.comwrote in message
news:11**********************@l77g2000hsb.google groups.com...
>>On 19 Apr, 09:45, "fed up" <noaddr...@fuspammer.comwrote:
For reasons I won't go into, I can't use server side includes & I
haven't
>got any athoring software.

So either get yourself an editor that has good search-and-replace,
then use that. Plenty of free ones, lists posted regularly.

Or else use some trivial script as a SSI mechanism before you upload
the pages. There's probably tools out there to do it exactly like SSI,
or it's only a couple of lines of shell script. You do know how to
write shell scripts don't you? You just put you lips togeher and
blow...

Or move to hosting with SSI.

If you don't know the answer, don't bother posting.


If you don't know three valid answers when you see them, don't bother
asking. It'll save others the time wasted trying to be helpful.

Perhaps it would be productive to go into those "reasons [you] won't
go into". Knowing what those constraints are and why they're there
might help lead to answers you'd consider more useful.
--
Chuck Taylor
http://home.hiwaay.net/~taylorc/contact/
Apr 19 '07 #6
<to**********@yahoo.comwrote in message
news:11**********************@b75g2000hsg.googlegr oups.com...
On Apr 19, 4:45 am, "fed up" <noaddr...@fuspammer.comwrote:
For reasons I won't go into, I can't use server side includes & I
haven't
got any athoring software.

How can I implement a navigation bar? I need to include the same text
into
each file. I don't want to edit every single file when I put up a new
page &
alter the navigation bar.

I'm prepared to use xhtml & xsl, if clear instructions are given.

I've got a problem posted regarding including my navigation file, but
found the instructions from this site to be quite clear and easy. It
uses PHP.

http://brainstormsandraves.com/mobil...7.182148.shtml

I have no affiliation to the site, but found it as I was looking to do
the same thing.

Dave
Thanks for a very helpful posting. I'm looking into it.

Not so Fed Up

Apr 19 '07 #7
On 19 Apr, 09:45, "fed up" <noaddr...@fuspammer.comwrote:
For reasons I won't go into, I can't use server side includes & I haven't
got any athoring software.

How can I implement a navigation bar? I need to include the same text into
each file. I don't want to edit every single file when I put up a new page &
alter the navigation bar.

I'm prepared to use xhtml & xsl, if clear instructions are given.

Xslt would effectively be just a batch transform, if I were you I
would skip the XML due to poor browser support and just use a plain
old fashioned batch edit to inject the navigation bar. There are lots
of scripting tools that could help you do this many of which are free,
simply pick one you like. I happen to use Apache Ant but that's
because I happen to know that tool well.

--
Nic

Apr 24 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Veli-Pekka Tätilä | last post by:
Hi, My first post here. I've found some serious accessibility flaws in the Python 2.4 docs and wish they could be rectified over time. I'm very new to Python and initially contacted docs at python...
1
by: Robert Neville | last post by:
I am having some trouble with some old code revolving around custom form navigation buttons. My main form has a sub-form with these custom navigation buttons. In other words, the code should be...
4
by: Sandy.Pittendrigh | last post by:
I don't want to get into a frames discussion here. We all know they have numerous drawbacks, especially with search engine visibility. (Google, ironically, uses framesets for displaying individual...
28
by: laredotornado | last post by:
Hi, Surprisingly, I can't get the drop down menus to work on PC IE 6. If you roll over "PRODUCTS", normally a drop down menu appears (on Safari and Firefox), but on PC IE, nada. ...
3
by: Paul | last post by:
I want the <div id="navigation"column to be the same color all the way to the bottom. The "background-image: url(bg_menu_tile.gif);" was a try to force it with a long 1-pixel graphic - didn't...
10
by: EA | last post by:
I am sure I must be missing something about building navigation bars with CSS. Yes it is a very clever and efficient way to format navigation structures on simple one navigation level webs, i.e....
7
by: fed up | last post by:
For reasons I won't go into, I can't use server side includes & I haven't got any athoring software. How can I implement a navigation bar? I need to include the same text into each file. I don't...
1
by: quartzy | last post by:
I have a strict doc type: However, I am still unsure about css. Problems I have now are to do with floating both navigation lists. I have used tables and divs, as layouts are just too difficult for...
0
by: emalcolm_FLA | last post by:
Hello and TIA for your consideration. I have created several db's for a non-profit and they want custom navigation buttons to display "You are on the first record, last record, etc". With this...
0
by: tom59593 | last post by:
Hi there. I have been attempting (for a few days on end, sadly) to get a navigation section of my new site to work. Granted, this is the first time I've ever written CSS...although I had PLENTY of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.