eveite.com despite its prominence was a for a long time behind its competitors in areas like design, usability, and UI performance. Not any more! the new site is mind blowing in many aspects. The design is great, the way it uses CSS and progressive enhancement is great, and what's the most amazing part, the JavaScript part is setting a new bar for all the competitors. Single page Ajax JavaScript app build on the top of Jquery, this is the state of the art. I am not aware of any other company in this space who does RIA JavaScript apps, so this is really a leap forward!
So let's take a look under the hood. Most of the JS is in main.js which is minified and little hard to read, but the basic patterns are obvious. Nothing too stunning but the code is decent. It has an anonymous function as a wrapper, the code uses comma separated multiple local var definition. The code structure is little flat, so not much closure management, but at least it does not spill out to the global object.