cindy cullen

Creating WordPress Plugins with the WordPress Plugin Boilerplate

Creating a WordPress plugin is not necessarily a difficult task for an experienced WordPress developer, but I recently found an easier way to create one quickly.  What I really like about it is that I didn’t have to sacrifice good coding standards and good WordPress standards.  It also allowed me to keep a structured approach …

Creating WordPress Plugins with the WordPress Plugin Boilerplate Read More »

How to Get Rid of the ‘Not Secure’ Message in Google Chrome on Your Website

Recently, the Google Chrome browser has started notifying users of the browser when they land on a site as to whether that site is secure or not. That message shows up in the top left of the browser address bar. If you want your website to show Google Chrome users that your site is secure, …

How to Get Rid of the ‘Not Secure’ Message in Google Chrome on Your Website Read More »

Setting up Laravel with MAMP and Shared Hosting

For web applications, as opposed to public facing web sites, for which we use WordPress, we usually use Laravel for our php framework.  I am in love with Laravel.  It just makes programming and web development fun again. It also allows me to focus on the business logic without starting from scratch for every project. …

Setting up Laravel with MAMP and Shared Hosting Read More »

Scroll to Top