January 22nd, 2010

Fixing Disqus’ thread.js error in IE

Turns out that the default universal code for Disqus won’t work in IE (8 or below at time of writing). The cause is a line (#1189 to be exact) in their thread.js that calls the indexOf method on an array.
As we all know, IE doesn’t support the indexOf method for the Array prototype. The simple [...]

January 18th, 2010

Avoiding flickering in jQuery when animating elements which contain Flash

jQuery slideToggle or slideDown will cause a Flash movie to flicker if the movie is inside the animated element. A short note on how to fix it.

January 3rd, 2010

Timeline: July 2007

The big epiphany.

November 5th, 2009

MyChinet.com

PHP and JavaScript development for the premium disposable tableware manufacturer, Chinet®.

November 4th, 2009

External Links in New Window. Passive and with MooTools.

Sx
All external links from the site should open in a new window. Do not want to write this on a link-by-link basis. Should be light and unobtrusive. Using MooTools.
Dx
We can easily know what domain the script lives on. Other domains are easily distinguished. Links come and go and are loaded in, sometimes, by other links. We [...]