Magento 1.4 Development Cookbook
Getting Started with Magento Development
Preparing the platform with a virtual host
Getting the latest copy of Magento with the SVN checkout
Setting up a Magento project with NetBeans
Adding a home link to the menu bar
Changing any page title in Magento
Customizing a Magento error page
Adding AdWords tracking code to order confirmation page in Magento
Adding a custom CMS layout template
Adding an RSS feed (last five tweets!)
Placing the trusty old contact form in CMS
Integrating JW Image Rotator 3.17 in Magento
Integrating WordPress in Magento
Creating a custom "Twitter handle" field in a registration form
Using Google Website Optimizer
Creating a custom variable and using its own e-mail templates
Using Google analytics for Magento
Creating Catalog and Shopping Cart Price Rules
Creating a featured product and showing it in the home page
Setting up the Catalog defaults
Adding a Facebook 'Like' button in product page
Setting up Table Rates shipping
Adding a product to the cart through Querystring
Creating a configurable product
Embedding a YouTube video in product details
Adding a Professional Touch to Your Site
Installing Magento 1.4 in PHP 5.3.2(without mcrypt)
Optimizing Magento store for search engines
Resources and database connections
Magento database replication using Master Slave setup
Using the Magento’s Singleton method
Repairing the Magento database
Working with Magento’s EAV design
Creating an empty module with a Module Creator
Creating the required directories
Creating a controller for the module
Creating a configuration XML file for the module
Creating a helper for the News module
Creating models for the module
Setting up SQL for the News module
Designing a template for the News module
Adding required blocks for the News module
Initializing module configuration
Creating an empty module and an enabler file
Creating a config file and declaring the widgets
Writing the default module helper Data.php
Optimizing Magento database and MySQL configuration
Optimizing Apache web server configuration
Using APC/Memcached as the cache backend
Accelerating PHP: php.ini configuration
Applying YSlow and Page Speed rules
Installing and configuring Xdebug
Using FirePHP with Zend Wildfire plugin