BiQ: Fast-track your way to higher traffic and search engine rankings

BiQ: Fast-track your way to higher traffic and search engine rankings

Your site is on the information superhighway, but it’s getting as much traffic as a local diner with an indifferent sign. (“Hot Food. Eat It.”) You’ve tried content and keyword optimization, but you’re still not seeing the SEO-driven results you want. Ready for a comprehensive, AI-based SEO tool that’ll help you soar up the search…

TruConversion: Easy funnel tracking and optimization

TruConversion: Easy funnel tracking and optimization

Easy funnel tracking and optimization with heatmaps, session recording, and form analytics You’ve got your marketing strategy locked down to maximize your campaigns… probably. With all those confusing numbers scattered across analytics, spreadsheets, and dashboards, even Count von Count can’t save you. (“2,568 rich media assisted conversions, ah ah…ah?”) You need a simple way to…

BeagleSecurity: Identify loopholes on your website

BeagleSecurity: Identify loopholes on your website

Business owners don’t always prioritize website security for two major reasons: time and effort. (Also the two reasons I haven’t fulfilled my lifelong dream of owning an alpaca farm.) But without a solid security system in place, you’re leaving your site vulnerable to catastrophic threats. What if you could get an entirely automated hacker’s perspective…

Signaturely: Digitally send, sign, and store all of your documents with one tool

Signaturely: Digitally send, sign, and store all of your documents with one tool

Signing documents is an important cultural ritual where we simultaneously consent to information and keep the art of cursive alive. (You’re welcome, Ms. Baker.) But ink signatures are less viable in the digital world, and printing things off to sign and then scan is a huge hassle—plus, who even owns a printer anymore? Now there’s…

What Are Custom Post Types and Custom Fields in WordPress?

Custom Post Types vs Custom Fields vs Custom Taxonomies They are different things. Custom post types are creating entirely new types of posts (i.e. classes in object-oriented programming speak). While custom fields are used to add different kinds of fields to a post type, e.g. simple text, long paragraph, number, date, date time, select /…

WordPress Plugin Development with Docker and Visual Studio Code

My preferred way of dong WordPress Plugin Development is by using Docker. Specifically, I use the wordpress and mariadb Docker images. An example docker-compose.yml is as follows: By mounting plugin directory here: I can work with the plugin using Visual Studio code and the plugin is automatically accessible within the WordPress container. To start WordPress…

WooCommerce Installation on AWS – Checklist

Cloudflare Signup Cloudflare Add website to Cloudflare Change name servers to Cloudflare’s Enable “Always On HTTPS” Tweak SSL settings if necessary – default is Full, can be Flexible or Strict AWS Signup AWS account Decide which AWS Region as primary region, considering cost, latency, and feature parity Draw a Deployment Diagram using draw.io. Diagram should…