6 Phases of Being Employed in the Insurance Industry

Phase 1

You are listening to jazz — Your first day at work is great. Your fellow co-workers are wonderful, your office is cute, you love your agents, and your [...] Continue Reading…

Developer Death Marches

I’m done with my haitus from blogging…until I need another haitus ;).

What I wanted to write about is the typical, ever more frequent now, developer “death marches.” From my [...] Continue Reading…

Adobe Acrobat 8 Serious Error - Windows Terminal Server

I’m not about to go into all of the 10,000+ possible things you can do to attempt to fix whatever is causing this, including, but not limited to, firing [...] Continue Reading…

LINQ - OrderBy Method and Multiple Fields

Just a friendly helpful tip - if you are using LINQ and have, for example, a list of objects, you can use the OrderBy() method to order it. But [...] Continue Reading…

Exchange 2007: Corrupt MMC Queue Viewer

The solution for a corrupt Exchange 2007 Queue Viewer problem. [...] Continue Reading…

ASP.NET Web Services & XElement Return Types

Working on a web service, I found a very strange “Cannot use wildcards at the top level of a schema.” IllegalOperationException. So here I’m going to discuss this bug briefly and ways XElements should be returned. [...] Continue Reading…

Support: Can’t Connect to Printer

How to fix the “Windows cannot connect to the printer. Operation could not be completed (error 0×000003e3).” error message. [...] Continue Reading…

10 iPhone Apps to Rule the World…

Must haves for all you wannabe dictators of the world! [...] Continue Reading…

Salesfarce.com - The True Salesforce.com

Boy do I have stories about this one…

I remember the day that our company chose to use SalesForce.com (SFDC) as our CRM for lead management. Basically they wanted to [...] Continue Reading…

WPF ListView Not Refreshing

I’ve spent the last few days tracking down how to get a ListView to refresh its associated generic list collection which is populated via LINQ to SQL. My UI [...] Continue Reading…