-
Integrate Magento and Silverstripe autoloaders
Make Magento and Silverstripe’s
__autoload()functions play nice. -
Integrate SilverStripe menu to display on Magento pages
I want to be able to display a SilverStripe menu on Magento pages.
Read more about integrating your SilverStripe menu into Magento
-
Integrate Magento categories menu with Silverstripe
I want to be able to use Magento’s categories as my main menu everywhere on the site and that means I need to access Magento data outside of it’s install directory.
-
Magento code cheatsheet
The best way to access and manipulate data in Magento is by using the
Mageobject’s functions. For example:getModel()andgetHelper(). -
Adding additional gems to nesta
It’s worth noting for the newbies that nesta uses bundler, so you need to explicitly add gems to your
Gemfileor you won’t be able to require them. -
Debugging to stdout with Ruby 1.9.2p0
Turns out with Ruby 1.9.2 I needed to do
$stdout.flushafter everyputs, or do$stdout.sync = truewhich should be the default behaviour. This is not an issue in other versions of Ruby.Read more on my horrendous experience trying to get ruby to write to stdout
-
Ebola and outsourcing your comment system
Cognition have collocated our comments on Twitter. Share a tweet-length response here, and, with your permission, it will go there. If you are moved to respond with more than 140 characters, post the response on your website, and it will show up here.
-
Email attachments garbled in osx mail using gmail imap
Using
mailbox -> rebuildfixes the problem temporarily…Read more on garbled email attachments in osx mail using gmail imap