Macquarie online banking interface sucks
My wife and I have a few bank accounts with Macquarie, and although we think we're getting a pretty good deal with no bank fees and higher interest than most standard savings account, it's obvious their online banking interface is stuck in the mid-90's listening to Informer on a Sony Walkman.
Fortunately it's now 2009 and we have the ability to run custom javascript on any website we want, so stop complaining and fix your online banking experience today!
Drag and drop using Ext JS with the CakePHP Tree Behavior
If you've ever needed to store nested or recursive data you'll realise how much of a pain it can be. Fortunately for us cake bakers we no longer need to shy away from these data structures to maintain our sanity. With CakePHP's Tree Behavior you can easily add this functionality to any of your models!
Getting data in and out of our tree models is fairly easy using the methods provided, but re-ordering existing data can be frustrating without a GUI. Enter stage left... Ext JS!
This tutorial will explain how to use the Ext JS Tree component to allow you to re-order your tree data using drag-and-drop operations.
