Mar 19, 2010 ·
1 minute read
php
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are tearing your hair out trying to figure out why empty($object->property) = true when var_dump($object->property) outputs a value - this might be the problem. It arises if you are using the magic __get() method to serve up object properties.
Read On →
Mar 17, 2010 ·
1 minute read
magento
We just ran our Magento training course last week and despite some technical issues at the start of the day I think it was a great success. By the end of the day the delegates all knew their Attribute Sets from their Attribute Groups, could set up layered navigation, create configurable products the fastest way possible without using spreadsheets and generally had a good grounding to go and make the most out of their Magento web shops.
Read On →
Feb 23, 2010 ·
1 minute read
javascript
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Check this out: http://jsfiddle.net/ - handy :)
Feb 20, 2010 ·
1 minute read
magento
If you use the Magento event / observer system for extending Magento (if you don’t you should) then you will find this little script handy for parsing out all of the events in the latest (eg Magento 1.4) version of Magento. This is a Linux shell script so either use it on your server or if you run a decent desktop OS you should be able to run it on your desktop.
Read On →
Feb 19, 2010 ·
1 minute read
symfony
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub http://symfony-reloaded.org/, a quick run down on the latest version of Symfony. It’s looking really good, especially exciting is the promise of massive performance advantages (3 times faster than Zend!).
Feb 19, 2010 ·
1 minute read
magento
If you have any issues with the default Flash based image uploader for the Magento admin, check out this extension which replaces it with a much slicker, faster and less - well flash - image uploader. http://www.magentocommerce.com/extension/1756/no-flash-uploader nice :)