NOTE – this blog entry was written for the old version of the Alexa Skills Kit Developer Console – whilst the PHP server code still works some info and screen…Continue reading
Running Docker Apps in Docker Containers – docker in docker permissions
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
Docker PHP Sendmail Replacement – SMTP
If you are relatively new to docker and are migrating php applications to containers you may notice that a lot of docker images recommend using sSMTP as a sendmail replacement…Continue reading
Amazon Alexa PHP Hello World Example
NOTE – this blog entry was written for the old version of the Alexa Skills Kit Developer Console – whilst the PHP server code still works some info and screen…Continue reading
Raspberry Radio – Raspberry Pi MPD Web Interface
Over easter I dug out my old Raspberry Pi which had been gathering dust for the last couple of years and turned it into a headless internet radio player. The…Continue reading
Magento iPhone Mobile Admin with Framework 7
I needed to do some simple Magento admin from my phone when I was away from the office, check orders, refresh caches etc. Using the full backend interface on an…Continue reading
Magento PayPal Plus Integration
If you are an online retailer in Germany using PayPal chances are you have or will be getting a call from PayPal encouraging you to migrate your PayPal payment methods…Continue reading
Magento Dev Folder
The Magento 1.9.2.1 release source code included the Magento Test Framework files. The Magento Test Framework (MTF) is a tool that can run automated functional tests, to assist in the development…Continue reading
Magento Google Pagespeed js,css,htmlminify Optimisation
Google PageSpeed is a family of tools by Google Inc, designed to help a website’s performance optimisations. Page speed is important for Magento customers, Google search and for SEO. The…Continue reading
Magento Lowest Group Product Price Including Tier Prices
In Magento you can get price data for a product with $this->getPriceHtml($_product, true). The boolean true also returns information for the lowest price of the product. For configurable and simple products…Continue reading