Posts by Tag

Blogging

About this mess

1 minute read

Here we go again Every so many years I look at my blog or personal website and get that urge to tinker with it and try something new. And that time was rece...

Changing again

less than 1 minute read

Once again, I’ve decided to change blogging platforms. It’s a hassle I’m learning to not like, but this transition went a lot smoother than the last. This ti...

Back to Top ↑

Visual Studio

Integrating TortoiseHg with Visual Studio

2 minute read

If you use Visual Studio, you don’t get integration with version control unless you use Team Foundation Server or install a plugin. This is an adaptation of ...

Removing IDE distractions in Visual Studio

less than 1 minute read

I’m not sure where I first read about “distraction free Visual Studio”, but it’s a thing, and I quite enjoy it. This article explains how to take to the extr...

Back to Top ↑

JavaScript

Back to Top ↑

Game Development

Get your jam on

2 minute read

Jam time Every year GitHub sponsors a game jam during the month of November: GitHub Game Off. I’ve dabbled with making games my whole life and I’ve found ex...

Back to Top ↑

MS Word

Word 2007 and em-spaces

1 minute read

Developing custom solutions for Word 2007 over the last year, I’ve run across some bugs that are particularly nasty relating to em spaces. What’s an em space...

Back to Top ↑

Bug

Word 2007 and em-spaces

1 minute read

Developing custom solutions for Word 2007 over the last year, I’ve run across some bugs that are particularly nasty relating to em spaces. What’s an em space...

Back to Top ↑

CSS

Finding unused CSS with Google Chrome

1 minute read

With the advent of jQuery and its selector engine, I’ve gotten a lot better at writing accurate stylesheets. But I’m never 100% sure if all of my CSS rules a...

Back to Top ↑

Web Development

Finding unused CSS with Google Chrome

1 minute read

With the advent of jQuery and its selector engine, I’ve gotten a lot better at writing accurate stylesheets. But I’m never 100% sure if all of my CSS rules a...

Back to Top ↑

Google Chrome

Finding unused CSS with Google Chrome

1 minute read

With the advent of jQuery and its selector engine, I’ve gotten a lot better at writing accurate stylesheets. But I’m never 100% sure if all of my CSS rules a...

Back to Top ↑

Team Foundation Server

Simulating TFS shelvesets in subversion

3 minute read

Update A proper SVN Shelve feature is tentatively scheduled for Subversion 1.8 Original article Having worked with Team Foundation Server for version cont...

Back to Top ↑

Subversion

Simulating TFS shelvesets in subversion

3 minute read

Update A proper SVN Shelve feature is tentatively scheduled for Subversion 1.8 Original article Having worked with Team Foundation Server for version cont...

Back to Top ↑

Presentations

Presentation considerations

3 minute read

I’ve had the opportunity to give numerous presentations at work, and recently, have started giving presentations at the local .NET user group. I’ve gathered ...

Back to Top ↑

C#

Can Any() of you Count()?

2 minute read

LINQ, which stands for Language Integrated Query, isn’t new anymore. It was introduced in .NET 3.5, which saw its release in November 2007. At this point, I ...

Back to Top ↑

.NET

Can Any() of you Count()?

2 minute read

LINQ, which stands for Language Integrated Query, isn’t new anymore. It was introduced in .NET 3.5, which saw its release in November 2007. At this point, I ...

Back to Top ↑

LINQ

Can Any() of you Count()?

2 minute read

LINQ, which stands for Language Integrated Query, isn’t new anymore. It was introduced in .NET 3.5, which saw its release in November 2007. At this point, I ...

Back to Top ↑

Nuget

If Nuget won’t update, try this

less than 1 minute read

The newest version of Nuget, version 1.6, wouldn’t update on either of my computers from within Visual Studio. I’m not certain why, but the fix is simple. Ru...

Back to Top ↑

Email

Inbox One, the pragmatic approach

1 minute read

The Getting Things Done methodology encourages behavior such as Inbox Zero, the concept of dealing with all the items in your inbox and keeping a zero count....

Back to Top ↑

LinkedIn

Checking out from LinkedIn

2 minute read

My newest co-worker challenged recruiters to step up their game. He’s found a job he likes (and I’m biased, so I’ll just nod and smile) that provides some of...

Back to Top ↑

Crafty

Back to Top ↑

Mercurial

Integrating TortoiseHg with Visual Studio

2 minute read

If you use Visual Studio, you don’t get integration with version control unless you use Team Foundation Server or install a plugin. This is an adaptation of ...

Back to Top ↑

Pico-8

Get your jam on

2 minute read

Jam time Every year GitHub sponsors a game jam during the month of November: GitHub Game Off. I’ve dabbled with making games my whole life and I’ve found ex...

Back to Top ↑

Oh My Posh

Different Oh My Posh color scheme per day

2 minute read

Briefly: what is Oh My Posh Oh My Posh describes itself as “a prompt theme engine for any shell.” Basically, your prompt, or the line that shows up in your ...

Back to Top ↑

Terminal

Different Oh My Posh color scheme per day

2 minute read

Briefly: what is Oh My Posh Oh My Posh describes itself as “a prompt theme engine for any shell.” Basically, your prompt, or the line that shows up in your ...

Back to Top ↑