Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 771 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Tables vs. Tableless

Thread title: Tables vs. Tableless
Closed Thread  
Page 3 of 4 < 1 2 3 4 >
    Thread tools Search this thread Display Modes  
10-20-2006, 06:51 PM
#21
famousartguy is offline famousartguy
famousartguy's Avatar
Status: I'm new around here
Join date: Oct 2006
Location: In the light!
Expertise:
Software:
 
Posts: 10
iTrader: 0 / 0%
 

famousartguy is on a distinguished road

Send a message via MSN to famousartguy Send a message via Yahoo to famousartguy

  Old

I am a designer and coding does not come easily to me. Especially trying to figure out what to put into the CSS to make it look the way I want it to look. I agree it is a whole lot easier to read and function than tables, but many times I find myself stumped with what I am doing.
I feel I know the majority of basic CSS, but where is a good site to really show more mid-level CSS. **Remember as a designer I am more visually oriented, so I wouldn't like to go to a text only website without examples of the CSS being used.

10-20-2006, 07:03 PM
#22
bdh is offline bdh
Status: Member
Join date: Oct 2006
Location: Canada
Expertise:
Software:
 
Posts: 148
iTrader: 0 / 0%
 

bdh is on a distinguished road

Send a message via MSN to bdh

  Old

An important note in the dabate of CSS Tableless versus tables is that CSS is read only once while tables are read twice: once to determine the structure and the second time to retrieve the data.

This is the most important reason why CSS is preferred to tabled website designs.

10-27-2006, 05:51 PM
#23
Zero is offline Zero
Status: Member
Join date: Apr 2006
Location:
Expertise:
Software:
 
Posts: 147
iTrader: 1 / 100%
 

Zero is on a distinguished road

  Old

I personally prefer tables as of now, however I am just learning to code tableless. It isnt so much that it is hard, just very different.

Tableless scares people thinking you have to learn somting completely new, however, if you have a basic knowledge of CSS, you will pick it up pretty quickly I think.

But as of now, I prefer tables.

10-27-2006, 05:54 PM
#24
Tom is offline Tom
Tom's Avatar
Status: I Code Things
Join date: Aug 2005
Location: UK
Expertise:
Software:
 
Posts: 1,998
iTrader: 14 / 100%
 

Tom is on a distinguished road

Send a message via MSN to Tom

  Old

As i saw in someones sig, tables is for tabulated data

Simple as that really

10-27-2006, 05:57 PM
#25
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Originally Posted by White-Line Studios
As i saw in someones sig, tables is for tabulated data

Simple as that really
Yeah, but the reason why I started this thread was to ask why that is..

10-27-2006, 06:00 PM
#26
Tom is offline Tom
Tom's Avatar
Status: I Code Things
Join date: Aug 2005
Location: UK
Expertise:
Software:
 
Posts: 1,998
iTrader: 14 / 100%
 

Tom is on a distinguished road

Send a message via MSN to Tom

  Old

Ye, sorry, on looking back i saw a number of people had said that. For me its mainly

- ease
-cleaner code
- and i prefer using divs from tables.

10-27-2006, 06:12 PM
#27
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

Originally Posted by AndrewR
Yeah, but the reason why I started this thread was to ask why that is..
logic, in the end.

think of it like a word document, only with more control. you don't use a table in word unless you're displaying a chart of some kind. i know some people use tables to do dual/tri column arrangements (popular among resumes), but you can actually do that with margins, just like you can in html.

i'll admit, sometimes tables have their benefits, but it all boils down to the logic "morals" of the developer. when i do stuff, i want to do it right. if it costs more, or requires more effort from me, that's fine as long as the outcome is still good.

to battle a popular myth, tableless isn't always cleaner. clean code comes from the developer, not what he's developing. yes, only having to type <div> does clean up the mess required by table's many tags, but tag soup is tag soup. i've seen some designs that required something absurd like 50 wrappers (at least they reused a class instead of making ids) plus all their inner elements that made a horrible mess of tag soup that could actually have been done with 1 table. tables are a double edge sword.

to be clear i support tableless when i can, but if a table get's the job done better, i'm not ashamed to use it, but that happens very rarely.

10-27-2006, 07:28 PM
#28
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Originally Posted by derek lapp
logic, in the end.

think of it like a word document, only with more control. you don't use a table in word unless you're displaying a chart of some kind. i know some people use tables to do dual/tri column arrangements (popular among resumes), but you can actually do that with margins, just like you can in html.

i'll admit, sometimes tables have their benefits, but it all boils down to the logic "morals" of the developer. when i do stuff, i want to do it right. if it costs more, or requires more effort from me, that's fine as long as the outcome is still good.

to battle a popular myth, tableless isn't always cleaner. clean code comes from the developer, not what he's developing. yes, only having to type <div> does clean up the mess required by table's many tags, but tag soup is tag soup. i've seen some designs that required something absurd like 50 wrappers (at least they reused a class instead of making ids) plus all their inner elements that made a horrible mess of tag soup that could actually have been done with 1 table. tables are a double edge sword.

to be clear i support tableless when i can, but if a table get's the job done better, i'm not ashamed to use it, but that happens very rarely.
Yeah, that's mostly how I feel.

10-29-2006, 04:37 AM
#29
Southern Media is offline Southern Media
Southern Media's Avatar
Status: Junior Member
Join date: Sep 2006
Location:
Expertise:
Software:
 
Posts: 72
iTrader: 0 / 0%
 

Southern Media is on a distinguished road

Send a message via ICQ to Southern Media Send a message via AIM to Southern Media Send a message via MSN to Southern Media Send a message via Yahoo to Southern Media Send a message via Skype™ to Southern Media

  Old

Hi there.

I found some info you could find interesting. Here it goes:


Why are layout tables considered harmful?

* It is semantically wrong to mark up non-tabular information as a table.
* They can cause accessibility or usability problems (especially with some assistive technologies), particularly when nested several levels deep.
* They mix presentational issues with the content, making it difficult or impossible to achieve alternate styling and output device independence.
* They bloat the document markup with lots of unnecessary HTML tags, which can be detrimental for low-bandwidth users (those using dial-up connections or mobile devices) as well as for the web server's load and bandwidth.


Should I use divs instead of layout tables?

No, we should use semantically correct element types as far as possible, and only revert to divs when there are no other options.

Abusing divs is no better than abusing tables. We can set id and class attributes on virtually any element type. We can assign CSS rules to virtually any element type, not only to divs.


Are tables deprecated?

Not at all. table is the proper, semantically correct element type to use for marking up tabular data: information that has relationships in two or more dimensions. Tables are not deprecated, but layout tables are an issue.


http://www.sitepoint.com/article/htm...erfect-markup/

11-03-2006, 01:43 AM
#30
Dylan Butler is offline Dylan Butler
Status: Junior Member
Join date: Feb 2006
Location: San Diego, CA
Expertise:
Software:
 
Posts: 27
iTrader: 0 / 0%
 

Dylan Butler is on a distinguished road

Send a message via AIM to Dylan Butler

  Old

Originally Posted by Brad Hallett
An important note in the dabate of CSS Tableless versus tables is that CSS is read only once while tables are read twice: once to determine the structure and the second time to retrieve the data.

This is the most important reason why CSS is preferred to tabled website designs.
Wow I didn't know that. Interesting.

Closed Thread  
Page 3 of 4 < 1 2 3 4 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed