Sign in
Rants of a Hippie Coder
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET Programming
Internet Explorer
Programming
Random Rants
Team Foundation Server
Archive
Archives
May 2008
(1)
July 2007
(2)
April 2006
(1)
March 2006
(14)
February 2005
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rants of a Hippie Coder
My team is hiring!
Posted
over 5 years ago
by
hippietim
0
Comments
We're looking for a strong software developer in the Raleigh/Durham, NC area. The job posting hasn't propogated out to the public Microsoft career listings web site yet so here's the job description: Are you passionate about delivering on the vision...
Rants of a Hippie Coder
Fix for Reports showing up properly on WSS 2.0 for Team Foundation Server 2008 Beta 2
Posted
over 6 years ago
by
hippietim
2
Comments
If you are experiencing problems with viewing TFS reports on a WSS 2.0 server and the message is describing a problem about reading the registry key " HKLM\Software\Microsoft\Visual Studio\9.0\TeamFoundation\ReportServer\80\_layouts ", then the fix below...
Rants of a Hippie Coder
Visual Studio 2008 Team Foundation Server Beta 2 Has Shipped!!!
Posted
over 6 years ago
by
hippietim
2
Comments
Check it out! http://msdn2.microsoft.com/en-us/vstudio/default.aspx This is a particularly exciting release for me as I've recently taken over leading the TFS Setup, Admin, and Ops team and we made a number of improvements in deploying and managing...
Rants of a Hippie Coder
Workflow for Team Foundation?
Posted
over 7 years ago
by
hippietim
2
Comments
We have a number of scenarios we'd like to enable in future releases of Visual Studio Team Foundation that would really benefit being part of a generalized workflow framework. Things like code review/checkin processes, build release and staging, etc....
Rants of a Hippie Coder
Will Code For Food
Posted
over 7 years ago
by
hippietim
4
Comments
This article originally appeared in the Wall Street Journal several years ago. It's come up from time to time at work and most folks find it to be an amusing tale so I figured I'd post this before I lose track of it. In these dark days of dot-com despair...
Rants of a Hippie Coder
How to get the active Team Foundation Server and Project from an Add-In
Posted
over 7 years ago
by
hippietim
4
Comments
Ed Hintz posted "How to Write a Team Foundation Version Control Add-in for Visual Studio" which is a great guide to writing an add-in to integrate with Team Foundation version control. I won't repeat that info her. If you want to do something that is...
Rants of a Hippie Coder
The best thing you can get for your iPod
Posted
over 7 years ago
by
hippietim
0
Comments
The Bose SoundDock . Really. It is way cool. It is way expensive too but given the simplicity, elegance, and sound quality it is well worth it. Too many iPod docking units have subwoofers, separate speakers, lots of switches, look clunky, etc. When...
Rants of a Hippie Coder
Flashing Dialogboxes
Posted
over 7 years ago
by
hippietim
0
Comments
This example demonstrates how to flash a dialog in the taskbar after performing a long running operation from the command line. A good example of how this is useful is in the VS Team Foundation version control toolset. Naturally, it includes a command...
Rants of a Hippie Coder
Robin Trower is touring the US again!!!
Posted
over 7 years ago
by
hippietim
1
Comments
I'm a huge Robin Trower fan but haven't seen him live in many years mostly because he hasn't toured the US in many years and when he was touring he didn't come near where I was living. I was about to book a flight to England just to see him again so I...
Rants of a Hippie Coder
Overcoming a .NET ListView CheckBoxes quirk
Posted
over 7 years ago
by
hippietim
1
Comments
In the Visual Studio Team Foundation version control UI, we display your pending changes in a ListView control. That ListView has CheckeBoxes set to true as we allow you to perform a variety of operations on the checked items. At the same time we want...
Rants of a Hippie Coder
Give the .NET loader a hand - how to load assemblies from VS PrivateAssemblies
Posted
over 7 years ago
by
hippietim
3
Comments
This program demonstrates how to use the AppDomain.AssemblyResolve event to help the .NET loader get assemblies loaded that it can't find. The VS Team Foundation edition ships with a number of assemblies you may want to reference in your own apps....
Rants of a Hippie Coder
No more Chicken Little
Posted
over 7 years ago
by
hippietim
2
Comments
Heh.
Rants of a Hippie Coder
Why is Chicken Little still on American Idol?
Posted
over 7 years ago
by
hippietim
4
Comments
There, I admit it. I watch American Idol. At least I've never watched Survivor or The Amazing Race. Pffft. So back to the question. Why is Kevin Covais (dubbed Chicken Little by the show's host Ryan Seacrest) still on American Idol? I get that...
Rants of a Hippie Coder
WinForms ListView Performance - ListView collections
Posted
over 7 years ago
by
hippietim
1
Comments
The WinForms ListView has a few very handy collections - CheckedItems and CheckedIndices. SelectedItems is a collection of the ListViewItems that are selected. SelectedIndices is a collection of the indexes of the ListViewItems that are selected. Those...
Rants of a Hippie Coder
WinForms ListView Performance - Initializing checked states
Posted
over 7 years ago
by
hippietim
2
Comments
CheckBoxes in a WinForms ListView are of course a bit simpler to use than dealing the underlying Win32 control directly. WinForms deals with the ListView structures and the WM_NOTIFY messages. Of course this comes at a cost. Here's a simple demonstration...
Rants of a Hippie Coder
WinForms ListView Performance
Posted
over 7 years ago
by
hippietim
4
Comments
While working on improving the performance of the version control UI for Visual Studio Team Foundation Server, I encountered a number of potential problems with the WinForms ListView control. As it turns out, adding items to a ListView can be VERY...
Rants of a Hippie Coder
Team Foundation Power Toy TFPT Review
Posted
over 7 years ago
by
hippietim
2
Comments
I added the Review command to TFPT back in August as a simple way to do a code review of files in any order I choose. Running TF Diff just cycles through the files one by one and is not that great for an interactive code review, particularly if I want...
Rants of a Hippie Coder
A couple helpful Team Foundation registry settings
Posted
over 7 years ago
by
hippietim
5
Comments
Here's a couple of registry options that never made it into the UI anywhere that some of you may find useful. Don't Automatically Reconnect The first is a setting to control whether or not the Team Explorer and Source Control Explorer will automatically...
Rants of a Hippie Coder
Do you ever have one of those days?
Posted
over 8 years ago
by
hippietim
8
Comments
Actually in this case it'd be one of those weekends. I was working this weekend (at home fortunately) on getting some changes in for an upcoming product release and I just hit roadblock after roadblock. I have a name for my pain - it is GAUNTLET! Not...
Rants of a Hippie Coder
Stupid browser drag/drop tricks
Posted
over 8 years ago
by
hippietim
5
Comments
At one point folks got carried away with drag and drop. For example: The system menu icon is a drag source in IE and Explorer windows. So you can use it to drag a shortcut to the current page/folder/document to anywhere you want. The icon in the address...
Rants of a Hippie Coder
I hate magic
Posted
over 8 years ago
by
hippietim
2
Comments
C++ magic in particular. What's wrong with this code? #define BLANK_IF_NULL(_s_) ((_s_) ? (_s_) : (TEXT(""))) We had a macro like this in MSN Explorer that would ensure you didn't pass a NULL string around. Well there's lots of things wrong with the code...
Rants of a Hippie Coder
My first Blog post on MSDN
Posted
over 8 years ago
by
hippietim
5
Comments
Howdy. I figure my first entry just ought to give you some of my background (IOW, the reasons to not take me too seriously). I've been at Microsoft almost 8 years. I started off working on the IE team. I worked on CDF channels, offline web pages, the...
Page 1 of 1 (22 items)