Having fun with IE part 5 - what item?

By crisp on Tuesday 17 November 2009 01:13 - Comments (3)
Categories: Browsers, Javascript, Views: 2354

Some more IE-weirdness.

Read more »

A new javascript minifier: JSMin+

By crisp on Friday 10 April 2009 01:37 - Comments (30)
Categories: JSMin+, Javascript, PHP, Tweakers.net, Views: 9541

For some time we have been looking for ways to minify the javascript and CSS files for Tweakers.net but were unable to find the right tool for this. If finding the right tool takes too much time there is only one other option: create your own tool, which is exactly what we did. Even better: we are releasing this tool to the public so you can use it too!

Read more »

IE8: Operation (now silently) Aborted

By crisp on Friday 25 April 2008 00:06 - Comments (8)
Categories: Browsers, Javascript, Views: 8820

The MSIE team proudly blogged about the 'fix' they made in IE8 for the dreaded "operation aborted" error that has plagued and confused many front-end developers (and end-users) the past decade or so.

Read more »

Some thoughts on HTML5's getElementsByClassName

By crisp on Monday 11 February 2008 23:24 - Comments are closed
Category: Javascript, Views: 5799

HTML5 will bring us some really cool things, not only in terms of new markup features but also in terms of extended features for forms and a very handy DOM extension in the form of a native (and thus lightning fast) getElementsByClassName method.

Read more »

Crossbrowser Array Generics

By crisp on Monday 20 August 2007 00:06 - Comments are closed
Category: Javascript, Views: 4753

I briefly demonstrated how one can use an array method on non-array objects such as nodeLists or the arguments variable in my previous entry on getElementsByClassName (and Menno van Slooten did me a favour by explaining it on his blog). I also used the Array generic Array.filter there and left those with a promise to explain how these techniques can be implemented crossbrowser.

Read more »