by Pericror | May 29, 2020 | Software Development
The WordPress REST API is a powerful tool for programmers to generate content dynamically using post and page API POST calls. You can populate the standard fields such as the title, the permalink (slug), category, content of the page and more using the standard API...
by Pericror | Mar 27, 2020 | Software Development
Are you compiling a project on windows with a function named ‘SendMessage’ and wondering why you are receiving an C2039 error regarding ‘SendMessageA’ is not a member of? This is an issue specific to windows, as windows has a built in...
by Pericror | Feb 29, 2020 | Software Development
When developing in ROS, you may encounter the “error: request for member ‘__getDataType’ in ‘m’, which is of non-class type” error, with an example call stack below: In file included from /opt/ros/indigo/include/ros/serialization.h:37:0, from...
by Pericror | May 6, 2018 | Software Development
In this blog post we’ll cover the code required to set up a clickable 3D object using three.js that behave like the objects on our clickable three.js object demo page. Let’s get into 3D objects with click handlers. The three.js javascript library is a...
by Pericror | Mar 25, 2018 | Software Development
In this post, we will be giving an overview into Pericror’s new Iframe Detector Chrome Extension. The extension notifies you with the number of iframes found on a given page, and allows you to delete iframes detected. Iframe detection occurs after the current...
by Pericror | Feb 25, 2018 | Software Development
In this post, we will walk through programatically force updating the Facebook Open Graph data for a given link using the Open Graph API. Prerequisites: 1. Server to run the script (You can use an Amazon EC2 Free Tier server) 2. Facebook Account The first thing we...