Canon Digital Photography Forums  

P.O.T.N. SUPPORT SHOP IS OPEN, check it out now!

Go Back   Canon Digital Photography Forums > 'Sharing Knowhow' section > Presentation
Register Rules FAQ Members List Search Today's Posts Mark Forums Read



Reply
 
Thread Tools Display Modes
Old 4th of May 2009 (Mon)   #1
Zipline
Senior Member
 
Zipline's Avatar
 
Join Date: Jun 2005
Location: New Hampshire
Posts: 1,289
Default Using Tables

Rather than hijacking this thread, I decided to start a new one with this question. In the thread above, someone posted that using tables is no longer acceptable in web design. I'm just curious as to why. Granted, I know there are clearly better methods, but for someone like me - who has gone table happy - I find working with tables to be very easy. What is the TRUE downside? I'd like to learn more about CSS, but as of right now I know tables and I love tables (for perfectly aligning text) which is why I'm using them.
__________________
- Mandy
> Bodies: Canon Rebel 300D, XTi, and T3i
> Lenses: Kit Lens, Canon 75-300mm & 55-250mm lenses
> Check out my new site @ Hypnotized by Nature
Zipline is offline   Reply With Quote
This ad block will go away when you log in as member
Old 4th of May 2009 (Mon)   #2
Jonta
Member
 
Join Date: Jan 2008
Location: Trondheim, Norway
Posts: 534
Default Re: Using Tables

I have the awesome power of Google fu. With this predigious skill I searched. And I found. (Over nine thousand.)
Jonta is offline   Reply With Quote
Old 4th of May 2009 (Mon)   #3
Zipline
Senior Member
 
Zipline's Avatar
 
Join Date: Jun 2005
Location: New Hampshire
Posts: 1,289
Default Re: Using Tables

Quote:
Originally Posted by Jonta View Post
I have the awesome power of Google fu. With this predigious skill I searched. And I found. (Over nine thousand.)
Wow... are you always this friendly?

I know all about Google, but I prefer to hear (or in this case) read things first hand to interact with other people. I can read things til I'm blue in the face, but for me personally, I get a lot more out of being able to ask questions from different people.
__________________
- Mandy
> Bodies: Canon Rebel 300D, XTi, and T3i
> Lenses: Kit Lens, Canon 75-300mm & 55-250mm lenses
> Check out my new site @ Hypnotized by Nature
Zipline is offline   Reply With Quote
This ad block will go away when you log in as member
Old 4th of May 2009 (Mon)   #4
John_B
Cream of the Crop
 
John_B's Avatar
 
Join Date: Sep 2006
Location: Hawaii
Posts: 6,579
Default Re: Using Tables

Zipline,
I personally used to always use tables also, but lately I am switching to CSS and div's Not because its needed as most browsers (I test on 3 regularly) see tables the same, but just to familiarize myself with another way.
Hey I still use <br> not <br />
John_B is offline   Reply With Quote
Old 4th of May 2009 (Mon)   #5
AlphaChicken
Knot Hank
 
AlphaChicken's Avatar
 
Join Date: Aug 2007
Location: Asheville, NC
Posts: 3,567
Default Re: Using Tables

And to answer your question about Jonta...yes he is always like that...a jerk imho.
__________________
I am Henry. NOT Hank. And certainly not a length of rope tied in a knot.
My family calls me Hen, but you can call me Chicken. See you out there!
|Deviant Art
|Facebook|Gear List
AlphaChicken is offline   Reply With Quote
Old 5th of May 2009 (Tue)   #6
Jonta
Member
 
Join Date: Jan 2008
Location: Trondheim, Norway
Posts: 534
Default Re: Using Tables

Quote:
Originally Posted by Zipline View Post
Wow... are you always this friendly?
Quote:
Originally Posted by AlphaChicken View Post
And to answer your question about Jonta...yes he is always like that...a jerk imho.
Although this is horribly off topic: It is nice to know that the question has at least been researched beforehand, which makes for a much more meaningful discussion.
Jonta is offline   Reply With Quote
Old 5th of May 2009 (Tue)   #7
Faolan
Senior Member
 
Faolan's Avatar
 
Join Date: Jun 2006
Location: Scotland
Posts: 1,166
Default Re: Using Tables

