Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
Old 10-05-2010, 05:35 AM Re: Tables vs Lists
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
CSS is for design, table is for data. Period.

Designing in CSS is always the right choice, it is a lot easier to change the layout then.
Imagine CSSZenGarden designs would use tables... what a mess.
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
View Public Profile Visit CSM's homepage!
 
 
Register now for full access!
Old 10-31-2010, 05:43 AM Re: Tables vs Lists
Novice Talker

Posts: 4
Name: errnoi
Trades: 0
I think table
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
errnoi1 is offline
View Public Profile Visit errnoi1's homepage!
 
Old 10-31-2010, 10:24 PM Re: Tables vs Lists
Junior Talker

Posts: 2
Name: daviidwilson
Trades: 0
Quote:
Originally Posted by crescendo View Post
table and div both is good
Using a table you can create cells and is easier to read them on the code. I also agree with kids, table cannot replace list and list cannot replace table.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
daviidwilson is offline
View Public Profile
 
Old 11-03-2010, 02:26 PM Re: Tables vs Lists
Novice Talker

Posts: 8
Trades: 0
Tables and list a 2 totally different entities.
As already mentioned by other members, the purpose of table is to display a grid a data within table cells aligned in rows and columns.
In the early day of web design, people saw the opportunity to create a visual layout for web page and therefore it became a way of creating web sites. That was not however what a table is for, it was used that way for lack of a better alternative then until CSS came along.

A list on the other hand is use to group a set of related text items adding a visual element to each either with bullets, square, numbers or other fancy graphics.

In a way a list allows you to present data but not in a tabular way.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
holyhttp is offline
View Public Profile
 
Old 11-08-2010, 01:49 PM Re: Tables vs Lists
Novice Talker

Posts: 11
Trades: 0
Tables are good only for displaying tabular data. If you want to create your design you'd better not use tables because it is harder to manipulate with.
__________________

Please login or register to view this content. Registration is FREE
craig.johnson is offline
View Public Profile
 
Old 11-11-2010, 10:14 AM Re: Tables vs Lists
dojo's Avatar
Ultra Talker

Latest Blog Post:
Back again …
Posts: 310
Name: Ramona Iftode
Location: Romania
Trades: 0
For layouts I use div only designs for some years now. If it's "tabular" data, then the tables are the way to go, no questions asked.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
dojo is offline
View Public Profile Visit dojo's homepage!
 
Old 11-11-2010, 04:37 PM Re: Tables vs Lists
Novice Talker

Posts: 12
Location: Brisbane, Australia
Trades: 0
I think, table and list both have high influence regarding web design. They both are suitable depending what type of data do you want to represent. So think about what should make it more presentable than other and use that one. thanks
__________________

Please login or register to view this content. Registration is FREE

Web Design - Ecommerce - Email Marketing
Talita is offline
View Public Profile Visit Talita's homepage!
 
Old 11-12-2010, 05:57 PM Re: Tables vs Lists
Junior Talker

Posts: 2
Name: David
Trades: 0
tables data defined as tabular form. lists like just type of data using bulletent.
what u think of about html 5. i think its better than other version of html

____________
http://www.kreativgewerbe.de/product_info.php?info=p65_Peruecke-blond---gute-Qualitaet-und-super-Preis.html]Art.Nr.: 770 LagerNr.: [/URL]Artikeldatenblatt drucken Lieferzeit: 2-3 Tage incl. 19 % UST exkl. Versandklasse: P0 Kaufen Sie mehrere Artikel dieser Klasse, zahlen sie den Versand nur einmal!
davidabraham is offline
View Public Profile
 
Old 11-13-2010, 03:23 AM Re: Tables vs Lists
Backslider's Avatar
Experienced Talker

Posts: 40
Trades: 0
Tables are for tabular data.

I was looking the other day at an article by a guy wanting to make multi column lists....... poor soul! He did it, yes, but its not good code.
Backslider is offline
View Public Profile
 
Old 11-13-2010, 03:50 AM Re: Tables vs Lists
Banned

Posts: 242
Name: Vijay.Seo
Location: Delhi,India
Trades: 0
List is better than table
seo.vijay is offline
View Public Profile Visit seo.vijay's homepage!
 
Old 11-13-2010, 04:04 AM Re: Tables vs Lists
abraham baldwin's Avatar
Novice Talker

Posts: 9
Name: abraham baldwin
Location: texas
Trades: 0
when presenting a set of related key-value attributes, what would be more appropriate from a semantic point of vie a table, a definition list or something else? In the case of Maximillian, the data he want to present was a kind of information cards for books. The implementation using definition lists would be something like this
abraham baldwin is offline
View Public Profile
 
Old 11-14-2010, 01:06 AM Re: Tables vs Lists
Backslider's Avatar
Experienced Talker

Posts: 40
Trades: 0
Quote:
Originally Posted by seo.vijay View Post
List is better than table
For what?
Backslider is offline
View Public Profile
 
Old 11-14-2010, 10:59 AM Re: Tables vs Lists
Ultra Talker

Posts: 366
Name: Steve
Location: Miami, FL, Earth
Trades: 0
Quote:
Originally Posted by jibin View Post
Quote:
Originally Posted by smoseley
Lists are for one-dimensional data.

Tables are for two-dimensional data (and possibly 3-dimensional, if you use full-span headers to represent data groups).
i don't understand, what is dimension in html?
Same thing it is in the rest of the Universe. In terms of logical data, a dimension is a unit of taxonomy, or classification.
  1. A list has 0 orders of taxonomy (each item is of the same general classification, but with different values), This is 1-dimensional data.

  2. A table has 1 order of taxonomy (rows represent taxonomy, columns represent values). This is 2-dimensional data.

  3. A grouped table has 2 orders of taxonomy (groups & rows, and columns are values). This is 3-dimensional data.
__________________
- Steve

President,
Please login or register to view this content. Registration is FREE

Last edited by smoseley; 11-14-2010 at 11:01 AM..
smoseley is offline
View Public Profile Visit smoseley's homepage!
 
Old 11-14-2010, 11:36 PM Re: Tables vs Lists
Banned

Posts: 7
Name: james
Trades: 0
I am always use the table..... because this is two dimensional data...
JamesWhite.. is offline
View Public Profile
 
Closed Thread     « Reply to Tables vs Lists

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.94732 seconds with 11 queries