Started a new job last week for a really cool agency in a place I really want to work* – but they are Mootools users not jQuery folk, so I am been thrown headlong into (among other things) the world of Mootools. I’m used to just sitting down and being able to make things work [...]
Posts under ‘Javascript’
Posting data from a popup back into TinyMCE
Recently I’ve spent a long time playing around with WYMeditor a jQuery based text editor for websites. Its really interesting and I’m glad I was able to devote quite a lot of time to playing about with it, but unfortunately at the end of the day we decided it just wasn’t mature enough for our [...]
When Google Maps go bad…
This week I noticed that a number of google maps had stopped working out of the blue, not dying in a spectacular javascript car crash, just a subdued failure and no map.
Looking in Firefox error console I see G_MAP_TYPE is not defined; – WTF? it was working…
Well looking into it, it is an easy fix. [...]