Tag Archives: jQuery

Getting Started with Knockout.js and MVVM

By Shahed C on March 10, 2013

Introduction

JavaScript is almost as old as the first graphical browsers, but it has been swimming in a sea of spaghetti code since its inception. With the introduction of many JavaScript frameworks over the years, there has been a lot of improvement in making it a robust programming language. One such framework is Knockout.js, which uses the MVVM (Model-View-ViewModel) pattern to bind HTML templates to a JavaScript view model.

Knockout logo

Continue reading

Study Guides for MCSD 70-480 Programming HTML5/JS/CSS3

By Shahed C on February 23, 2013

I recently took and passed the Microsoft exam MCSD 70-480 “Programming in HTML5 with JavaScript and CSS3”.

html5_css_javascript

 

However, this exam is relatively new as of early 2013, and the official book wasn’t out yet when I first published this blog post. It is now available for purchase, as of Spring 2013.

To prepare for the exam, you may refer to the following online resources:

Continue reading