Software

Windows

Windows apps and hacks. Apps marked with a * are commercial.

Linux

Linux apps and hacks, mostly Fedora/CentOS and Ubuntu.

Mozilla

Firefox and Thunderbird addons and hacks.

WordPress

WordPress addons and hacks.

Magento

Column Count On Homepage / CMS Page

app/design/frontend/PACKAGE/THEME/template/catalog/product/list.phtml

Replace <?php $_columnCount = $this->getColumnCount( ); ?> with <?php $_columnCount = 4; ?>

Change Add To Cart Quantity

app/design/frontend/TEMPLATE/default/template/catalog/product/view/addtocart.phtml

Enable Product By Default

In table “eav_attribute”, search search for attribute_code ‘status’ (with backend_type equal to ‘select’), and set ‘default_value’ field to 1.