Table designed sites are a kludge, a very, very bad kludge that are a nightmare to maintain. They have massive overheads for both the server and client, in that the server has to serve larger files (consuming bandwidth) and also client who has to render the table first then the content.

Tables are for tabular data and not for building sites. You can see this when you try to fathom out what the hell is going on in a table site. It took me 2-3 days the last time I looked at a table based site to figure out what everything did without breaking anything else, that's before I started the updates the client wanted. In the end I told the client to scrap the site next time round they wanted it updated.
__________________
Some call me the Heilan' Laddie, but others call me Rob.
Blueprint- Tutorials / Tips and Tricks
Flickr - Lighting set ups using Canon Flash/Elinchrom plus some general work.
Celtic Shadows Design - Main website.
Web Design - What mistakes to avoid
Faolan is offline   Reply With Quote
Old 5th of May 2009 (Tue)   #8
grimm5577
Member
 
Join Date: Nov 2008
Posts: 104
Default Re: Using Tables

It's just no-longer the acceptable practice. Here is some good reading.

About.com CSS

But to some it up, tables are only meant to be used for tabular data, like how Excel uses tables. it is not meant for content or images. Tables make editing a site tricky, they make load times slower, Search engines can't read data in them.

Once you learn and understand CSS you will be happy never to use a table again.
__________________
5DMKII | 40D Gripped EF-D | 10-22 mm F3.5-4.5 | 70-200mm F2.8L | 50mm F1.8 II | 24-85mm F3.5-4.5 | 2x Speedlite 430EX II | Lens Baby 2.0 | Kenko Extension Tubes

Photography.cdlstudios.com
grimm5577 is offline   Reply With Quote
Old 5th of May 2009 (Tue)   #9
Mocows
Senior Member
 
Mocows's Avatar
 
Join Date: Feb 2009
Location: Richmond, BC
Posts: 1,055
Default Re: Using Tables

It's been said but tables have large overhead. Sure small tables are fine, even larger ones aren't bad but when you start applying styles and javascript to individual cells, you're going to break sites quite fast. And Repositioning data is silly.
__________________
7D | XSi + Phottix Grip | 400 F/5.6 | 70-200 F/4 | Sigma 30 f/1.4 | Sigma 10-20 f/4-5.6 |430ex | Horusbennu C-2830V | Photo Clam PC-33
flickr gallery
Mocows is offline   Reply With Quote
Old 7th of May 2009 (Thu)   #10
Phillydigishooter
Member
 
Phillydigishooter's Avatar
 
Join Date: Aug 2005
Location: Philadelphia, PA USA
Posts: 141
Default Re: Using Tables

For a few pages tables is the only way to go. For many pages with the same layout, fonts..etc I would agree to use CSS It really comes down to an opinion.

A good source to use http://www.webmonkey.com
__________________
Canon G3. Canon 350D, efs 18-55mm, efs 75-300mm
Site: Life Through My Lens
www.ltmlphoto.com/
Phillydigishooter is offline   Reply With Quote
Old 8th of May 2009 (Fri)   #11
grimm5577
Member
 
Join Date: Nov 2008
Posts: 104
Default Re: Using Tables

Quote:
Originally Posted by Phillydigishooter View Post
For a few pages tables is the only way to go. For many pages with the same layout, fonts..etc I would agree to use CSS It really comes down to an opinion.

A good source to use http://www.webmonkey.com
The ONLY way to go?
I have to disagree, and anyone in the webdesign community that understands what search engines are looking for and knows css will disagree as well. Tables should only be used for tabulature data. Think about it... would you use Excel to layout a photo proof sheet, or design a flyer? NO... so why would you use Excel to design a web page? it's not the right tool for the job. 1 page or 50 pages you should use CSS.

People that say it's ok to use tables are too lazy to learn CSS. CSS makes desiging a site much easier and faster and if they knew how to use it they would never tell you to use tables again.
__________________
5DMKII | 40D Gripped EF-D | 10-22 mm F3.5-4.5 | 70-200mm F2.8L | 50mm F1.8 II | 24-85mm F3.5-4.5 | 2x Speedlite 430EX II | Lens Baby 2.0 | Kenko Extension Tubes

