Welcome, Guest. Please login or register.

Author Topic: General advice about HTML needed please  (Read 5260 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmidufferTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2005
  • Posts: 1601
    • Show only replies by Amiduffer
    • http://www.geocities.com/laverdiereaf/
General advice about HTML needed please
« on: January 03, 2008, 08:31:41 PM »
Hi all.

I'm setting up a webpage, and its my first time to try! I'm using plain HTML and not using any WYSIWYG word processors, but making it from scratch so I can get "my hands dirty" so to speak and get comfortable with coding webpages.

The page will mostly be names of performers and a list of the songs they sing with links to digitized MPG video files. Currently the file names look like this: RM HJohnson TakeMyMotherHome.MPG because it looked better on my PC. For the purposes of them being on the web, will I have to use _ or - or remove the spaces in the file name when I link them from the page or are they fine as they are? Thanks.
Amiga 3000D UP and running! Hear that clicking. 8)
Amiga 3000D & 4000D in storage sadly.
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: General advice about HTML needed please
« Reply #1 on: January 03, 2008, 08:38:24 PM »
Most web servers will automatically handle spaces in filenames, but if you're not sure just put %20 where the space comes and this will be interpreted as a space.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline AmidufferTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2005
  • Posts: 1601
    • Show only replies by Amiduffer
    • http://www.geocities.com/laverdiereaf/
Re: General advice about HTML needed please
« Reply #2 on: January 04, 2008, 12:30:35 AM »
I just eliminated the spaces, just for convenience sake.

Take a look, My first designed webpage  :-D
Amiga 3000D UP and running! Hear that clicking. 8)
Amiga 3000D & 4000D in storage sadly.
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: General advice about HTML needed please
« Reply #3 on: January 04, 2008, 09:52:06 AM »
Glad to see you're learning the code. I hate those "WYSIWYG" editors. Generally I find them to be "WYSIWTSWYTG" - "What You See Is What The Software Wants You To Get". I much prefer to hand-craft any sites I create. Most people don't believe me when they ask me what software I use to create web sites and I tell them "TextEdit" ;-)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline AmidufferTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2005
  • Posts: 1601
    • Show only replies by Amiduffer
    • http://www.geocities.com/laverdiereaf/
Re: General advice about HTML needed please
« Reply #4 on: January 04, 2008, 06:22:57 PM »
What websites have you designed?
Amiga 3000D UP and running! Hear that clicking. 8)
Amiga 3000D & 4000D in storage sadly.
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: General advice about HTML needed please
« Reply #5 on: January 04, 2008, 06:40:55 PM »
Only internal stuff actually. I used to design web apps for the company I worked for, and I wrote everything in PHP using notepad. I stopped doing that when I realised it is very, very boring.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline adz

  • Knight of the Sock
  • Hero Member
  • *****
  • Join Date: Aug 2003
  • Posts: 2961
    • Show only replies by adz
Re: General advice about HTML needed please
« Reply #6 on: January 05, 2008, 01:23:43 AM »
Just took a quick peek as your code and you seem to, in some places, have used a

when you should have used a

. Might cause you some grief further down the track. As for the site, a little bit of CSS could help you clean it up and make it easier to change later. You could also use PHP to read the contents of certain directories and create the links automatically for you. Good luck and most of all, have fun :-)
 

Offline whabang

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 7270
    • Show only replies by whabang
Re: General advice about HTML needed please
« Reply #7 on: January 05, 2008, 01:17:32 PM »
Quote

motorollin wrote:
Most people don't believe me when they ask me what software I use to create web sites and I tell them "TextEdit" ;-)

:love:
Beating the dead horse since 2002.
 

Offline JaXanim

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1120
    • Show only replies by JaXanim
    • http://www.intuitionbase.com/waveguide/home.html
Re: General advice about HTML needed please
« Reply #8 on: January 05, 2008, 09:01:51 PM »
Quote

Amiduffer wrote:
I just eliminated the spaces, just for convenience sake.

Take a look, My first designed webpage  :-D


A good start. Only error I noted is the word video's used for the plural. It should be videos. Spelling and punctuation on webpages must be perfect.

JaX
Be inspired! It\\\'s back!
 

Offline Speelgoedmannetje

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 9656
    • Show only replies by Speelgoedmannetje
Re: General advice about HTML needed please
« Reply #9 on: January 06, 2008, 01:15:34 AM »
Quote

whabang wrote:
Quote

motorollin wrote:
Most people don't believe me when they ask me what software I use to create web sites and I tell them "TextEdit" ;-)

:love:
urgh, I prefer some programming environment...
/me is lazy programmer, yet I code in assembly too...

oh, and if there's something dirty, it's webdesign, especially by 'hand'...
And the canary said: \'chirp\'
 

Offline whabang

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 7270
    • Show only replies by whabang
Re: General advice about HTML needed please
« Reply #10 on: January 06, 2008, 11:32:02 AM »
I still think that Notepad is the best web-design application Microsoft have ever made. ;-)
Beating the dead horse since 2002.
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: General advice about HTML needed please
« Reply #11 on: January 06, 2008, 04:13:57 PM »
Quote
Speelgoedmannetje wrote:
oh, and if there's something dirty, it's webdesign, especially by 'hand'...

I disagree. Looking at the code generated by WYSIWIG editors is terrifying. The amount of unnecessary crap that get added to code is just amazing! Efficiently coding the site by hand is much cleaner IMO. I like to write my web sites/apps in PHP in the following structure:



require('header.php');
//Content of page
require('footer.php');

?>


The header and footer pages contain content which is common to all pages, and the header also sets up variables for things like fonts, colours etc. Then when I want to use a standard style element from the site's theme I just echo the appropriate variable. If I want to modify the site's theme I just change the value of the variable in the header and it changes on all pages. Voila! CSS without CSS! :-D

I think that's pretty clean :-)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Speelgoedmannetje

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 9656
    • Show only replies by Speelgoedmannetje
Re: General advice about HTML needed please
« Reply #12 on: January 06, 2008, 05:04:33 PM »
Moto, you missed my point,
I stated that html and the whole web bunch is in general utterly messy if you want 'more'.
And the canary said: \'chirp\'
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: General advice about HTML needed please
« Reply #13 on: January 07, 2008, 01:33:01 PM »
You mean if you want to give more than is offered by HTML? That's not so messy. There's always Flash. Or Shockwave. Or Javascript. Or Java. Or Silverlight. Or any number of other technologies on the web, each of which has its own plugin and its own requirements.

Oh, right... ;-)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Speelgoedmannetje

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 9656
    • Show only replies by Speelgoedmannetje
Re: General advice about HTML needed please
« Reply #14 on: January 07, 2008, 01:45:45 PM »
Please! No more! Make it stop!
And the canary said: \'chirp\'