![]() |
|
|
#1 |
|
Senior Member
|
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
__________________
- 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 |
|
|
|
| sponsored links |
|
|
#3 | |
|
Senior Member
|
Quote:
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 |
|
|
|
|
| sponsored links |
|
|
#4 |
|
Cream of the Crop
Join Date: Sep 2006
Location: Hawaii
Posts: 6,579
|
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 /> |
|
|
|
|
|
#5 |
|
Knot Hank
|
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 |
|
|
|
|
|
#6 |
|
Member
Join Date: Jan 2008
Location: Trondheim, Norway
Posts: 534
|
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.
|
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Jun 2006
Location: Scotland
Posts: 1,166
|
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 |
|
|
|
|
|
#8 |
|
Member
Join Date: Nov 2008
Posts: 104
|
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 |
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Feb 2009
Location: Richmond, BC
Posts: 1,055
|
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 |
|
|
|
|
|
#10 |
|
Member
|
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/ |
|
|
|
|
|
#11 | |
|
Member
Join Date: Nov 2008
Posts: 104
|
Quote:
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 |
|
|
|
|
|
|
#12 |
|
Member
|
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 |
|
|
|
|
|
#13 | |
|
Senior Member
|
Quote:
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 |
|
|
|
|
|
|
#14 |
|
Member
|
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/ |
|
|
|
|
|
#15 |
|
Member
Join Date: Apr 2007
Location: Colorado
Posts: 630
|
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 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |