To celebrate my Simple Links plugin hitting 200,000 downloads last weekend I dedicated some hard time in the lab to get Simple Links PRO out of beta and into general release status. A BIG thank you to all the beta testers who used the plugin for the past few months and gave feedback to get it production ready! Super pleased to announced that Simple Links Pro version 1.0.0 was release to the public yesterday! Since release, I have been getting great feedback from customers and have already … [Read more...]
Blog (page 18)
Using PostCSS Modules In PHP
Using css modules with PostCSS has been around for a couple of years and is widely adopted in much of the JavaScript community. I have personally been using them with ReactJS for quite some time and wouldn't do it any other way. I wanted to re-create the workflow as close as possible when working with PHP. Here are the core concepts which I feel are important: Must be able to use composes from anywhere in the project.Have individual JSON files to load per each module.Be able to use … [Read more...]
Taming CMB2
If you're reading this post, chances are you have used CMB2 to make awesome meta boxes. Or maybe you are considering using CMB2 to create meta boxes. The gist of CMB2 is simple. This library is awesome! It is a developer's dream for making meta boxes through the different WordPress types. All of the special field types that you used to have to build from scratch using html and js are now as easy as setting a few keys. (Disclaimer: I am not the author of CMB2. While I have contributed … [Read more...]