Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Web Design, Coding & Programming Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 06-14-2007, 07:27 AM   #1 (permalink)
Googler
 
P!TBO!'s Avatar
 
Join Date: Jun 2007
Location: KyuCee
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
P!TBO! is on a distinguished road
Send a message via Yahoo to P!TBO!
does table-less created sites have a disadvantage?....

i've seen some table-less created sites, im wondrin' if these sites have a disadvantage when it comes to SEO's?
P!TBO! is offline   Reply With Quote
 
Sponsored Links
Old 06-14-2007, 07:58 AM   #2 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Smile

No, it does not have disadvantages (well maybe a little hard to css it). But In fact, it has many advantages:

1. table-less design is accessible - that's the main reason to use it towards people with disabilities. Using tables requires additional attributes, such as "summary" which I haven't seen on any web site - web developers just forget it or don't pay much attention to it.
2. Google support w3c/accessibility standards and gives much greater value to such web sites. I witnessed it myself.
3. divs vs tables - easily readable, keeping html structure clean and simple. Search Bots like that.
4. I haven't met any self-respecting designer to ever use tables for a mark-up and decoration purposes, even more, when interviewed, designers being asked if they know table-less design techniques.

Holy heaven! I forgot to mention that I became a member of gawds (guild of accessible web designers) a couple of days ago....so I kinda know stuff
alex-party is offline   Reply With Quote
Old 06-14-2007, 10:07 AM   #3 (permalink)
Googler
 
P!TBO!'s Avatar
 
Join Date: Jun 2007
Location: KyuCee
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
P!TBO! is on a distinguished road
Send a message via Yahoo to P!TBO!
thanks for that!

i've read some post in the forum that spiders could have problems or something when it comes to framed contents, i just thought that maybe table-less sites would also have disadvantages like the one that framed contents have although i really know some of the advantages of table-less sites, i just wonder if it would be of the same as in framed contents.

at least now i know!
P!TBO! is offline   Reply With Quote
Old 06-14-2007, 01:37 PM   #4 (permalink)
Noogle
 
hcastor's Avatar
 
Join Date: Jun 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
hcastor is on a distinguished road
i actually don't apply either this table-less because as far as i know it will really take time for you to create layouts and it will minimize your space. maybe this is the advantage on my part
hcastor is offline   Reply With Quote
Old 06-14-2007, 01:55 PM   #5 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Smile

framed contents are the worse solution than tables or anything else, you should avoid using them at any cost. There are css rule "overflow:auto" to simulate scrollable areas - try this on your page:

<div id="frame" style="height:20px;overflow:auto">
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
hello<br/>
</div>

As to hcastor post, "it will really take time for you to create layouts and it will minimize your space" - not sure what you meant by "minimize space", but you will eventually spend more time promoting your web site than doing it once right and enjoying top positions in google. I had saw many times PR1-2 table-less web sites on top of PR5-6 sites. Both having good contents but 1st had valid xhml, the second had 200 errors and ugly html. I still can't explain what impacts such positions rather than this.
alex-party is offline   Reply With Quote
Old 07-04-2007, 08:56 AM   #6 (permalink)
Senior Googler
 
fjpoblam's Avatar
 
Join Date: Feb 2007
Location: Santa Fe, NM
Posts: 143
Thanks: 0
Thanked 8 Times in 8 Posts
fjpoblam is on a distinguished road
Table-less sites have advantages, IMHO...

...that is, if you mean, when using tables for LAYOUT as opposed to tables where they're intended, for presentation of tabular data. When I converted to table-less layouts throughout my and my clients' sites, I found:
  • a SIGNIFICANT improvement in load times
  • easier to make an "elastic" layout for larger/smaller screens
  • easier maintenance: a two column layout, for example, with a main column and a side bar, was easily "swapped" side-to-side by simply swapping the definition of a "div" in a css file instead of copying and pasting a set of "tds"
  • easier readability (i.e., "accessibility") by screen readers, important for one of my clients, an education-supported group: if you want a demo of this, fetch a copy of the Firefox extension, Jaws, which gives you a screen text equivalent to what a screen reader would pronounce...interesting...
It's worth the effort! Get'er done!
fjpoblam is offline   Reply With Quote
Old 07-13-2007, 12:13 PM   #7 (permalink)
Googler
 
zagu060807's Avatar
 
Join Date: Jul 2007
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
zagu060807 is on a distinguished road
No, it is an advantage to SEO because it is Search engine friendly.
zagu060807 is offline   Reply With Quote
Old 07-13-2007, 12:26 PM   #8 (permalink)
Master Googler
 
Join Date: Jan 2007
Posts: 952
Thanks: 0
Thanked 1 Time in 1 Post
toinkzzz is on a distinguished road
table less sites are search engine crawler friendly.. it can easily check the content of your site..
toinkzzz is offline   Reply With Quote
Old 07-13-2007, 01:04 PM   #9 (permalink)
Noogle
 
Join Date: Jul 2007
Location: Colorado
Posts: 20
Thanks: 0
Thanked 1 Time in 1 Post
testsherpa is on a distinguished road
Alex, thank you for sharing your expertise. I have a few sites that are pretty table-intensive and FrontPage puts a bunch of garbage in the code as well. And, to top it off, some are educational sites so I have "chunked" the educational information into smaller readable pages rather than cram all into one page.

I'm considering switching the content to a Wordpress blog as I am not a CSS expert. Do you believe this would improve my rankings?
testsherpa is offline   Reply With Quote
Old 07-13-2007, 01:35 PM   #10 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Quote:
Originally Posted by testsherpa View Post
I'm considering switching the content to a Wordpress blog as I am not a CSS expert. Do you believe this would improve my rankings?
It may sound lame, but I never had a chance to look inside wordpress templates, never had such need. But as long as they use clean html, preferably table-less, it's fine. I can also give you several links. Maybe you will find something for your web site:

Free Website Templates
Free Website Templates - Web Design Templates - PowerPoint Templates
Content oriented web templates and custom web development - GetTemplate

Good day,
alex-party is offline   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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
All â€Uefriends” aren’t created equal! (why we need better relationship marking in social networks) News Alerts Google Employee Blogs 0 05-13-2007 10:50 PM
Pinball Coffee Table geekerati Chit Chat 1 01-24-2006 07:10 AM
Another site created by yours truly (reviews plz) Pixel Site Reviews & Suggestions Forum 13 11-24-2005 12:52 PM
table clock darksoul Chit Chat 8 06-25-2004 07:26 PM


All times are GMT -8. The time now is 12:03 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community