<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Cromwell &#187; Vista Sidebar</title>
	<atom:link href="http://blog.cromwellhaus.com/index.php/category/vista-sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cromwellhaus.com</link>
	<description>Improving my craft...</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:06:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vista Sidebar Gadget Developer Experience</title>
		<link>http://blog.cromwellhaus.com/2007/05/vista-sidebar-gadget-developer-experience/</link>
		<comments>http://blog.cromwellhaus.com/2007/05/vista-sidebar-gadget-developer-experience/#comments</comments>
		<pubDate>Wed, 02 May 2007 02:58:18 +0000</pubDate>
		<dc:creator>cromwellryan</dc:creator>
				<category><![CDATA[Vista Sidebar]]></category>

		<guid isPermaLink="false">/blogs/ryanc/archive/2007/05/02/vista-sidebar-gadget-developer-experience.aspx</guid>
		<description><![CDATA[Vista Sidebar Gadgets can be cool, but the developer experience out of the box is severely lacking.&#160; Microsoft doesn&#8217;t provide a Visual Studio project template, so Tim Heuer&#160;was nice enough to provide one for us.&#160; He does so via a Web Site template, which makes sense since a Sidebar gadget is nothing more than an [...]]]></description>
			<content:encoded><![CDATA[<p>Vista Sidebar Gadgets can be cool, but the developer experience out of the box is severely lacking.&nbsp; Microsoft doesn&#8217;t provide a Visual Studio project template, so <a href="http://timheuer.com/blog">Tim Heuer</a>&nbsp;was nice enough to <a title="Vista Sidebar Gadget Visual Studio Template" href="http://timheuer.com/blog/archive/2007/03/11/14010.aspx">provide one</a> for us.&nbsp; He does so via a Web Site template, which makes sense since a Sidebar gadget is nothing more than <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sidebar/sidebar/overviews/gdo.asp">an Html page with a splash of JavaScript</a>, minimally, of course.&nbsp; If you are like me, you like to be able to touch something up and then look at it, but I&#8217;m not about to edit, copy, run every time I want to see what my little icon change has affected.&nbsp; Here&#8217;s a tip to help you out: create a symbolic link in your <font face="Consolas"><em>%userprofile%\AppData\Local\Microsoft\Windows Sidebar\Gadgets</em></font> directory.&nbsp; Here&#8217;s how:</p>
<ol>
<ol>
<li>Run&nbsp;Command Prompt as an Administrator
<li>mklink /D &#8220;%userprofile%\AppData\Local\Microsoft\Windows Sidebar\Gadgets\&lt;gadgetname&gt;.gadget&#8221; &#8220;%userprofile%\Documents\Visual Studio 2005\WebSites\&lt;VisualStudioProjectDirectory&gt;&#8221;</li>
</ol>
</ol>
<p><a href="http://cromwellhaus.com/blogphotos/VistaSidebarGadgetDeveloperExperience_14258/image031.png" atomicselection="true"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="180" src="http://cromwellhaus.com/blogphotos/VistaSidebarGadgetDeveloperExperience_14258/image0_thumb22.png" width="240" align="left" border="0"></a> </p>
<p>This allows you to keep your projects where they belong (VS won&#8217;t let you open a folder in AppData without jumping some hoops anyway) and still reload your Gadget in Sidebar whenever you make changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cromwellhaus.com/2007/05/vista-sidebar-gadget-developer-experience/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

