Month / July 2014

  1. How to use Magento helpers

    Whoever worked with Magento probably noticed Magento helpers. Helper is a common element of every module and can be used for different purposes. I will give my thoughts on how Magento helpers should be used and hopefully start a community discussion regarding this topic. So the first thing that’s important when mentioning helpers in Magento […]

  2. Google Code Jam Practice Alien Numbers solved in PHP

    Recently I stumbled upon google code jam practice page, so I wanted to solve some of those challenges using PHP. The one that seemed easy enough to start with was Alien Numbers. Here is the original problem. It’s basically converting numbers from one numeral system to another. Any numeral system can be reproduced in this […]