How to develop your own WordPress CRON job properly and ensure it actually runs
2022/09/14Hello! In this post we will be walking through how to interact with the Wordpress Cron system. We will delve…How to make Woocommerce more enterprise friendly
2022/03/16Hello! After Working with Wordpress and Woocommerce for a while, watching it grow and evolve over time, there are some…How to import your Zoom Webinars into WordPress as custom content
2020/12/04Hello! Now, more than ever, companies businesses and individuals are leveraging web based collaborative tools like Zoom. Whether it be…How to scale your WordPress site for enterprise level redundancy
2020/09/28Hello! It often becomes a requirement for certain levels of clients to ensure service level agreements for uptime and redundancy…How to bulk update all WordPress pages or posts
2020/09/09Hello! Sometimes its necessary to perform mass or automated actions against your Wordpress content. Reasons for this can vary, but…How to sanitize and reset all WordPress user accounts with linux shell scripting and wp-cli
2020/03/10Hello! There are several key best practices insofar as how to deal with security intrusions, including but not limited to…How we created our own free content delivery network for WordPress users
2019/05/23Try out our Free CDN service by installing the Shift8 CDN Wordpress pluginHello! We thought it would be an interesting…How to protect WordPress media files and only allow the users who uploaded them to view
2018/09/13Hello! In the past we have written about how to protect your Wordpress media files. In the past exercises we…How to implement a government ID verification system with Woocommerce and WordPress
2018/06/27Need this implemented on your site? Click here and fill out our quote form! Hello! There are many…How to make bulk changes to WordPress Woocommerce product attributes with PHP
2018/05/08Hello! Sometimes its necessary to make site-wide changes to Wordpress posts in order to save time and programmatically propagate changes…#DeleteFacebook : How to poison, obfuscate and purge your facebook data before deleting your account
2018/03/28* Update : Thank you Vice for writing an article about my script! Unfortunately it seems as though facebook is…WordPress plugin to remotely manage and automate multiple WordPress sites
2018/02/23Hello! Being a Toronto based web design and development agency means that we interact with a significant number of Wordpress…How to use Jenkins and Git to automate code pushes for your Laravel project
2018/02/07Hello! Recently we published guides how to push Wordpress sites with Jenkins or how to push Wordpress sites with a…WordPress plugin to get geolocation coordinates from a visitors IP address
2018/01/29Hello! We recently had a requirement from a client to generate content on a page specifically based on the geolocation…WordPress Woocommerce plugin to disable payment methods based on zip or postal codes
2018/01/15Hello! Woocommerce is a great easy-to-implement and versatile e-commerce platform. With the robust development community, expanding the core functionality can…How to push your WordPress site with a simple bash shell script and integrate it with Jenkins
2017/12/21Hello! Previously we gave an overview of our new Wordpress plugin to integrate your Jenkins build process within the Wordpress…WordPress plugin to integrate Jenkins to streamline your build process
2017/12/19Hello! We love integrating Jenkins into development workflow. Typically Jenkins would be used for custom development projects to streamline the…IP Address Reputation and intelligence plugin for WordPress
2017/08/31Hello! With Wordpress security, there are many methods for hardening and tightening controls, methods for preventing common attack vectors including…Read and auto populate fields in WordPress Gravity forms with jQuery
2017/05/10Hello! When designing and implementing Gravity forms there may be occasions where you would want to auto populate multiple fields…How to encrypt and execute your PHP code with MCRYPT or OPENSSL
2017/04/13Hello! While the scenario may not necessarily be common in which you would want to encrypt your PHP code and…How to use PHP as a web service to backup MySQL over HTTPS to a remote destination
2017/03/14Hello! Following with the theme of our last post, we thought it might be useful to demonstrate how to create…How to use PHP to recursively transfer files in parallel over HTTP
2017/03/03Hello! There may be some scenarios where you might want to clone your site or push files to a remote…How to create asynchronous non-blocking queued jobs in WordPress
2016/11/18Hello! One of the projects that we are currently working on is a Wordpress plugin that integrates with the Toronto…How to create a web interface to modify your AWS Security Group
2016/07/05Hello! On top of developing and designing websites for clients in and around Toronto, we also do managed and dedicated…How to export and import field collection data in Drupal
2016/05/30Hello! There are many great tools out there that make importing and exporting content into Drupal nodes very easy. We…