If you are looking at containerising PHP applications you might want to run another containerised application from within your container – run a docker application or command in a docker…Continue reading
Ajaxx Tweet – send direct messages via Twitter from web apps using Ajax
I wanted to be alerted when something changed in a Magento admin web application (new customer registration). I guess notifications by email are a little bit old fashioned and I…Continue reading
PHP Application & Ajax Request Security / Authentication
I have been using Ajax a lot recently in my PHP applications, especially in my Magento interfaces to retrieve order and customer information. Working with Magento in PHP you need…Continue reading
Cross Browser Ajax / PHP File Uploader
A simple PHP ajax file uploader using XHR (HTML5) and Flash (Uploadify). Can be used as a plugin to provide cross browser file upload functionality. Can also email…Continue reading