<?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>TechNullogy</title>
	<atom:link href="http://www.technullogy.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technullogy.net</link>
	<description>Musings of a convert to nerdism</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TFS: How to fix the Red X of Death on the Report Folder in Team Explorer</title>
		<link>http://www.technullogy.net/index.php/2010/03/13/tfs-how-to-fix-the-red-x-of-death-on-the-report-folder-in-team-explorer/</link>
		<comments>http://www.technullogy.net/index.php/2010/03/13/tfs-how-to-fix-the-red-x-of-death-on-the-report-folder-in-team-explorer/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 00:39:56 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[Team Explorer]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Visual Studio Team System]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=279</guid>
		<description><![CDATA[Awhile back, I upgraded our Team Foundation Server to 2008 SP1 and our SQL 2005 server to 2008.  It took a bit of finagling to get everything working right.  Google was my friend and I was able to solve all but one nagging issue.  Have you ever seen the little red &#8220;x&#8221; on your Report [...]]]></description>
			<content:encoded><![CDATA[<p>Awhile back, I upgraded our Team Foundation Server to 2008 SP1 and our SQL 2005 server to 2008.  It took a bit of finagling to get everything working right.  Google was my friend and I was able to solve all but one nagging issue.  Have you ever seen the little red &#8220;x&#8221; on your Report folder in Team Explorer?  He and I have been fighting for a few weeks.</p>
<p><a rel="attachment wp-att-285" href="http://www.technullogy.net/index.php/2010/03/13/tfs-how-to-fix-the-red-x-of-death-on-the-report-folder-in-team-explorer/tfsreportsredx/"><img class="aligncenter size-full wp-image-285" title="TfsReportsRedX" src="http://www.technullogy.net/wp-content/uploads/2010/03/TfsReportsRedX.png" alt="" width="163" height="103" /></a></p>
<p>I came across several forum posts that all seemed logical.  Here are the steps I took to get it fixed:</p>
<ol>
<li>Configure registry to use FQDN -&gt; Edit each of the following registry keys accordingly:
<ol>
<li>HKLM\Software\Microsoft\VisualStudio\9.0\TeamFoundation\ReportServer\443\Sites\BaseReportsUrl</li>
<li>HKLM\Software\Microsoft\VisualStudio\9.0\TeamFoundation\ReportServer\443\&lt;ProjectName&gt;\ReportsService</li>
<li>HKLM\Software\Microsoft\VisualStudio\9.0\TeamFoundation\ReportServer\80\Sites\BaseReportsUrl</li>
<li>HKLM\Software\Microsoft\VisualStudio\9.0\TeamFoundation\ReportServer\80\&lt;ProjectName&gt;\ReportsService</li>
</ol>
</li>
<li>Configure connections in TFS
<ol>
<li>Option 1:
<ol>
<li>Browse to C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Tools</li>
<li>Run<strong> </strong>TfsAdminUtil.exe configureconnections /view</li>
<li>Ensure that ReportsUri is set to http://&lt;ReportServerUrl&gt;/Reports (or https for SSL)<br />
SET: TfsAdminUtil.exe configureconnections  /reportsuri:http://&lt;ReportServerUrl&gt;/Reports</li>
<li>Ensure that ReportServerUri is set to http://&lt;ReportServerUrl&gt;/ReportServer/ReportService.asmx (or https for SSL)<br />
SET: TfsAdminUtil.exe configureconnections /reportserveruri:http://&lt;ReportServerUrl&gt;/ReportServer/ReportService.asmx</li>
</ol>
</li>
<li>Option 2 (easier IMHO):
<ol>
<li>Use SQL Management Studio to connect to your TFS SQL Server</li>
<li>Run this query against the TfsIntegration database: SELECT * FROM dbo.tbl_service_interface</li>
<li>Look for 2 records that look like these and make sure they&#8217;re accurate:<br />
ReportsService    http://&lt;ReportServerUrl&gt;/ReportServer/ReportService.asmx<br />
BaseReportsUrl    http://&lt;ReportServerUrl&gt;/Reports</li>
</ol>
</li>
</ol>
</li>
</ol>
<p>At this point, I thought I was done.  The red x stared smugly into my eyes.  Alright, it must be server cache.  Reboot the server and restart VS.  He&#8217;s still there.  He&#8217;s laughing at me at this point.  I finally realized that the properties of that folder (in Team Explorer) still had the wrong url.  The cache was client side.  DIRTY!</p>
<p><a rel="attachment wp-att-281" href="http://www.technullogy.net/?attachment_id=281"></a><a rel="attachment wp-att-286" href="http://www.technullogy.net/index.php/2010/03/13/tfs-how-to-fix-the-red-x-of-death-on-the-report-folder-in-team-explorer/tfsreportredxclientcache/"><img class="aligncenter size-full wp-image-286" title="TfsReportRedxClientCache" src="http://www.technullogy.net/wp-content/uploads/2010/03/TfsReportRedxClientCache.png" alt="" width="336" height="299" /></a></p>
<p>You can clear you client cache like this:</p>
<ol>
<li>Close Visual Studio</li>
<li>Browse to c:\users\%username%\appdata\local\microsoft\team foundation\2.0</li>
<li>Delete the cache folder</li>
</ol>
<p>Now launch Visual Studio and rejoice!</p>
<p><a rel="attachment wp-att-282" href="http://www.technullogy.net/index.php/2010/03/13/tfs-how-to-fix-the-red-x-of-death-on-the-report-folder-in-team-explorer/tfsreportsfixed/"><img class="aligncenter size-full wp-image-282" title="TfsReportsFixed" src="http://www.technullogy.net/wp-content/uploads/2010/03/TfsReportsFixed.png" alt="" width="293" height="193" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2010/03/13/tfs-how-to-fix-the-red-x-of-death-on-the-report-folder-in-team-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Feature of Remote Desktop in Windows 7</title>
		<link>http://www.technullogy.net/index.php/2010/03/11/cool-feature-of-remote-desktop-in-windows-7/</link>
		<comments>http://www.technullogy.net/index.php/2010/03/11/cool-feature-of-remote-desktop-in-windows-7/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 13:00:06 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=138</guid>
		<description><![CDATA[Windows 7 has changed the game when it comes to remote desktop.  Neowin.net blogged about the new features about a year ago.  Click here to check out their post. I, too, was blown away by what&#8217;s now possible in Remote Desktop.  Some of the new features include: Windows 7 Aero support Direct 2D &#38; Direct [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 has changed the game when it comes to remote desktop.  Neowin.net blogged about the new features about a year ago.  <a href="http://www.neowin.net/news/windows-7-rdp-changes-improve-virtual-desktop-performance">Click here to check out their post.</a> I, too, was blown away by what&#8217;s now possible in Remote Desktop.  Some of the new features include:</p>
<ul>
<li>Windows 7 Aero support</li>
<li>Direct 2D &amp; Direct 3D 10.1  application support</li>
<li>True multi-monitor support</li>
<li>RDP Core  Performance Improvements</li>
<li>Multimedia enhancements</li>
<li>Media  Foundation support</li>
<li>DirectShow support</li>
<li>Low Latency audio  playback support</li>
<li>Bi-directional audio support</li>
</ul>
<p>I noticed one, seemingly insignificant, but very cool new feature that wasn&#8217;t mentioned at Neowin.net.  Have  you ever used Remote Dekstop to get into a network&#8230;and then used it again to get to another computer within that network?  If so, you&#8217;ve probably noticed that the minimize bar at the top doubles over itself; making it next to impossible to minimize one remote machine without minimizing the other while in full-screen mode.  Remote Desktop now lets you slide the bar at the top; making it much easier to minimize one session to get to another.  Thanks Microsoft!  It hasn&#8217;t gone unnoticed and it&#8217;s appreciated!</p>
<p><a rel="attachment wp-att-272" href="http://www.technullogy.net/index.php/2010/03/11/cool-feature-of-remote-desktop-in-windows-7/remotedesktopslider/"><img class="aligncenter size-medium wp-image-272" title="RemoteDesktopSlider" src="http://www.technullogy.net/wp-content/uploads/2010/03/RemoteDesktopSlider-300x204.png" alt="" width="300" height="204" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2010/03/11/cool-feature-of-remote-desktop-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer limits CSS and Script Resources to 30</title>
		<link>http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/</link>
		<comments>http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:02:16 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=136</guid>
		<description><![CDATA[I ran into a weird bug recently that I hope no one else ever experiences.  I use Telerik&#8217;s Rad Controls for ASP.NET AJAX because they&#8217;re powerful, pretty and developer friendly.  I recommend them to ALL .NET developers.  I had just put together a server control that used several of Telerik&#8217;s controls and my own Rounded [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a weird bug recently that I hope no one else ever experiences.  I use <a href="http://www.Telerik.com">Telerik&#8217;s Rad Controls for ASP.NET AJAX</a> because they&#8217;re powerful, pretty and developer friendly.  I recommend them to ALL .NET developers.  I had just put together a server control that used several of Telerik&#8217;s controls and my own <a href="http://www.technullogy.net/index.php/net-controls/">Rounded DIV Container control</a> as well.  It looked great in all browsers.  I was happy.   I added another Rounded DIV to the page.  When I refreshed the page, all of my styles were gone.  I know the CSS is good, because I was using the control elsewhere.  Was it possible I had an unclosed tag somewhere?  I tried the page in Firefox&#8230;perfect, then Safari&#8230;perfect, then Google Chrome&#8230;perfect.</p>
<blockquote><p>Scratching head&#8230;</p></blockquote>
<p>At this point, I know it&#8217;s a browser issue, but I&#8217;m still not sure what&#8217;s causing it.  After digging around and playing with the Internet Explorer Developer Toolbar, I noticed that the page seemed to lose it&#8217;s style whenever there were more than 30 registers resources on a page (i.e. CSS &amp; JavaScript file references).  I probably had too many CSS files as it was.  On top of that, I was dynamically referencing js files.  Telerik also register javascript and css files via the WebResource.axd (embedded .NET resources).</p>
<p>Here&#8217;s how you can check how many resources are registered for a given page:</p>
<ol>
<li>Check your markup
<ol>
<li>Look for all instances of registered resources (CSS, JS, etc)<br />
&lt;link id=&#8221;cssStyleSheet&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;  runat=&#8221;server&#8221; /&gt; &#8212; each one of these counts as 1</li>
<li>If you&#8217;ve got a lot of these, consider consolidating into fewer resources</li>
</ol>
</li>
<li>Use the IE Developer Toolbar, <a href="http://getfirebug.com/">ChromeBug</a> (Google Chrome) or <a href="http://getfirebug.com/">FireBug</a> (the best) to check for registered resources in WebResource.axd
<ol>
<li>Firebug (ChromeBug is similar)
<ol>
<li>Once the page is loaded, highlight the CSS tab and click the resource drop down list just below it<br />
<a rel="attachment wp-att-262" href="http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/firebugcssresources/"><img class="aligncenter size-medium wp-image-262" title="FirebugCssResources" src="http://www.technullogy.net/wp-content/uploads/2010/03/FirebugCssResources-300x187.png" alt="" width="300" height="187" /></a></li>
<li>Do the same thing on the &#8220;Script&#8221; tab (ASP.NET is close to 30! Watch out! <img src='http://www.technullogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )<br />
<a rel="attachment wp-att-263" href="http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/firebugjsresources/"><img class="aligncenter size-medium wp-image-263" title="FirebugJsResources" src="http://www.technullogy.net/wp-content/uploads/2010/03/FirebugJsResources-300x187.png" alt="" width="300" height="187" /></a></li>
</ol>
</li>
<li>IE Developer Toolbar
<ol>
<li>In IE, press F12 to bring up the Developer Tools</li>
<li>Click on CSS and count the items in the drop down list</li>
<li>Do the same for Script<br />
<a rel="attachment wp-att-264" href="http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/devtoolbarscriptresources/"><img class="aligncenter size-medium wp-image-264" title="DevToolbarScriptResources" src="http://www.technullogy.net/wp-content/uploads/2010/03/DevToolbarScriptResources-300x298.png" alt="" width="300" height="298" /></a></li>
</ol>
</li>
</ol>
</li>
</ol>
<p>I hope you don&#8217;t have this many registered resources. <img src='http://www.technullogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   But if you do, and things look weird in IE 7 and IE 8, now you know why.  Time to consolidate!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2010/03/05/internet-explorer-limits-css-and-script-resources-to-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recover Deleted TFS Files and Folders</title>
		<link>http://www.technullogy.net/index.php/2010/03/03/how-to-recover-deleted-tfs-files-and-folders/</link>
		<comments>http://www.technullogy.net/index.php/2010/03/03/how-to-recover-deleted-tfs-files-and-folders/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:04:47 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[File Recovery]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=250</guid>
		<description><![CDATA[I recently went in search for a &#8220;how to&#8221; regarding file and folder recovery in Microsoft Team Foundation Server.  One of our project files was corrupted and removed its reference to an ascx file, but left the .cs and .designer.cs files behind; ultimately breaking the build on our continuous integration server.  Google doth continue to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently went in search for a &#8220;how to&#8221; regarding file and folder recovery in Microsoft Team Foundation Server.  One of our project files was corrupted and removed its reference to an ascx file, but left the .cs and .designer.cs files behind; ultimately breaking the build on our continuous integration server.  Google doth continue to rock.  I quickly found a solution.   It&#8217;s relatively easy:</p>
<ol>
<li>In Visual Studio, click on Tools -&gt; Options -&gt; (make sure the &#8220;show all items&#8221; check box is checked) -&gt; Source Control -&gt; Visual Studio Team Foundation Server</li>
<li>Check the “Show deleted items in the Source Control Explorer” check box<br />
<a rel="attachment wp-att-251" href="http://www.technullogy.net/index.php/2010/03/03/how-to-recover-deleted-tfs-files-and-folders/showtfsdeleteditems/"><img class="aligncenter size-medium wp-image-251" title="ShowTfsDeletedItems" src="http://www.technullogy.net/wp-content/uploads/2010/03/ShowTfsDeletedItems-300x176.jpg" alt="" width="300" height="176" /></a></li>
<li>Click &#8220;OK&#8221;</li>
<li>In Team Explorer, open Source Control<br />
<a rel="attachment wp-att-252" href="http://www.technullogy.net/index.php/2010/03/03/how-to-recover-deleted-tfs-files-and-folders/deletedtfsitems/"><img class="aligncenter size-medium wp-image-252" title="DeletedTfsItems" src="http://www.technullogy.net/wp-content/uploads/2010/03/DeletedTfsItems-300x147.jpg" alt="" width="300" height="147" /></a></li>
<li>Then just right-click and click &#8220;Undelete&#8221; -&gt; sooooo not a real word</li>
</ol>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2010/03/03/how-to-recover-deleted-tfs-files-and-folders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sync Files and Folders Between Computers</title>
		<link>http://www.technullogy.net/index.php/2010/02/06/sync-files-and-folders-between-computers/</link>
		<comments>http://www.technullogy.net/index.php/2010/02/06/sync-files-and-folders-between-computers/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:42:01 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[General Musings]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Live Mesh]]></category>
		<category><![CDATA[Live Sync]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=146</guid>
		<description><![CDATA[I have one music library on my iMac (running Snow Leopard) and another on my MacBook Pro (BootCamp &#8211; running Windows 7 Ultimate).  My wife purchases music on the iMac and I purchase from my laptop.  Sometimes we use iTunes, other times we use Wal-Mart.com.  Hence the need for a sync utility.  I came across [...]]]></description>
			<content:encoded><![CDATA[<p>I have one music library on my iMac (running Snow Leopard) and another on my MacBook Pro (BootCamp &#8211; running Windows 7 Ultimate).  My wife purchases music on the iMac and I purchase from my laptop.  Sometimes we use iTunes, other times we use Wal-Mart.com.  Hence the need for a sync utility.  I came across Microsoft&#8217;s Live Sync while looking for a platform  agnostic utility to sync my music library.</p>
<h2><a href="https://sync.live.com/">Live Sync</a></h2>
<p>Windows Live Sync is an application and web service used to synchronize files and folders across multiple computers and with multiple users.  You can sync up to 20 different folders with up to 20,000 files each.  It also provides a nice web interface for browsing your remote computers&#8217; hard drives (don&#8217;t worry, it&#8217;s all encrypted).</p>
<p><a href="http://www.technullogy.net/wp-content/uploads/2010/02/FolderShare.png"><img class="aligncenter size-medium wp-image-194" title="FolderShare (Live Sync)" src="http://www.technullogy.net/wp-content/uploads/2010/02/FolderShare-274x300.png" alt="" width="274" height="300" /></a></p>
<p>You can invite friends to share/sync folders and grant permissions as readers, contributors or owners.</p>
<p>In theory, this should have worked great.  My problem was that I already had folders that were out of sync with each other.  Live Sync seemed to have a hard time with this.  It was also quite slow in syncing 10+ GB over the internet.</p>
<p>I use this to quickly and conveniently access files on my home network from anywhere in the world.  This could also be a great solution for musicians who are working on a project  remotely.  It&#8217;s a user-friendly, FREE way to sync your music projects.</p>
<p><a href="http://www.technullogy.net/wp-content/uploads/2010/02/ScreenShot.png"><img class="aligncenter size-medium wp-image-195" title="LiveSyncBrowse" src="http://www.technullogy.net/wp-content/uploads/2010/02/ScreenShot-300x236.png" alt="" width="300" height="236" /></a></p>
<h2><a href="https://www.mesh.com/">Live Mesh</a></h2>
<div>
<p>Live Mesh is another cool Microsoft product that gives you all the features of LiveSync, but adds support for remote desktop (requires ActiveX) and 5GB of online storage (not much, eh?).  Microsoft describes Live Mesh like this:</p>
<blockquote><p>With Live Mesh, you can synchronize files with all of  your devices, so you always have the latest versions handy. Access your  files from any device or from the web, easily share them with others,  and get notified whenever someone changes a file.  Use Live Mesh to connect to your other computer and  access its desktop as if you were sitting right in front of it.</p></blockquote>
<p><a href="http://www.technullogy.net/wp-content/uploads/2010/02/LiveMesh.png"><img class="aligncenter size-medium wp-image-196" title="LiveMesh" src="http://www.technullogy.net/wp-content/uploads/2010/02/LiveMesh-300x200.png" alt="" width="300" height="200" /></a></p>
<p>I downloaded the Vista x64 version for Windows 7 and it worked fine.  Very cool&#8230;and has it&#8217;s place&#8230;but it still didn&#8217;t meet my needs for reasons mentioned earlier. Live Mesh boasts future support for mobile devices, but has been advertised as &#8220;Coming Soon&#8221; for about a year.</p>
</div>
<h2>Home Brew</h2>
<p>So, I learned about a couple nice utilities from Microsoft that run smoothly on Mac, but at this point I&#8217;ve decided to write my own folder sync utility in C#.  It&#8217;s a console app right now.  I have the following config settings available:</p>
<ul>
<li>Local folder location</li>
<li>Remote folder location (supports UNC paths for network shares)</li>
<li>Copy from local to remote</li>
<li>Copy from remote to local</li>
<li>Enable verbose logging</li>
<li>Log file location</li>
<li>Append or overwrite log file</li>
<li>Overwrite files if source is larger &#8211; if there are files of different sizes with the same name in the same folder. This option will overwrite the destination file if the source file is larger</li>
<li>File types to exclude (I use this because I don&#8217;t want DS_Store files copied to Windows and I don&#8217;t want desktop.ini or .lnk files copied to the Mac)</li>
</ul>
<p>So far so good.  I copied 10 gigs of files in 5000 directories (on a local 100Mbps network) in about 20 minutes.  This could come in handy if you need to sync a local folder with a network share at work.  Thoughts from the peanut gallery?  Should I turn it into a windows app and post it here for download?</p>
<p><a href="http://www.labnol.org/internet/compare-windows-live-sync-mesh-and-skydrive/6166/">Click here to check out a great blog post about Live Sync, Live Mesh and SkyDrive.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2010/02/06/sync-files-and-folders-between-computers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Synchronize TFS Warehouse after upgrading SQL Server to 2008</title>
		<link>http://www.technullogy.net/index.php/2009/09/29/cant-synchronize-tfs-warehouse/</link>
		<comments>http://www.technullogy.net/index.php/2009/09/29/cant-synchronize-tfs-warehouse/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:26:37 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=191</guid>
		<description><![CDATA[I recently upgraded our TFS server from SQL 2005 to SQL 2008.  Since then, my remaining work report hasn&#8217;t run.  This makes me sad.  Bill Wang explained the reason for this and I&#8217;m grateful for it. In a nutshell, there needs to be an assembly redirection.  This takes place per a couple settings in two [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded our TFS server from SQL 2005 to SQL 2008.  Since then, my remaining work report hasn&#8217;t run.  This makes me sad.  <a href="http://billwg.blogspot.com/2009/04/cant-synchronize-tfs-warehouse-after.html">Bill Wang explained the reason for this and I&#8217;m grateful for it.</a></p>
<p>In a nutshell, there needs to be an assembly redirection.  This takes place per a couple settings in two (2) different web.config files.  Modify the config files in C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Web Services\Warehouse\web.config AND  C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Tools\SetupWarehouse.exe.config as follows:</p>
<pre>      <span>&lt;</span><span>dependentAssembly</span><span>&gt;</span>
        <span>&lt;</span><span>assemblyIdentity</span> <span>name</span><span>="Microsoft.AnalysisServices"</span>
                          <span>publicKeyToken</span><span>="89845dcd8080cc91"</span>
                          <span>culture</span><span>="neutral"</span> <span>/&gt;</span>
        <span>&lt;</span><span>bindingRedirect</span> <span>oldVersion</span><span>="9.0.242.0"</span> <span>newVersion</span><span>="10.0.0.0"</span><span>/&gt;</span>
      <span>&lt;/</span><span>dependentAssembly</span><span>&gt;

</span></pre>
<p>Restart IIS, then send Bill Wang a thank you note!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/09/29/cant-synchronize-tfs-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Sticky Notes Grievence</title>
		<link>http://www.technullogy.net/index.php/2009/09/28/windows-7-sticky-notes-grievence/</link>
		<comments>http://www.technullogy.net/index.php/2009/09/28/windows-7-sticky-notes-grievence/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 21:53:09 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[7]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=187</guid>
		<description><![CDATA[Sticky notes are cool.  I love taking a quick, digital note with the assurance that it will both be saved and save the environment; albeit one leaf at a time.  No need to litter the cubicle with 3&#215;3 pieces of paper, right? So Microsoft lifted a decent idea from MAC with the sticky notes as [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-188" title="Windows 7 Sticky Notes" src="http://www.technullogy.net/wp-content/uploads/2009/09/StickyNote.JPG" alt="Windows 7 Sticky Notes" width="254" height="162" />Sticky notes are cool.  I love taking a quick, digital note with the assurance that it will both be saved and save the environment; albeit one leaf at a time.  No need to litter the cubicle with 3&#215;3 pieces of paper, right?</p>
<p>So Microsoft lifted a decent idea from MAC with the sticky notes as a widget in Windows Vista.  It&#8217;s even better in Windows 7. BUT!&#8230;There&#8217;s always a big &#8220;BUT&#8221;.  Let&#8217;s talk about Windows 7&#8242;s big &#8220;BUT&#8221;.</p>
<p>You know that little &#8220;x&#8221; at the top right of all of your windows applications since, oh I don&#8217;t know, Windows 3.1?  Closes the application, right?  WRONG!  Apparently, Microsoft decided to make it DELETE YOUR NOTE in Windows 7.  If I was a swearing man, now would be the time.</p>
<p>In Microsoft&#8217;s defense, you&#8217;ll be warned with a dialog like so:</p>
<p><img class="aligncenter size-medium wp-image-189" title="StickyWarn" src="http://www.technullogy.net/wp-content/uploads/2009/09/StickyWarn-300x117.jpg" alt="StickyWarn" width="300" height="117" /></p>
<p>If you&#8217;re like me, you checked the checkbox long ago and forgot all about it.  If you want to bring the warning back, you can do so by modifying your registry.  Set the \HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\StickyNotes\PROMPT_ON_DELETE DWORD to &#8220;1&#8243;.</p>
<p>Microsoft trained me for years to press Ctrl+S to save and then click the &#8220;x&#8221; to close the application.  My sticky note was a victim of Pavlov&#8217;s theory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/09/28/windows-7-sticky-notes-grievence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Safe Internet Browsing: OpenDNS, AdBlock Plus, Profanity Filter for Greasemonkey addon and Firefox</title>
		<link>http://www.technullogy.net/index.php/2009/09/27/profanity-filter-for-greasemonkey-addon-in-firefox/</link>
		<comments>http://www.technullogy.net/index.php/2009/09/27/profanity-filter-for-greasemonkey-addon-in-firefox/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 20:39:50 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[General Musings]]></category>
		<category><![CDATA[Adblock Plus]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenDNS]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=180</guid>
		<description><![CDATA[I logged onto Facebook this morning and one of my &#8220;friends&#8221; had posted a link to something he thought was funny.  It had profanity in the title.  I&#8217;m not a fan of profanity, but didn&#8217;t want to flat out block my friend, so I went in search of a profanity filter at UserScripts.org. To my [...]]]></description>
			<content:encoded><![CDATA[<p>I logged onto Facebook this morning and one of my &#8220;friends&#8221; had posted a link to something he thought was funny.  It had profanity in the title.  I&#8217;m not a fan of profanity, but didn&#8217;t want to flat out block my friend, so I went in search of a profanity filter at <a href="http://UserScripts.org">UserScripts.org.</a> To my delight, I found one and it works great!  For the script to work, you&#8217;ll need <a href="http://www.mozilla.com/en-US/firefox/personal.html">Firefox</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> and the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Profanity Filter</a> (install in that order).</p>
<p>I&#8217;ve been a devout Firefox convert for a couple years now.  While impressed with Chrome and Safari, I just can&#8217;t leave Firefox.  I&#8217;ll even concede that, &#8220;in my humble opinion&#8221;, IE 8 SEEMS FASTER THAN FIREFOX?!  GASP!!! Dare I say?  Nevertheless, the &#8220;Add On&#8221; features of Firefox will keep me a Firefox user unless the competition does something about it.  Here are my top 5 &#8220;Can&#8217;t Live Without&#8221; add-ons:</p>
<ol>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1865">AdBlock Plus</a> &#8211; I haven&#8217;t seen an ad on a website in a couple years.  I bet I wouldn&#8217;t recognize half the sites I visit if this add-on was disabled!</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> &#8211; a web developer MUST have (features in Safari and IE are comparable, but not up to par)</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a> &#8211; Runner user scripts to make the net more enjoyable.  Here are a few of my favorite scripts:
<ol>
<li><a href="http://userscripts.org/scripts/show/8614">ExpertsExhangeFilter</a></li>
<li><a href="http://userscripts.org/scripts/show/16341">Google Account Multi-Logon</a></li>
<li><a href="http://userscripts.org/scripts/show/4175">PROFANITY FILTER</a> (keep reading)</li>
<li><a href="http://userscripts.org/scripts/show/44459">Facebook Purity</a>: For those annoying survey results on Facebook&#8230;blah!</li>
</ol>
</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5579">CoolIris</a> &#8211; <a href="http://www.technullogy.net/index.php/2009/07/07/cooliris-the-coolest-way-to-search-craigslist/">The coolest way to search Craigslist!</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5081">TwitterFox</a> (recently renamed to Echofon, horrible name!) / <a href="https://addons.mozilla.org/en-US/firefox/addon/10586">TinyURL Generator</a> &#8211; used in conjunction! <img src='http://www.technullogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ol>
<p>While I&#8217;m on the &#8220;safe browsing&#8221; kick, please check out <a href="http://www.opendns.com/">OpenDNS.org</a>.  Thank you OpenDNS.org, Mozilla, Greasemonkey and the countless open source developers for helping me keep the garbage out of my house!  Surfing without OpenDNS, AdBlock plus and Profanity Filter is like driving without your seat belt fastened.</p>
<p>UPDATE:  <a href="http://userscripts.org/topics/11758">This Profanity Filter </a>script for Greasemonkey seems to work with far less latency than the aforementioned.  It also allows for customized replacement strings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/09/27/profanity-filter-for-greasemonkey-addon-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing checked-out files in Team Foundation Server 2008 (TFS)</title>
		<link>http://www.technullogy.net/index.php/2009/09/18/listing-checked-out-files-in-team-foundation-server-2008-tfs/</link>
		<comments>http://www.technullogy.net/index.php/2009/09/18/listing-checked-out-files-in-team-foundation-server-2008-tfs/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:20:59 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=172</guid>
		<description><![CDATA[I needed a list of all checked-out files in TFS today.  This page came in handy! Thanks Clay!  Here&#8217;s what he had to say (slightly modified for VS 2008) You can get a complete list of checked out files by using the tf.exe command line tool found in: C:\Program Files\Microsoft Visual Studio 9\Common7\IDE or C:\Program [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a list of all checked-out files in TFS today.  <a href="http://clay.lenharts.net/blog/2008/01/28/listing-checked-out-files-in-team-system-tfs/">This page came in handy!</a> Thanks Clay!  Here&#8217;s what he had to say (slightly modified for VS 2008)</p>
<div>
<p>You can get a complete list of checked out files by using the tf.exe command line tool found in: C:\Program Files\Microsoft Visual Studio 9\Common7\IDE or C:\Program Files (x86)\Microsoft Visual Studio 9\Common7\IDE for you 64 bitters.</p>
<p>All checked out files in $/MyProject:</p>
<pre>tf.exe status $/MyProject /user:* /s:http://MyTfs:8080 /recursive</pre>
<p>All files checked out to Mark:</p>
<pre>tf.exe status /user:mark /s:http://MyTfs:8080</pre>
<p>You can write the output to a file:</p>
<pre>tf.exe status /user:* /s:http://MyTfs:8080 &gt; c:\tfsCheckedOut.txt</pre>
<p><a href="http://www.box.net/shared/6a0n3k7vn9">I also created this little batch file</a> that will automatically output results to your desktop.  It&#8217;s very simplistic, but saves time having to mess with the command prompt.  Edit with your favorite text editor, save, and away you go.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/09/18/listing-checked-out-files-in-team-foundation-server-2008-tfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergy: Share Mouse and Keyboard between multiple computers with different operating systems</title>
		<link>http://www.technullogy.net/index.php/2009/09/10/synergy-share-mouse-and-keyboard-between-multiple-computers-with-different-operating-systems/</link>
		<comments>http://www.technullogy.net/index.php/2009/09/10/synergy-share-mouse-and-keyboard-between-multiple-computers-with-different-operating-systems/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 01:36:20 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[General Musings]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Screen Share]]></category>
		<category><![CDATA[Synergy]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=142</guid>
		<description><![CDATA[Synergy rocks. In their own words: Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It&#8217;s intended for users with multiple computers on their desk since each system uses its own monitor(s).  Redirecting the mouse and keyboard is as [...]]]></description>
			<content:encoded><![CDATA[<p><a title="CLICK IT!" href="http://synergy2.sourceforge.net/">Synergy rocks.</a> In their own words:</p>
<blockquote><p>Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware.  It&#8217;s intended for users with multiple computers on their desk since each system uses its own monitor(s).  Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen.  Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all.  <a href="http://synergy2.sourceforge.net/about.html">Learn more</a> about how it works.</p></blockquote>
<p>Synergy has been around for awhile.  I don&#8217;t pretend to be revealing a hidden gem.  So why do I share?  Because I&#8217;ve got an interesting setup that I hope someone else may find useful!  Also, my mother told me to share.</p>
<p>The majority of my time at work is spent in .NET development.  I have a MacBook Pro configured to dual boot to Windows 7 (Boot Camp) and it runs like a champ.  My company&#8217;s VPN is such that it disables connections to the general internet.  When I connect to my VPN, I lose my internet connection.  Nooo, it doesn&#8217;t support split tunneling or allow me to clear the &#8220;Use gateway on remote network&#8221; checkbox.  So if I want to work from home AND have an internet connection&#8230;.enter Synergy!  Synergy allows me to control my Windows 7 laptop AND my iMac with a single keyboard and mouse. Also, Synergy connected systems share clipboard settings.  Awww yeeaaah!</p>
<p>I setup my windows laptop as the Synergy server like so:</p>
<table border="0">
<tbody>
<tr>
<td><img class="size-medium wp-image-152 alignnone" title="synergyScreenConfig" src="http://www.technullogy.net/wp-content/uploads/2009/09/synergyScreenConfig-202x300.jpg" alt="synergyScreenConfig" width="202" height="300" /></td>
<td><img class="size-medium wp-image-153 alignnone" title="synergyServerConfig" src="http://www.technullogy.net/wp-content/uploads/2009/09/synergyServerConfig-300x210.jpg" alt="synergyServerConfig" width="300" height="210" /></td>
</tr>
</tbody>
</table>
<p>Next, I created a couple basic AppleScript scripts to connect to and disconnect from the server. The startup script assumes that you have the synergy client in a folder called &#8220;synergy&#8221; in the root directory.</p>
<p>Client Connect (technically, you can do this without &#8220;tell application&#8221;, but I like the visual):</p>
<pre><span style="color: #0000ff;"><strong>tell</strong></span> <span style="color: #0000ff;">application</span> "Terminal"
 <span style="color: #0000ff;">activate</span>
 <span style="color: #0000ff;">do script</span> "/synergy/synergyc -f &lt;ServerHostNameOrIpAddress&gt;"
<span style="color: #0000ff;"><strong>end tell</strong></span></pre>
<p>Client Disconnect:</p>
<pre><span style="color: #0000ff;"><strong>set</strong></span> <span style="color: #68c364;">synergyName</span> <span style="color: #0000ff;"><strong>to</strong></span> "synergy"

<span style="color: #0000ff;"><strong>set</strong></span> <span style="color: #68c364;">synergyPid</span> <span style="color: #0000ff;"><strong>to</strong></span> (<span style="color: #0000ff;">do shell script</span> "ps ax | grep " &amp;
  (<span style="color: #0000ff;">quoted form</span> <span style="color: #0000ff;"><strong>of</strong></span> <span style="color: #68c364;">synergyName</span>) &amp; " | grep -v grep | awk '{print $1}'")

<span style="color: #0000ff;"><strong>if</strong></span> <span style="color: #68c364;">synergyPid</span> <strong><span style="color: #0000ff;">is</span> <span style="color: #0000ff;">not</span></strong> "" <span style="color: #0000ff;"><strong>then</strong></span> <span style="color: #0000ff;">do shell script</span> ("kill -9 " &amp; <span style="color: #68c364;">synergyPid</span>)</pre>
<p><a href="http://synergy2.sourceforge.net/">Download Synergy</a><br />
<a href="http://www.box.net/shared/bf2ysiu8yo">Download Synergy Client Launch AppleScript</a><br />
<a href="http://www.box.net/shared/nilnx7cso0">Download Synergy Client Kill AppleScript</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/09/10/synergy-share-mouse-and-keyboard-between-multiple-computers-with-different-operating-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
