Meta
Categories
Tags
Category Archives: model view controller
Monty hall and Bayesian probability theory
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 … Continue reading
Posted in General, model view controller
Leave a comment
IE doesn’t understand HTML or HTTP
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 … Continue reading
Posted in General, model view controller
2 Comments
HTML-free Web-applications with ExtJS [Designing client/server web-apps, Part I, Section III]
HTML-free Web-applications with ExtJS
Posted in Ext, Extjs, JavaScript, model view controller
Leave a comment
Client/Server Web-apps — the model (Part I, Section II)
Client/Server Web-apps — the model