Posts Tagged ‘css’

Links for 2008-01-29

Tuesday, January 29th, 2008

Tags: , ,

Links for 2008-01-04

Friday, January 4th, 2008

Tags: , , , , , , , , ,

Links for 2007-07-11

Wednesday, July 11th, 2007

Tags: , , , ,

Clarendon, Web Standards and the New DeeBeeDee

Wednesday, June 16th, 2004

Jeffrey Zeldman today discusses the use of Clarendon in his work. I correctly observed his use of the ubiquitous typeface in the redesign of Zeldman.com but I totally missed the initial implementation of it in the redesign of Happy Cog. I guess I haven’t really followed Zeldman’s body of work closely until recently, when I started subscribing to his sites’ RSS feeds using Net News Wire.

I bought Zeldman’s book Designing with Web Standards sometime last year but I am now just reading it. It’s a book that pushes for the building of forward-compatible sites by advocating web standards such as XHTML, CSS, XML, ECMAScript and the DOM. I’m glad to say that I’ve been coding in XHTML for a while now. Thanks to my faithful reading a few years back of the now-defunct Web Techniques magazine (which became New Architect), I was convinced early on of XHTML’s benefits and was taken by its easy implementation. I’ve also been using CSS stylesheets in lieu of the <font> tag and other deprecated formatting tags. But one thing that I have not gotten myself to do is to use CSS2, or layer positioning. I’m still a holdout for tables, even sometimes for ones with a smattering of one-pixel gifs to hold them up (yeah, I know, kill me now). My last foray into CSS2 experimentation was frustrated by a yet fully web standards-compliant IE 5 for the Mac and the equally-wanting Netscape 6.0.

I remember promising in 2003 to serve up a new version of DeeBeeDee before the year was over, but alas, it has not happened. But thanks to Zeldman’s book, I’m convinced now is the time to finally take the plunge into CSS positioning. It’s also time to finally get rid of this awfully dark and archaic-looking site. My transition from a Pirouz/Siegel design disciple to a Zeldman zombie is underway.

Tags: , , , , , , , , ,

PC IE Funkiness

Tuesday, March 4th, 2003

I checked my blog page in Internet Explorer on a PC the other day and to my horror, none of the images were appearing! Even the CSS specifications weren’t showing. I checked my page in Netscape and everything was fine. All the Mac browsers render my page just fine. Apparently, IE for the PC doesn’t resolve server-rooted paths so I changed everything to relative paths. That solved the problem. So everything should appear ok now. I’m just horrified that my page had looked funky for so long to IE PC users, who unfortunately comprise the majority of internet users. Yikes.

Tags: , ,