<?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>Jeffrey Sharp</title>
	<atom:link href="http://www.jeffreysharp.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffreysharp.org</link>
	<description>Jeffrey Sharp's Blog</description>
	<pubDate>Tue, 08 Jul 2008 11:20:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Testing New Blog Theme</title>
		<link>http://www.jeffreysharp.org/2008/07/07/testing-new-blog-theme/</link>
		<comments>http://www.jeffreysharp.org/2008/07/07/testing-new-blog-theme/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 23:47:42 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.jeffreysharp.org/?p=12</guid>
		<description><![CDATA[I am testing a new custom theme on this site.  If something looks a little wrong, please bear with me; I&#8217;m working on it.
]]></description>
			<content:encoded><![CDATA[<p>I am testing a new custom theme on this site.  If something looks a little wrong, please bear with me; I&#8217;m working on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreysharp.org/2008/07/07/testing-new-blog-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moving the Visual Studio Folder</title>
		<link>http://www.jeffreysharp.org/2008/02/19/moving-the-visual-studio-folder/</link>
		<comments>http://www.jeffreysharp.org/2008/02/19/moving-the-visual-studio-folder/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 20:30:02 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[Developer]]></category>

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

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

		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.jeffreysharp.org/2008/02/19/moving-the-visual-studio-folder/</guid>
		<description><![CDATA[Are you tired of that Visual Studio 2005 folder in My Documents?  Do you wish you, not Microsoft, could decide where your code lives?  Read on...]]></description>
			<content:encoded><![CDATA[<p>It really annoys me when software wants to do something beyond the limits of acceptable behavior.  Software should not install icons on the desktop, ask me to give out my email address, run background tasks, install malware, or add folders to My Documents, for example.  Yet, it seems that most products are guilty of at least one violation of the software moral code.  I try to keep the worst of the bad actors off my systems.  It&#8217;s been a while since I&#8217;ve seen RealPlayer, iTunes, or Norton AntiVirus.  I still use Jasc Paint Shop Pro 8, because the new post-Corel-buyout versions silently install a service (a background task) that seems to be part of the product&#8217;s licensing model.</p>
<p>Unfortunately, some of these products are unavoidable.  Most video drivers want to install two or three background tasks - one to apply the hardware settings, one to provide an overcomplicated control panel, and another to provide a cluttery system tray icon.  Adobe Reader installs a service that is supposed to make it launch faster the two times per month you need to read a PDF.  Visio insists on creating a My Shapes folder for the 1% of users who will create custom shapes.  Someone should create a software user&#8217;s bill of rights to popularize the notion among developers that these behaviors are bad.</p>
<p>I develop software for a living, primarily for Microsoft platforms.  Thus, Microsoft Visual Studio is unavoidable for me.  VS is generally a good actor, but it has one annoying vice: it wants to create a folder in My Documents named Visual Studio 2005 (or 2008 if you&#8217;re hip).  VS wants you to put your projects in this folder.  Other things like settings and templates live here as well.  Now I find this rather annoying, as I have an existing Projects folder elsewhere that contains my work.  I <em>don&#8217;t</em> want VS settings or templates to go there.  Plus, I find the name &#8220;Projects&#8221; more correct than &#8220;Visual Studio 2008&#8243;.  One says &#8220;Here are the projects that I work on&#8221;, and the other says &#8220;Here is the stuff I do with Visual Studio&#8221;.  So the VS default location is less than optimal for me.</p>
<p>Luckily, the Visual Studio folder is fairly easy to move.  There are some settings in VS&#8217;s Options dialog that look like they do the trick, but they don&#8217;t do a complete job.  To fully move the folder, you need to edit the registry.  The process is the same in both Visual Studio 2005 and 2008, save for the folder name:</p>
<ol>
<li>Launch Visual Studio for the first time.  VS will create its folder in My Documents and numerous registry keys referring to this folder.</li>
<li>Decide where your project code should live.  In My Documents, I have a Projects folder already.</li>
<li> Decide where you want the other VS files to live.  I created an Application Data folder in My Documents to make a home for my Visual Studio folder.  Another good choice would be to use the local application data folder.</li>
<li>Search the registry for &#8220;\Visual Studio 2008&#8243;.  Edit the matching values to reference the new locations you picked in steps 2 and 3.  On my system, there were about 25 values to change.</li>
<li>Move the actual Visual Studio 2008 folder to the new location.</li>
<li>Create en empty file named Visual Studio 2008 (no extension) in the place where the VS folder was.</li>
<li>Run the following command on the empty file:<br />
ATTRIB +S +H +R &#8220;Visual Studio 2008&#8243;</li>
</ol>
<p>Steps 6 and 7 make it more difficult for Visual Studio to create a new folder in the wrong place.  As there is an existing file of the same name, the create should fail.  By applying the system and hidden attributes, the file is not visible in Windows Explorer under typical settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreysharp.org/2008/02/19/moving-the-visual-studio-folder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So, the Japan Trip&#8230;</title>
		<link>http://www.jeffreysharp.org/2008/01/22/so-the-japan-trip/</link>
		<comments>http://www.jeffreysharp.org/2008/01/22/so-the-japan-trip/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 03:15:04 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[Japan Trip 2007]]></category>

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

		<guid isPermaLink="false">http://www.jeffreysharp.org/2008/01/22/so-the-japan-trip/</guid>
		<description><![CDATA[I figure it's about time to actually post something regarding the trip I took to Japan in November 2007.  Let's start with an overview.]]></description>
			<content:encoded><![CDATA[<p>I figure it&#8217;s about time to actually post something regarding the trip I took to Japan in November 2007.</p>
<p><img src="http://www.jeffreysharp.org/wp-content/uploads/2008/01/japantrip2007.png" alt="2007 Japan Trip Map" /></p>
<p>Japan has an interesting shape – skinny with an elbow.  There&#8217;s northern Japan, and there&#8217;s western Japan.  The elbow, of course, is Tokyo, the geographical and cultural fulcrum of the nation.</p>
<p>The reddish line on the map shows my travel path.  The circles represent represent the places we visited.  The places are, in order from southwest to northeast:</p>
<ul>
<li>Itsukushima, aka Miyajima</li>
<li>Hiroshima</li>
<li>Himeji</li>
<li>Osaka</li>
<li>Nara</li>
<li>Kyoto</li>
<li>Tokyo (the big circle)</li>
<li>Utsunomiya</li>
<li>Nikko</li>
<li>Fukushima</li>
<li>Sendai</li>
<li>Matsushima</li>
<li>Morioka</li>
</ul>
<p>Note that we didn&#8217;t visit in that order.  Actually, we started in Tokyo and made separate jaunts to the west and to the north.  Outside of Tokyo, we spent no more than a day at any single location.  Tokyo itself was allotted a full week of exploration time.  Traveling with a wonderful pair of native guides – my in-laws – we packed an amazing number of experiences into a two-week span.</p>
<p>In the coming weeks, I&#8217;ll be posting a separate article for each destination, along with articles about particularly fascinating aspects of Japanese culture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreysharp.org/2008/01/22/so-the-japan-trip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Is My Blog</title>
		<link>http://www.jeffreysharp.org/2007/10/07/this-is-my-blog/</link>
		<comments>http://www.jeffreysharp.org/2007/10/07/this-is-my-blog/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 23:52:20 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.jeffreysharp.org/?p=1</guid>
		<description><![CDATA[In this post, I explain just why this site is here in the first place.]]></description>
			<content:encoded><![CDATA[<p>This is my blog.</p>
<p>Despite having been a spectator of the <a href="http://en.wikipedia.org/wiki/Blogosphere" target="_blank">blogosphere</a> for a decade (i.e. since before our species actually knew the word <em>blog</em>), I have resisted any temptation to set up my own blog.  I&#8217;m just a random guy, living in a place, going to work, doing things — nothing spectacular.  To me, blogs are not only for people who have something to say; they are also for an audience that wants to listen.  What&#8217;s the point of wasting hundreds of hours editing articles which nobody will read?  That makes as much sense as <a title="write-only memory" href="http://en.wikipedia.org/wiki/Write_Only_Memory" target="_blank">write-only memory</a>.  It&#8217;s much easier to be a consumer rather than a producer.</p>
<p>Basically, this blog is my wife&#8217;s idea.  She has this enormous network of family and friends spread across the planet.  I have a tiny family and few friends, most of them living within a fifteen minute drive.  Part of being married is that these friend-family sets eventually merge.  It&#8217;s now my task to help in the upkeep of our merging network — providing updates, distributing photos, sending gifts, etc.  So, there is now a sizable audience and the mandate to communicate with them.  For the first time since there were blogs, there is now actual reason for me to have a blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreysharp.org/2007/10/07/this-is-my-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
