Search Results: javascript

2021: Year in Review

Published: 30 December 2021

It has been quite the year!

As the pandemic has been dragging on, ramping up, slowing down, generally continuing to drag on.

Thoughts

I am excited for 2022.

2022! How did … [more]

Language Drift and finding code beautiful

Published: 3 Mar 2017

I hate javascript Class. I like semicolons. This puts me in a specific group of developers who write js. It puts me at odds with many in the Eternal War of the Semicolon.

As I was driving int… [more]

Learning the Trade

Published: 20 Oct 2015

I thought I would throw together a list of resources I have found interesting and useful when it comes to building the internet. This is by no means exhaustive and will be updated over time as I fi… [more]

Line-Height... lineheight... line-height

Published: 31 Jul 2013

Consider this a Public Service Agreement: There is a bug loose in the internet. It’s a subtle bug but so far every browser I have checked has some variation of this bug.

So what is this… [more]

Audio and Old Androids

Published: 16 May 2013

I just got done working on a project that involved the use of the audio tag (with flash fallback for IE) and thought I would share a couple of the issues that we ran into in working on it, and how … [more]

Toward a More Responsive Future

Published: 7 Nov 2012

Let’s face it, ultimately the ideal solution for responsive images does not exists yet. Honestly, I am not sure that browser makers really have a dog in this fight so it will likely be a whil… [more]

Short Circuit and the Javascript IF Statement

Published: 28 Jan 2012

A quick javascript tip that lets you eliminate small IF statements

Ok so it’s not really that kind of Short Circuit, though it is almost as cool. In javascript, as in many programming l… [more]

Don't Call Me. I'll Call You. Single Request Responsive Images

Published: 29 Sep 2011

We’ve been talking about responsive design around the office a lot lately. It’s kind of a big deal these days. The holy grail seems to be responsive images, or a system that allows you … [more]