Home » Archive

Articles Archive for March 2010

Magento »

[23 Mar 2010 | 3 Comments | 2,716 views]

Here is a quick tip to crop image to any degree of your choice in Magento. The crop function of Varien_Image does the magic :) Here goes the code:

Magento »

[19 Mar 2010 | One Comment | 691 views]

Here is a quick tip to rotate image to any degree of your choice in Magento. The rotate function of Varien_Image does the magic :) Here goes the code:

Magento »

[16 Mar 2010 | 7 Comments | 3,156 views]

I had to override adminhtml controller class (Mage_Adminhtml_System_ConfigController) with my module’s controller class (MyNamespace_MyModule_ConfigController). It was really tough to find the right solution. I googled, searched in magentocommerce forum and found a lot of solutions. But they didn’t work for me.

Magento »

[12 Mar 2010 | 5 Comments | 4,753 views]

It’s very very easy to create watermark image with Magento code. The Varien_Image class does the magic. The function watermark creates watermark on the image.

Magento, PHP, Review »

[8 Mar 2010 | 5 Comments | 634 views]

PACKT Publishing has published a very useful Magento Developer Guide. This book has practical tutorials with examples. This book will be very useful for PHP Programmers who want to learn Magento architecture, extend the system and add new features to it.