Fantastic Magento Performance White Paper
Fantastic Magento Performance White Paper They’ve got both a random list of server settings and their methodology. More like this please.
astormMagento Wiki
The public Magento Wiki is a mess of mixed content, but it’s worth subscribing to the RSS feed of recent changes. The more dedicated members of the community tend to keep their articles up to date on changes to Community Edition, and it can sometimes save you from being blindsided when considering a new version.
astormChannel Name for Magento Connect Packages
Because I always forget this: When creating Magento Connect packages for manual distribution, created via the admin, the correct value for “Channel” is community and not connect.magentocommerce.com/community
astormFailed to Save the Package
You’re cruising along, your module has come together. The last step between you and total Magento Connect domination is packaging your extension. You bravely enter System -> Magento Connect -> Package Extension, and with victory in your grasp … FAILURE! With no clear path forward, you commit seppuku rather than face [...]
astormOn the Subject of Finding the PHP Code that Runs During a Magento API Method Call
On the Subject of Finding the PHP Code that Runs During a Magento API Method Call
astormProduct Status is Not a Boolean
Magento Version: 1.5.0.1 Let’s say you have a product object $p = Mage::getProduct('catalog/product')->load(3425); You can get the value of the product’s status with the magic getter method or the getData method. $p->getStatus() $p->getData('status'); However, the return value of this method is not a boolean. The [...]
astormWelcome to Magento: Pre-Innovate
Innovate 2011 is just around the corner, and I won't be able to make it this year. For not, as I'll be there in spirit if not spirits. While X.commerce has been shrouded in Apple levels of secrecy and mystery, it's clear that
astormChecking shipping availability from zipcode in Magento.
Checking shipping availability from zipcode in Magento.
astormPython Imports for PHP Developers
The biggest problem for developers who start with PHP is unlearning their hyper-defensive programming stance. Post PHP Shock Syndrome. There's a lot of CS-101 concepts that get short shrift in PHP, and while that doesn't stop you from building applications and systems, it does
astorm