MooTools: converting from 1.1x to 1.2
Published July 28th, 2008More of a reminder for myself than anything: here’s a simple changelog that could be of use when updating scripts to MooTools 1.2.
More of a reminder for myself than anything: here’s a simple changelog that could be of use when updating scripts to MooTools 1.2.
Just a quick heads-up for those who’ve been complaining about the MooTools version of the multiple-file uploader not working with MooTools 1.2 — it’s now been updated. The widget required three small modifications due to changes to MooTools’ syntax.
Get the modified code here (old 1.1x-compatible version also included).
…yes, I know, I go on about Firebug a bit.
OK, a lot.
But good as it is it can still be improved, as this list of Firebug extensions proves. There were several on the list that I hadn’t heard of before and have already installed.
Some time back, while experimenting with MooTools, I found myself with the requirement to be able to call a function whenever a particular method on a given class was called. In effect, I needed to treat the class’s method as an event and fire a particular function when the method was called.
So I wrote a [...]
I spend most of my time developing server-side code and testing in Firefox so I don’t usually worry too much about other browsers. But when — as now — I find myself writing JavaScript and CSS, and struggling with all the cross-browser horror that comes with it, I need all the help I can get.
Opera [...]