Archive for December, 2008

One thing I love about writing javascript with the Mootools framework is that it really pushes me to write better code through it’s uses of classes and general OOP nature. This morning I ran into an issue of trying to dynamically call a certain method from our form validation class. I couldn’t figure out how [...]