![]() |
CSS: good or bad? I think it's shit
Building sites for almost 10 years using editors like dreamweaver, and now I'm editing a site full of <div> tags and it looks like shit when I open it in dreamweaver.
So, should I use the old loved tables OR what's the best 'What you see is what you get' editor for CSS? What's the point of CSS? I find it usefull ONLY for font styles. Nothing else. Thanks! |
I hate it. I am not that good at editing divs especially putting images where I want them. It makes it hard to edit my script templates etc.
|
Any serious webdeveloper will use CSS, when used correctly it keeps the HTML code clean and it's much better for search engine positions
|
Quote:
|
old good html and css for styles forever! :thumbsup
|
yes
cleaner and lighter html layout and decorative rules cached in separate file no waiting till tables fully load reusable class rules is da shit! |
This thread makes me absolutely shudder... learn your fucking tools.
|
Quote:
|
css is great. stick all that code in a seperate file and call it into the main html file. Why repeat the same code on all your html files when you can do it once with css...
XML on the other hand is a big pain in the ass for us.. Smarty templates are way easier.... |
The only flaw css had was IE, you had to use tables as ie7 and lower couldnt handle divs only, among other hacks but only cuz of IE. The standards compliant browsers were no problem. Still, guys using anything under ie8 will have a problem but theyll disappear soon. Ive a few sites that are div only, no tables and theyre a lot easier to work with than tables. table tr td /td /tr /tableall the time gets monotonous. Divs unclutter your pages big time. And thats just what divs can do for you. The full benefits of css are too many to be discussed in one post.
|
Its worth taking the time to learn it. I was getting frustrated with positioning using DIVs so I just used CSS for style elements until I got the hang of it.
Now I am starting to make sense of why DIVs are so much better than tables as I get more into CSS for layout. |
It's awesome once you master it. Like others mentioned, it is easier to manage (even after it's integrated it's fairly easy to make major changes, unlike with tables) and saves a lot of KB's. I was skeptical too once, but now that I know it in and out I can't live without it. I do however think tabular data belongs in tables. Many seem to completely boycott tables just because they heard the term "tableless layouts".
Also, if you're coding in Dreamweaver just hit F12 to preview the code in your default browser. I barely ever use the "design view" anymore as it's pretty much useless. |
I'd suggest you drop Dreamweaver, and learn CSS.
When it comes to technology, sink, swim, or lead the pack. Take your pick. |
Do whatever you do best.
More money was made with sites who used tables, than sites that didn't. Lots of big sites use a mixture of the two I'm seeing. |
CSS combined with jQuery is just rocking big time
|
this can only be done by css and will never work with tables
http://www.bimbolinks.com/ resize your window |
css > everything
|
The GFY forum uses tables for layout.
Ideally, CSS can be used for both style and layout with many websites having gone completely CSS. However, some sites continue to holdout due to old browsers and various CSS quarks that make some layouts difficult to do in CSS. Three column layouts in CSS is challenging - it can be done, but takes some skill and testing to ensure it stays three columns, while with tables it will stay three columns pretty much no matter what. Some posters above mention putting CSS data in a separate file - yep, that's commonly how it's done, but not always. vBulletin puts the CSS info into every page. And there are some good reasons for doing that ... if the CSS file doesn't load in time and/or the CSS frequently changes, the user will see a very bad looking page, likely displaying everything in bland colors all in one long column. Ron |
Tables are for tabular data. That being said, don't go for how it looks in your editor, but how it looks in your users browser...
I use dreamweaver, mostly because I've used it for years, but I also don't really use anything other than code view... |
In the name of SEO & Usability, use CSS!
|
10 years html and you hate CSS, that's just foolish.
Why don't you just use microsoft front page then. |
but here, of course depends on the site. if you have some free page or forum, html is enough, if you have some bigger portal, css and divs of course! :2 cents:
|
Quote:
:2 cents: |
Quote:
IMHO, just because table layouts are considered passe in the web designer realm, they're still a worthwhile tool nevertheless. Unlike CSS, table layouts can be very simple, and more importantly, tend to display more consistently in most all graphical web browsers regardless of screen resolution. Ron |
Quote:
|
Quote:
what I'm meaning to say CSS is not vs. TABES; it's TABLEs vs. DIVs and making the right decision which best suits your needs: divs=layout structure & tables=tabular data. styles can be applied in both cases. |
I use tables in many areas of my sites and dominate the search engines for my terms. I only use CSS for text, backgrounds and colors.
|
Quote:
i second that |
Table is a basic 'instrument' for a grid mark-up, if that's all you need from html don't let anyone else tell you otherwise, use what works best for you. Although tables are a bit messy to look at in the source, thats coming from someone who used to love tables in the past. Styles won't hurt though.
|
Quote:
|
Quote:
I read on Slashdot how porn is 'cutting-edge' and a leading industry that decides format wards. Bullshit, porn had a hand in the VHS/Betamax war and that's it. Porn chose HD-DVD which failed. Fucking guys using tables for layout! Bad for SEO. Bad for maintenance. |
Quote:
They are tools... Learn how to use the right one for the right situation. You don't use a hammer drive in your Phillips head screws do you? At one point people used handsaws, and now people use power saws. You wouldn't try to hand sand something if you had a power sander next to you would you? Learn your tools, and use the correct ones. I've been dealing with CSS layouts for close to 13 years now... before it was a fad. I also still use tables, as well as many aspects of html/php/css/asp that many fail to ever learn properly. Because something is popular vernacular doesn't mean you should hop on the fanboy bandwagon without knowing your tools through and through. |
i hate it... only the trendy kids use it anyway.. screw them
|
CSS is the shizzy my nizzy.
|
writing css in notepad, is easier than point and click wysiwig builders. seriously....
|
Quote:
Do you have a google link that explains this concept? |
Tables? lol. Is this 1998? Are you going to fill your tables with animated GIF's?
Use tables for what they were made for...tabular data. And if you're going to call yourself a webmaster...learn how to fucking code for christ's sake. Stop using WYSIWYG editors. This thread infuriates me...which means I really need to get a hobby. |
We just need a good WYSIWYG editor for CSS and especially for WordPress, local wordpress stuff testing without installing the server and such. And this discussion will be over.
|
Everything in moderation. :)
|
Quote:
|
css has it's place, but so do tables. I use both - not for the same thing. :)
|
tables bad for seo, lol at you experienced pros :upsidedow
|
css for layouts. tables for tabular data.
|
CSS, very good, i will use it forever
|
lol, saying "I hate CSS" is pretty much the same as: "I have no fucking clue what I'm doing"
|
very easy and simpel css editor ( free )
http://www.softpedia.com/progDownloa...oad-93747.html |
Just because you are too stupid to use CSS effectively and never bothered to keep up with the times does not mean it validates your uneducated opinion, in fact, it validates you as being a short sighted ignorant moron.
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT -7. The time now is 04:34 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc