As I try to get better in my html and php skills, (and although I failed to apply the knowledge I gain from the trip on all my work), I do observe the new trends that makes the net what it is today.
Lately and it might be a Firefox consequence, the big new trend is the coding standards of the W3C... wich is of course, a big plus. But there is some bias opinions about the style we should apply and what html tags must be in use.
I felt the urge to answer to what I can compare as an Anti-Mac or Anti-PC attitude, the anti-TABLE attitude.
The table tag was introduce in html 3 (as far as I could dig) and was overused in the past and still is today as a design "fix" if I can say it that way.
Today, we must send back the table tag to its real purpose : Showing tabular data.
It is true that the div is the way to go... for design. But considering the table tag as the devil is a big misconception of html. So when you have someone trying to sell the idea to remove all table tags from your html, don't forget that he might be right for your design... but not necessarily for the content you are showing.
For my own crazy untrue "I have nothing to do when I'm at work" gig, I build a little simple mod showing some links to examples of css design I found really nice and simple. And you will probably have a good guess if you think the first example is... a table.
So click here NOW... I SAID NOW !!!!!
C !
Note: Edit (June 14) : I added a Drop down menu by Alsacréation. ;)
Lately and it might be a Firefox consequence, the big new trend is the coding standards of the W3C... wich is of course, a big plus. But there is some bias opinions about the style we should apply and what html tags must be in use.
I felt the urge to answer to what I can compare as an Anti-Mac or Anti-PC attitude, the anti-TABLE attitude.
The table tag was introduce in html 3 (as far as I could dig) and was overused in the past and still is today as a design "fix" if I can say it that way.
Today, we must send back the table tag to its real purpose : Showing tabular data.
It is true that the div is the way to go... for design. But considering the table tag as the devil is a big misconception of html. So when you have someone trying to sell the idea to remove all table tags from your html, don't forget that he might be right for your design... but not necessarily for the content you are showing.
For my own crazy untrue "I have nothing to do when I'm at work" gig, I build a little simple mod showing some links to examples of css design I found really nice and simple. And you will probably have a good guess if you think the first example is... a table.

So click here NOW... I SAID NOW !!!!!

C !
Note: Edit (June 14) : I added a Drop down menu by Alsacréation. ;)
| The anti-table trend ! | Log-in or register a new user account | 6 Comments | |
|
| |
| Comments are statements made by the person that posted them. They do not necessarily represent the opinions of the site editor. |
Re: The anti-table trend !(Score: 1)by allknightaccess on Jun 14, 2005 - 03:51 AM (User information | Send a message |
|
Table vs. no tables? But if tables are still used for layout, they can validate as valid xhtml, right? |
- Re: The anti-table trend ! by Chestnut on Jun 14, 2005 - 08:25 AM
- Re: The anti-table trend ! by Chestnut on Jun 14, 2005 - 08:34 AM
- Re: The anti-table trend ! by atommyk on Jun 14, 2005 - 09:53 AM
- Re: The anti-table trend ! by Chestnut on Jun 14, 2005 - 11:04 AM
- Re: The anti-table trend ! by atommyk on Jun 14, 2005 - 09:53 AM
- Re: The anti-table trend ! by Chestnut on Jun 14, 2005 - 08:34 AM
Re: The anti-table trend !(Score: 1)by allknightaccess on Jun 16, 2005 - 02:51 AM (User information | Send a message |
| Here is something you find useful: http://www.workingwith.me.uk/tablefree/why/ |

