Unobtrusive JavaScript, Layering, and Separation of Concerns.

In this post i am going to explain the notation of Unobtrusive JavaScript, Layering and Separation of Concerns. It is considered a best practice to separate web pages into three areas of concern: content (HTML),

event_note
close

In this post i am going to explain the notation of Unobtrusive JavaScript, Layering and Separation of Concerns. It is considered a best practice to separate web pages into three areas of concern: content (HTML),

folder_open JavaScript
Read more

Knockout Observable Vs ObservableArray

Knockout is a library designed for Model-View-ViewModel(MVVM) development. Knockout provides three necessary components to implement this pattern, a declarative syntax for the view(data-bind Html attribute), a mechanism to nitify changes from the viewmodel(Observable object), and

event_note
close

Knockout is a library designed for Model-View-ViewModel(MVVM) development. Knockout provides three necessary components to implement this pattern, a declarative syntax for the view(data-bind Html attribute), a mechanism to nitify changes from the viewmodel(Observable object), and

folder_open KnockoutJS
Read more