osCommerce Extra Security

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Like any web application, osCommerce can suffer from security problems such as SQL Injection attacks or famously the email form exploit which allow hackers to gain access to data they shouldn’t have access to or in the case of the email form exploit, to use your machine to send thousands of spam emails. Read On →

Firefox Selective Cache Disable

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub I have been looking for this for ages - A URL pattern matching cache controller to disable caching on local / dev sites whilst maintaining normal caching operations on the rest of the web. Read On →

Flash Messenger Bug in Zend Framework + Patch

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Arrgh am I going mad.. could something so simple really not work..? It turns out that I wasn’t going mad, and Flash Messenger in Zend Framework really does have a bug. Read On →

1and1 has GUI Unzip Functionality

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub When deploying a web application based on a framework like Zend Framework, it can be a bit of a pain to get all the framework files onto the server if you don’t have SSH access. Read On →

Selenium Web Application Testing Platform

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub As internet applications get more and more complex and start to become more like desktop applications and less like electronic brochures, they can become more and more complex to test to ensure that everything is working properly. Read On →

PHP Execution After Client Disconnection

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub After a bunch of digging around and some help from the nice people on the #php channel on freenode IRC, I have cleared up the issue regarding PHP script execution and client connection. Read On →