Barcode generator for PHP
This tutorial is being updated to the latest version of Barcode Generator. Whilst fiddling around with QR Codes, I came…
productivity through technology
This tutorial is being updated to the latest version of Barcode Generator. Whilst fiddling around with QR Codes, I came…
Codepen & JSFiddle are incredibly useful online tools to test (or fiddle with) your JavaScript, HTML, and CSS code. You…
Here are the results of an exercise in e-mail validation using two different PHP options, namely PHP's filter_var() and PHP's…
This script was a quick hack to allow a PDF to be uploaded to replace an outdated one on a…
I got this question as part of a skills evaluation test. It requires a query to aggregate data from 2…
This was one of my first jQuery experiments. jQuery AJAX requests to a PHP/MySQL back-end populate the drop-down of the…
This one had me stumped! Working with arrays is something that every developer must be comfortable with. Fortunately, PHP has…
This was my second pass at an assignment given to me as part of a job interview. I decided to…
I used the Datatables jQuery plug-in extensively in a work project. It is pretty easy to implement and offers useful…