Go Back   Bill McIntosh's Business Inner Circle > Free Members Only Online Marketing Forums > Website Design / Website Development > HTML & Graphic Design

HTML & Graphic Design Properly designing your website to sell is extremely important. Discuss issues related to HTML, images & graphic design in this forum.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-01-2009, 04:49 PM
Junior Member
 
Join Date: Jan 2009
Posts: 10
Rep Power: 0
iain is on a distinguished road
Default Is Table-based Layouts Dying Out?

I personally believe that CSS is the only way forward now and soon enough table-based layouts will become completely obsolete. Sure CSS has its problems, but with every new browser and web standards release things are steadily getting better and more compatable. Whilst tables have their uses in the overall design, I don't think they will be at the forefront of any new websites in the future.

What do you think?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-03-2009, 06:12 AM
Member
 
Join Date: Feb 2009
Posts: 58
Rep Power: 4
st_hart is on a distinguished road
Default Re: Is Table-based Layouts Dying Out?

Yes I agree with that. Today more web designers use less and even no table on the web they design. They completely depend on CSS to design the layout. Table is likely works against you instead of for you. At least it makes your website loading slower.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-03-2009, 07:43 AM
Junior Member
 
Join Date: Jan 2009
Location: Jacksonville, FL
Age: 33
Posts: 11
Rep Power: 0
ezonyx is on a distinguished road
Send a message via ICQ to ezonyx
Default Re: Is Table-based Layouts Dying Out?

With today's ISP speeds, loading is not an issue, besides, there are not much of the difference in the loading times, only in what loads first. I am an old school and still using tables for my new designs. I think tables are way better for much complicated and unique designs. In addition, I am sure that my design will be displayed correctly in all browser types and versions, this is harder to achieve with css. As long as I am alive, you'll see more table based designs and I am sure there are more folks like me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-02-2009, 08:22 PM
artemis's Avatar
Member
 
Join Date: Jan 2009
Location: Austin - Texas
Posts: 49
Rep Power: 0
artemis is on a distinguished road
Arrow Re: Is Table-based Layouts Dying Out?

I gotta agree with ezonyx - I too still use tables. I really don't find a significant enough difference on load times and there really is nothing wrong with using tables.

My 2¢ -
__________________
A r t e m i s
------------
Internet Marketing Giveaway
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-28-2009, 10:17 PM
Junior Member
 
Join Date: Mar 2009
Posts: 4
Rep Power: 0
conceptskateboarding is on a distinguished road
Default Re: Is Table-based Layouts Dying Out?

CSS saves so much time using an external style sheet.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-08-2009, 04:41 AM
Junior Member
 
Join Date: Jul 2009
Posts: 1
Rep Power: 0
ivanmiller is on a distinguished road
Default Re: Is Table-based Layouts Dying Out?

I haven't grasped the concept of CSS yet. Are there WYSIWYG programs that let you create CSS-based Web sites? I'm an old school MS FrontPage user and start building each site with tables. I am completely lost with this concept and technique. Can someone point me in the right direction?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-12-2009, 12:25 PM
Junior Member
 
Join Date: Jun 2009
Location: Kent, England
Age: 21
Posts: 10
Rep Power: 0
sequencehosting is on a distinguished road
Default Re: Is Table-based Layouts Dying Out?

Quote:
Originally Posted by ivanmiller View Post
I haven't grasped the concept of CSS yet. Are there WYSIWYG programs that let you create CSS-based Web sites? I'm an old school MS FrontPage user and start building each site with tables. I am completely lost with this concept and technique. Can someone point me in the right direction?
I guess I would have to recommend DreamWeaver! The best thing about Dreamweaver is the code it produces is normally quite clean and browser friendly unlike most other programs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-10-2009, 02:47 AM
scottelkin's Avatar

 
Join Date: Jan 2009
Location: Burbank, CA
Posts: 55
Rep Power: 10
scottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud of
Send a message via MSN to scottelkin Send a message via Skype™ to scottelkin
Default Re: Is Table-based Layouts Dying Out?

Designing by tables is dead. Not dying - dead. Yes, they can work - but poorly. Look at what I can do without tables:

1. with one line of CSS i can move a sidebar to the left or the right.
2. with one line of CSS i can hide any part of my site.
3. it is super easy to edit my website. I will never again help a friend with a website with nested tables, e.g. <table><tr><td><table><tr><td>header...</td><tr><table<tr><td>sidebar...
4. it is the future - might as well learn it.
5. mobile devices: table-based layouts look pretty miserable on cell phones and iphones.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-10-2009, 02:47 AM
scottelkin's Avatar

 
Join Date: Jan 2009
Location: Burbank, CA
Posts: 55
Rep Power: 10
scottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud ofscottelkin has much to be proud of
Send a message via MSN to scottelkin Send a message via Skype™ to scottelkin
Default Re: Is Table-based Layouts Dying Out?

Designing by tables is dead. Not dying - dead. Yes, they can work - but poorly. Look at what I can do without tables:

1. with one line of CSS i can move a sidebar to the left or the right.
2. with one line of CSS i can hide any part of my site.
3. it is super easy to edit my website. I will never again help a friend with a website with nested tables, e.g. <table><tr><td><table><tr><td>header...</td><tr><table<tr><td>sidebar...
4. it is the future - might as well learn it.
5. mobile devices: table-based layouts look pretty miserable on cell phones and iphones.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
css, design, table, tables

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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



All times are GMT. The time now is 02:30 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright 2008 Bill McIntosh All Rights ReservedAd Management plugin by RedTyger
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53