Archive for December, 2008

I had a little personal project where I needed to combine my wife’s and my Twitter feed into one common feed. This was so we could display it on our blog and it would show in realtime what we were doing. Not a problem using Yahoo Pipes since our accounts are unprotected and open to [...]

Ryan

Mootools Link Animation

December 15, 2008 by Ryan in Mootools, Tutorial


As we are building out our ap, Mosaic, we are starting to add in a few of the detail touches that make a UI a little more comfortable to use. In many places, such as the navigation, we are swapping the background color of a link to show the rollover (or :hover) effect. It’s a [...]

Custom events in Mootools classes allow you to run a set of code when an event occurs in the Class. An example would be “onSuccess” when running an ajax (Request) call, which allows you to run some javascript when the class says that the ajax request is a “success”. If you have ever been witting [...]