Search Results: javascript
2021: Year in Review
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
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
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
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
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
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
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
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]