JavaScript Module pattern - overused, dangerous and bloody annoying
The Module Pattern is a way of using a closure in JavaScript to create private variables and functions. Here's a brief recap:
Breaking this down, we create a function which is executed immediately (via the brackets at the end) and returns an object which gets assigned to myObject.
Why you should be using History in your ExtJS applications
I've been making a few updates to the ExtJS API documents application recently. The actual updates include remembering which tabs you have open and using Ext.History to go between tabs (you can follow the forum post or see a beta version).
That's not quite ready yet, but what has been made very clear to me is that any ExtJS application with more than one view should be using Ext.History. With History we get urls inside the application itself, we can parse them and dispatch accordingly. For example, I'm using a Rails-like Router, which lets you define an internal url map like this:
The router knows how to decode urls based on the regular expression-like syntax above, and parse the matches into an object - for example: