Researching (Web) Workers
One thing that I've always been curious about is web workers. I know they are not the same as service workers but I don't really know what they are. So in this post, I'll talk about Web Workers (not...
One thing that I've always been curious about is web workers. I know they are not the same as service workers but I don't really know what they are. So in this post, I'll talk about Web Workers (not...
When working in Instructional and Presentation Design I remember the way we were taught basic design, to think CRAP. CRAP is the not very polite acronym for these four basic design...
Looking back at WebVR I realized how important it's to keep paying attention to technologies that you're interested in or they may change from under your feet. VR (and now AR) is one of these...
There may be times when we want to test our application with SSL or want to configure it and use it locally. Even though newer APIs whitelist localhost for development I still would rather have...
One of the most intriguing things I've learned about at Google I/O is the Google Maps Platform gaming offerings and, among those, playable places. The base concept is this: Take Ingress and Pokemon...
Since I first saw it in AMP, I thought that link rel="canonical" was part of the AMP library. I was surprised to see that it's more than just an AMP thing. In this post, we'll discuss what...
These little darling units allow for some really nice effects and typographical work. We'll explore what they are and a couple effects we can use them on. vh and vw # The two basic units for viewport...
One of the most frustrating things of working with Variable Fonts is that we have no real way (short of bugging the font creator to provide them for you) to detect what values work for each scale, how...
CSS Shapes are an awesome way to make our designs look less like boxes inside boxes inside boxes. It let us wrap text around an image regardless of its shape. I've written before about shapes. The...
We've looked at a lot of server-side tricks to reduce the page load and improve users' experience when accessing our content. Now we'll look at client-side client hints and tools to optimize our...