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 1141 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Tables work just fine too

Thread title: Tables work just fine too
Closed Thread  
Page 3 of 4 < 1 2 3 4 >
    Thread tools Search this thread Display Modes  
01-19-2007, 01:54 AM
#21
Awesome is offline Awesome
Awesome's Avatar
Status: Pastafarian
Join date: May 2006
Location: Duct Taped to your Ceiling
Expertise:
Software:
 
Posts: 3,440
iTrader: 26 / 93%
 

Awesome is on a distinguished road

  Old

Originally Posted by feros
As far as the "accessibility" issue - valid coding (with or without tables) is all you need to have an accessible site. Even invalid coding is usually accessible. People just like to be nit picky.
Ah, I see you've never used a screen reader. You should really read up on the topic before trying to discuss it.

Correct alt tags are a part of accessibility for example, but you can't validate those... Access Keys? Not part of validation either. Please don't mislead the people on this forum who are looking to do things correctly with such misguided and ill advised notions.

01-19-2007, 02:15 AM
#22
vkess is offline vkess
Status: I'm new around here
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 8
iTrader: 0 / 0%
 

vkess is on a distinguished road

  Old

Originally Posted by feros
As far as the "accessibility" issue - valid coding (with or without tables) is all you need to have an accessible site. Even invalid coding is usually accessible. People just like to be nit picky.
I totally disagree with this. CSS does not an accessible site make!

Validating is only one of many best practices. I can code a page that is in accessibility terms "horrendous", yet still validates. To make such a sweeping statement about accessibility is somewhat naive.

Think how a speech synthesizer might render a table design. Very confusing for the blind. What about defining a text and background color almost identica; valid but not accessible.

Have a read at:
http://www.w3.org/TR/WCAG10-HTML-TECHS/
And hopefully you will see that accessibility if far more complicated that mere validation.

Maybe even try out a text reader or other disability aid and you will see where I am coming from.

01-19-2007, 02:31 AM
#23
MK3Design is offline MK3Design
Status: Member
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 252
iTrader: 2 / 100%
 

MK3Design is on a distinguished road

Send a message via AIM to MK3Design Send a message via MSN to MK3Design

  Old

Tables for me..

01-19-2007, 02:39 AM
#24
Jeff Andersen is offline Jeff Andersen
Status: Superstar
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 4,449
iTrader: 10 / 100%
 

Jeff Andersen is on a distinguished road

  Old

I always use to use tables but then I got to the point where they just took too long to load due to the cumbersome ways they use images and backgrounds and such, I don't know if it's a huge difference but I find table free coding much faster.

01-20-2007, 01:38 AM
#25
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Plus, Divs load alot faster, I know we can't see it, but it just does.

01-20-2007, 09:16 AM
#26
igor is offline igor
Status: Junior Member
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 35
iTrader: 1 / 100%
 

igor is on a distinguished road

Send a message via MSN to igor Send a message via Skype™ to igor

  Old

Hello friends
Here is my view on subject.

Using tables is wrong approach, which will not have any use in future. On the other side designs created with w3c compliance in mind, are rather limited right now. Browser support is just weak and from time to time you will find yourself learning stuff you should not need know, like hacks.

For the accessibility, you might want to read this:
http://www.contentwithstyle.co.uk/Articles/106/

I'm out.

01-20-2007, 11:50 AM
#27
RaZoR^ is offline RaZoR^
RaZoR^'s Avatar
Status: Member
Join date: Feb 2006
Location:
Expertise:
Software:
 
Posts: 191
iTrader: 1 / 100%
 

RaZoR^ is on a distinguished road

  Old

Yeah, admittedly you do get used to using hacks sometimes... but if you can think about things logically enough, there's usually another way of getting the layout and positioning to work correctly in all browsers without them. Often if you find hacks on the net somewhere, they get removed and a proper solution is given once it's been found... if it's you own hack then it's just up to you to find a way around it.

01-20-2007, 04:54 PM
#28
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

i've only used 1 hack (one time, a month ago) in my 4 years of css driven coding.

01-20-2007, 07:05 PM
#29
igor is offline igor
Status: Junior Member
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 35
iTrader: 1 / 100%
 

igor is on a distinguished road

Send a message via MSN to igor Send a message via Skype™ to igor

  Old

Originally Posted by RaZoR^
Yeah, admittedly you do get used to using hacks sometimes... but if you can think about things logically enough, there's usually another way of getting the layout and positioning to work correctly in all browsers without them. Often if you find hacks on the net somewhere, they get removed and a proper solution is given once it's been found... if it's you own hack then it's just up to you to find a way around it.

You're right.

01-22-2007, 01:30 AM
#30
Julian is offline Julian
Status: Simply to simplify
Join date: Apr 2005
Location: Foxton, Manawatu, New Zealand
Expertise:
Software:
 
Posts: 5,572
iTrader: 0 / 0%
 

Julian is on a distinguished road

  Old

Hack free tableless code is not difficult, it just takes longer to find the solutions.

Jeff, I know tables work fine, but the whole essence of the <table> tag is for tabular data, if you want to display a spreadsheet of data, or calendar for example. But we can even create tableless data tables now, so why code tables at all?

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


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

  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