-
Three.js tweening along a path
In a previous post I made an avatar. Now to make him walk along a path.
-
Three.js & GreenSock walk cycle animation
To learn the basics of Three.js I wanted to make a walking man using primitives and transforms. Animation uses GreenSock tweens.
-
Ext JS as a HTML pre-processor
Ext is a RIA library so embrace that, do things the Ext way.
-
Compass growl notifications
Handy Growl notifications for Compass
-
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
-
Magento code cheatsheet
The best way to access and manipulate data in Magento is by using the
Mageobject's functions. For example:getModel()andgetHelper(). -
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.