• Categories



  • Archives

  • Archive for the Web Development Category


    Making Firebug even better…

    Published July 9th, 2008

    …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.

    Binding a function to any class method in MooTools

    Published July 8th, 2008

    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 [...]

    A Firebug alternative for Internet Explorer

    Published July 7th, 2008

    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 [...]

    MochaUI, ExplorerCanvas and dynamically-loaded JavaScript

    Published July 4th, 2008

    Another one of those really obscure ones…
    So as previously mentioned, I’m looking at using MochaUI in a CMS project I’m working on. Everything was going swimmingly, except that for some reason it was having rendering problems with (you guessed it) Internet Explorer. At first I thought that it must be a CSS problem, but lengthy [...]

    MooTools 1.2 Asset.css onload problem, and fix

    Published July 3rd, 2008

    As part of the experiments I mentioned yesterday, I’ve been looking at the feasibility of loading CSS on-the-fly. MooTools has a method to achieve this (Asset.css) but I found to my disappointment that its onload event only works in Internet Explorer, so in other browsers you have no way of knowing when the CSS has [...]

    « Previous Entries Next Entries »