Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Ezilon Directory   1,000 Directory Submissions   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 09-07-2004, 11:13 AM   #1 (permalink)
Junior Member
 
Join Date: 06-30-04
Location: Long Island, NY
Posts: 26
iTrader: 0 / 0%
mortgage-pro-seo is on the right pathmortgage-pro-seo is on the right pathmortgage-pro-seo is on the right path
CSS & The Masses

Is designing table-less sites ready for the masses? I am looking to redesign a couple of my sites. I am wondering if I should totally abandon the tables?
__________________
We offer free bad credit mortgage counseling and refinance mortgage information.
mortgage-pro-seo is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 09-07-2004, 11:23 AM   #2 (permalink)
CEO, V7 Inc
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,618
iTrader: 2 / 100%
John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
I hear that doing everything w/o tables is the way of the future, but personally I don't know. As long as it renders fine in the majority of browsers, I'd think you're good to go. No?
__________________
Buy Permanent Contextual Links - V7N Web Directory

Questions? Call V7 toll free @ 1.888.876.8762
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-07-2004, 11:42 AM   #3 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
If you abandon tables you have the huge advantage of completely redesigning your site using only css. That includes layout, colors, everything. I definitely recommend designing without tables.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-07-2004, 11:51 AM   #4 (permalink)
JohnScott's Lovechild
 
Join Date: 10-12-03
Posts: 10,023
iTrader: 0 / 0%
Latest Blog:
None

Brian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest order
http://www.mezzoblue.com/zengarden/alldesigns/

All those websites listed have the same code, just different css. The power of css is quite incredible.
Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-07-2004, 11:54 AM   #5 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Quote:
Originally Posted by Brian
The power of css is quite incredible.
Agreed
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-07-2004, 12:06 PM   #6 (permalink)
Inactive
 
Spiral's Avatar
 
Join Date: 07-06-04
Location: Detroit, MI
Posts: 594
iTrader: 0 / 0%
Latest Blog:
None

Spiral is liked by somebodySpiral is liked by somebodySpiral is liked by somebodySpiral is liked by somebody
Send a message via AIM to Spiral Send a message via MSN to Spiral
The only problem with tableless layouts is that certain browsers display the elements differently, and you can't really work around it. I find it easier and to use tables and css. But I'm sure theres a lot of css/standards nazis that would hate me for it.
Spiral is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2004, 12:35 PM   #7 (permalink)
Inactive
 
randfish's Avatar
 
Join Date: 09-08-04
Location: Seattle, WA
Posts: 111
iTrader: 0 / 0%
Latest Blog:
None

randfish is just really nicerandfish is just really nicerandfish is just really nicerandfish is just really nicerandfish is just really nicerandfish is just really nicerandfish is just really nicerandfish is just really nicerandfish is just really nice
Personally, I like using tables mixed with CSS. There are some elements that are so much simpler using tables and HTML was formulated with tables in mind.

I think it's highly unlikely that table support will ever be dropped or even dowgraded by browsers, so unless you're doing it to be 'Cool' or because you prefer it, it seems to be 6 of one and half a dozen of the other.
randfish is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2004, 12:43 PM   #8 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Quote:
Originally Posted by randfish
I think it's highly unlikely that table support will ever be dropped or even dowgraded by browsers, so unless you're doing it to be 'Cool' or because you prefer it, it seems to be 6 of one and half a dozen of the other.
Using tables gives you less control over layout. If I design a site with tables, then later decide I want to move the nav from the left to the right, I would have to change the table to do it. If I used no tables, I could easily move it from the left to the right by simply changing one css file.

So, you don't do it to be "cool", you do it to have more control over your sites.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2004, 02:02 PM   #9 (permalink)
Inactive
 
se4b4ss's Avatar
 
Join Date: 06-10-04
Posts: 205
iTrader: 0 / 0%
Latest Blog:
None

se4b4ss is on the right pathse4b4ss is on the right pathse4b4ss is on the right path
Quote:
Originally Posted by Jazzee
Using tables gives you less control over layout. If I design a site with tables, then later decide I want to move the nav from the left to the right, I would have to change the table to do it. If I used no tables, I could easily move it from the left to the right by simply changing one css file.
i accomplish this by using php includes on all my pages. like this:

template:
<?php include("header.html") ?>
<p>content</p>
<?php include("footer.html") ?>

this way i can go back and change the table layout in my header file and the whole site is changed.

not to say that i don't appreciate what css can do...

regards,
steve
se4b4ss is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2004, 02:29 PM   #10 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Yea, I think everyone uses includes for that. But what if you want to change the entire layout? You have to recode your entire table. With css, you don't have to.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2004, 02:30 PM   #11 (permalink)
Inactive
 
