› Welcome to My Octopress Blog
Dear friends, some time ago I made a decision to switching my blogging toolkit,…
› Bootstrap cloud instances with a Chef and Opscode
I was looking for cloud automation approaches and come up with some interesting pragmatic solution. If shortly, this is about provisioning Chef Client ready server on Rackspace Cloud services with a single command. We also will be using Opscode instead of our own Chef Server….
› Distribute Magento extensions as a PEAR packages
Many users and developers do not know that Magento uses a PEAR-repository for installation and management of its extensions. Some of you might now ask: What is PEAR? PEAR (PHP Extension and Application Repository) is - as the name indicates already - a repository for PHP-extensions and applications. PEAR was…
› Using FirePHP with Magento
The good example of FirePHP usage in Magento has been introduced by ActiveCodeline in his post Utilize FireBug (and FirePHP) to speed up Magento development early this year. Here I would like to show you another place you can utilize that function in :)…
› Using sfWidgetFormReCaptcha with ajax enabled forms
In this post I wold like to make a note about usage of sfWidgetFormReCaptcha with ajax enabled forms….
› How to override email templates in Magento
In this post I would like to share the idea of overriding default email templates in a programmatic way and on per design basis. So, you can copy email templates from app/locale/en_US/template/email to app/design/frontend/<yourInterface>/default/locale/en_US/template/email and modify them as you like….