<?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>The Entrian Solutions Blog</title>
	<atom:link href="http://entrian.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://entrian.com/blog</link>
	<description>The blog of Richie Hindle and Entrian Solutions, creators of Entrian Source Search, a full-text search add-in for Visual Studio.</description>
	<lastBuildDate>Tue, 14 Jun 2011 22:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Entrian Source Search 1.3.14</title>
		<link>http://entrian.com/blog/entrian-source-1-3-14/</link>
		<comments>http://entrian.com/blog/entrian-source-1-3-14/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 22:24:36 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>
		<category><![CDATA[ChangeLog]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=320</guid>
		<description><![CDATA[I&#8217;m very pleased to announce Entrian Source Search 1.3.14, which fixes the following issues: Using your text editor font for the search results no longer suffers a resource leak (thanks, Mark) Index optimization now never happens when you&#8217;re using your PC, but instead waits until there&#8217;s been no mouse or keyboard activity for at least five minutes [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very pleased to announce Entrian Source Search 1.3.14, which fixes the following issues:</p>
<ul>
<li>Using your text editor font for the search results no longer suffers a resource leak (thanks, Mark)</li>
<li>Index optimization now never happens when you&#8217;re using your PC, but instead waits until there&#8217;s been no mouse or keyboard activity for at least five minutes (thanks, Anton)</li>
<li>The Verbosity slider is now effectively unlimited, allowing your search results to take up the full width of the screen (thanks, Stoney and Pierre-Olivier)</li>
<li>In Visual Studio 2010, hitting the Alt+= hotkey now puts the focus into the search box even if the Entrian Source Search window wasn&#8217;t previously visible (thanks, Christian).</li>
</ul>
<p>As always, there&#8217;s a 30-individual-day trial for new users, and the upgrade is free for existing users.</p>
<p>You can download this latest release from <a href="http://entrian.com/source-search/download.html">the Download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/entrian-source-1-3-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Debugging Tools: GFlags: Beware 32 vs. 64 bit!</title>
		<link>http://entrian.com/blog/windows-debugging-tools-gflags-beware-32-vs-64-bit/</link>
		<comments>http://entrian.com/blog/windows-debugging-tools-gflags-beware-32-vs-64-bit/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 22:54:41 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=315</guid>
		<description><![CDATA[If you&#8217;ve ever tried (as I was trying this week) to debug a loader problem on Windows, you probably know about the very useful gflags application.  It&#8217;s part of the Debugging Tools for Windows, and one of the things it does is enables &#8220;loader snaps&#8221; for a process.  That tells the Windows loader to send [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-316" title="gflags" src="http://entrian.com/blog/wp-content/uploads/2011/03/gflags.png" alt="gflags" width="296" height="179" /></p>
<p>If you&#8217;ve ever tried (as I was trying this week) to debug a loader problem on Windows, you probably know about the very useful <strong>gflags</strong> application.  It&#8217;s part of the <strong>Debugging Tools for Windows</strong>, and one of the things it does is enables &#8220;loader snaps&#8221; for a process.  That tells the Windows loader to send a whole bunch of useful information to the debugger console as it loads an executable and its DLLs.</p>
<p>Except that it doesn&#8217;t.  Not if you&#8217;re running on 64 bit Windows, developing a 32 bit application.  If you just follow the obvious download links for the Debugging Tools you&#8217;ll get the 64 bit version, which will quietly ignore your request for loader snaps for your 32-bit application.  To set the appropriate flags you&#8217;ll need to install the 32-bit Debugging Tools and use that version of <strong>gflags</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/windows-debugging-tools-gflags-beware-32-vs-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrian Source Search 1.3.13: Bugfix for XAML files</title>
		<link>http://entrian.com/blog/entrian-source-search-1-3-13-bugfix-for-xaml-files/</link>
		<comments>http://entrian.com/blog/entrian-source-search-1-3-13-bugfix-for-xaml-files/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 08:51:00 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>
		<category><![CDATA[ChangeLog]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=313</guid>
		<description><![CDATA[I&#8217;m happy to announce Entrian Source Search 1.3.13, which fixes an error when opening XAML files for Windows Phone 7 (thanks, Anton!) You can download Entrian Source Search 1.3.13 from the usual Download page.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce Entrian Source Search 1.3.13, which fixes an error when opening XAML files for Windows Phone 7 (thanks, Anton!)</p>
<p>You can download Entrian Source Search 1.3.13 from <a href="../../source-search/download.html">the usual Download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/entrian-source-search-1-3-13-bugfix-for-xaml-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrian Source Search 1.3.12</title>
		<link>http://entrian.com/blog/entrian-source-search-1-3-12/</link>
		<comments>http://entrian.com/blog/entrian-source-search-1-3-12/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 22:06:12 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>
		<category><![CDATA[ChangeLog]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=309</guid>
		<description><![CDATA[Hot on the heels of 1.3.11 comes Entrian Source Search 1.3.12, which fixes two bugs...]]></description>
			<content:encoded><![CDATA[<p>Hot on the heels of 1.3.11 comes Entrian Source Search 1.3.12, which fixes two bugs:</p>
<ul>
<li>The hit count and search time (&#8220;120 hits in 23 files, 0.11 seconds&#8221;) would sometimes fail to update after you hit Search.</li>
<li>There was a resource leak that would (after many days of use!) cause Visual Studio to run out of GDI resources and start to suffer painting glitches.</li>
</ul>
<p>Download Entrian Source Search 1.3.12 from <a href="http://entrian.com/source-search/download.html">the Download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/entrian-source-search-1-3-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrian Source Search 1.3.11: Fonts and encodings</title>
		<link>http://entrian.com/blog/entrian-source-search-1-3-11-fonts-and-encodings/</link>
		<comments>http://entrian.com/blog/entrian-source-search-1-3-11-fonts-and-encodings/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 23:58:05 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>
		<category><![CDATA[ChangeLog]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=305</guid>
		<description><![CDATA[I'm happy to announce Entrian Source Search 1.3.11, which gives you finer control over fonts and encodings.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce Entrian Source Search 1.3.11, which brings you the following features:</p>
<ul>
<li>You can use your text editor font for the search results, rather than being stuck with Microsoft Sans Serif (thanks, Mark)</li>
<li>You can force a refresh of all files in the index (rather than just the changed files)</li>
<li>You can choose how to interpret 8-bit source files that have no UTF-8 BOM (thanks, Alexei).</li>
</ul>
<p>As always, there&#8217;s a 30-individual-day trial for new users, and the upgrade is free for existing users.</p>
<p>You can download Entrian Source Search 1.3.11 from <a href="http://entrian.com/source-search/download.html">the Download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/entrian-source-search-1-3-11-fonts-and-encodings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Entrian Source Search 1.3.10</title>
		<link>http://entrian.com/blog/entrian-source-search-1-3-10/</link>
		<comments>http://entrian.com/blog/entrian-source-search-1-3-10/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 22:18:19 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>
		<category><![CDATA[ChangeLog]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=301</guid>
		<description><![CDATA[I&#8217;m happy to announce the release of Entrian Source Search 1.3.10, which fixes three bugs: Very occasionally, Source Search could throw an ArgumentOutOfRangeException when you hit Search.  Now fixed. When you try to view a search hit in a non-existent file (for instance because you&#8217;ve deleted a huge pile of files and the index hasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the release of Entrian Source Search 1.3.10, which fixes three bugs:</p>
<ul>
<li>Very occasionally, Source Search could throw an ArgumentOutOfRangeException when you hit Search.  Now fixed.</li>
<li>When you try to view a search hit in a non-existent file (for instance because you&#8217;ve deleted a huge pile of files and the index hasn&#8217;t caught up yet), the error is reported properly, rather than giving a cryptic &#8220;Value does not fall within the expected range&#8221; message (thanks, Joe).</li>
<li>When showing a search hit in a .sql file, Visual Studio no longer occasionally shows an error message when there was no error (thanks, Stoney).</li>
</ul>
<p>You can download 1.3.10 from <a href="http://entrian.com/source-search/download.html">the usual place</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/entrian-source-search-1-3-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrian Source Search 1.3.9: Force index refresh</title>
		<link>http://entrian.com/blog/1-3-9-force-index-refresh/</link>
		<comments>http://entrian.com/blog/1-3-9-force-index-refresh/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 21:11:44 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>
		<category><![CDATA[ChangeLog]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=297</guid>
		<description><![CDATA[Entrian Source Search 1.3.9 introduces a &#8220;Force index refresh&#8221; command.  This isn&#8217;t necessary for most people because Source Search automatically re-indexes changed files as soon as they hit the disk, but some users whose source files are held on network drives have found that changes aren&#8217;t always picked up.  (Thanks, Christian.) Exclusion patterns are now [...]]]></description>
			<content:encoded><![CDATA[<p>Entrian Source Search 1.3.9 introduces a &#8220;Force index refresh&#8221; command.  This isn&#8217;t necessary for most people because Source Search automatically re-indexes changed files as soon as they hit the disk, but some users whose source files are held on network drives have found that changes aren&#8217;t always picked up.  (Thanks, Christian.)</p>
<p>Exclusion patterns are now case insensitive (thanks, Ike).</p>
<p>You can download 1.3.9 from <a href="/source-search/download.html">the usual  place</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/1-3-9-force-index-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No, Netgear DG834, the BBC iPlayer is not a Denial of Service attack</title>
		<link>http://entrian.com/blog/no-netgear-dg834-iplayer-is-not-a-dos-attack/</link>
		<comments>http://entrian.com/blog/no-netgear-dg834-iplayer-is-not-a-dos-attack/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 02:16:08 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=291</guid>
		<description><![CDATA[If you're having trouble with iPlayer on a mobile device over WiFi, this may be of some help.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-292 alignleft" title="Netgear DG834" src="http://entrian.com/blog/wp-content/uploads/2010/01/DG834.png" alt="Netgear DG834" width="216" height="91" />If you&#8217;re having trouble with iPlayer on a mobile device over WiFi, this may be of some help:</p>
<p>I recently installed a <a href="http://www.netgear.com/Products/RoutersandGateways/WiredRouters/DG834.aspx">Netgear DG834 ADSL 2+ modem router</a>.  It works beautifully.</p>
<p>My other new toy is a <a href="http://en.wikipedia.org/wiki/T-Mobile_Pulse">T-Mobile Pulse</a> Android phone.  A lovely bit of kit for not very much money.</p>
<p>Trying the excellent <a href="http://davejohnston.posterous.com/?tag=beebplayer">beebPlayer application</a> (an iPlayer client for Android) I found that quality was far worse on WiFi than on 3G.  Surely that can&#8217;t be right?</p>
<p>To cut a long story short, the DG834 has a feature called <strong>Port Scan and DOS Protection</strong>, which as it turns out interprets the incoming RTSP packets as a DOS attack and drops most of them.  Switching the feature off (under Advanced / WAN Setup) makes it all work perfectly.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><strong><a tabindex="-1" href="javascript:loadhelp('_secu','spi')"><strong>Port Scan and DOS Protection</strong></a></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/no-netgear-dg834-iplayer-is-not-a-dos-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrian Source Search 1.3.8: A bugfix release</title>
		<link>http://entrian.com/blog/1-3-8-a-bugfix-release/</link>
		<comments>http://entrian.com/blog/1-3-8-a-bugfix-release/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 23:23:11 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>
		<category><![CDATA[ChangeLog]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=288</guid>
		<description><![CDATA[I'm happy to announce the release of Entrian Source Search 1.3.8, which fixes three crash bugs.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the release of Entrian Source Search 1.3.8, which fixes three crash bugs:</p>
<ul>
<li>When first running a non-English Visual Studio 2008 after installing Source Search (thanks, Jean-Michel).</li>
<li>When triggering a search with the Project Properties window open (due to <a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=110335">a known bug in Visual Studio</a>) (thanks, Stoney).</li>
<li>After typing extra spaces before or after your index root directory paths (thanks, Tom).</li>
</ul>
<p>You can download 1.3.8 from <a href="http://entrian.com/source-search/download.html">the usual place</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/1-3-8-a-bugfix-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh come on Windows, you can do better than that.</title>
		<link>http://entrian.com/blog/oh-come-on-windows-you-can-do-better-than-that/</link>
		<comments>http://entrian.com/blog/oh-come-on-windows-you-can-do-better-than-that/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:36:22 +0000</pubDate>
		<dc:creator>Richie Hindle</dc:creator>
				<category><![CDATA[30days]]></category>

		<guid isPermaLink="false">http://entrian.com/blog/?p=220</guid>
		<description><![CDATA[When people see a hyperlink, they expect to be able to click it.  Failing that, they expect to be able to select the text and copy it.  When the link is for Technical Support, these things become even more important.  When the link is for my website, this sort of failure makes me cross.]]></description>
			<content:encoded><![CDATA[<p>Dear Windows,</p>
<p>When people see a hyperlink, they expect to be able to click it.</p>
<p>Failing that, they expect to be able to select the text and copy it.</p>
<p>When the link is for Technical Support, these things become even more important.</p>
<p>When the link is for <em>my website</em>, this sort of failure makes me cross.</p>
<p><img class="alignnone size-full wp-image-280" title="Unclickable, uncopyable Support link.  Grr." src="http://entrian.com/blog/wp-content/uploads/2009/08/vista-support-link.png" alt="Unclickable, uncopyable Support link.  Grr." width="609" height="423" /></p>
<p>Yours sincerely,</p>
<p>Richie Hindle</p>
<p><strong>Update:</strong> This issue is fixed in Windows 7, so yes, it turns out that Windows <em>can</em> do better than that. <img src='http://entrian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://entrian.com/blog/oh-come-on-windows-you-can-do-better-than-that/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

