Alan’s Personal Techy Website

  • Building Page Prism: A Simple Website Monitoring Solution

    TL;DR: A web developer created Page Prism, a free website monitoring service, as a cost-effective alternative to Uptime Robot, offering simple text-based uptime checking every five minutes with email notifications. Intro As a provider of WordPress care plans, ensuring website uptime is crucial to my service offering. For years, I relied on Uptime Robot for…

  • Can I log in to WordPress.org to support users of my free plugins?

    Can I log in to WordPress.org to support users of my free plugins?

    A new mandatory checkbox WordPress.org login page creates a bit of an issue, as to support users of my free plugins I need to login, or to release updates and fixes I need to login in too. Also I have pledged to provide 5% of my time which I have been doing by providing general…

  • Understanding Website Contact Form Spam: The Origins, Dangers, and How to Combat It

    Spam is one of the oldest and most persistent problems on the internet. It clogs up our inboxes, invades social media feeds, and annoys us with unsolicited messages. But among the many types of spam, website contact form spam remains a particularly troublesome issue for website owners. So, why does contact form spam exist? What…

  • Developing Freemium Plugins

    Developing Freemium plugins for WordPress presents a unique blend of opportunities and challenges. The technical hurdles can be significant, requiring a deep understanding of WordPress’s architecture and a commitment to ongoing updates and improvements. Marketing challenges include finding and reaching your target audience, and convincing users of the value of upgrading from free to premium.…

  • WPCS 3.0.0 Breaking Changes

    Like many #WordPress #Plugin and Theme developers I use #PHPCS with WordPress rule sets to help with coding the WP standards, especially around security. Also like many I use #composer to install #WP coding standards with its dependencies. The issue is that composer will update without warning, even if there are breaking changes. So I…

  • WordPress 6.3  how can I add a link that opens in a new tab?

    WordPress 6.3 how can I add a link that opens in a new tab?

    In WP 6.2 opening a new tab for a link was obvious. In 6.3 it is a bit hidden, seems you have to edit the link, expand advanced and there is a check box.