Author Archives: Matthew

Making linking between anchors in an IFrame work in Chrome and Firefox 11+

About a year ago I wrote the post Making linking between anchors in an IFrame work in Firefox 4 and above which detailed a workaround for making anchor tags in IFrame’s function as expected. Unfortunately this fix stopped working as … Continue reading

Posted in Chrome, Firefox, JavaScript | 9 Comments

Chutzpah 1.4.0 Released

A new version of Chutzpah is now available. Grab the new bits from CodePlex and NuGet or go to the Visual Studio Gallery to get the updated Visual Studio Extension  and Test Adapter for Visual Studio 11 Beta. This release … Continue reading

Posted in Chutzpah, Codeplex, NuGet, Open Source, Testing, Visual Studio Gallery | 2 Comments

Chutzpah test adapter for Visual Studio 11 Beta

Visual Studio 11 Beta was released today and one of the many cool new features is the Unit Test Explorer. The Unit Test Explorer functions using a plugin model where it scans for test adapters and uses them to find … Continue reading

Posted in Chutzpah, Visual Studio, Visual Studio Gallery | 5 Comments

A Monadic Pratt Parser

Introduction I recently read Beautiful Code which contains articles from several well known programmers about the code they consider beautiful.  In Top Down Operator Precedence, Douglas Crockford discusses the Pratt Parser (named after Vaughan Pratt who wrote the paper on … Continue reading

Posted in F#, Functional Programming, Parsing | 3 Comments

Chutzpah 1.3.0 Released

A new version of Chutzpah is now live on Visual Studio Gallery, CodePlex and now NuGet. This release contains the following changes: Features 1. Chutzpah is now able to run Jasmine tests in addition to QUnit. This was a large … Continue reading

Posted in Chutzpah, Codeplex, NuGet, Open Source, Testing, Visual Studio Gallery | 7 Comments