Fix: Tainted canvases may not be exported.
The other day, I came across a frustrating CORS-related error while developing a Facebook Instant Game. This is a short post on how I fixed it.
Read More...The other day, I came across a frustrating CORS-related error while developing a Facebook Instant Game. This is a short post on how I fixed it.
Read More...This is a short guide on how to add an image to a canvas element using JavaScript.
Read More...In this guide, we show you how to get the day of the week using JavaScript. We also provide you with a custom function that you can copy.
Read More...This is a short PHP tutorial on how to calculate what date Easter falls on for a given year.
Read More...In this guide, I will show you how to create a ZIP file using PHP.
Read More...This is a short guide on how to force a PDF file to download using PHP.
Read More...In this tutorial, I will show you how to receive an XML string via raw post data using PHP.
Read More...This is a short JavaScript tutorial on how to check if a given object property exists.
Read More...This is a short guide on how to check if a variable or value if an object using JavaScript.
Read More...This is a short tutorial on how to change the text of a DIV element using the JavaScript JQuery library.
Read More...This is a short guide on how to work with a PHP array that contains objects.
Read More...The other day, some of our users reported that saving data had become extremely slow. In some cases, forms were taking up to 15 seconds to submit.
Read More...In this beginner’s tutorial, I will show you how to print out JSON using PHP and specify the correct Content-Type header.
Read More...A short guide that I wrote on fixing the dreaded “Unexpected token o in JSON” error.
Read More...This is a short guide on how to force PHP’s cURL functions to follow a HTTP redirect.
Read More...This is a beginner’s tutorial on how to use the Radio Button HTML element with PHP.
Read More...This is a PHP tutorial on how to retrieve a visitor’s country code from Cloudflare’s CF-IPCountry header.
Read More...This is a short PHP tutorial on how to use cURL to make a Basic Access Authentication request.
Read More...This article shows you how to the get the user’s IP address from a Cloudflare request using PHP.
Read More...This is a guide on how to prevent IP spoofing with HAProxy.
Read More...This is a common question amongst beginner developers. In this article, I clear up the confusion about it and offer an alternative solution.
Read More...This is a guide on how to tell if somebody has blocked you on Facebook. I wrote this guide because most of the other articles about this subject were pretty much useless.
Read More...In this guide, we show you how to block POST requests using PHP. We also show you which HTTP header you should return to the client.
Read More...This is a short JavaScript tutorial on how to change the selected option of a select HTML element. In this post, I will show you how to do it with and without JQuery.
Read More...The other day, I saw someone asking whether the “Irish Car Bomb” drink is popular in Ireland.
Read More...This is a beginners guide on how to round a decimal number up using PHP’s ceil function.
Read More...Facebook’s crawler is an untamed beast and if you are not careful, it will cause you a lot of problems. Especially you use a lot of story images.
Read More...This is a common error that occurs whenever you attempt to use PHP’s cURL functions to connect to an HTTPS website.
Read More...This is a short beginners guide on how to rename a file using the Linux command line.
Read More...This is a short PHP tutorial on how to convert an image file into Base 64 before displaying it.
Read More...This is a short guide on how to log text to a file using PHP.
Read More...This is a guide on how to speed up SSL on HAProxy. In this post, I will show you how to dedicate specific CPU processes to HTTP and HTTPS traffic.
Read More...A short guide showing you how to add and modify cookie values using Chrome’s Developer Tools feature.
Read More...A short tutorial on how to get a client’s request headers using PHP.
Read More...A short tutorial on how to load images as BLOB data using the JQuery JavaScript library.
Read More...