How to Validate Freemius Licenses Outside of a Plugin
8 minute readThis technical tutorials shows how I enable a SAAS site to validate a Freemius license key sent from a user’s site.
Read More How to Validate Freemius Licenses Outside of a Plugin8 minute readThis technical tutorials shows how I enable a SAAS site to validate a Freemius license key sent from a user’s site.
Read More How to Validate Freemius Licenses Outside of a Plugin9 minute readStats and discussion about April’s progress developing the WordPress plugin Print My Blog. Benefits other plugin devs, plugin users, and (let’s be honest) myself.
Read More Print my Blog Plugin Transparency Report – April 20195 minute readThe bane of all Javascript code using jQuery.ajax() is polluted JSON responses: when some HTML or other junk gets into your JSON response, making it unparsable and bringing the whole system to a screeching halt. In this post, I’ll show what you can do with polluted JSON to keep everything working. How It’s Supposed to […]
Read More Handling Polluted JSON in AJAX