Are You Interactive Return Home

HTML

Subscribe
  1. IE Conditional Statement

    HTML

    Epic Fail

    Recently, the W3C updated their site with a new redesign. As a few people have pointed out, what’s ironic about this new release is that it fails their own CSS validation.

    Read more

  2. Separation of Content, Presentation and Behavior

    HTML

    Starting at The Beginning

    I’m making this my first post because everything that follows will be built upon this principle. The idea here is that your HTML, CSS, and JavaScript should all live separately, in their own documents. In practice, this means not using the style attribute, <style> tags, event attributes (onclick, onmouseover, etc.), or <script> tags beyong linking to an external .js file.

    Read more