SendGrid’s documentation suggest using the ASchroder.com SMTP Pro Email free extension, but for some reason it didn’t want to install even though it supports the Magento version I have. After a little digging it turns out that there is one simple method to override in Magento Core, that will allow…
Ubuntu extracting SFX “No such file or directory”
I ran into a problem this morning trying to get a IE10 VM from Microsoft to extract and install. It turns out that the sfx files require 32bit libraries to extract, so you have to install the following libraries: You can then run the sfx file and it will work
Set KomodoIDE to use Kdiff3 for Mercurial
To change KomodoIDE to an external diff tool, the same diff tool that you have setup for Mercurial from the command line, you need to check a couple things in your hgrc file and then change one setting in Komodo. Make sure you have the following settings in your .hgrc…
jQuery Conference Videos
Finally, the jQuery Boston 2010 videos are up!
Magento XML-RPC customer.create
I ran into an issue where the SOAP API just stopped working. Turns out that http://schemas.xmlsoap.org/soap/encoding/ was down, and the SOAP API references it. So, in order to get rid of this additional third party dependency, I have been trying to rewrite our communication bridge using the XML-RPC API instead.…