Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,135 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 3 1 2 3
Re: HTML: Why are Tables so evil? [Re: FBL] #286257
08/24/09 10:21
08/24/09 10:21
Joined: Aug 2003
Posts: 2,122
Berlin, Germany
checkbutton Offline

Expert
checkbutton  Offline

Expert

Joined: Aug 2003
Posts: 2,122
Berlin, Germany
Preferring layouting with tables is just an excuse for someone's own laziness.
You can use tables for a prototype, but as I learned: Prototypes may NEVER EVER be distributed.


I don't have a homepage, for god's sake!
Re: HTML: Why are Tables so evil? [Re: checkbutton] #286267
08/24/09 11:05
08/24/09 11:05
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline
Expert
Tempelbauer  Offline
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
i think too that a layout without tables would be clearer and better. but i´m using tables yet, cause its easier to create for me.

i think a problem is, that people (like me) got too many problems by creating a (floating) layout only with css. and to tell the truth: i dont want to grapple with it long. i want a good tutorial with examples. so if you know a good one, please tell me

Re: HTML: Why are Tables so evil? [Re: Tempelbauer] #286274
08/24/09 11:39
08/24/09 11:39
Joined: Jan 2008
Posts: 1,580
Blade280891 Offline
Serious User
Blade280891  Offline
Serious User

Joined: Jan 2008
Posts: 1,580
The best way i would say is to look at other sites which use css only layouts and have a look at the stylesheet to see how they position elements etc.


My Avatar Randomness V2

"Someone get me to the doctor, and someone call the nurse
And someone buy me roses, and someone burned the church"
Re: HTML: Why are Tables so evil? [Re: Tempelbauer] #286277
08/24/09 11:41
08/24/09 11:41
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Ever checked out http://de.selfhtml.org/ ?
Thats my first resource for looking things up.

Re: HTML: Why are Tables so evil? [Re: Xarthor] #286304
08/24/09 15:03
08/24/09 15:03
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline
Expert
lostclimate  Offline
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
I think that it also depends greatly on the type of site. If im going to make a quick portfolio site, that is 1 or 2 pages, and that Im not going to be changing very much dynamically on, as well as a style that I will be sticking with. Ill do tables.

If I'm setting up a e-store, building a login/bio/task system, I'll use css because the user can select different styles, I can keep certain areas a little cleaner, and to be honest, my code is a little easier to read.

All that aside, I'm for from professional, it takes me forever just to get a box to look right in one browser with css, so I only do it as a hobby, like I got paid $300 only to build a system for a group I'm a part of where users can log in, send messages to eachother check dynamic updates, upload and download minutes/reports, added a shoutbox, and set up a system where each feature can be allowed/disallowed per person.

Re: HTML: Why are Tables so evil? [Re: lostclimate] #286306
08/24/09 15:10
08/24/09 15:10
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
At least you got payed.
To me only one person said thanks, and now nobody is using the appointment planer or even taking a look at the planned appointments.

Everybody asking for some web stuff will now get the answer "no", because I'm fed up.
Unless he pulls out some money.

Re: HTML: Why are Tables so evil? [Re: FBL] #286315
08/24/09 16:19
08/24/09 16:19
Joined: Nov 2005
Posts: 41
Australia
Jazuar_ Offline
Newbie
Jazuar_  Offline
Newbie

Joined: Nov 2005
Posts: 41
Australia
eek. i hate tables now

i helped someone put their site back together. they made it in tables and then changed image sizes etc. gameover.
takes forever trying to fix it back up, moreso the more complicated the layout and content are

if it were css it wouldn't have taken long at all (especially for someone who knows the right properties), probably quicker than setting up tables in the first place. but then changing it around is so easy

so ecommerce level of website - no tables.
simple unimportant site? tables will do i guess

Re: HTML: Why are Tables so evil? [Re: Jazuar_] #286357
08/24/09 22:13
08/24/09 22:13
Joined: Jan 2007
Posts: 1,619
Germany
Scorpion Offline
Serious User
Scorpion  Offline
Serious User

Joined: Jan 2007
Posts: 1,619
Germany
Well, I am never working with tables, but I can fully understand people using them. The web standards were made to help people doing things easier, but the missing support of the browsers (yes, IE, I'm looking at you) made it more complicated and only the easiest but at the same time dirtiest variant was proven to work properly in all browsers with little effort.

But now, where all big browsers were proselytised to the right path, it should be a looooot easier to work with proper standards and hopefully we won't hear excuses for bad web design so often anymore.

PS: and of course good web design is not only some esoteric stuff some web designers worry about (of course it is, too, it's like going farting and burping to a good restaurant), but it's directly related to speed, usability and maintenance costs.

Re: HTML: Why are Tables so evil? [Re: Scorpion] #286361
08/24/09 22:45
08/24/09 22:45

F
Fear411
Unregistered
Fear411
Unregistered
F



If I remember correctly Joomla is also using tables?
But why, when everyone says tables are bad?

Re: HTML: Why are Tables so evil? [Re: ] #286390
08/25/09 06:34
08/25/09 06:34
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Maybe Joomla was done by programmers.

Page 2 of 3 1 2 3

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1