Archive for the ‘model view controller’ Category

Monty hall and Bayesian probability theory

Tuesday, June 23rd, 2009

Jeff Atwood discusses the "Monty hall" problem. I made a comment about why I believe people's intuition is often wrong when presented with the problem: I believe it is due to the way probability theory is taught in schools and universities. The notion of probability simply as an extension of ...

IE doesn’t understand HTML or HTTP

Saturday, December 20th, 2008

The so-called "web"-browser Internet Explorer version 7 (and probably all versions below) doesn't get HTML or HTTP. In a recent project for a client we've been building an advanced, 100% JavaScript client application that had to run in IE7 (as a minimal requirement). The application is rather complex and has ...

HTML-free Web-applications with ExtJS [Designing client/server web-apps, Part I, Section III]

Saturday, April 19th, 2008

HTML-free Web-applications with ExtJS

Client/Server Web-apps — the model (Part I, Section II)

Saturday, March 8th, 2008

Client/Server Web-apps -- the model