Author Archives: David Hogue

Changing which conversation an email is grouped in with Outlook 2010

Outlook 2010 has a conversation grouping feature that can be pretty handy when you have a lot of different conversations headed to your inbox. However sometimes it gets confused. Unfortunately it’s pretty poor at handling a few situations: when several … Continue reading

Posted in Technology | Tagged , | 6 Comments

In response to Request for Comments: Issues with .NET and Microsoft Product Versioning

I started writing a comment on Scott Hanselman’s blog post Request for Comments: Issues with .NET and Microsoft Product Versioning, but it got too long so I decided to make my own post about it. A few thoughts to throw … Continue reading

Posted in Technology | Tagged , | Leave a comment

So I’ve been playing around with IPv6 at home lately

IPv6, if you haven’t heard, is supposed to be the future protocol of the internet. Currently we’re all using IPv4 to talk to servers and such online. IPv4 has a limited number of addresses and there’s enough computers online these … Continue reading

Posted in Technology | Tagged , | 5 Comments

Okay, so this place is pretty dead… Time for an experiment!

When I started up this new blog, I figured it’d be slow but I would post every once in a while. That hasn’t really happened, it’s been six months since I last posted. That’s partly due to being too busy, … Continue reading

Posted in Meta | Tagged | Leave a comment

It’s a new year, time to archive last year’s email

The last few years I’ve taken to backing up all of the previous year’s email and deleting most of it. This keeps my exchange account from taking up too much space, Outlook from bogging down, and I can still find … Continue reading

Posted in Technology | Tagged , , | Leave a comment

Some Parameters for msdeploy.exe

I’ve been trying to get msdeploy working for me at work.  Hopefully it will be able to replace some PowerShell/Robocopy scripts I have for updating our servers. To deploy/update an existing site to local: msdeploy.exe -verb:sync -source:Package=”<Package.zip>” -test:iisApp=’<Website>’ To deploy/update … Continue reading

Posted in Software Development | Tagged | Leave a comment

Starting up a new blog

So I’m finally getting a new blog going.  My old blog has been dead for almost 3 years now.  I always intended to move it over to this site, but I never got around to it.  There have been times … Continue reading

Posted in Meta | Tagged , | 1 Comment

Internet Explorer 7 usage stats

So Internet Explorer 7 has been out for over a year (it was released on October 18th), yet there are still enough IE6 users that we still have to code for it. IE6 has some horrible rendering inconsistencies and bugs … Continue reading

Posted in Software Development | Tagged , , | 1 Comment

So Who Reads This Thing Anyways?

I recently got to wondering who, if anyone, out there is reading my blog. I’ve just been thinking about it and was getting curious. I know at least one colleague at work that does. I think there’s a few developers … Continue reading

Posted in Meta | Tagged , | 11 Comments

The Fun Part of Having People You Know Read Your Blog

Me: I started digging into some Reflection.Emit stuff the recently. Him: I think I just saw a post about that the other day. Me: Was it the one I wrote last night? Him: Was that you? I didn’t even realize … Continue reading

Posted in Meta | Tagged , | 1 Comment