|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| 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
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
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 |
|
||||
|
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. |
|
||||
|
Quote:
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 |
|
||||
|
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 | Product Manager (Linux VPS Hosting) | Owner/Operator (Web development, marketing) |
|
||||
|
Quote:
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 11:15 AM. Reason: addendum |
|
|||
|
Quote:
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! |
|
|||
|
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 |
|
|||
|
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. |
|
||||
|
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? |
|
||||
|
Quote:
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?
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
||||
|
<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 |
|
||||
|
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.
__________________
Latest Blog Post: Google Consultant - Should this Job Title be Allowed? - Matt Inertia's SEO Blog - SEOers.org "Carpe diem, seize the day boys, make your lives extraordinary" - Dead Poets Society |
|
||||
|
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... |
|
||||
|
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. |
|
||||
|
Quote:
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 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tableless website | WDC | Graphics & Design Discussion Forum | 18 | 12-18-2008 05:14 AM |
| SEO and tableless design | prof611 | Search Engine Optimization Forum | 69 | 12-26-2007 10:26 AM |
| OTC Morning After To Be Decided By Sept. 1 | jmiller | The Castle Breakroom (General: Any Topic) | 2 | 07-19-2005 10:37 AM |
| Translation of French Court Order in Recently Decided Googl | WPW_Feedbot | Search Engine Optimization Forum | 0 | 01-25-2005 03:00 PM |
| Help with tableless .css | malcolm | Graphics & Design Discussion Forum | 1 | 11-22-2003 08:20 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |