TIP: Previous/Next Track Buttons in Windows 8.1

If you’re like me, you like to listen to music on your PC/laptop/tablet while you’re working. In my case, I happen to utilize the Windows 8.1 Xbox Music app (with Xbox Music Pass) which has become much better with the last couple of updates. There was, however, one feature that I really wanted – “previous/next track” keyboard shortcuts. Unfortunately, no shortcuts are provided out of the box with the Xbox Music app (or by Windows). Given this limitation, I had to turn to my keyboard. While there are many keyboards available with built-in previous/next track buttons, my keyboard is not…
Read More

TIP: Visual Studio 2013 XAML Error

Since I upgraded to Windows 8.1 I’ve had various issues with Windows Store apps running in Visual Studio 2013. I would get strange debugger-related issues when I attempted to run an app though it would compile just fine. In fact, it didn’t matter if I ran the app locally or within the emulator, it would give me some strange debugger errors which were surfaced from non-managed code. I noticed that when I opened a XAML file in the XAML editor (within Visual Studio 2013) I would get the following error: I did some quick bing’n around for an answer and…
Read More

TIP: Disable Spell Check and Autocorrect in Windows 8.1

For many of us, myself included, having automatic spell check integrated into most of the apps I use on a daily basis (including Windows Live Writer, which I am using to compose this post) has been a great productivity enhancer. However, there are certain scenarios where autocorrect, or automatically highlighting misspelled words, can be a nuisance. My native language is English and I have to admit that the spell check features in Windows 8.1 have worked pretty good for me. However, I have seen many reports of the spell check and autocorrect features being less than desirable for non-English languages…
Read More

Where Did My Visual Studio 2013 Shortcuts Go?

If you have installed the recently-released Visual Studio 2013 you may have had to do a double take to find the Visual Studio 2013 shortcuts in your Start menu. In previous releases of Visual Studio, the Start menu folder the shortcuts are installed in have always been prefixed with “Microsoft”. For reasons unknown to me, Microsoft has removed the “Microsoft” prefix from the Visual Studio 2013 Start menu folder, as shown in the following screenshot: As you can see in the above screenshot, you have to scroll down a ways to find Visual Studio 2013. If you happen to have…
Read More

Keep Team Foundation Server Hummin’

Based on his experiences in the field, Grant Holliday has put together a great checklist of tasks to help you keep Team Foundation Server running smoothly.  The list is comprised of the following categories of tasks: The initial setup and provisioning of the hardware, operating system and SQL platform Regular OS system administrator tasks Regular SQL DBA tasks TFS-specific configurations Regular TFS administrator tasks To see the full checklist, read the post here.
Read More

Tracking Home Inventory

About a month ago, I received a message from my sister informing me that her house had been robbed and that pretty much everything of value had been stolen.  Luckily, she wasn’t home when the robbery took place so she wasn’t in any danger of being harmed.  Not everything that was taken can be replaced (e.g. family heirlooms, jewelry, etc.) so we are hopeful that at least some of her valuables will be located.  However, if they are located, she will still have to prove they are hers.  Luckily, she had recorded the serial numbers of the items (e.g. camera,…
Read More

How Many Windows 8 Apps are in the Windows Store?

Although there are roughly one bazillion (yes, I made that number up :-) “desktop” apps currently available that will run on Windows 8, the number of Metro “Windows Store” apps still measures in the hundreds (not hundreds of thousands, just hundreds).  If you’re curious about how many Windows Store apps are available in your marketplace, follow these steps: Launch the Windows Store app. Open the Charms Bar and tap Search (or press Logo+Q). Enter * (an asterisk) as the search term and press Enter (ensure Store is the selected search source). As of the time of writing this, there are…
Read More

Ten Features in Visual Studio 2010 You May Not Know About

There are a LOT of new features coming in Visual Studio 2010.  Some of them are very big features (e.g. IntelliTrace, Microsoft Test Manager, etc.).  However, there are lots of smaller features that, even though small, are great additions to Visual Studio. It would take a lot of time and space to list each and every new feature in Visual Studio 2010 so I’ve picked ten new features that I personally find interesting and outlined them below: Removing Recent Items – If you make use of the Recently Used List (RUL) in Visual Studio, then you’ve no doubt had items…
Read More

INDC Talk: Top Ten Tips for Team Foundation Server

Martin Woodward blogs about his list of Top 10 Tips for Team Foundation Server. There is some very good information in these tips as well as links to other useful Team Server related information. He also inlcudes a link to his PowerPoint presentation.
Read More

Cleaning the Visual Studio 2005 MRU List

I came across this utility a while back that allows you to easily remove project items from the Visual Studio MRU list. It works for the 2002, 2003, and 2005 versions. I saw a post today on a forum asking for a utility to do this so I thought I'd post this out for others to see (source code is included).Check it out at: http://weblogs.asp.net/egarmon/archive/2005/02/04/366825.aspx
Read More