javascript Understanding Strict Mode in JavaScript Strict mode is enabled in a JavaScript program by adding a special string constant at the beginning of the program: "use strict"; Also, you can enable strict mode for a function by placing the string constant at the beginning of the function
javascript It's Alive!!! Building Objects in JavaScript It's overwhelming the number of ways you can construct objects in JavaScript. In this article I will tackle the various ways to build objects (including inheritance). The basic techniques for creating objects are: Simple Objects Constructors Simple Inheritance Inheritance method used by CoffeeScript Inheritance
javascript FizzBuzz in JavaScript using Generators FizzBuzz A common programming test for job candidates is FizzBuzz. I will show how to solve the FizzBuzz problem using generators in JavaScript. There are some variations on this test but the basics are to print out a sequence of numbers with the following
.net Viewing Files in the GAC The GAC can be found at C:\windows\assembly. There is a custom shell extension enabled that prevents you seeing the GAC dlls as you would normally see the file system in Windows Explorer. There are several ways to see the dlls in the