• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar

Simplicity Rules

Adam DuVander on keeping it simple

  • About Adam

Simple goes corporate

November 13, 2006 by Adam DuVander

Ken Rudin and Davinci quote on SimplicityWhen Wired News asked me to look into what became my latest article, it wasn’t about simplicity. Or Web 2.0, for that matter. I suppose the simple theme isn’t incredibly apparent in the final result, but it was a big topic with the people I interviewed.

Take LucidEra, the main company I wrote about. In order to make their product work for their target market, they have to make it simple. Small companies can’t afford to be anything other than simple.

Go to Wired News to read the whole thing: The Business Side of Web 2.0

Trouble with templates

November 10, 2006 by Adam DuVander

A non-Web Developer friend writes with this question:
Why do home pages of a web site have HOME buttons/link on them that just reload the page?

The basic answer is that the site uses a template, a generic page upon which all others are built. This is a very good thing. When a site has thousands of pages–or even ten–it becomes a chore to update each one with changes. In college my senior thesis was on templating and I’ve since written a couple articles about it (PHP’s Smarty and ASP.NET Master Pages). If you don’t have some sort of template system in place, you’re making too much work for yourself.

A common fallout of a template is that even the front page (assuming it runs off the same template) links to itself. This can be confusing. Derek Powazek takes it a step farther in an AListApart article and says to never, ever link to the page you’re on. That means for every piece of global navigation, make sure the page it links to doesn’t have that item linkable in the global navigation. That’s a lot of work, especially when some templating systems aren’t built to be dynamic.

One problem that crops up when people try to follow this rule is that sometimes global navigation isn’t available when I want it. In order to simplify their template-making, sometimes webmasters will make all pages in a section not link to that section in the global nav.

Say I click on a global link to “Farm Animals,” on the following page, Farm Animals would not be clickable. Then I dig deeper and click on “Horses.” On this, the third page, I am still unable to click on Farm Animals and return myself to the parent menu.

Finally, a worse problem in trying to obey the law of not linking a page to itself, is when templates get mixed up between sections. Though I’m in the Tractors section, something happened that leaves Tractors clickable, but the “Fruits and Vegetables” section is not. This is easy to do while moving content around a site or making quick updates.

All the trouble can be avoided by just using one master template. The downside is pages sometimes link to themselves, but the upside is fewer headaches. Indeed, AListApart links pages to themselves all over the place. I say don’t worry about it.

Fast Matters

November 9, 2006 by Adam DuVander

Greg Linden has a great run-down of a Google anecdote from Marissa Mayer:

After a bit of looking, Marissa explained that they found an uncontrolled variable. The page with 10 results took .4 seconds to generate. The page with 30 results took .9 seconds.

Half a second delay caused a 20% drop in traffic. Half a second delay killed user satisfaction.

Even in this day of broadband, fast matters.

Gone Raw lately?

November 2, 2006 by Adam DuVander

My Portland Web Innovator buddies at Needmore Designs have released a simple new recipe site, Gone Raw. It debuted at the Innovator meeting last night and by this morning the lorem was gone.

Even if you aren’t into raw food, it’s a great spot for quick recipes. No cooking needed! From a developer standpoint, it’s a project to admire.

Recipe for a kickin’ project:

  1. Start with something about which you are passionate
  2. Narrow the feature-set
  3. Get that first version out sooner than later

When you have a really simple app, it even makes it obvious what to add next.

Congrats, Ray and Kandace. Hummus and carrots anyone?

I voted, have you?

October 28, 2006 by Adam DuVander

In Oregon we vote by mail. There are no polling places, but voters have a chance to spread their voting out and find the time to make informed decisions.

If you are not in Oregon, please mark November 7 on your calendar now. Plan when you’ll visit your polling place. Don’t let yourself not have enough time.

If you’re in Oregon and haven’t opened that ballot, I encourage you to start now. There are some confusing measures and beginning early will ensure you get to read arguments from both sides.

  • « Previous Page
  • Page 1
  • …
  • Page 50
  • Page 51
  • Page 52
  • Page 53
  • Page 54
  • …
  • Page 85
  • Next Page »

Simplicity Series

  • Designing the Obvious
  • Paradox of Choice
  • Laws of Simplicity

Copyright © 2025 · Elevate on Genesis Framework · WordPress · Log in