PAYG Website Design services. Cancel anytime. See Plans

Blog / Page 3

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