Blog / Page 3

The Fabric of Bolton

This week, the Octagon Theatre in Bolton, the UK town where I was born and grew up, released a short documentary film produced way back in 2001. It features the untold story about my dad, Uttambhai Mistry, who arrived in the UK from Kenya in the late 1960s with practically nothing and made a life in Bolton. Here’s the interview… Read more

My office setup

I’ve been working for myself for over 20 years now, and this is the first time that I have truly had the opportunity to set up my own office space at home. In the past I’ve rented office space which has always had its limitations - small room, sharing the floor with staff, open-plan office, not enough space for my stuff, etc. Read more

iOS browser choice

I wasn’t aware that all browsers on iOS are restricted to Webkit, so effectively there is no browser choice on iPhones or iPads. This raises the question of whether there is any point testing websites with different browsers on these devices if their engines are unsupported? Read more

What’s your development workflow for Shopify 2.0?

With the arrival of Shopify 2.0, it’s now thrown my development workflow out of the window. The `config.yml` made development much more manageable when working on different store features because it linked directly to a particular theme and excluded any changes made to the `settings_data.json` file. But, the new CLI seems to add extra complications to the workflow by requiring frequent pulls and pushes. Read more

Scrollbar Reflowing

I’m not sure why anybody, developer or not, would want to turn off/hide scrollbars on a desktop. This macOS setting has always puzzled me. Read more

Shopify 2.0 looks amazing! And metafields…finally!

A few days ago Shopify announced some of its upcoming features at their annual Unite event. Some of the exciting announcements for me were themes 2.0, improved performance, metafields (finally, and it looks flippin’ awesome!), more focus on store content, GitHub integration for devs, and more checkout customisation possibilities. Read more

CSS:is

I wasn’t aware of the CSS is() pseudo-class, but this would help avoid that much-hated selector duplication. Read more

A love letter to HTML & CSS

A brilliant post about how important HTML and CSS truly are today more than ever. I’ve been watching the JS and React craziness going on over the last few years and have refused to take part. The fundamentals of the web are, and always will be, HTML and CSS. Without these at the core, JS, React, or even PHP (or any other web-based language for that matter) would not even exist. Read more