Magento Review Part One – To Be MVC or Not To Be MVC? Part one of my Magento review from a developers perspective. Is Magento MVC?
Google Trusted Stores Magento Extension Add Google’s Trusted Stores directly on to your Magento e-commerce wesbite.
My Web Development Coding Standards The coding standards I follow when developing websites or web applications.
Stop WordPress From Loading jQuery In The Header How to stop Wordpress from loading jQuery in the <head> element.
Modman Clone Repository From Branch Modman is a nice little module manager for Magento. If you work on any Magento projects then I’d suggest you get familiar with it, as it’ll save you loads of time when creating/installing your own Magento extensions. The Modman has a Wiki for it’s documentation. When installing a Magento extension under git through modman, you can […]
Debugging PHP Unit PHP Unit is a very handy tool used to run PHP unit tests, useful for flagging up broken PHP scripts. We use PHP unit because we tend to break things… and naturally we are also probably going to break our test scripts too. How to debug PHP Unit By adding two lines of code to […]