Beyond Programs Ltd is a Canadian management consulting firm specializing in sourcing fractional executives and project managers for clients. We focus on projects including Technology Integrations, Event coordination, Asset management, Marketing campaigns, & Sustainability initiatives (TEAMS)

Group By

Mysql is a very nice database. Just like php its extreamly forgiving. Anyone with experience with RDBMS setups will know exactly what we mean. For this article, we will be discussing the “Group By” argument and how mysql makes really good guesses. Moreover, we will be discussing what happens when mysql doesn’t make that guess…

unschedule wordpress cron

Recently we’ve been playing around with the wordpress cron features. The one thing that’s very badly documented is how to know when its working and how to cancel them. When scheduling the cron jobs via wordpress, the documentation explains that you should set them up using the “time()” function as the first argument in wp_schedule_event($timestamp, $recurrence, $hook, $args);.…