Enable Template Path Hints
06 Aug 2010

One of the most frustrating challenges in developing Magento is to figure out where the blocks are defined and where they are referenced.
By enabling Magento Template Path Hints, you can see exactly where the blocks live. And thus you can file the part you need to edit quickly, simply by following the file path. Hope that Magento developers find this tip useful.
First, go to Admin ->System ->Configuration
Then select Main Website from the top-left scope dropdown box
Go to Developer tab section
Expand the Debug panel
Apply Template Path Hints to yes.
Related Posts

Create Magento Featured Products
04 Aug 2010
For an online store, it is essential to have the ability to display and sort your products, and thus support your customers in searching and choosing products. This article shows you how to create these featured products on homepage in Magento.

Adding a Static Block to your .phtml files in Magento
28 Jul 2010
Adding a Static Block to your .phtml files in Magento

Magento - Layered navigation on product pages
20 Jul 2010
To attract more potential customers to your online store, you must create an ease for them when browsing products they need. In Magento, Layered Navigation is a useful feature that allows customers to find item according to two default properties: Price and Categories.

Upgrade magento theme from 1.4.0.1 to 1.4.1.0
16 Jul 2010
Finally, Magento version 1.4.1.0 has been released, and much improved since 1.4.0.1. Here is the tip for fixing common theme issue while upgrading.