HighDots Forums  

killer reason for not using tables?

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss killer reason for not using tables? in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #41  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-07-2003 , 07:38 PM






West wrote:

Quote:
So, what do have at the end of this thread :-
1. Tables do not pose serious issues for aural/text browsers?[1]
2. Tables 'may' present a problem for the tiny % of mobile device users?
Also:

3. Table-based layouts tend to result in larger file sizes. If you use CSS
it is true that you have an extra file to download, but once this has been
downloaded it can be cached for use on the next page.

4. Many browsers wait to download "</table>" before even beginning to
render the table. This can cause delays in rendering pages.

5. With a CSS-based layout you can move a navigation column from the left
to the right and back again on a whim -- just by editing a few lines in a
single CSS file. With table-based layouts it requires restructuring each
page.

6. Tables for layout hinders the take-up of the semantic web.

7. Every time you use a table for layout a puppy dies.

[1] Table-based layouts *may* pose serious problems for browsers that do
not support tables. It depends on the layout and the browser.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
  #42  
Old   
Eric Bohlman
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-08-2003 , 03:15 AM






Toby A Inkster <UseTheAddressInMySig (AT) deadspam (DOT) com> wrote in
newsan.2003.11.08.00.38.06.69903 (AT) goddamn (DOT) co.uk:

Quote:
West wrote:

So, what do have at the end of this thread :-
1. Tables do not pose serious issues for aural/text browsers?[1]
2. Tables 'may' present a problem for the tiny % of mobile device
users?

Also:

3. Table-based layouts tend to result in larger file sizes. If you use
CSS it is true that you have an extra file to download, but once this
has been downloaded it can be cached for use on the next page.

4. Many browsers wait to download "</table>" before even beginning to
render the table. This can cause delays in rendering pages.

5. With a CSS-based layout you can move a navigation column from the
left to the right and back again on a whim -- just by editing a few
lines in a single CSS file. With table-based layouts it requires
restructuring each page.

6. Tables for layout hinders the take-up of the semantic web.

7. Every time you use a table for layout a puppy dies.
8. If tables were used exclusively for tabular data, browser developers,
particularly developers of auditory browsers, would be able to make
browsers treat tables in ways that would be highly appropriate for tabular
data, such as being able to lock headings in place while scrolling (for
visual browsers) or being able to hear the heading corresponding to any
row/column (for auditory browsers). The features could extend to the point
of providing a true spreadsheet-like interface to tables, complete with
column sorting and the like.


Reply With Quote
  #43  
Old   
Bonnie Granat
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-08-2003 , 07:12 AM




"Nico Schuyt" <nschuyt (AT) hotmail (DOT) com> wrote

Quote:
Bonnie Granat wrote:
"Michael Hughes" wrote

I've become part of a team to redevelop
a major coporate website. I find myself
alone argueing for not using tables.
I'm looking for that one,
simple killer reason I can give to make the
case for not using them.

STAM = Saves time and money
Coding time goes down. People can do other things.
Server space needs reduced. All those table tags take up real estate
and cost money.

Well, designing in CSS/div boxes can be quite expensive too :-)
Nico
(How much money did you spent on developing http://www.granatedit.com?)



You know, I thought about that as I was writing, but decided that it was
true, anyway.


--
--
Bonnie Granat
http://www.granatedit.com



Reply With Quote
  #44  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-08-2003 , 11:38 AM



Eric Bohlman wrote:

Quote:
8. If tables were used exclusively for tabular data, browser developers,
particularly developers of auditory browsers, would be able to make
browsers treat tables in ways that would be highly appropriate for tabular
data
Great minds think alike:
http://groups.google.com/groups?selm...odda mn.co.uk
(point 3)

Or should that be "two fools with only one mind"?

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
  #45  
Old   
William Tasso
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-09-2003 , 02:39 AM



picayunish wrote:
Quote:
picayunish wrote in news:M2zqb.1680$%W3.7045@amstwist00:

Hmmm.
Disabling tables. I thought you can only disabling JS and Cookies
with the browsers.
Where can I find those browsers, that can disabling tables.

A lot of replies on the subject disabing tables.
Thanx mates, I was forgotten about the text-browsers.

What's next. Disabling webpages in the browsers ?
a browser that only displays valid markup would be a usefool tool

--
William Tasso - http://WilliamTasso.com




Reply With Quote
  #46  
Old   
Farlo
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-09-2003 , 02:46 AM



"William Tasso" <news27 (AT) tbdata (DOT) com> wrote:

Quote:
a browser that only displays valid markup would be a usefool tool
A freudian slip? Heehee ...

--
Farlo, the Urban Fey Dragon


Reply With Quote
  #47  
Old   
Nico Schuyt
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-09-2003 , 02:47 AM



Bonnie Granat wrote:
Quote:
Nico Schuyt wrote in message
Bonnie Granat wrote:
"Michael Hughes" wrote

I've become part of a team to redevelop
a major coporate website. I find myself
alone argueing for not using tables.
I'm looking for that one,
simple killer reason I can give to make the
case for not using them.

STAM = Saves time and money
Coding time goes down. People can do other things.
Server space needs reduced. All those table tags take up real estate
and cost money.

Well, designing in CSS/div boxes can be quite expensive too :-)

You know, I thought about that as I was writing, but decided that it
was true, anyway.
Ah well, maybe you're right. Perhaps you can save money in the maintenance
of a CSS/div-based site. On the other hand, I have had far more problems
with making a site with a CSS/div design render acceptably in all kinds of
browsers than with a design based on tables (or frames :-).
Nico





Reply With Quote
  #48  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-09-2003 , 03:37 AM



William Tasso wrote:

Quote:
a browser that only displays valid markup would be a usefool tool
Serve XHTML as text/xml, application/xml or application/xhtml+xml and you
will be half way there.

All browsers *should* check these MIME types for XML well-formedness and
certainly Opera 6+ and Mozilla 0.9.4+ (and possibly earlier versions of
each!) actually *do* this.

Validating browsers (I don't know of any such browsers) should also check
the page against the DTD and catch other errors such as invalid entities,
illegal nesting (e.g. <table><div><tr><td></td></tr></div></table>) and so
on and so forth.

However, recent versions of Mozilla will validate against their own
internal DTDs (on my installation these can be found in the directory
"/usr/lib/mozilla-1.4/res/dtd/"). The internal DTDs only contain the
entity definitions, so Mozilla will only spot XML well-formedness
errors and illegal entities, but it's clearly on its way to becoming a
validating parser.

All that having been said, there is suh a beast as a web *server* that
will only serve valid markup. Google for mod_tidy.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
  #49  
Old   
Mark Parnell
 
Posts: n/a

Default Re: killer reason for not using tables? - 11-10-2003 , 10:02 PM



Sometime around Fri, 07 Nov 2003 08:02:46 +0000, Toby A Inkster is reported
to have stated:
[Links]
Quote:
Does the Windows version support the mouse? (I can't imagine the mouse
working properly in a DOS box.)
To a degree, but no, not properly. The scroll wheel works, and you can
select text (then right-click to copy), but that's about it AFAICT. Perhaps
better support on Win9x (have found that with other DOS programs).

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.