Kristof Ringleff
Hi I'm Kristof the founder of Fooman. I will share some of my experiences gained from developing Magento extensions since version 1.0 here on MageBase.
You can see a list of all my open source and commercial extensions on Magento Connect.
A passion for applying technology to deliver the right solution has always been the driving force in my career. With a degree in Applied Computing from Germany, I gained a wide range of international IT and design experience before coming to New Zealand and launching Fooman.
If you are from Auckland be sure to checkout our Auckland Magento User Group.
This is a quick post in response to Jeyhun's question over at the Magento Forums.
Mage GoogleAnalytics code is placed after </head>. Google suggests inserting the asynchronous snippet just before . See http://www.google.com/support/analytics/bin/answer.py?answer=174090 for more.
A quick and dirty method is to go into your main page template files under... Continue »
Magento comes with a built-in logging facility which can be enabled and configured in the back-end under System > Configuration > Developer. Alternatively you can enable the Developer Mode for the site to enable the log (on how to do this have a look at the index.php file). The exception... Continue »
When customising the functionality of Magento you should always write it as it own extension unless you have a good reason not to. The behaviour of Magento extensions relies to a huge degree on a range of different xml files. In this series I will explain which xml file does... Continue »
Most of us would have come across the option to Disable modules output in the Magento back-end under System > Configuration > Advanced. While the above does what it says (disable output from our extension's blocks) the extension is still in the system and active. So how do you fully... Continue »
Recent Comments