May 12, 2011 ·
3 minute read
php
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 →
May 10, 2011 ·
1 minute read
linux
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 →
Apr 29, 2011 ·
1 minute read
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 →
Apr 27, 2011 ·
1 minute read
netbeans
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 →
Apr 21, 2011 ·
1 minute read
magento
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 →
Apr 15, 2011 ·
2 minute read
android
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 →