13 Feb
2013

It’s Markdown, no, PowerShell. Wait its Markdown formatted PowerShell.

I created an introductory presentation on PowerShell a while back and posted it on my GitHub. I first gave the presentation at the NNSDG and decided to also submit it as a talk to the Boise Code Camp this year. (Looks like I’ll be going ? track me down @staxmanade if you?d like to say […]

Read More
22 Jan
2013

Testacular cannot find Chrome on windows.

I recently started playing with AngularJS. After downloading the seed project and trying to run the tests with Testacular, I bumped into small issue that was not immediately obvious to resolve. When I ran the “./scripts/test.bat” I would get the following error(s) in my console: info: Testacular server started at http://localhost:9876/ info (launcher): Starting browser […]

Read More
6 Dec
2012

Easily set Visual Studio keyboard bindings with the Nuget Package Manager Console

After a fresh install of Visual Studio, I often re-configure some options and setup keyboard bindings. This tends to be a bit of a pain as each and every time I have to remember what setting is in what U.I. configuration pane and how do I find/configure that again? I also will often forget about […]

Read More
22 Feb
2012

NuGet Project Uncovered: SpecificationExtensions.[MSTest | NUnit | Xunit]

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. NOTE: this project is one I created and as it turns out this has now become it?s introductory post. The SpecificationExtensions.[MSTest | NUnit | Xunit] are a set of NuGet packages […]

Read More