Photography.cdlstudios.com
grimm5577 is offline   Reply With Quote
Old 8th of May 2009 (Fri)   #12
symphony-x
Member
 
Join Date: Mar 2008
Posts: 114
Default Re: Using Tables

coding in tables, fir starters, doesnt make sense. table coding was designed for spreadsheet style structures, and suprise suprise, tables.

CSS is designed for webdesign and IS the ONLY way to go.

It's neater, more user friendly, and above all else, easier to use... not to mention more versatile
__________________
Levi WJ Bunyan
Cameras: Fuji S7000, Canon EOS 400D
Lenses: Canon EF-S 18-55mm, Canon EF 28-135mm IS USM, Sigma f1.4 30mm HSM
Tripod: Manfrotto 190XB with 390RC2 Head
Flash: Canon 580EX II
symphony-x is offline   Reply With Quote
Old 8th of May 2009 (Fri)   #13
Zipline
Senior Member
 
Zipline's Avatar
 
Join Date: Jun 2005
Location: New Hampshire
Posts: 1,289
Default Re: Using Tables

Quote:
Originally Posted by grimm5577 View Post
People that say it's ok to use tables are too lazy to learn CSS.
Wow! Thanks for calling me lazy.

I must say, that I definitely disagree with this statement. I'm not lazy at all. To be perfectly honest, I didn't even know that CSS even existed until very recently. I will give it a go to learn it as time allows, but for now I'm using tables. I know tables. I'm used to using tables. So, rather than take my entire site off the interent JUST because I'm using tables on it, I'll continue to use it until I know CSS enough to go without them.
__________________
- Mandy
> Bodies: Canon Rebel 300D, XTi, and T3i
> Lenses: Kit Lens, Canon 75-300mm & 55-250mm lenses
> Check out my new site @ Hypnotized by Nature
Zipline is offline   Reply With Quote
Old 8th of May 2009 (Fri)   #14
Phillydigishooter
Member
 
Phillydigishooter's Avatar
 
Join Date: Aug 2005
Location: Philadelphia, PA USA
Posts: 141
Default Re: Using Tables

BTW if you look at the page source you will find various scripting methods. Some have embedded CSS and external CSS with tables. Others just tables. Zipline use what you are comfortable with.

I didn't say I didn't know how to deploy CSS, and I am not a lazy coder or afraid to learn new methods. So I also disagree with grimm5577 statement.

Tables can be used for many purposes not just spread sheets with numbers. Just look at a 2d database which is nothing more than a flat table.
__________________
Canon G3. Canon 350D, efs 18-55mm, efs 75-300mm
Site: Life Through My Lens
www.ltmlphoto.com/
Phillydigishooter is offline   Reply With Quote
Old 10th of May 2009 (Sun)   #15
Keltab
Member
 
Join Date: Apr 2007
Location: Colorado
Posts: 630
Default Re: Using Tables

Zipline - the thing to ask yourself - "Am I happy with my site right now, and is it accomplishing what I need it to do?" If yes, then tables are fine for now and you can take your time developing newer pages with CSS and other technology. If the answer is no, then you might need to jump in a bit faster and focus on CSS, etc...
However, your use of tables does not indicate laziness nor a lack of technological skill. It could simply be you are spending more time shooting or doing other things that you prefer to spend your time on.
Make your site what you want - if you are happy and it works, then you're fine!
__________________
Gear List

The Only Difference Between Ordinary and Extraordinary Is That Little Extra
Keltab 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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Tables ThomGascoigne Accessories & Storage 23 28th of December 2008 (Sun) 03:04
Still Life tables Alvy General Photography Talk 4 8th of August 2007 (Wed) 10:18
2 sets of tables.... michaeka Version 1.0-1.5 discussion 1 25th of February 2003 (Tue) 17:38
steelduck G2 DoF tables Tim CAPPLEMAN Canon G-series Digital Cameras 12 2nd of August 2002 (Fri) 13:16


All times are GMT -5. The time now is 09:32.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
This forum is not affiliated with Canon in any way and is run as a free user helpsite by Pekka Saarinen, Helsinki Finland. You will need to register in order to be able to post messages. Cookies are required for registering and posting. HTML in messages is not allowed, plain website addresses are automatically made active by the board.