10 Best Resources for CSS
victorialever writes "Since one could have noticed an increasing number of websites that are employing CSS and an increasing number of resources talking about how great CSS is, it seems to become impossible not to jump on the CSS bandwagon as well. The 10 Best Resources for CSS provides an impressive list of the CSS resources which have recently become essential for web-developers. Among them - CSSZenGarden, The Web Developer's Handbook, Stylegala, PositionIsEverything etc."
Anyone taking even a cursory look at the sitepronews.com article source code can see that the layout is done with the usual mess of tables.
http://www.csszengarden.com/ http://www.alvit.de/handbook/ http://www.wpdfd.com/editorial/basics/index.html http://www.w3.org/TR/REC-CSS2/ http://css.maxdesign.com.au/listamatic/ http://www.cssvault.com/ http://glish.com/css/home.asp http://webhost.bridgew.edu/etribou/layouts/index.h tml
http://www.positioniseverything.net/
http://www.stylegala.com/
Please don't let me be the only one who saw the title and immediately though Counterstrike: Source...
The indiscriminate use of vulgar language is the linguistic crutch of the inarticulate motherfucker
Interesting; the article I read has that site listed third as "Official Cascading Style Sheets Level 2 Specification."
"You're older than you've ever been, and now you're even older."
May I also recommend Dave Child's CSS Cheat Sheet ?
Print it out & stick it on the wall/partition - it covers almost all the CSS you'll use day-to-day, and (IMHO) it's much quicker than digging through the online documentation or the O'Reilly book.
Similar things for Javascript, PHP, etc. are linked from here if you're interested.
-- Open Source: It's mad, but you don't have to work here to help.
The edit css plugin for firefox lets you edit the css data for any page and instantly see the changes.
I find the CSS Sidebar immensely useful. It lets me quickly look up a style and see what values it takes. It's also a good reminder of some of the little-used styles.
Your fantasies contain the seeds of important concepts.
from the slashdot-is-moving-to-css-in-just-a-few-weeks dept. ...
... the apocalypse might be at hand after all! Yippee!
Is that for real? Not been having much problems which Slashdot recently, but if they're chucking away their mess of tables
"God fights on the side with the best artillery." - Napoleon, Marshal of France - speaking truth to power
A lot of other CSS sources are already being quoted now, better start bookmarking this /. article then.
My wife's sketchblog Blob[p]: Gastrono-me
Structural markup is the essential differentiating factor, not just that you have found out how to replace tables with divs ...
</rant> over.
Rich.
libguestfs - tools for accessing and modifying virtual machine disk images
I find it interesting that none of the CSS ZenGarden style sheets I tried resized at all with the browser window, and most of them coped poorly or not at all with large text (many became unusable).
For every expert, there is an equal and opposite expert. - Arthur C. Clarke
I'm a programmer who has been thrust into the world of CSS and been on many occasions quite frustrated with it. It seems arbitrary, arcane, and particularly difficult to debug. On top of that, it seems to have a set of zealots who defend it (and demand it) with bitter viciousness.
I had concluded that CSS was "programmer-friendly" in the same way that a rusty jigsaw was "penis-friendly".
I recently picked up a book entitled _Designing with Web Standards_ by Jeffrey Zeldman. It's a good an honest resource, and he even claims to avoid zealotry. But, in the book, he examines a particular website, one with a plain-jane two-column appearance, which he said took "three CSS experts" to re-code from tables to CSS layout. Not three CSS advocates, three CSS *experts*. On top of that, their "solution" turned out to be a hack.
Honestly, what success am I supposed to expect in using CSS when recoding common layouts in CSS is a struggle for even CSS experts? I am forced to conclude that it is folly trying to adhere to any kind of CSS standards with any kind of rigor until CSS itself becomes more mature.
Now this is where I get flamed. I'm sorry, but I have to call it like I see it.
I don't make the rules. I just make fun of them.
I'm reading that book too, but I have a different take on why it took three CSS "experts" to re-code that page.
It's not CSS' fault; it's the noncompliant browsers. Zeldman's book is basically about using CSS to build a standards-compliant web site that renders properly on a variety of non-compliant browsers.
Given the differing level of support among the browsers out there, it's no wonder that one has to jump through some hoops to get a consistent display.
"Ask not what your country can do for you." --John F. Kennedy
Has anyone mentioned http://www.quirksmode.org/?
I believe that -moz-border-radius is already mapped to it's CSS3 name, but if not they will be as CSS3 support is implemented.