PHP Custom Error and Exception Handler - Make PHP Stricter

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 If you prefer a coding style that doesn’t let you get away with as much as PHP does by default then you may like this trick. As standard PHP will let you get away with quite a lot of things that are probably not a good idea. Read On →

MySQL Got Error 28 From Storage Engine + Solution

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 If you get the error: Got error 28 from storage engine query When you are trying to access your web site, database or phpMyAdmin then the problem is likely to be that you have run out of hard disk space. Read On →

Remove Raid Array on Ubuntu

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 Trying to upgrade to Natty and it seems to have tried to set up a RAID array which is causing me issues. After a bit of Read On →

Netbeans Quick find Variable Declaration

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 A nice little feature I stumbled across the other day. If you hold down [Ctrl] whilst left clicking a variable, you get taken straight to its definition. Read On →

Magento Template Path Hints in Admin - Updated

A while ago we posted a technique for displaying template path hints in admin which involved running a couple of DB queries. That worked, but a nicer method is to create a custom module with some special XML config to get it configurable as standard. <?xml version="1.0"?> <config> <sections> <dev translate="label" module="core"> <groups> <debug translate="label"> <fields> <template_hints translate="label"> <frontend_type>select</frontend_type> <source_model>adminhtml/system_config_source_yesno</source_model> <sort_order>20</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> </template_hints> <template_hints_blocks translate="label"> <label>Add Block Names Read On →

Android Developer Leeds

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 Android is a great mobile operating system, we love it. On a more professional note we believe that Android will (if not already) become the winner in the smart phone OS wars, in terms of number of users anyway (lets leave the “which is the best” debate for later). Read On →