Rob Larsen

Archive for the 'html' Category

An Old/New Site I Made is Live

If you're feeling nerdy, you can check out the long-neglected comic book blog I run. It's been redesigned and moved into WordPress, which means I'm more likely to update it than I was when it was on Blogger.

The design is a "knocked out as quick as possible" special. I'll be tinkering with it over the next few weeks until I'm fully happy with it. I just wanted to get it out there. It's a full WordPress site now, which is really the fun part- Valid HTML; a YSLow score in the upper 70s; easier to update; a fancy new sprite; S3 integration for all those cover scans…

What's not to love?

Click. If you dare!

It’s All Just Comics

Belt and Suspenders- Flash Embed With SWFObject and Conditional Comments

If you're using Flash and you want the best possible coverage (meaning it works with users who don't have JS turned on) while still using something like SWFObject where possible to get around the "click here to activate and use this control" ActiveX message in Internet Explorer, then take a look at the ridiculous pattern below.

Warning- not for the squeamish…
(more…)

I Hate HTML Emails… But I'm Still Responsible for Them, So This Is Cool.

I like the sound of the Email Standards Project

The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.

Our goal is to help designers understand why web standards are so important for email, while working with email client developers to ensure that emails render consistently. This is a community effort to improve the email experience for both designers and readers alike.

I don't do HTML emails very often any more (although they still sneak through,) but we still do a ton of them at Cramer so just for my co-workers' sake I'd love to see email clients come together the same way browser vendors have (finally) come together in order to allow us to code clean, light, standards compliant HTML emails. If I never had to rely again on the dirty tricks we use to get HTML emails to render I would be a happy man. It would also save clients money since the unwieldy beasts we send out are a lot more difficult to maintain and edit than something with nice structure would be.

Searching for Just the Right HTML Markup- List With Lead-in

I'm constantly trying to come up with little markup patterns that make semantic sense and make it easier for me to create requested layouts without having to resort to a bunch of extra classes and IDs.

One common design element that I've been bothered by recently* but haven't sat down and figured out looks like this:

list-with-lead-in.jpg

Today I took a step back** and came up with this to represent it:

<dl>
<dt>Sessions focus on:</dt>
<dd>
<ul>
<li>Configuring, tuning and understanding hardware servers and software applications</li>
<li>Client side issues related to Mac OS X computing and management</li>
<li>Integration with PSx, UNIX, Telephony and other environments </li>
<li>Managing Macs in an enterprise environment</li>
<li>A Jump start for admin newbies</li>
<li>Best Practices for 3rd Party Tools IntegrationM</li>
</ul>
</dd>
</dl>

Which feels just about right to me- it captures the relationship between the lead-in (the lead in being the term defined) and the list (the list being the definition of the lead-in), and would allow me to style the whole thing with no additional markup.

I'll just go ahead and file that one away.

*I've seen it on four or five different sites I've built in the past year and not so often before that. So up until recently it was never enough of a recurring pattern for me to even worry about.

**amazingly, since this markup will end up on a Drupal site. It's a wonder I even bothered since Drupal is pretty much on the complete opposite end of the spectrum from my minimalist coding style.

Another New Site I Made Is Live- Innocentive.com

It's true.

Make with the clicking:

Innocentive

If you're asking, "Who?"

From their About Us page:

"Founded in 2001, InnoCentive connects companies, academic institutions, and non-profit organizations, all hungry for breakthrough innovation, with a global network of more than 125,000 of the world's brightest minds on the world's first Open Innovation Marketplace™."

I did HTML, CSS, some JavaScript and a WordPress theme/configuration for their PR/News section. I think the site looks pretty good, personally :)