i am dustin diaz

a JavaScriptr...

boosh.

don't worry about it.

Totally Compliant Markup

Inspired by a friend:

xhtml at its finest

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>

<head>

  <title>unobtrusive css</title>

  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

  <style type='text/css'>

    .table { display:table; }

      .tr { display:table-row; }

        .td { display:table-cell; }

    .blue { color:blue; }

    .bold { font-weight:bold; }

    .verdana { font-family:verdana; }

    .hand { cursor:pointer; }

  </style>

</head>

<body>

  <div class='table'>

    <div class='tr'>

      <div class='td'>

        <span class='verdana bold'>My First Tableless Website!</span>

      </div>

      <div class='td'>

        <span class='verdana'>To See More Information on how to 

        make your first website...</span>

      </div>

      <div class='td'>

        <span class='verdana blue hand' 

        onclick="window.open('http://www.example.com');">

          click here

        </span>

      </div>

    </div>

  </div>

</body>

</html>

Any questions?

this is who i am

Hi, my name is Dustin Diaz and I'm an Engineer @ObviousCorp. Previously @Twitter, @Google, and @Yahoo, author of Strobist® Info co-author of JavaScript Design Patterns, co-creator of the Ender JavaScript Framework, a Photographer, and an amateur Mixologist. This is my website. Welcome!

On this site I write about JavaScript. You can also follow along with my open-source work on Github.

This site is optimized and works best in Microsoft Internet Explorer 6.