Skip to content Skip to sidebar Skip to footer
Showing posts with the label Architecture

Ember.js - How To Use Multiple Models, Controllers And Views In Same Page?

I mostly understand the basics of Ember.JS. Most examples out there really just deal with a single … Read more Ember.js - How To Use Multiple Models, Controllers And Views In Same Page?

Does Gmail Use Setinterval() Or Settimeout() To Do Periodical Refresh?

I guess they use these two functions to make an Ajax call to their server but I am not sure. How d… Read more Does Gmail Use Setinterval() Or Settimeout() To Do Periodical Refresh?

Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

I have an existing intranet webapp (solely internal) built with ExtJS using an 'iframe architec… Read more Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

Javascript Event Bus Architecture

In this video at 20:50 (corresponding slide), Nicholas Zakas presents what I think is an Event Bus … Read more Javascript Event Bus Architecture