Monthly Archives: February 2008

JavaScript parasitic inheritance, power constructors and instanceof.

Abstract. This posting shows how one can make Crockford’s power constructor functions play nicely with the JavaScript keyword ‘instanceof.’ [update: March 18, 2008. I asked Crockford what he thinks about this pattern, and he actually discourages the use of ‘instanceof’ … Continue reading

Posted in instanceof, parasitic inheritance, power constructors | 5 Comments

Designing client/server web-applications

This particular entry will be the first in a series concerning some recent thoughts I’ve had about designing so-called ‘rich’ web-applications, which I will be thinking of as any distributed client/server application that have the following properties: client and server … Continue reading

Posted in General | 7 Comments