Knockout bugs List 

By Saturday, June 27, 2015 0 No tags Permalink 0

Uncaught TypeError: Cannot read property 'nodeType' of nullThis problem was happening because of  binding an HTML element before it was created. the script was loaded on top of the HTML (in the head) but it needed to be loaded at the bottom of my HTML code (just before the closing body tag).

Knockout Computed Observables

By Friday, June 26, 2015 0 No tags Permalink 0

Adding two Numbers  Checkbox Addition   ( Reference ) Using Function Concatination Read Write Example  ( Reference ) Read Write Example 2 Computed Reference Getting the Most out of Knockout.js Computed Observables Another Article .. Read write ( subscriber will be notified when you type in "valid") Pure Computed , read write  Computed vs Pure Computed

Web Sites Vs Web Apps 

By Tuesday, June 9, 2015 0 No tags Permalink 0

self-contained rich/interactive user interface, possibly mimicking the native UI of the device using advanced device capabilities – like geolocation, camera integration, or other technologies that the W3C Device APIs and Policy Working Group is developing action-oriented rather than information oriented not relying heavily on (or hiding when possible) the browser chrome (back button, reload button, address bar) working off-line, for ...