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 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 cache queries to admin-ajax.php in WordPress to improve performance
2018/11/02Hello! Working with wordpress for a while now, we noticed that many actions, whether administrative in nature or building a…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…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…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…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 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…Create your own WordPress shortcode that pulls posts from facebook page
2015/10/21Hello there! In the same vein as our previous post that shows how you could create your own shortcode to…Create your own wordpress shortcode to pull tweets from a user
2015/09/18Hello! I'm of the opinion that it is better to code your own functions, shortcode and templates to accomplish even…Use PHP to send APNS iOS and GCM Android push notifications
2015/08/13Hello! Through our own internal projects it has become a requirement in the past to implement a system that integrates…Ajax Long Polling to your RESTful API
2015/05/01Hello! Whether your developing a mobile or web based application, keeping on top of constantly changing data is a challenge…Use PHP to set up a RESTful API with simple authentication
2015/04/06Hello! It is sometimes necessary to bridge different web applications together in order to transmit or receive information and process…