How to modify embedded Hubspot forms with Javascript
2024/08/21Customizing the appearance of embedded HubSpot forms on your WordPress website can be challenging, especially when dealing with cross-browser compatibility…How to rewrite URLs generated by WordPress AJAX POST Requests
2023/11/22In the realm of WordPress development, AJAX is a pivotal technology for creating dynamic and interactive web experiences. AJAX empowers…How to build a port scanner with Javascript using React Native
2019/03/26Hello! Why bother writing a port scanner in Javascript you might ask? Well javascript is many things, however the majority…How to inject advanced custom fields into your WPBakery post grid
2019/01/11Hello! Yes of course WPBakery / Visual Composer is bloated. Absolutely correct its more ideal to simply create your own…#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…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…How to integrate Chart.js into WordPress Woocommerce to show charts and graphs of your products
2017/07/12Hello! One of the nice things about Woocommerce is that it is very easily customized. Actions can be removed and…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 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…How to create a custom gallery meta field for posts in WordPress
2016/12/19Hello! If you read our last post on us releasing a new Wordpress Plugin for Portfolio Galleries, you would have…WordPress plugin to display your portfolio in a full width grid
2016/12/13Hello! We just released a Wordpress plugin, Shift8 Portfolio, to organize your portfolio in a grid using bootstrap scaffolding! This…New Company Site Launch for Shift8 Web
2016/11/11Hello! We are excited to announce that we have created a brand new website for ourselves! Sometimes its difficult to…WordPress plugin for a mobile friendly sticky navigation menu
2016/09/12Hello! Creating a unique, original and flexible navigation menu in Wordpress can be challenging. There are many commercial and free…WordPress plugin to create animated full screen modal flyouts
2016/06/17Hello! We have recently created & submitted our first official Wordpress plugin : Shift8 Modal. This is a relatively straightforward…How to create a heatmap layer on Google Maps using JQuery and PHP
2016/04/26Hello! There was a scenario not too long ago where we were required to create a heatmap layer on top…Create a custom mobile and tablet friendly dropdown menu in WordPress
2016/01/11Hello! In our many instances where we are developing, designing and deploying a Wordpress site for a client, it is…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 jQuery and CSS to make a sticky navigation menu
2015/05/14Hello! Some may argue that sticky navigation menus (menus that are fixed at the top or bottom of the page…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…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…Create an iphone or android app with geo-location targeting
2015/02/23Hello! Creating mobile applications can be a grueling process. There are many factors that can complicate the process and it…Detect facial features in your images and modify them in real time with Jquery, Javascript, CSS and PHP
2015/02/13Hello! A few weeks ago we wrote a post that detailed how you could leverage PHP, Javascript and jQuery to…Detecting faces in your images with PHP , Javascript and jQuery
2015/01/30Hello! In some scenarios with web application development it may be necessary to be able to detect the facial features…