Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > html menu coding

Reply
Thread Tools

html menu coding

 
 
jackhird@gmail.com
Guest
Posts: n/a
 
      10-30-2004
Hey people,

I am just starting out with html and I only know the basics at this
early stage. I was wondering if somebody here might be able to tell me
the correct coding of a site menu (so the menu will appear on every
page of the site without me having to code all of them)?

What page do I put this coding on? Is there anything else I should
know?

Thanks for any help.

Jack

 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      10-30-2004
In alt.html said:

> Hey people,


no one ever says hi to me

> I am just starting out with html


html tutorial/references:
http://www.w3.org/
http://www.userdox.com/
http://webtips.dan.info/
http://www.htmlhelp.com/
http://www.htmlcook.com/
http://www.w3schools.com/
http://www.webmonkey.com/
http://www.pagetutor.com/
http://www.htmlprimer.com/
http://www.html-color-codes.com/
http://www.echoecho.com/html.htm
http://www.chami.com/tips/internet/
http://www.vortex-webdesign.com/help
http://www.cs.tut.fi/~jkorpela/www.html
http://www.davesite.com/webstation/html/
http://www.htmlhelp.com/faq/html/all.html
http://www.pageresource.com/html/index.html
http://www.htmlhelp.org/design/standards.html
http://www.htmlcenter.com/tutorials/index.cfm
http://www.webpageworkshop.co.uk/main/html_index
http://www.blooberry.com/indexdot/html/index.html

HTML 4.01 Specification:
http://www.w3.org/TR/html401/
how to read the w3c specs
http://www.alistapart.com/articles/readspec/
How to read the HTML DTD
http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.3
Standards for HTML Authoring for the World Wide Web (old)
http://www.htmlhelp.org/design/standards.html

DTD Switching:
Opera: http://www.opera.com/docs/specs/doctype/
Moz: http://www.mozilla.org/docs/web-deve.../doctypes.html
IE: http://msdn.microsoft.com/library/en...cements_topic2

HTML Validators:
http://validator.w3.org/
http://valet.webthing.com/page/
http://htmlhelp.com/tools/validator/
XML: http://www.stg.brown.edu/service/xmlvalid/

"HTML validation" is a good tool, but just a tool
http://www.cs.tut.fi/~jkorpela/html/validation.html
Beyond validation (draft as of 12/apr/2004)
http://www.w3.org/QA/Tips/beyond-validation

downloadable tutorial/reference
http://www.ncdesign.org/
http://www.trainingtools.com/
http://www.htmlhelp.org/distribution/
http://www.werbach.com/barebones/download.html

deadtree quick refs: http://visibone.com/html/

Web Accessibility Initiative (W3C)
http://www.w3.org/WAI/
Web Content Accessibility Guidelines 1.0
http://www.w3.org/TR/WAI-WEBCONTENT/
Accessibility Toolbar
http://www.nils.org.au/ais/web/resources/toolbar/

> I was wondering if somebody here might be able to tell me the correct
> coding of a site menu (so the menu will appear on every page of the
> site without me having to code all of them)?


i would normally post a link on how to include one file in another but
the site is <sob/> dead!

what you're looking for is some server side scripting to include the
common parts of a page with the other parts of the page before its sent
to the visitor.

with php you could use 'include "my-menu.ext";' where you want the menu
to appear in your documents.
http://php.net/manual/en/function.include.php

when someone asks for the page the server sticks in the stuff contained
in the my-menu.ext file where you said to put it and then sends the
complete page to the visitor.

when you make changes to your menu you just edit my-menu.ext.


--

v o i c e s o f t h e l i t t l e
 
Reply With Quote
 
 
 
 
Samuël van Laere
Guest
Posts: n/a
 
      10-31-2004

"brucie" <****@usenetshit.info> wrote in message
news:19mct8aqogscm$....
>
> no one ever says hi to me
>


Hi Brucie

Greets,
Samuël


 
Reply With Quote
 
brucie
Guest
Posts: n/a
 
      10-31-2004
In alt.html Samuël van Laere said:

>> no one ever says hi to me


> Hi Brucie


thanks, it means so much <snif/>


--

v o i c e s o f t h e l i t t l e
 
Reply With Quote
 
Dave Patton
Guest
Posts: n/a
 
      10-31-2004
wrote in
news: oups.com:

> Hey people,
>
> I am just starting out with html and I only know the basics at this
> early stage.


As you will see, if you 'look around the web', some
people don't even seem to know the basics, even at
a very late stage

> I was wondering if somebody here might be able to tell me
> the correct coding of a site menu (so the menu will appear on every
> page of the site without me having to code all of them)?


http://ask-leo.com/how_do_i_include_...e_another.html

> What page do I put this coding on?


Every page where it's needed(likely all of them).

> Is there anything else I should know?


Don't top post.
HTML is for markup, CSS is for presentation.
Brucie hears voices

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      10-31-2004
On Sun, 31 Oct 2004 09:34:48 +1000, brucie <****@usenetshit.info>
declared in alt.html:

> no one ever says hi to me


Hi brucie.

> i would normally post a link on how to include one file in another but
> the site is <sob/> dead!


Not any more! YAY!
http://www.allmyfaqs.com/faq.pl?Incl...ile_in_another

--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004
 
Reply With Quote
 
jackhird@gmail.com
Guest
Posts: n/a
 
      11-01-2004
Thanks for the help everybody!

Jack

 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with HTML coding for Index.html background image James O'Riley HTML 4 05-05-2006 02:28 AM
general coding issues - coding style... calmar Python 11 02-21-2006 10:36 AM
Hard coding HTML into JSP tag handler todd.huss@gmail.com Java 5 09-18-2005 10:26 PM
Trouble Coding an Expanding Tree Menu -- onmouseout and target event different for IE and Gecko weston Javascript 2 06-09-2005 09:10 PM
is html coding (almost) obsolute with .Net? David ASP .Net 13 07-03-2004 09:12 AM



Advertisments
 



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57