A Fistful of CSS Quickies
Not only have I been converted over to the anti-tables camp, but I’m finally starting to learn advanced CSS layout techniques.
If you still need proof that CSS is the fast track to more organized Web development, check out the CSS Zen Garden project. Once you admire the designs, you’ll definitely want to conform to XHTML and CSS Web standards.
Update: A List Apart lists various markup resources, and the New York Public Library has standardized on XHTML and CSS for document presentation. Sure, it’s important to look good, but organization is key!
5 Comments »
Leave a comment
About Inert Ramblings
I’m too lame to update this page but just cool enough to remove the default text.
-
Recent
- Totally unsupported Ubuntu 8.04 (Hardy Heron) installer for ServerBeach RapidRescue
- Creating DOS floppies and USB thumbdrives for BIOS flashing
- Test post, ignore. Blargh.
- links for 2007-03-07
- links for 2007-02-28
- Elementary school seeks Digg’s help to collect postcards from around the US
- links for 2007-02-20
- links for 2007-01-30
- links for 2007-01-28
- links for 2007-01-27
- links for 2007-01-26
- links for 2007-01-25
-
Links
-
Archives
- July 2008 (2)
- May 2008 (1)
- March 2007 (1)
- February 2007 (3)
- January 2007 (17)
- December 2006 (9)
- November 2006 (3)
- October 2006 (5)
- September 2006 (2)
- August 2006 (1)
- July 2006 (2)
- June 2006 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS
Wow - I love some of those designs. Really opens up in my mind what I can do with CSS.
http://www.csszengarden.com/?cssfile=/052/052.css&page=3 - One of my favorites!
Tables are dead! Long live tables!
- Kris
Comment by kris | February 13, 2004
Ugh. I refuse to switch. Why?
CSS is a pathetic stopgap on the way to full XML/templates and relies on JavaScript as a core functionality. That offends every security notion in my head.
Grah. The web sucks.
I think I’m going back to gopher.
/Andrew
Comment by Andrew | February 17, 2004
Hrm…JavaScript? How so? I haven’t read the full RFC, but disabling JavaScript in your browser doesn’t disable CSS. There’s no actual code logic in CSS, just markup. The only time I’ve ever seen JavaScript mixed with CSS is if you want to be able to switch CSS markups on the fly without reloading the page.
Comment by Sean | February 17, 2004
Well, at least in the v4 browsers, disabling javascript precluded enabling CSS… it’s possible that in later versions (gecko included) that CSS was divided off of js, but it still leaves a bad taste in my mouth.
I guess that CSS offends my formal CS training… that is, it’s not a language, but a hacked intermediate without consistent implementation. XML templates are another thing entirely, and are a truly generalized markup system… with standards documents to match.
Hrm.
/Andrew
Comment by Andrew | February 17, 2004
OK, I’ll dig into the JavaScript thing. Now you’ve got me curious! But, as far as XML is concerned, XHTML is valid XML. It may be a hacked intermediary, but XHTML+CSS is the best solution I’ve found from a page management standpoint. To each their own, you hand-coding-command-line-Nazi! :)
Comment by Sean | February 17, 2004