<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Empty Cache</title>
	<atom:link href="http://www.emptycache.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emptycache.com/blog</link>
	<description>a developer's blog</description>
	<pubDate>Thu, 01 May 2008 04:09:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Search Commands</title>
		<link>http://www.emptycache.com/blog/2008/04/30/search-commands/</link>
		<comments>http://www.emptycache.com/blog/2008/04/30/search-commands/#comments</comments>
		<pubDate>Thu, 01 May 2008 04:09:38 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/30/search-commands/</guid>
		<description><![CDATA[Frustrated by the Office ribbon? I just stumbled across this project on Microsoft Office Labs.&#160; Can&#8217;t find that button that you know was there in Office XP/2003?&#160; Just type what you&#8217;re looking for and you&#8217;re presented with the missing button.
Search Commands
]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/04/30/search-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enable Self-Service user in Salesforce.com using C#</title>
		<link>http://www.emptycache.com/blog/2008/04/19/enable-self-service-user-in-salesforcecom-using-c/</link>
		<comments>http://www.emptycache.com/blog/2008/04/19/enable-self-service-user-in-salesforcecom-using-c/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 07:12:03 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/19/enable-self-service-user-in-salesforcecom-using-c/</guid>
		<description><![CDATA[I won&#8217;t walk through connecting to the Salesforce.com api because that is well documented.&#160; One thing I didn&#8217;t find documented was how to enable self-service for a Salesforce contact.&#160; Well here it is.
First 3 methods used by the main EnableSelfService() method:


   1: /// &#60;summary&#62;
   2: /// Retrieves a Contact object for [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/04/19/enable-self-service-user-in-salesforcecom-using-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Working with Users and Groups in SharePoint 2007</title>
		<link>http://www.emptycache.com/blog/2008/04/18/working-with-users-and-groups-in-sharepoint-2007/</link>
		<comments>http://www.emptycache.com/blog/2008/04/18/working-with-users-and-groups-in-sharepoint-2007/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 06:55:33 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/18/working-with-users-and-groups-in-sharepoint-2007/</guid>
		<description><![CDATA[As I am about to show you, one of the easier things to do in SharePoint (programmatically) is that add a user to a group and add a user or group to a site. 
I&#8217;ll be using the SharePoint web service to do this, so first we need to setup the web reference.&#160; Add a [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/04/18/working-with-users-and-groups-in-sharepoint-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a new alert for a SharePoint list</title>
		<link>http://www.emptycache.com/blog/2008/04/17/create-a-new-alert-for-a-sharepoint-list/</link>
		<comments>http://www.emptycache.com/blog/2008/04/17/create-a-new-alert-for-a-sharepoint-list/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 00:57:29 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/17/create-a-new-alert-for-a-sharepoint-list/</guid>
		<description><![CDATA[A code snippet for creating a new alert for a SharePoint list.&#160; The OpenSite() method simply creates an SPSite object named which I&#8217;ve named _site.
Make sure that your alertUser has permissions to the list. Also you need to set the property AlwaysNotify = false.&#160; For some reason it doesn&#8217;t seem to work if you don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/04/17/create-a-new-alert-for-a-sharepoint-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating and deploying a custom site definition for MOSS 2007</title>
		<link>http://www.emptycache.com/blog/2008/04/16/creating-and-deploying-a-custom-site-definition-for-moss-2007/</link>
		<comments>http://www.emptycache.com/blog/2008/04/16/creating-and-deploying-a-custom-site-definition-for-moss-2007/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 17:07:26 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[MOSS 2007]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/04/16/creating-and-deploying-a-custom-site-definition-for-moss-2007/</guid>
		<description><![CDATA[I’ve spent the last couple weeks trying to create a custom site definition for SharePoint 2007. If you’re unsure of what a custom site definition is and how it differs from a site template, there is a good MSDN article which explains both.
I found a bunch of good resources out there that describe the steps [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/04/16/creating-and-deploying-a-custom-site-definition-for-moss-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 coming soon&#8230;</title>
		<link>http://www.emptycache.com/blog/2008/03/21/ubuntu-804-coming-soon/</link>
		<comments>http://www.emptycache.com/blog/2008/03/21/ubuntu-804-coming-soon/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 19:58:14 +0000</pubDate>
		<dc:creator>Site Administrator</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/03/21/ubuntu-804-coming-soon/</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/03/21/ubuntu-804-coming-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turn off Windows Sticky Keys</title>
		<link>http://www.emptycache.com/blog/2008/02/22/turn-off-windows-sticky-keys/</link>
		<comments>http://www.emptycache.com/blog/2008/02/22/turn-off-windows-sticky-keys/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 21:33:40 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/02/22/turn-off-windows-sticky-keys/</guid>
		<description><![CDATA[Press both shift keys at the same time.

I blog this because no matter how many times I accidentally enable sticky keys, I can never remember how to turn it off.
]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/02/22/turn-off-windows-sticky-keys/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware Virtual Server: Geek for free</title>
		<link>http://www.emptycache.com/blog/2008/02/10/vmware-virtual-server-geek-for-free/</link>
		<comments>http://www.emptycache.com/blog/2008/02/10/vmware-virtual-server-geek-for-free/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 10:06:42 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/02/10/vmware-virtual-server-geek-for-free/</guid>
		<description><![CDATA[Over the years I’ve accumulated a lot of PC hardware.  After building a couple Windows Media Centers, and constantly upgrading them, I found myself with enough parts for a rather powerful home server:
·         Intel Core 2 Duo 1.86Mhz
·         4GB RAM
·         (3) SATA hard drives ranging in size from 120GB to 500GB
What I envisioned was a [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/02/10/vmware-virtual-server-geek-for-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So here&#8217;s the problem with my Dell Inspirion E1505&#8230;</title>
		<link>http://www.emptycache.com/blog/2008/02/10/so-heres-the-problem-with-my-dell-inspirion-e1505/</link>
		<comments>http://www.emptycache.com/blog/2008/02/10/so-heres-the-problem-with-my-dell-inspirion-e1505/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 09:34:29 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/02/10/so-heres-the-problem-with-my-dell-inspirion-e1505/</guid>
		<description><![CDATA[Just my luck!  Two months out of warranty and the thing stops booting.  I&#8217;ve tracked the problem down to the Intel 3945 wireless card.  If the wifi card is enabled in the BIOS, the notebook freezes while booting.  If it is disabled the notebook boots fine.  Initially I thought the problem was Windows Vista (because [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/02/10/so-heres-the-problem-with-my-dell-inspirion-e1505/feed/</wfw:commentRss>
		</item>
		<item>
		<title>QuickFormatter: Reformat a column for SQL or email with a single click</title>
		<link>http://www.emptycache.com/blog/2008/02/10/quickformatter-reformat-a-column-for-sql-or-email-with-a-single-click/</link>
		<comments>http://www.emptycache.com/blog/2008/02/10/quickformatter-reformat-a-column-for-sql-or-email-with-a-single-click/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 09:02:44 +0000</pubDate>
		<dc:creator>Adam Conde</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.emptycache.com/blog/2008/02/10/quickformatter-reformat-a-column-for-sql-or-email-with-a-single-click/</guid>
		<description><![CDATA[QuickFormatter
I don&#8217;t really know how best to describe this application, so I&#8217;ll just explain why I wrote it.  I tend to do a lot of work for marketing departments, and marketing tends to love Excel.  They give me spreadsheets containing email addresses, tradeshow leads, customer lists, etc&#8230; And then they want me to use these [...]]]></description>
		<wfw:commentRss>http://www.emptycache.com/blog/2008/02/10/quickformatter-reformat-a-column-for-sql-or-email-with-a-single-click/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
