Welcome, Guest. Please login or register.

Author Topic: Building A Website  (Read 18251 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show all replies
Re: Building A Website
« on: May 31, 2012, 11:49:47 AM »
Quote from: commodorejohn;694605
It amuses me how modern web designers react to tables like vampires to crucifixes :D


For *very* good reasons...
MorphOS is Amiga done right! :)
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show all replies
Re: Building A Website
« Reply #1 on: June 01, 2012, 06:48:44 AM »
Quote from: commodorejohn;694814
Really? I'd have thought that tables, properly applied (and by "properly applied" I mean "used to organize tables of information, and not as a poor man's layout tool,") would if anything be an aid to specialty readers...


Listen to Karlos. There are so many benefits from keeping the content separated from the layout/graphical design, you do that in CSS. Tables are not evil per se, they are great at what they are meant for — presenting a set of data in the shape of a table with columns and rows. But using tables for layout and graphical design in a web page is as kosher as using rolled up tin-foil as electric cabling when building a new house, or using glued together straws from McDonalds as your plumbing. Even if it might work, you simply don't do that, even the thought is insane, and has been so for a *veeery* long time now...
MorphOS is Amiga done right! :)
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show all replies
Re: Building A Website
« Reply #2 on: June 01, 2012, 07:49:14 AM »
Quote from: Karlos;694830
Anyway, to reiterate, a text editor and some basic grasp of HTML is all you need to get started making web pages.


...and when your site validates all-green here (preferably as XHTML 1.0 Strict if possible, for best accessibility)...

http://validator.w3.org/
http://jigsaw.w3.org/css-validator/

...you have come from start to finish! :)

A good source for reference info:
http://www.w3schools.com/html/default.asp
http://www.w3schools.com/css/default.asp
http://www.w3schools.com/css3/default.asp
MorphOS is Amiga done right! :)