<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Ben's Mind</title>
	<link>http://blog.bksanders.com</link>
	<description>The world between the Sanders Family and IT!</description>
	<lastBuildDate>Fri, 11 Sep 2009 12:47:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>6 Phases of Being Employed in the Insurance Industry</title>
		<description>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 manager is the best!


Phase 2




You are listening to pop music -- After a while you are so busy that you are ...</description>
		<link>http://blog.bksanders.com/index.php/2009/09/6-phases-of-being-employed-in-the-insurance-industry/</link>
			</item>
	<item>
		<title>Developer Death Marches</title>
		<description>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 experiences, as well as those told by friends, occur when some executives get something in their head that must be done ...</description>
		<link>http://blog.bksanders.com/index.php/2009/05/developer-death-marches/</link>
			</item>
	<item>
		<title>Adobe Acrobat 8 Serious Error - Windows Terminal Server</title>
		<description>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 a semi-automatic at your server. But you shouldn't do that, since it's not your hardware's fault that Adobe Acrobat can't work ...</description>
		<link>http://blog.bksanders.com/index.php/2009/02/adobe-acrobat-8-serious-error-windows-terminal-server/</link>
			</item>
	<item>
		<title>LINQ - OrderBy Method and Multiple Fields</title>
		<description>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 in order to order it by additional column criteria, use the following:

listView.DataSource = myList.OrderBy(i =&#62; i.Field1).ThenBy(i =&#62; i.Field2);



Additionally, the OrderByDescending() and ...</description>
		<link>http://blog.bksanders.com/index.php/2008/11/linq-orderby-method-and-multiple-fields/</link>
			</item>
	<item>
		<title>Exchange 2007: Corrupt MMC Queue Viewer</title>
		<description>This is to help out anyone that receives the following error with Microsoft Exchange 2007. When you are in the Exchange Management Console, and click Toolbox and Queue Viewer, the following error is displayed:

MMC cannot open the file {Exchange Install Folder}\Bin\Exchange Queue Viewer.msc.

This may be because the file does not ...</description>
		<link>http://blog.bksanders.com/index.php/2008/11/exchange-2007-corrupt-mmc-queue-viewer/</link>
			</item>
	<item>
		<title>ASP.NET Web Services &#038; XElement Return Types</title>
		<description>I've been a huge fan of LINQ to XML. So I have been trying to have a ASP.NET ASMX Web Service with several WebMethods return XElements. You cannot return the XDocument as it is not serializable. However, XElements are. But, in my experimentation, after having a few XElements returned, I ...</description>
		<link>http://blog.bksanders.com/index.php/2008/10/aspnet-web-services-xelement-return-types/</link>
			</item>
	<item>
		<title>Support: Can&#8217;t Connect to Printer</title>
		<description>I was trying to install my networked color-laser printer on my daughter's laptop this weekend. She is running Vista Ultimate, my printer is a Dell 3110cn Color Laser, and it is connected and shared via Windows 2003 R2 server.

My laptop connected to the printer fine as a network printer, but ...</description>
		<link>http://blog.bksanders.com/index.php/2008/10/support-cant-connect-to-printer/</link>
			</item>
	<item>
		<title>10 iPhone Apps to Rule the World&#8230;</title>
		<description>So I was discussing iPhone apps with my friend R&#38;B. I was telling him I still haven't settled on the next big iPhone-app-money-making-scheme. He was saying his were some pretty awesome ideas - so we started joking around.

After further thought, here would be my top 10 iPhone apps necessary for ...</description>
		<link>http://blog.bksanders.com/index.php/2008/10/10-iphone-apps-to-rule-the-world/</link>
			</item>
	<item>
		<title>Salesfarce.com - The True Salesforce.com</title>
		<description>

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 get rid of our old back-end system and "upgrade" to a web version with a new supplier. After a brief protest ...</description>
		<link>http://blog.bksanders.com/index.php/2008/10/salesfarcecom-the-true-salesforcecom/</link>
			</item>
	<item>
		<title>WPF ListView Not Refreshing</title>
		<description>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 is more complex than the below example, but you'll get the idea. I essentially wanted a ListView that gets populated from ...</description>
		<link>http://blog.bksanders.com/index.php/2008/09/wpf-listview-not-refreshing/</link>
			</item>
</channel>
</rss>
