<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Dan&apos;s Blog - Eclipse</title>
			<link>http://danparker.us/index.cfm</link>
			<description>This is my blog.</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 22:21:53 -0400</pubDate>
			<lastBuildDate>Mon, 01 Feb 2010 17:36:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>dan@danparker.us</managingEditor>
			<webMaster>dan@danparker.us</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>dan@danparker.us</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Dan&apos;s Blog</title>
				<link>http://danparker.us/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Removing An Obsolete Workspace From Eclipse 3.1</title>
				<link>http://danparker.us/index.cfm/2010/2/1/Removing-An-Obsolete-Workspace-From-Eclipse-31</link>
				<description>
				
				Courtesy &lt;a href=&quot;http://www.eclipsezone.com/eclipse/forums/t28376.html&quot;&gt;EclipseZone&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;

Eclipse is storing the workspace information in a preferences file called &quot;org.eclipse.ui.ide.prefs&quot;. This file is located under &quot;%ECLIPSE_HOME%\configuration\.settings&quot; and contains a key named &quot;RECENT_WORKSPACES&quot;. The value of this key contains a comma separated list of workspaces, more precisely the path to the workspaces. If you delete one of the entries, it&apos;ll disappear from the workspace launcher. 
				</description>
				
				<category>Eclipse</category>				
				
				<pubDate>Mon, 01 Feb 2010 17:36:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/2/1/Removing-An-Obsolete-Workspace-From-Eclipse-31</guid>
				
			</item>
			
			<item>
				<title>Searching with regular expressions in Eclipse</title>
				<link>http://danparker.us/index.cfm/2009/1/28/Searching-with-regular-expressions-in-Eclipse</link>
				<description>
				
				Gotta send a shout out to my buddy Sean Louisin for this one.
&lt;br /&gt;&lt;br /&gt;
Sean needed to find all instances of binds in his CFSELECT tags. His initial search for &quot;bind&quot; came up with all kinds of junk...binders, etc.
&lt;br /&gt;&lt;br /&gt;
To narrow the results, he used the regular expression search in Eclipse and searched for 
&lt;code&gt;&lt;cfselect*bind*&gt;&lt;/code&gt;
I know I&apos;ll need this one!!
&lt;br /&gt; 
				</description>
				
				<category>Eclipse</category>				
				
				<pubDate>Wed, 28 Jan 2009 16:09:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2009/1/28/Searching-with-regular-expressions-in-Eclipse</guid>
				
			</item>
			</channel></rss>