A new look for a new life
April 6, 2007 · 33 Comments
Realizing that my main layout was partially table-based after CSS Naked Day '07, I switched to a pure CSS layout tonight. I changed to a three column layout, placing primary blog navigation on the left, with everything else on the right. I also got rid of that terrible old picture of me - now you get a great photograph of Coit Tower with Alcatraz in the background courtesy of my friend (and ex-Macromedia colleague) Vern Viehe, a name some of you may remember.

33 responses so far ↓
1 Paul Kenney // Apr 6, 2007 at 1:24 AM
2 Tom Ortega // Apr 6, 2007 at 1:29 AM
3 Michael Dinowitz // Apr 6, 2007 at 1:29 AM
Say hi to Vern for us. It's been a while since we talked last. And that feather boa.... (ask him about it sometime) :)
4 Sandy Clark // Apr 6, 2007 at 3:45 AM
Actually the wording of "CSS Naked Day" is a misnomer. It really should be "Show off your Structural and Semantic HTML Day", but that doesn't sound as good.
While the move to the pure css layout is a start, your underlying HTML still isn't structural. CSS (and Ajax) is much easier working with a structural HTML DOM than without one.
Structural or Semantic HTML is important because it allows users to get an idea of how your content is related to each other and whats important. The HTML adds an additional layer of meaning to the content it surrounds. This is illustrated by removing CSS. What's important on the page? How are items related? Which items are related? When I remove the CSS, I can't find that type of information on your page.
Not trying to beat you up, I applaud your work to remove tables from your layout that aren't data. But there is still work to be done.
Luckily , one of my talks at CFUNITED this year is going to cover Structural HTML and how to get to the information easily using CSS. (CSS Back to the Basics).
5 Nathan Dintenfass // Apr 6, 2007 at 4:02 AM
6 Rahul // Apr 6, 2007 at 4:05 AM
The 3 column layout was much need for your site as the earlier layout had grown tooo long in size.
The only suggestion I would like to give is to add some color to your blog. everything including the community expert logo is b/w. should surely have a colored Adobe logo ;-) atleast
7 Dale Fraser // Apr 6, 2007 at 4:07 AM
Your old format was hard to read, as the graident got darker down the bottom the text was harder and harder to read.
I think that was this site?
8 Joe Rinehart // Apr 6, 2007 at 4:25 AM
9 Brian Swartzfager // Apr 6, 2007 at 4:57 AM
10 John Barrett // Apr 6, 2007 at 5:21 AM
I like the new look:)
Nice picture too, reminds me of those SFSU days.
Best of luck with all your new adventures.
11 todd sharp // Apr 6, 2007 at 5:46 AM
12 Joshua // Apr 6, 2007 at 6:45 AM
Great photo.
13 jonese // Apr 6, 2007 at 6:54 AM
14 Sean Corfield // Apr 6, 2007 at 7:32 AM
@Sandy, yes, this is just a first step since I'm still working off an ancient version of BlogCFC (3.5.2) which, as even Ray will admit, had terrible HTML. Next week I'll start to go through the actual styles and try to make it more structural (again, I noticed this very clearly when I turned off CSS for the Naked Day but I just didn't have enough time last night to fix everything).
@Rahul, I'm torn on color. The primary Adobe Community Expert badge has a bright red Adobe logo so, until I decide what to do with color elsewhere on the blog, I went with the more neutral (and branding-compliant) black version.
@Dale, yes, I used to have the same background gradient used on macromedia.com / adobe.com (in fact, I added it in order to look a little bit more compliant with my employer back then) but I had a lot of complaints about readability.
@Jonese, the center column appears in the right place on Win IE 6 for me. I tested it even tho' I'm primarily a Mac Safari / Firefox guy! Admittedly, my first attempt at the three column layout behaved as you indicate until I applied some margin fixes so maybe IE has cached the old CSS for you? Anyone else seeing that problem in Win IE?
@All, thanx for the compliments :)
15 Ouz Demirkap1 // Apr 6, 2007 at 8:11 AM
I really like SF.
Ah, by the way, design is nice. :)
16 charlie griefer // Apr 6, 2007 at 9:11 AM
i kinda like the monochromatic look... but i'd probably add the red back into the Adobe logo. it'd be a nice contrast with the rest of the site (minus a few ads) being black and white).
really nice job.
17 Sean Corfield // Apr 6, 2007 at 10:08 AM
18 charlie griefer // Apr 6, 2007 at 11:48 AM
i didn't mean "ads" in the google sense. i was just referring to the external "widgets" (like the cf.Objective() ad, clark's widget, and the skype widget). things over which you have no control (as far as the colors).
i guess "widgets" would have been a better term but "ads" was the word that popped into my mind :(
19 Richard // Apr 6, 2007 at 1:44 PM
20 sal // Apr 6, 2007 at 2:12 PM
And cheers to the no ads! we see enough of them in our daily lives... even if we don't leave our computer desk... screw you marketroids!!
haha
:-)
21 charlie arehart // Apr 6, 2007 at 2:47 PM
And before anyone jumps on us using IE 6, let me just say that analysis browser visitors to 4 of 5 web sites I show IE 6 still the highest (just barely), so it just makes sense for me to use the browser most of my visitors use. I also use FF, but I use IE 6 primarily (and am giving IE 7 a little more time to shake out).
Anyway, Sean, I too applaud your change from the gradient gray. I wondered if I was alone in finding it nearly impossible to read some later comments in entries with many of them. :-)
22 Brandon Harper // Apr 6, 2007 at 4:36 PM
23 Will // Apr 7, 2007 at 4:21 AM
Very nice Sean! If I were to have one comment, it would be about the height of the banner - a little tall. you couldn't do much by cropping some sky out tho.
Anyway, it all looks sweet! Look forward to visiting more often.
Will
24 Joel Cox // Apr 10, 2007 at 6:19 AM
25 Sean Corfield // Apr 10, 2007 at 9:31 AM
Any help you can give in debugging this / fixing it would be much appreciated.
Also, can *anyone* with IE 6 confirm that they see the site *correctly* (other than me)?
26 Ouz Demirkap1 // Apr 10, 2007 at 12:21 PM
I have tested on IE6 and first page looks ok. But when I click the title of this entry, main enty block is just down.
This is a known CSS issue. I think div sizes would be a problem. I will try to check also your CSS.
27 Ouz Demirkap1 // Apr 10, 2007 at 12:44 PM
If you change content size in style as 201 or less, it works in IE 6 without any problem.
28 motobass // Apr 11, 2007 at 11:26 AM
29 Sean Corfield // Apr 11, 2007 at 11:35 AM
30 Sean Corfield // Apr 11, 2007 at 4:32 PM
Structured HTML is on my list of things to do. Stay tuned.
31 Vern Viehe // May 26, 2007 at 3:33 PM
32 Sean Corfield // May 26, 2007 at 5:25 PM
33 charlie arehart // May 26, 2007 at 6:36 PM
Leave a Comment