Jeffrey Schrab’s BS

3

Content Versus Container

Content Strategy.  For web communications, it’s on the forefront of the mind of every industry professional these days.  Or it should be. As an industry we’ve been focusing on the container not the content for years now.  To be fair, it’s only recently that the technology developed to a point where we didn’t have to work so hard to coax code and graphic design to do what we wanted it to do and could think of concentrating on other things.

Like the reason we make websites in the first place.

Content Strategy reminds us that we’ve been putting the cart before the horse for quite some time now.  And as an industry we are waking up to that fact and making changes to the very production process of web communications.  Recently I read an interview with Karen McGrange, an upcoming speaker at the Do It With Drupal conference.  Karen is a Content Strategist at Bond Art + Science. In this interview while discussing the importance of content, she nailed it:

I think so much of web design and development is approached as just that: design and development. What does it look like and feel like? What are the technologies we’ll use? How will we code this? There’s been this third leg of the stool, the content, that we’ve never really talked about, or we’ve treated as somebody else’s problem. We say, “Oh, that’s the client’s problem!” or, “We’re going to come in, and we’ll do a redesign and put in a CMS, and that will solve everyone’s web problems!”

One commenter of the above article extended what Karen had to say by saying:

Content is rarely the focus of web redesigns and this often leads to massive budgets being used to create incredibly attractive “containers” (and of late, attractive and ‘responsive’ containers).

Really good stuff.  Everyone must read this.

(via Kristina Halvorson)

Bookmark and Share
1

CSS3 – The Third Dimension

Looking for a creative new way to make your website stand out?

Additions to Safari now make it possible to do 3D transformations of HTML elements. To give these transformations a whirl, I made this slideshow.

CSS3d SlideviewNot all browsers support these features. But Webkit does, which means that all iOS devices can take advantage of them. The technical aspects of CSS 3D are more than I want to get into here. The key point is that websites on these devices can now be much more visually creative.

Somewhere along the line it became clear that not all Safaris are alike.  For instance, mobile Safari on the iPad (iOS 3.2.2) does not render reflections when a 3D transformation is applied to an element.  Neither does Safari for Windows 5.0.2.  But mobile Safari for the iPhone 4 and the latest version of Safari for MacOS do render reflections, even if a 3D transformation is applied.

View the demo.

Bookmark and Share

Web Technologies on the Horizon: SVG

As a brief experiment, I animated the radio waves in the GS BS logo using Scalable Vector Graphics or SVG.  I used a JavaScript library called Raphaël.

Read the rest of this entry »

Bookmark and Share

Good Form!

A few of us at GS Design had the opportunity to attend An Event Apart, a conference for Web developers with a focus on best practices in Website development. One of the many speakers there was Luke Wroblewski. Luke’s experience was in Web form development for companies like eBay, Yahoo!, and others.

The big take-away was that forms require a lot of work to do right. A completed form starts a conversation, and a good form experience can make the difference between connecting with a new site visitor – or turning them away forever. Here’s the business reason from Wroblewski’s book Web Form Design: Form redesigns have been shown to result in a 10-40% increase in completion rates.

What makes for a good form? This is a subject on which books have been written, but here are a few basics:
Read the rest of this entry »

Bookmark and Share