Welcome, Guest. Please login or register.

Author Topic: Website creation help required  (Read 3457 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Kent

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 680
    • Show all replies
    • http://amiga.org/modules/mylinks/visit.php?lid=87
Re: Website creation help required
« on: March 19, 2003, 08:45:00 PM »
Quote

lurkist wrote:
Do I need a BODY at all?  I have nothing to put in it, so would



be required, or could I just leave it out?  A head without a body sounds bad...


You don't need a body at all unless you use the tag.  In all honesty you really should create a section with nothing but navigation to the links of the rest of the page. &nbsp;There are still people out there who browse web sites without frames.<br /><br />Sample page, cut and snip if you want:<br /><br />----- Begin cut -----<br /><!doctype html public &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot;><br /><html><br />&nbsp;&nbsp;<head><br />&nbsp;&nbsp;&nbsp;&nbsp;<title>SNACKS - SOUTH WALES SUPERGROUP featuring Simon Teague and Firass Sumrein</title><br />&nbsp;&nbsp;&nbsp;&nbsp;<meta name=&quot;description&quot; content=&quot;Snacks - Metal / Ambient Band from S.Wales&quot;><br />&nbsp;&nbsp;&nbsp;&nbsp;<meta name=&quot;keywords&quot; content=&quot;snacks, music, simon, firass, fizz, liz, nik, minas, emma, tom, teeg, teague, sumrein, downes, south wales&quot;><br />&nbsp;&nbsp;</head><br />&nbsp;&nbsp;<frameset cols=&quot;52%,48%&quot;><br />&nbsp;&nbsp;&nbsp;&nbsp;<frame src=&quot;frontpage.html&quot;><br />&nbsp;&nbsp;&nbsp;&nbsp;<frameset rows=&quot;75%,25%&quot;><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<frame src=&quot;discography.html&quot;><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<frame src=&quot;description.html&quot;><br />&nbsp;&nbsp;&nbsp;&nbsp;</frameset><br />&nbsp;&nbsp;</frameset><br />&nbsp;&nbsp;<noframes><br />&nbsp;&nbsp;&nbsp;&nbsp;<body><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<p>This page uses frames... try these links</p><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=&quot;frontpage.html&quot;>Home</a> |<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=&quot;discography.html&quot;>Discography</a> |<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=&quot;description.html&quot;>About us</a> |<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=&quot;mailto:someemailaddress@yourisp.extension&quot;>Contact us</a><br />&nbsp;&nbsp;&nbsp;&nbsp;</body><br />&nbsp;&nbsp;

----- End Cut -----

Quote
Also theres the question of whether or not to put the META stuff in the subdirectories.


If you want those pages to be found by a search engine then by all means add the meta description and keywords as well as a thorough title defining what it is.  Say if it's the discography page, don't use the same title as the frameset page, but change it to say it's the discography section of the site.

Hope that helps.  Still have your old site you guys did on my drive though, kind of funny I found this thread.

:pint:
I love the modern age world of this middle age crises America... all these SUVs driving around like there\\\'s gas to spare and then some.

http://www.RequestFocus.com

W. Kent Seaton ~ RequestFocus.com
 

Offline Kent

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 680
    • Show all replies
    • http://amiga.org/modules/mylinks/visit.php?lid=87
Re: Website creation help required
« Reply #1 on: March 20, 2003, 07:57:01 AM »
Quote

JetRacer wrote:
Kent: If all webmaster was as compentent as you, then the internet would be a better place. I mean, nothing on the internet bugged me more than being forced to google my way through frames-only websites, while IB didn't support frames.


The key to building the better web sites is to develop them for text only, no javascript, no frames, and no graphics.  If the site you build still looks good without that, you're halfway home.  One site I rebuilt had java applets all over it... if the computer didn't have the right java runtime it choked, so I changed the java applet around checking for a version of the JRE, if it turned out to be false or a bad number it just displayed a graphic and didn't do anything else.  I started doing this type of stuff a few years back but then I've known html like most know their multiplication tables.

Anyway, it's late and I'm exhausted.

:pint:
I love the modern age world of this middle age crises America... all these SUVs driving around like there\\\'s gas to spare and then some.

http://www.RequestFocus.com

W. Kent Seaton ~ RequestFocus.com