Port80 Forums Ilisys Web Hosting Fast Hit Web Hosting

Our Platinum Sponsors:


Go Back   Port80 Forums > Development & Code > Development & Code

Reply
 
Thread Tools Display Modes
  #1  
Old 28-05-2010, 12:25 PM
Franki's Avatar
Franki Franki is offline
Senior Member
AWIA Member
 
Join Date: Oct 2002
Location: Perth
Posts: 2,261
Franki is on a distinguished road
Default Friday Joke of the Year

Got this as an explanation when I queried why the site (being built) is made with tables, nested tables no less:
Quote:
(some who's title in their signature is "web developer"):
I also had a quick look on Google to see if DIVs are indeed better and/or smarter to use than nested TABLES and the major concensus seems to be that DIVs are newer technology but not ‘better’ technology and that the old-school TABLES can offer more concise cross-browser-support than DIVs, being that DIVs are newer. In speed benchmarks the two were found to be on par with one another. In tiny websites DIVs are favoured, as they can offer on-the-fly resizing, but on sites as large as the *** nested DIVs would be messier than our tabled structure.
Reply With Quote
  #2  
Old 28-05-2010, 12:35 PM
scross scross is offline
Senior Member
AWIA Member
 
Join Date: Nov 2004
Location: Perth
Posts: 246
scross is on a distinguished road
Default

Bahahahahahaha!

Sounds to me like someone was trying to bamboozle you....
__________________
Designer / Budding Academic
www.flamingcow.com.au, Follow Me!
Reply With Quote
  #3  
Old 28-05-2010, 12:44 PM
Al's Avatar
Al Al is offline
Senior Member
AWIA Member
 
Join Date: May 2005
Location: Perth
Posts: 195
Al is on a distinguished road
Default

Makes sense. Whenever my divs start malfunctioning and I've called support centres and they don't offer concrete support on this kind of bleeding edge technology. Maybe wait for the next release so they are more stable and can multitask?
__________________
ides of smarch | tveetors
Reply With Quote
  #4  
Old 28-05-2010, 01:06 PM
kay's Avatar
kay kay is offline
Senior Member
AWIA Member Site Admin
 
Join Date: Oct 2002
Location: Perth
Posts: 3,669
kay has disabled reputation
Default

It's funny, but just last week I helped a print designer move a site for one of his clients to new hosting, and it was totally static html (not even DW templates, so to update a menu you updated every single page), HORRIBLE invalid table barf with frames and javascript errors etc. Turns out that over the last two years no fewer than four separate "developers" have worked on it for this guy and not one said "holy crap batman, that's no how ye do it!" as they should have (and as I certainly did).

So not only are there developers from last century out there, there's seemingly quite a few of them *shudders*
__________________
buy my monaro!
Reply With Quote
  #5  
Old 28-05-2010, 10:54 PM
nebbian nebbian is offline
Senior Member
 
Join Date: Dec 2009
Location: WA, Australia
Posts: 105
nebbian is on a distinguished road
Default

I must admit to using tables occasionally when it's not feasible to use DIV's... like when you dynamically add items to a menu that must resize properly... there's probably a 'proper' way to do it using DIVs but my way works just fine for me...

However one level of nesting is enough for any sensible developer
Reply With Quote
  #6  
Old 29-05-2010, 08:02 AM
kay's Avatar
kay kay is offline
Senior Member
AWIA Member Site Admin
 
Join Date: Oct 2002
Location: Perth
Posts: 3,669
kay has disabled reputation
Default

I can say with a clear conscience the only layout tables I've used in the last six years are for email newsletter layouts.
__________________
buy my monaro!
Reply With Quote
  #7  
Old 29-05-2010, 11:44 AM
WorldFamousWebdeveloper WorldFamousWebdeveloper is offline
Member
 
Join Date: Apr 2010
Location: reality
Posts: 72
WorldFamousWebdeveloper is on a distinguished road
Default

Tables AND DIVs are both part of HTML specification.

I use BOTH where and when needed.
As does this very Forum.
Do a "View Source" and you will see both tables and div's being used for the layout of this site.
A little ironic given the "DIV's" only attitude of the Posts
Reply With Quote
  #8  
Old 29-05-2010, 03:57 PM
kay's Avatar
kay kay is offline
Senior Member
AWIA Member Site Admin
 
Join Date: Oct 2002
Location: Perth
Posts: 3,669
kay has disabled reputation
Default

I said LAYOUT tables. Tables for tabular data are fine. I think most people here are more than familiar with the difference.
__________________
buy my monaro!
Reply With Quote
  #9  
Old 29-05-2010, 04:23 PM
WorldFamousWebdeveloper WorldFamousWebdeveloper is offline
Member
 
Join Date: Apr 2010
Location: reality
Posts: 72
WorldFamousWebdeveloper is on a distinguished road
Default

Quote:
Originally Posted by kay View Post
I said LAYOUT tables. Tables for tabular data are fine. I think most people here are more than familiar with the difference.
As am I.
There are more tables being used by vBulletin for Layout usage rather than tabular data.

I am not defending the use of either, only stating that tables do have a (Granted limited) place in modern HTML website designs

Use of Too many Nested Divs is as much a No-No as nested Tables.

BTW Much was made of my use of Joomla! 1.5.x , It uses DIV's and validates as XHTML 1.0 Transitional unlike a lot of competing supposed superior CMS'es

Last edited by WorldFamousWebdeveloper; 29-05-2010 at 04:39 PM.
Reply With Quote
  #10  
Old 30-05-2010, 09:42 AM
kay's Avatar
kay kay is offline
Senior Member
AWIA Member Site Admin
 
Join Date: Oct 2002
Location: Perth
Posts: 3,669
kay has disabled reputation
Default

Quote:
Originally Posted by WorldFamousWebdeveloper View Post
There are more tables being used by vBulletin for Layout usage rather than tabular data.
With forums, what's tabular data and what's layout is often up for debate.

Quote:
Originally Posted by WorldFamousWebdeveloper View Post
I am not defending the use of either, only stating that tables do have a (Granted limited) place in modern HTML website designs

Use of Too many Nested Divs is as much a No-No as nested Tables.
I disagree. Tables are not for layout, they're for tabular data. Are we really debating this in 2010? HTML and CSS give you all the tools you need to create pretty much any kind of layout you want. If a developer can't produce a layout without resorting to inappropriate use of semantic elements, that's a reflection on the developer's skill. And If you're nesting anything too deep there's a good chance you're doing it wrong.

Quote:
Originally Posted by WorldFamousWebdeveloper View Post
BTW Much was made of my use of Joomla! 1.5.x , It uses DIV's and validates as XHTML 1.0 Transitional unlike a lot of competing supposed superior CMS'es
Producing valid output is only one of the criteria for success for a CMS...
__________________
buy my monaro!
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

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

Forum Jump


All times are GMT +8. The time now is 12:15 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.