Mastodon

HOW TO: Disable Deprecated Function Notices in PHP

Here’s a quick tip on how to disable notices like this one appearing on your site: Deprecated: Function eregi() is deprecated in… At the top of your application (bootstrap or index file) just add the following line of PHP: error_reporting(E_ALL &...

FREEBIE: Magento Featured Products Widget

UPDATE 4 FEBRUARY 2012: An updated version  of this widget is now available here Today I launched my first Magento widget. Features Group by category.  Using this widget, you can specify the categories to display products from, and on the frontend you’ll be able...