CakePHP: clear setFlash() message if back button is used
CakePHP makes the basic CRUD workflow pretty easy to achieve. However, the following situation arose with setFlash() in the CakePHP…
productivity through technology
CakePHP makes the basic CRUD workflow pretty easy to achieve. However, the following situation arose with setFlash() in the CakePHP…
I am really enjoying the challenge of answering coding questions on Stack Overflow. In his book “The 7 Habits of…
I have played with various WordPress plugins for code syntax highlighting, but recently helped answer a query with regards syntax…
I have always stored IP addresses as strings in VARCHAR fields in MySQL. The MySQL docs specify: "To store values…
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…