JavaScript

5 minute video session on Introduction to Backbone.js

Another JavaScript library-Kendo UI

Yet another JavaScript library for mobile applications, KendoUI from Telerik has started making some noise. Few noticeable points, at a first glance about Kendo UI. Kendo UI provides widgets that can be used in web applications, pretty similar to jQuery […]

Unit testing JavaScript – III

Unit testing JavaScript – III

In the earlier post, we discussed using QUnit to unit-test JavaScript. We didn’t have any UI in the example. Let’s build a simple UI to call the Calculator’s add and subtract functions. Let’s use jQuery to construct the UI as […]

Unit testing JavaScript – II

Unit testing JavaScript – II

In the earlier post, we discussed the need for unit testing JavaScript code. Continuing further, let’s write a simple piece of JavaScript code and test it using QUnit library. To begin with, let’s create a file calculator.js and have two […]

Unit testing JavaScript – I

Unit testing in JavaScript is an overlooked concept. With the increase in use of JavaScript in applications, testing JavaScript code has become an imperative task. A number of developers who use JavaScript, particularly jQuery ignore testing the JS code. They […]