iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-05-2008, 01:32 PM
tombstoneweb's Avatar
WebProWorld Member
 
Join Date: Sep 2004
Location: Tombstone Arizona
Posts: 87
tombstoneweb RepRank 1
Question OK, I've decided to go tableless... now what?

Hi all,

I am beginning the process of redesigning one of my websites. I have read many threads on different aspects of tables vs css design and have decided to redesign my website using a tableless design. I have been designing static pages in tables for a while and have decided to jump out of the box and into the water (so to speak) but have no idea where to start. I have just started using css instead of the many depreciated tags I've been using for years and am starting to get a grasp on it.

I guess what I am looking for is a direction to go to educate myself in the things I will need to know to pull this off. I have an old page of mine that is only 5 pages long, so I figure that would be a good one to start on (I'll do the 40 page site when I know what I am doing). I am thinking the hardest part will be thinking outside the tables.
__________________
Invent the possibilities, not the obstacles.
Tombstone Arizona - Tombstone Arizona History - Tombstone Arizona Souvenirs
Reply With Quote
  #2 (permalink)  
Old 07-06-2008, 04:30 AM
Web-Design-Guy's Avatar
WebProWorld Pro
 
Join Date: Jun 2008
Location: Perth, Western Australia
Posts: 107
Web-Design-Guy RepRank 1
Default Re: OK, I've decided to go tableless... now what?

Well done for going tableless!

A good place to start might be taking a look at free templates, for example here:

http://www.opendesigns.org/

Maybe grab a couple you like, open then up and see how the design is achieved.

When I made the switch a few years ago - and to an extent still - there was lots of trial and error involved but it will be worth it in the end.

Good luck.
Reply With Quote
  #3 (permalink)  
Old 07-06-2008, 08:14 AM
tombstoneweb's Avatar
WebProWorld Member
 
Join Date: Sep 2004
Location: Tombstone Arizona
Posts: 87
tombstoneweb RepRank 1
Default Re: OK, I've decided to go tableless... now what?

Quote:
Originally Posted by Web-Design-Guy View Post
Well done for going tableless!
A good place to start might be taking a look at free templates, for example here:
http://www.opendesigns.org/
Maybe grab a couple you like, open then up and see how the design is achieved.
Thank you Web-Design-Guy, I will do that.
It looks like it'll be almost the same as when I first learned html. Find a website that does something you like, look at the code and try to figure out how it works.

Any other suggestions out there?
__________________
Invent the possibilities, not the obstacles.
Tombstone Arizona - Tombstone Arizona History - Tombstone Arizona Souvenirs
Reply With Quote
  #4 (permalink)  
Old 07-06-2008, 11:49 PM
danlefree's Avatar
WebProWorld Pro
 
Join Date: Jun 2005
Location: Seattle
Posts: 115
danlefree RepRank 1
Default Re: OK, I've decided to go tableless... now what?

Try A List Apart - you will have to venture back in time through the articles, however, ALA has been promoting (and explaining) best practices in table-free design for ages.
__________________
- Dan LeFree
Dan LeFree Consulting
Reply With Quote
  #5 (permalink)  
Old 07-07-2008, 08:30 AM
tombstoneweb's Avatar
WebProWorld Member
 
Join Date: Sep 2004
Location: Tombstone Arizona
Posts: 87
tombstoneweb RepRank 1
Default Re: OK, I've decided to go tableless... now what?

Quote:
Originally Posted by danlefree View Post
Try A List Apart - you will have to venture back in time through the articles, however, ALA has been promoting (and explaining) best practices in table-free design for ages.
Wow, there is a lot to wade through there. Thanks for the link. I'll be checking out the articles.

After looking that website over, I believe I will need to find some more "basic" information on tableless design. A lot of it seems far more advanced in css than I am at the moment.
__________________
Invent the possibilities, not the obstacles.
Tombstone Arizona - Tombstone Arizona History - Tombstone Arizona Souvenirs

Last edited by tombstoneweb; 07-07-2008 at 10:15 AM. Reason: addendum
Reply With Quote
  #6 (permalink)  
Old 07-07-2008, 04:15 PM
WebProWorld Member
 
Join Date: Sep 2005
Location: West Sussex, UK
Posts: 39
Fitz RepRank 1
Default Re: OK, I've decided to go tableless... now what?

Quote:
Originally Posted by tombstoneweb View Post
... I believe I will need to find some more "basic" information on tableless design. A lot of it seems far more advanced in css than I am at the moment.
OK, how about kicking off here:
CSS Introduction

or if that's too basic, wade through the (free) tutorial further (keep clicking next) until you arrive where your own knowledge tapers off. Haven't read it all but happened to come across this site today via another WPW thread and thought it looked very useful indeed - hope it helps you too!
Reply With Quote
  #7 (permalink)  
Old 07-07-2008, 04:18 PM
WebProWorld Member
 
Join Date: Sep 2006
Location: San Jose
Posts: 26
scotthai RepRank 0
Default Re: OK, I've decided to go tableless... now what?

Hey Tombstoneweb,
The first step into the cold water can be hard since you are venturing outside of your comfort zone, (going from tables to div's and external css markup). This is a hard first step, and one that definately gets easier as you go. There are countless resources online for help with your css or semantic web markup. (Some have been mentioned above, but one of my favorite is the css zen garden, (css Zen Garden: The Beauty in CSS Design)) - in the Zen Garden you will find that all the underlying source code for the web page is the same, while the css that runs it creates some real powerful presentations.

Also, for books, the css zen garden is a book, I like Bullet Proof Web Design (v2 is now on the shelves), and sitepoint's css 101 can be very useful as well when learning how to design and develop website's of any nature.

Probably the best thing you can take from leaving tables and going to the new divs / css approach is that you can easily begin to work with Dhtml in your layouts and get a more rich web interface than you could have gotten with tables, plus it is easier (for me) to mark up the DOM at run-time with a more structured approach via XHtml / CSS.

I hope this helps and it is a very exciting territory of web you are getting yourself into so have fun, don't get frustrated, and stick with it and you can pick it up very fast.

Scott Haines
Newfront Creative
San Francisco Bay Area Website Design and Development
__________________
Scott Haines
Web Designer, San Jose
Reply With Quote
  #8 (permalink)  
Old 07-07-2008, 04:26 PM
chrisJumbo's Avatar
WebProWorld Veteran
 
Join Date: Oct 2005
Location: California
Posts: 314
chrisJumbo RepRank 1
Default Re: OK, I've decided to go tableless... now what?

You might want to check out some blogs, as well. Wordpress blogs (except for customizations) depend on CSS. If you can think of your page in terms of blocks, that will help.

Sitepoint has a couple of good books, "Build Your Own Web Site The Right Way Using HTML & CSS" and "HTML Utopia: Designing Without Tables Using CSS, 2nd Edition". I believe the first book is more for beginners of HTML.

The <DIV> element tends to be used the most to control where the different blocks are placed.
__________________
CD Rates | CD Rates Blog | Banking Online
Reply With Quote
  #9 (permalink)  
Old 07-07-2008, 05:08 PM
WebProWorld New Member
 
Join Date: May 2005
Posts: 10
dlsweb RepRank 0
Default Re: OK, I've decided to go tableless... now what?

BUT
never forget IE and Firefox does not show your pages the same.
It is a shame that there still has to be differences in browsers.

Heck, there are differences in monitors or maybe the OS?? set at the same resolution.
The problem I had was a div clear left, and for most people, the rest of the page was fine.
For others, the next div showed below the first div, rather than to the right of it, because the width was 10 px larger than the screen.

Anyway, hacks should not be needed for pages to look the same in all browsers/resolutions.
Reply With Quote
  #10 (permalink)  
Old 07-07-2008, 05:38 PM
chrisJumbo's Avatar
WebProWorld Veteran
 
Join Date: Oct 2005
Location: California
Posts: 314
chrisJumbo RepRank 1
Default Re: OK, I've decided to go tableless... now what?

It would be nice if Hacks weren't needed, but they are.

I recently came across a fun one though. My page in IE looked as I expected, but FF did not. I had to explicity add a height to my divs for it to display correclty in FF. Not really a hack, but interesting that IE could handle expanding the div w/o the pre-determined height, but FF could not.

@tombstoneweb, have we scared you enough, yet?
__________________
CD Rates | CD Rates Blog | Banking Online
Reply With Quote
  #11 (permalink)  
Old 07-07-2008, 06:47 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 7,968
Webnauts RepRank 4Webnauts RepRank 4Webnauts RepRank 4Webnauts RepRank 4
Default Re: OK, I've decided to go tableless... now what?

Quote:
Originally Posted by chrisJumbo View Post
It would be nice if Hacks weren't needed, but they are.

I recently came across a fun one though. My page in IE looked as I expected, but FF did not. I had to explicity add a height to my divs for it to display correclty in FF. Not really a hack, but interesting that IE could handle expanding the div w/o the pre-determined height, but FF could not.

@tombstoneweb, have we scared you enough, yet?
Our site is fully tableless and it works back to IE3. For sure IE3 and IE4 do not understand our stylesheets, but it is fully accessible, because the structure is well done.

Our site looks the same in all browsers including IE5.5, IE6 and IE7, with some minor bugs which are almost invisible in IE5 too. But that because we did not have the time to get that fixed yet. But is it necessary?

So what is scary here?
Reply With Quote
  #12 (permalink)  
Old 07-07-2008, 10:26 PM
Peter (IMC)'s Avatar
WebProWorld MVP
WebProWorld MVP
 
Join Date: Dec 2003
Posts: 1,480
Peter (IMC) RepRank 4Peter (IMC) RepRank 4Peter (IMC) RepRank 4
Default Re: OK, I've decided to go tableless... now what?

<div id="box">
<div id="top"></div>
<div id="middle">
<div id="leftcolumn"></div>
<div id="content"></div>
<div id="rightcolumn"></div>
</div>
<div id="footer"></div>
</div>

That's a basic lay-out for a 3 column design with a top and footer. Now you try to do the CSS..
__________________
FREE SEO ! Really? YES! All you have to do is implement it!
Follow me on Twitter PeterIMC
Reply With Quote
  #13 (permalink)  
Old 07-08-2008, 06:16 AM
inertia's Avatar
WebProWorld Veteran
 
Join Date: Apr 2006
Location: Lancaster, UK
Posts: 926
inertia RepRank 3inertia RepRank 3
Default Re: OK, I've decided to go tableless... now what?

I havent read this thread fully so sorry if its already been mentioned...

I've been getting to grips with div/css in the last 6 months and have found the FF addon "firebug" to be a great help! Fiddling around with the CSS parameters in firebug is fun and helps you to understand the dynamics of div/css.
Reply With Quote
  #14 (permalink)  
Old 07-08-2008, 07:14 AM
DesignsOnline's Avatar
WebProWorld Pro
 
Join Date: Oct 2004
Location: Essex UK
Posts: 115
DesignsOnline RepRank 0
Default Re: OK, I've decided to go tableless... now what?

Does anyone know of a program that will draw css tables in the same way that Dreamweaver or Frontpage will let you draw html tables?

It would be very very useful...
Reply With Quote
  #15 (permalink)  
Old 07-19-2008, 04:26 PM
jScott_Harris's Avatar
WebProWorld Member
 
Join Date: Jun 2003
Location: Madisonville, Ky
Posts: 62
jScott_Harris RepRank 0
Default Re: OK, I've decided to go tableless... now what?

now what?...change your mind...tableless is overrated, over-hyped and it under delivers. People are all the time bragging about their tableless designs and yet I see little to no advancement in traditional html methods done right. Google could care less if there is 5 table tags and a few tr's and td's or a the same number of div's, spans and other things. What does care? Broswers. And until microsoft, mozilla, apple and others decide to use the exact same rendering engines, tableless isn't going to be worth the headache. You may become the world's best at table-free design and I guarantee you that you will have more cross browser issues than someone cluelessly using tables embedded in tables embedded in tables and so on.

Now all this being said, there is a great medium to be found. Embedding tables endlessly or using crazy rowspans and colspans is ridiculous in its own right. There's a balance between the two concepts that when achieved, you can get really clean, user-friendly, seo-friendly code without all the hangups.
__________________
J. Scott Harris
Developing the Web one site at a time | C.A.D Website Design
Reply With Quote
  #16 (permalink)  
Old 07-19-2008, 10:59 PM
Peter (IMC)'s Avatar
WebProWorld MVP
WebProWorld MVP
 
Join Date: Dec 2003
Posts: 1,480
Peter (IMC) RepRank 4Peter (IMC) RepRank 4Peter (IMC) RepRank 4
Default Re: OK, I've decided to go tableless... now what?

Quote:
Originally Posted by jScott_Harris View Post
now what?...change your mind...tableless is overrated, over-hyped and it under delivers. People are all the time bragging about their tableless designs and yet I see little to no advancement in traditional html methods done right. Google could care less if there is 5 table tags and a few tr's and td's or a the same number of div's, spans and other things. What does care? Broswers. And until microsoft, mozilla, apple and others decide to use the exact same rendering engines, tableless isn't going to be worth the headache. You may become the world's best at table-free design and I guarantee you that you will have more cross browser issues than someone cluelessly using tables embedded in tables embedded in tables and so on.

Now all this being said, there is a great medium to be found. Embedding tables endlessly or using crazy rowspans and colspans is ridiculous in its own right. There's a balance between the two concepts that when achieved, you can get really clean, user-friendly, seo-friendly code without all the hangups.
100% tableless has the advantage that you´re forced not to be lazy. You have to do it right otherwise it will break. The result is that for a search engine you pretty much always do things right without even realizing it.

Besides that, tableless is cool for a website builder. And when you start doing dynamic websites, tableless is actually easier than using tables.
__________________
FREE SEO ! Really? YES! All you have to do is implement it!
Follow me on Twitter PeterIMC
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

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
Tableless website WDC Graphics & Design Discussion Forum 18 12-18-2008 04:14 AM
SEO and tableless design prof611 Search Engine Optimization Forum 69 12-26-2007 09:26 AM
OTC Morning After To Be Decided By Sept. 1 jmiller Breakroom (General: Any Topic) 2 07-19-2005 09:37 AM
Translation of French Court Order in Recently Decided Googl WPW_Feedbot Search Engine Optimization Forum 0 01-25-2005 02:00 PM
Help with tableless .css malcolm Graphics & Design Discussion Forum 1 11-22-2003 07:20 PM


All times are GMT -4. The time now is 11:33 PM.



Search Engine Optimization by vBSEO 3.3.0