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 optimize and speed up your WordPress site
2020/05/08Hello! What a topic : how speed up your Wordpress site. There are so many elements and factors that contribute…How to create self-populating “smart” forms in Drupal 8 with Form API
2019/09/25Hello! Many years ago (2015 to be exact), we published an article on how to create self-populating dropdown forms using…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…How to craft an XSS payload to create an admin user in WordPress
2018/01/31Hello! XSS (or cross site scripting) attacks are a common method to maliciously execute actions against a website installation. In…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 use jQuery to sort and reorganize your content
2017/01/30Hello! Recently we were tasked with finding ways to re-organize search results on a Drupal page in such a way…Securing your MySQL queries from SQL injection in PHP
2015/06/22Hello! There is many strategies for securing your code against malicious user input. Some frameworks have checks and balances built…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…Pull JSON data from your website to your mobile application with Ajax and PHP
2015/03/04Hello! Making mobile applications is much easier than it used to be. As with previous posts, we have been experimenting…Load testing your web application
2014/12/15Hello! These days with so many (buzzword) cloud services, the standard vanilla LAMP stack is slowly becoming a thing of…Drupal Problem : An AJAX HTTP request terminated abnormally
2014/11/09Hello! Recently we had a tricky problem with Drupal 7 and manipulating content. Our content types and content in general…