Development 10 principles for smooth web animations Published November 7, 2016 Great article: https://blog.gyrosco.pe/smooth-css-animations-7d8ffc2c1d29#.3zm20chcz
Published July 14, 2016 New Javascript ForEach iterator Have to start getting used to some iterator syntax. Here’s how we USED to do it: for (let color in colors) { […]
Published May 13, 2023 NextJS & Strapi for Static Site Generation I’ve been motivated to move some of my side projects and blogs off of WordPress. It’s a great platform but I don’t […]
Published July 7, 2018 Having trouble getting PHP to parse files without a PHP extension in cPanel While migrating servers, this code in .htaccess stopped working for me: <Files filename> SetHandler application/x-httpd-php </Files> After hours of searching (and mostly […]
Published July 31, 2017 Creating Adaptive/Responsive HTML Email with MJML Creating HTML emails is hard — much more difficult than creating a web page in HTML. Bootstrap and Foundation spoil front end developers. […]