Articles about javascript’

Nov 27, 2006

background-image flicker caching bug in Internet Explorer

Posted by Dennis in Uncategorized 3 comments

I was working on a very frustrating issue that occurs in IE when the caching settings are set to “every visit to the page”. On slower servers, the background images were reloaded on a mouseover. While reloading the images dissappeared. One simple line of JavaScript will solve this issue:
document.execCommand(”BackgroundImageCache”, false, true);
Read more about this


Nov 3, 2006

JavaScript 2.0: Evolving a Language for Evolving Systems

Posted by Dennis in Uncategorized No comments

I just found this excellent PDF about JavaScript 2.0. Some nice stuff in there. Too bad that Internet Explorer 7 uses none of these new features!


Nov 3, 2006

Structure your JavaScript!

Posted by Dennis in Uncategorized No comments

With the emergence of the AJAX-hype, and the code chaos that comes with it, there has been an increased interest in the structuring of JavaScript code. Very good concepts have been devised that take JavaScript a level further. To begin structuring your JavaScript code, the use of packages/namespaces is valuable start. JavaScript 1.3 doesn’t support [...]


Sep 28, 2006

Inline Scalable Vector Graphics (SVG)

Posted by Dennis in Uncategorized 1 comment

A while ago I wrote an article about Inline SVG for the Dutch web magazine Naar Voren!. It showcases how to embed SVG objects into XHTML pages and how to make them work for Internet Explorer, Firefox and Opera. When I find the time I’ll translate it into English and put it here on the [...]


Sep 28, 2006

CIW JavaScript Fundamentals exam

Posted by Dennis in Uncategorized 1 comment

I passed the CIW 1D0-435 JavaScript Fundamentals exam. It wasn’t too difficult when compared to Microsoft or Sun exams. Although useful, the exam is a little outdated and needs an update. Especially in the age of AJAX. For beginning JavaScripters this exam is a good start though.


Sep 27, 2006

New blog, first posting

Posted by Dennis in Uncategorized No comments

Yet another blog about webdevelopment! My main purpose is to store all my tips & tricks for myself, but you never know if someone else might find them useful.
Being a webstandards supporter, I’ve built this site according to the XHTML and CSS standards as defined by the World Wide Web Consortium.
In order to realize the [...]