How I Saved my Client from Hours of Shopify Grunt Work
My longtime client Charles once asked me if I could create a section that he could add to all product...
My longtime client Charles once asked me if I could create a section that he could add to all product...
When you peel back the glossy storefront of a Shopify site, what you’ll find underneath isn’t a tangle of random...
Peek inside a modern JavaScript project and you will probably see a folder called dist with some massive files inside...
When I first started learning web development, the package.json file honestly intimidated me.I could read what it said, but it...
Every now and then a client asks for something that sounds simple and turns into a mini physics experiment. This...
Let’s be real. Nothing kills user experience faster than a website that drags its feet. And the biggest culprit? Images....
GitHub allows you to tag your repository commits with an optional comment. Adding tags to your GitHub repository as you...
addcslashes() — Quote string with slashes in a C style addslashes() — Quote string with slashes bin2hex() — Convert binary...
Almost all website projects that we work on require us to change the classes of different HTML elements at one...
JavaScript has a lot of useful methods that you can use to manipulate strings. For example, there is a String.replace()...