Articles

Internet Explorer bug with cloneNode()

I just spent the best part of an hour bashing my head against a keyboard because Internet Explorer wasn’t doing my JavaScript right, but Firefox and Chrome were. Turns out it was a simple solution. I had code like this: element.innerHTML = element.innerHTML + ‘\n’; var clone = element.cloneNode(true); targetElement.appendChild(clone); But for some reason, despite…

Wibstats – statistics for WordPress MU and BuddyPress

Update 9th September 2009: I’m too good to you, I really am. The screenshots are now out of date as I’ve just committed a new version (0.4) which contains even more reports, a cleaned up interface and a few bug fixes. Please download and try it out. I finally got the page about Wibstats updated…

Collection of web dev links

I send myself interesting web development links I find, with the intention to do some further research and enhance my uber-skills. It never works out. So instead here’s a list of links I’ve sent myself over the last few months (newest at the top) which I’ve not had chance to look at properly: BBC releases…

From social media