• Categories



  • Archives

  • Archive for the Web Development Category


    Comparing changes to MySQL databases

    Published December 10th, 2008

    One of my personal nightmares goes as follows: I’m working on an existing MySQL-based system, adding or changing something that involves altering existing database tables. I do what I need to, commit the code and then realise that I need to make the database changes too…only I’ve forgotten to keep track of the edits I’ve [...]

    jQuery: Dropping items from a draggable list to a sortable list

    Published October 4th, 2008

    For reasons that I might outline in another post sometime, I recently decided to replace MooTools as the JavaScript library behind our company CMS (which I’m in the process of rewriting from scratch) with jQuery.
    It’s been a few weeks now since I made the decision and I’m starting to become more comfortable with jQuery’s quite [...]

    Dynamic form elements and Internet Explorer 6

    Published September 12th, 2008

    A few brief entries from the ‘tiny yet annoying bugs that take far too much time to fix’ file…
    I’m creating forms dynamically using JavaScript. This has led to a number of problems with IE6:
    Dynamic checkboxes/radio buttons and the ‘checked’ attribute
    When creating a field, I wanted to be able to apply a ‘default’ value — for [...]

    Google Chrome: My two penn’th

    Published September 3rd, 2008

    OK, everyone’s talking about Google’s ‘new’ browser (check out the comic for an easy introduction) and everyone’s going to have an opinion. Here’s mine, based on a few hours’ use.
    First (and lasting) impression: damn, it’s fast. It starts fast, it renders pages fast, it stays fast. JavaScript in particular is noticeably smoother where in other [...]

    MooTools: converting from 1.1x to 1.2

    Published July 28th, 2008

    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.

    « Previous Entries