JavaScript Immetiate Object Initialization

Hello everyone, During this weekend I watched a couple of sessions in channel 9 recorded during the MIX 11 event. I really liked Elijah Manor’s talk whose title is Good JavaScript Habits for C# Developers. In addition to simple tips on JavaScript programming, such as False-y Values and Comparison Operators, Elijah showed some techniques that … Continue reading JavaScript Immetiate Object Initialization

JavaScript Unit Testing with YUI Test

Hi, some posts ago I talked about JavaScript and user interface testing using Selenium. Today, I will present another option to test your JavaScript code. YUI Test is a testing framework for browser-based JavaScript solutions, providing JavaScript Unit Testing. While not a direct part from any specific xUnit framework, YUI Test does derive some characteristics … Continue reading JavaScript Unit Testing with YUI Test