NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page Table less website design?

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search
9 members in live chat ~  
NamePros Design Contests NamePros Design Contests
Forum Sponsorship
Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest)



Reply
 
LinkBack Thread Tools
Old 03-01-2009, 03:19 AM THREAD STARTER               #1 (permalink)
New Member
Join Date: Mar 2009
Posts: 3
james169 is an unknown quantity at this point
 



Table less website design?


Hi Everyone,

Would it be better to make website table less? Has anyone ever developed website completely table less?

And, what's the purpose of making a site table less?

Hope, I will have some good inputs from you guys. Thanks...
james169 is offline   Reply With Quote
Old 03-01-2009, 08:03 AM   #2 (permalink)
NamePros Regular
 
FathomJH's Avatar
Join Date: Oct 2006
Location: U.S.
Posts: 413
FathomJH is a jewel in the roughFathomJH is a jewel in the roughFathomJH is a jewel in the rough
 



The use of tables was meant for "tabular data" (i.e. - a spreadsheet type format). Over the years, many web developers began using tables when in fact the use of tables was not meant for creating a whole website. However, this does not make it wrong, it works right?

On the flip-side, you have CSS (cascading style sheets - "table-less"). CSS actually gives you more control over positioning on the web page. You can do many things with CSS and you can also incorporate tables into the code if you choose to do so. I believe, and many will attest, one should use CSS to develop their site: it's cleaner, neater and easier to maintain.

Hope this helps!
FathomJH is offline   Reply With Quote
Old 03-01-2009, 01:15 PM   #3 (permalink)
Senior Member
 
shockie's Avatar
Join Date: Dec 2006
Posts: 4,702
shockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond repute
 



the question shouldn't be "why make a site tableless," but rather "why make a site with tables?"

always a good read: http://www.hotdesign.com/seybold/
__________________
- shockie
shockie is offline   Reply With Quote
Old 03-05-2009, 02:05 PM   #4 (permalink)
First Time Poster!
Join Date: Mar 2009
Posts: 1
nex0r is an unknown quantity at this point
 



tableless designs are fully customizable and easy way to integrate anything else before you have launched the website... <div> tags are the best thing...
nex0r is offline   Reply With Quote
Old 03-08-2009, 03:32 AM   #5 (permalink)
New Member
Join Date: Mar 2009
Posts: 4
beamstyle.com is an unknown quantity at this point
 



Also, for design using tables, there are always some cross-platform problems using different browsers. Not to also mention the spacer pictures.

beamstyle.com is offline   Reply With Quote
Old 03-08-2009, 03:41 AM   #6 (permalink)
New Member
Join Date: Mar 2009
Posts: 4
beamstyle.com is an unknown quantity at this point
 



And the big problem with the table is that the spacing is always a little bit off depending on the browser. So it is much better to use CSS.

-------------------
From Beamstyle Web Design Hong Kong
beamstyle.com is offline   Reply With Quote
Old 03-17-2009, 11:33 AM   #7 (permalink)
NamePros Member
 
The Rover's Avatar
Join Date: Mar 2009
Location: Austin, TX
Posts: 172
The Rover will become famous soon enoughThe Rover will become famous soon enough
 



Why design a tableless design?

1.) It's easier for search engines to index your site.
2.) It's easier for your users to view your site on multiple browsers.
3.) It's easier to modify and edit your design elements.
4.) It's geeky and just plan cool.
The Rover is offline   Reply With Quote
Old 03-18-2009, 02:36 AM   #8 (permalink)
New Member
Join Date: Feb 2009
Posts: 19
rady is an unknown quantity at this point
 



First and most important thing is that search engines index better/faster tableless websites. Because search engines spiders(or crawlers) can index only an predefined amount of text (not the completely entire page). So from here it came the need of making the pages smaller, lighter, for better search engine indexing. And what was the part of the code that you could separate from the code (yep, the css part) and we got to the point of using separate style sheets, and not embedded ones.

Honestly i think that tables are disregarded a little. Because for me we can still use them with the same efficiency as divs, but focusing us on what content deliver to search engines.
__________________
Web design resources
Funny movies
rady is offline   Reply With Quote
Old 03-18-2009, 06:52 AM   #9 (permalink)
Senior Member
Join Date: Jan 2006
Posts: 4,187
Steve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond repute
 



Another benefit is accessibility. Since content is separated from design, screen readers (programs visually impaired people use to read websites) have an easier time getting through the page.
__________________
Steve
NamePros Staff Emeritus
Steve is offline   Reply With Quote
Old 03-18-2009, 07:10 AM   #10 (permalink)
Account Suspended
Join Date: Nov 2008
Location: Russia
Posts: 622
andr69 is a jewel in the roughandr69 is a jewel in the roughandr69 is a jewel in the rough
 



I think, the table webdesign is a progressive form of webdesign. You shouldn't design without tables.
andr69 is offline   Reply With Quote
Old 03-18-2009, 12:57 PM   #11 (permalink)
Senior Member
 
shockie's Avatar
Join Date: Dec 2006
Posts: 4,702
shockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond reputeshockie has a reputation beyond repute
 



Originally Posted by andr69
I think, the table webdesign is a progressive form of webdesign. You shouldn't design without tables.
i think you have it backwards. you should design without using tables, and css is the "new" thing. if you want your design to have style, then use a stylesheet...
__________________
- shockie
shockie is offline   Reply With Quote
Old 03-18-2009, 01:37 PM   #12 (permalink)
Senior Member
Join Date: Jan 2006
Posts: 4,187
Steve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond reputeSteve has a reputation beyond repute
 



Originally Posted by shockie
i think you have it backwards. you should design without using tables, and css is the "new" thing. if you want your design to have style, then use a stylesheet...
And if you want a different style, switch out the stylesheets. Ah, the beauty of CSS with semantic HTML.
__________________
Steve
NamePros Staff Emeritus
Steve is offline   Reply With Quote
Reply


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


 
All times are GMT -7. The time now is 07:53 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger