Oskar Gewalli's blog articles

0
comment
on 12/13/2011 3:00 AM
We have Scott’s method. He uses backbone together with knockout. You might want to read the following google group posts. I like how you declare your setup on the app object. The problem with using only knockout for creating js app’s is that it only focused on view to modelview binding. Also Derick Bailey has made a comment about the curious idea that you choose either knockout or backbone.
>> Read the full article
.
0
comment
on 12/3/2011 3:53 PM
Sometimes, instead of learning something, I will just search stackoverflow. When I’ve been using stackoverflow much, I’m feeling stupid. I’m not learning anything. For instance: I’ve been having some troubles grasping knockout. The problem have been that I’ve been surfing to stackoverflow for a quick fix instead of taking time to read the knockout documentation. It’s such an easy way out that I’m seriously considering to only use it when I really need it.
>> Read the full article
.
0
comment
on 12/3/2011 3:53 PM
Sometimes, instead of learning something, I will just search stackoverflow. When I’ve been using stackoverflow much, I’m feeling stupid. I’m not learning anything. For instance: I’ve been having some troubles grasping knockout. The problem have been that I’ve been surfing to stackoverflow for a quick fix instead of taking time to read the knockout documentation. It’s such an easy way out that I’m seriously considering to only use it when I really need it.
>> Read the full article
.
0
comment
on 12/1/2011 8:34 AM
A better fit in the browser world for knockout than MVC is to have something like a controller. A class responsibe for being an endpoint for routes. This is natuarally coupled with the responsibility of changing between screens. Since controller is such a loaded word, lets simply call it conductor. That gives you the following components: Model view, view-model and conductor. In order to implement the pattern you can use crossroads js or something similar. That means that crossroads will route to different[...]
>> Read the full article
.
0
comment
on 11/9/2011 12:00 PM
Array.prototype.filter seems to be slightly off in IE7-8. It looks like they have added support for standard array functions. That is, it looks like there is a prototype for this in IE7-8 mode in IE9. The problem is that the filter prototype does not work exactly as expected in underscore. If we look at the documentation for this method on msdn you find that this is probably a bug. It is simple to patch the prototype implementation you find using F12 in IE. Otherwise you could use the prototype described i[...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper