found drama

get oblique

Tag Archives: mvc

Linkdump for December 16th

by Rob Friesel

AngularJS – Perceived Performance Github user @mendhak has this proposed directive for measuring load time performance of different components in a single-page app. Tl;dr: "loading" a portion of the page may be deferred for one reason or another, but once it is in fact "finished" (based on some user-defined version of "finished") it requests an […]

Linkdump for October 12th

by Rob Friesel

Knockout 3.0 Release Candidate available Steve Sanderson's popular KnockoutJS MVVM library has an RC out for version 3.0. I may not be its biggest fan, but there are more than a few times when it's exactly the right tool for the job and this looks like a nice improvement. (tagged: KnockoutJS JavaScript ) Size Does […]

Linkdump for April 11th

by Rob Friesel

Understanding MVVM – A Guide For JavaScript Developers Addy Osmani on the MVVM pattern, and using Knockout for his examples code, no less. (tagged: Addy Osmani KnockoutJS MVC javascript MVVM ) The Amazing Trajectories of Life-Bearing Meteorites from Earth At Technology Review: Their results contain a number of surprises. First, they calculate that almost as […]

Linkdump for February 28th

by Rob Friesel

The Sun is Setting on Rails-style MVC Frameworks At caines.ca/blog. Still digesting this one (and its B- comment thread). Short version of immediate gut response: aspects of MVC are bogus (e.g., some of the "magic", implementation details that throw "wrong" HTTP responses [if you want to be that pedantic]), but it seems to me like […]