<?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>Dave Amenta .com &#187; Gadget</title>
	<atom:link href="http://www.daveamenta.com/tag/gadget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveamenta.com</link>
	<description>(dot (at dave daveamenta) com)</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:22:23 +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>Faster Windows Gadget development &amp; testing</title>
		<link>http://www.daveamenta.com/2009-09/faster-windows-gadget-development-testing/</link>
		<comments>http://www.daveamenta.com/2009-09/faster-windows-gadget-development-testing/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 19:12:29 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Sidebar]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=140</guid>
		<description><![CDATA[Testing and debugging of Windows Sidebar Gadgets may be painful if you wish to test or debug a gadget that has a configuration. Removing and re-creating a gadget by dragging it out of the Gadget window will delete any saved configuration. I&#8217;ve found that I would like to restart the sidebar and refresh all the [...]]]></description>
			<content:encoded><![CDATA[<p>Testing and debugging of Windows Sidebar Gadgets may be painful if you wish to test or debug a gadget that has a configuration.  Removing and re-creating a gadget by dragging it out of the Gadget window will delete any saved configuration.  I&#8217;ve found that I would like to restart the sidebar and refresh all the gadgets at once.  Restarting the Sidebar process is also the only way to flush the image cache.  If you&#8217;re having caching problems, restarting the Sidebar will reload the data from disk.</p>
<p>To restart the sidebar with just a click &#8211; create the following batch file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">taskkill <span style="color: #000000; font-weight: bold;">/</span>F <span style="color: #000000; font-weight: bold;">/</span>IM sidebar.exe <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #ff0000;">&quot;c:\Program Files\Windows Sidebar\sidebar.exe&quot;</span></pre></div></div>

<p>Save the file as restart_sidebar.bat.  Elevation is not required to restart the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2009-09/faster-windows-gadget-development-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

