Treehouse Blog

1 66 67 68 69 70 72

June 14, 2011 in Learn

Build Dynamic Pages with Knockout.js

Building dynamic web pages using JavaScript can be a complex task. Fortunately, frameworks like jQuery, MooTools, and others make it much easier to interact with the browser. However DOM frameworks only solve part of the problem.

When building an application that has a lot of data that can be updated, and any piece of information could be represented in several places on the page, it becomes a pain to try to make sure the interface accurately represents the data at any point in time.

1 66 67 68 69 70 72