12 Jan
2011

Basic JavaScript Part 6: Automatic Semicolon Insertion

Here are the links to the previous installments: Functions Objects Prototypes Enforcing New on Constructor Functions Hoisting For this post, I?m going to discuss a feature of JavaScript that can easily get you in trouble. Semicolons in JavaScript are not mandatory. This means that if you forget to place a semicolon after some statement, JavaScript […]

Read More
10 Jan
2011

Pluralcast 33 : Catching up with Ken Schwaber

Category:General PostTag: :

 Listen Now! [47:22] This visit with Ken Schwaber brings us up to date on the latest thinking in Scrum and the latest developments over at Scrum.org. There are several new initiatives over at Scrum.org including the Professional Scrum Team Member program, which Pluralsight is a large part of. In addition to latest news, Ken addresses […]

Read More
10 Jan
2011

The Social Network

Category:UncategorizedTag: :7 Comments on The Social Network

Over the weekend I watched this movie called The Social Network. As a geek, I felt that I was somehow mentally obligated to see this movie :-). While I was watching this movie, I noticed a subtle detail that was shown a couple of times throughout the film. This subtle detail showed how this small […]

Read More
9 Jan
2011

Bookmark to inject FireBug Light into Internet Explorer.

I?ve enjoyed Firebug in Firefox, and even find value in Firebug light when used in Internet Explorer. However if you don?t have control or don?t want to place the Firebug installation js file in your web site to include firebug. I figured out a way to load it on demand with a bookmark in Internet […]

Read More
7 Jan
2011

Book Review – JavaScript Patterns

Category:UncategorizedTag: , :

Earlier this week I finished reading JavaScript Patterns, written by Stoyan Stefanov. After I very much enjoyed reading his previous book titled Object-Oriented JavaScript last summer, I instantly bought JavaScript Patterns when it came out and put it on my priority reading list. While Object-Oriented JavaScript is more an introduction to the JavaScript language and […]

Read More
7 Jan
2011

Extended WPF Toolkit–Release 1.3.0

Category:UncategorizedTag: , , :

A new version of the Extended WPF Toolkit has just released.  In this release there are three new controls and updates have been to two existing controls.  Lets take a look at what’s inside this newest release. Updated Controls   The ColorPicker At first glance (see before picture) it looks like it has the functionality […]

Read More