Spiral's Avatar
 
Join Date: 07-06-04
Location: Detroit, MI
Posts: 594
iTrader: 0 / 0%
Latest Blog:
None

Spiral is liked by somebodySpiral is liked by somebodySpiral is liked by somebodySpiral is liked by somebody
Send a message via AIM to Spiral Send a message via MSN to Spiral
php includes are awesome. I use them for everything on my blogish e/n site.

I generally don't want to change elements of my page after I've launched it, I make all my changes before it is set in stone.
Spiral is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2004, 02:33 PM   #12 (permalink)
Inactive
 
se4b4ss's Avatar
 
Join Date: 06-10-04
Posts: 205
iTrader: 0 / 0%
Latest Blog:
None

se4b4ss is on the right pathse4b4ss is on the right pathse4b4ss is on the right path
Quote:
Originally Posted by Jazzee
But what if you want to change the entire layout? You have to recode your entire table. With css, you don't have to.
i don't think i've reached that point in the css learning curve yet. but i certainly get your point.

regards,
steve
se4b4ss is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-08-2004, 04:45 PM   #13 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
CSS = brilliant, but it's not 100% what I want.
CSS does some wonderfull automagical things, it's soo powerful, and there's more magic in the pipeline, yet I can't believe they missed most of the things that would enable the emmulation (and therefore replacement) of <table> layouts!

Ok so the
Code:
display: table|table-cell|table-row;
options are very helpfull but make u use extra <div>s etc, and of course not all browsers support it.

Which brings me to the biggest problem, MSIE, c'mon microsof u're dragging the web down!

So in answer to your question...
Is designing table-less sites ready for the masses?
Well the masses have been ready for a long time, but the browsers make it difficult. The answer is to invent layouts that don't need tables.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt

Last edited by LazyJim : 09-08-2004 at 04:47 PM. Reason: typos
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-09-2004, 05:24 AM   #14 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
Comfy slippers designer me.
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-09-2004, 07:56 AM   #15 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
I don't even wear slippers
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-09-2004, 08:52 AM   #16 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
Where u been LJ?
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-09-2004, 08:53 AM   #17 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
(.)(.)
LJ
\___/
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-09-2004, 09:41 AM   #18 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
CSS layouts are cool and all, but sometimes they really make me tear my hair out, and after days of trying to get around browser rendering problems, I often just go back to the simple, tried and tested tables.
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-09-2004, 12:38 PM   #19 (permalink)
Inactive
 
evilregis's Avatar
 
Join Date: 08-06-04
Location: Ontario
Posts: 669
iTrader: 0 / 0%
Latest Blog:
None

evilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the rough
Send a message via ICQ to evilregis
Quote:
Originally Posted by edbarton
CSS layouts are cool and all, but sometimes they really make me tear my hair out, and after days of trying to get around browser rendering problems, I often just go back to the simple, tried and tested tables.
...but there was probably a time when you were learning to design with tables that you couldn't do a certain something or other. What'd you do? Sit down and figure out how to do it.

I remember, when I first started getting serious about web design, having to learn how to make the kick-ass-table-based-spliced-images designs. Doing that the first time and learning the intricacies of tables and how different browsers rendered them was not an easy thing. It took a lot of work. But it was worth it. As is learning CSS.

Not to say that you are wrong in your approach, because that is easy and in business time is money, but to fall back on tables and forget about the css is a bad solution. Finish that project that the deadline was on and then try and figure out how to do that thing using CSS.

It's all about baby steps... and that's how I learned how to do what I can do with CSS just the same.

Summation: It's worthwhile to learn. You'll be glad you did when you do.
evilregis is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-09-2004, 12:43 PM   #20 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
I didn't really have too many problems with tables, mainly because I learned through Dreamweaver, but with dreamweaver and CSS it is an entirely different story, due to crazy absolute positioning etc. and it just not being fun.

I always start projects with the intention of it being completed fully in CSS, and as often as possible, I will but if it does get timely, then I just have to go the table way, as I am confident that, the tables way can be successful in the time I have.

Also, in answer to your question, you are absolutely fine in using CSS for the masses, as there should be no problem, although using tables is hardly going to matter that much.
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

vB 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
Shortcut to Success ( but not followed by the masses) januario Marketing Forum 1 02-07-2008 02:47 PM
Reports Of Google Dropping Masses Of Pages peter_d Google Forum 9 08-31-2007 01:34 AM
Do you Design for the IMPAIRED, or for the MASSES? ! ! Web Usability 6 03-04-2006 06:19 PM
Good websites stand out from the masses of boring,.......... priyanka Marketing Forum 0 05-11-2004 09:41 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory