Skip to content

HTML + CSS + JavaScript

Let's Build the Web We Want

  • About
  • Consulting & Training Services
  • Two Front End Development Interview Questions No One Has Been Getting Recently + One I’m Afraid to Even Ask

    Jan 22, 2010

    Yes, I’m still helping out with screening candidates. I haven’t yet interviewed someone to replace me, but there’s still a week to go. Anyway, we’ve had a couple of technical questions that candidates universally failed to answer. Why share them here? For starters I just want to know if we’re crazy to expect people to…

    Read article →

  • Recent Reading (JavaScript Library CDNs, User-Agent Strings, Hacks, Hacks and Hacks)

    Jan 20, 2010

    Should You Use JavaScript Library CDNs? Interesting reading. Here’s the salient bit: Or, more simply: If we use Google’s JavaScript Library CDN, we are asking the majority of our website visitors (who don’t have jQuery already cached) to take a 1/3 of a second penalty (the time to connection to Google’s CDN) to potentially save…

    Read article →

  • I’m Messing Around With an HTML5 Version of the Default WordPress Theme

    Jan 17, 2010

    WordCamp Boston is less than a week away, and as part of my presentation I wanted to show the new elements in an environment that basically everyone that works on WordPress sites will recognize- the default theme. To that end, I mocked up a functioning HTML5ized version of the home page to use as an…

    Read article →

  • Rethinking the “How To Serve IE-Specific CSS” Question

    Jan 14, 2010

    This is my old pattern: <!DOCTYPE html> <html lang="en-US"> <title>Internet Exploder</title> <link rel="stylesheet" href="/_assets/styles/styles.css" /> <!–[if gte IE 5.5]> <![if lt IE 7]> <link rel="stylesheet" href="/_assets/styles/ie6.css" /> <![endif]> <![if IE 7]> <link rel="stylesheet" href="/_assets/styles/ie7.css" /> <![endif]> <![if gt IE 7]> <link rel="stylesheet" href="/_assets/styles/ie8.css" /> <![endif]> <![endif]–> </head> <body id="home"> Simple. It serves a new style…

    Read article →

  • Recent Reading (30 Style Tags?, YUI 3, GodMode, Git, Jira)

    Jan 7, 2010

    Once again rounding up some of the articles I’ve read over the past couple of weeks. All style tags after the first 30 style tags on an HTML page are not applied in Internet Explorer I wasn’t surprised to see this came up as an issue in the Drupal community. During my short time working…

    Read article →

Previous Page
1 … 35 36 37 38 39 … 57
Next Page

© 2026 htmlcssjavascript.com. Built with modern WordPress FSE.

Back to top ↑