All posts tagged with "magento":

Magento Under-the-Hood: Events and Observers

The observer pattern is an ideal form of extending a program’s functionality. In a nutshell, it allows you to run arbitrary code by subscribing to events that are triggered during program execution....

Problems with Magento Admin 404 Pages

Lately, I have been having a problem with Magento (version 1.5.0.1) and how it is handling 404 errors in the admin. Basically, any time I go to a non-existent admin URL, I am getting redirected to the...

An Introduction to Magento E-Commerce

Since I have been working with the Magento E-Commerce software as of late, I will be publishing a series of blog posts to share what I have been learning with everyone. For those of you who don’t k...

Magento Module-Manager Bash Completion

Update (March 2, 2011): For the latest version of the modman bash_completion script check out the GitHub repository. The following bash_completion script will enable your Linux shell to auto-complete ...