<?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>DavidRBrown.com &#187; Reference</title>
	<atom:link href="http://DavidRBrown.com/category/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://DavidRBrown.com</link>
	<description></description>
	<lastBuildDate>Fri, 13 Apr 2012 10:41:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>TFS TF237055: You cannot destroy a work item type that is being used.</title>
		<link>http://DavidRBrown.com/2012/03/21/tfs-tf237055-you-cannot-destroy-a-work-item-type-that-is-being-used/</link>
		<comments>http://DavidRBrown.com/2012/03/21/tfs-tf237055-you-cannot-destroy-a-work-item-type-that-is-being-used/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 06:12:39 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[export categories]]></category>
		<category><![CDATA[Team Foundation Server Error]]></category>
		<category><![CDATA[TF237055]]></category>
		<category><![CDATA[WIT]]></category>

		<guid isPermaLink="false">http://davidrbrown.com/?p=1046</guid>
		<description><![CDATA[Removing Existing Work Item Types To remove an existing Work Item Type (WIT) you must modify the Category template to exclude the WIT in order to avoid receiving an error when attempting to delete. Error Unable to destroy work item type Test Case TF237055: You cannot destroy a work item type that is being used. [...]]]></description>
			<content:encoded><![CDATA[<h1>Removing Existing Work Item Types</h1>
<p><strong>To remove an existing Work Item Type (WIT) you must modify the Category template to exclude the WIT in order to avoid receiving an error when attempting to delete.</strong></p>
<blockquote><p><span style="color: #ff0000;">Error</span></p>
<p><span style="color: #ff0000;">Unable to destroy work item type Test Case</span></p>
<p><span style="color: #ff0000;">TF237055: You cannot destroy a work item type that is being used.</span></p>
<p><span style="color: #ff0000;">Verify that the work item type is not being used in any categories.</span></p>
<p><span style="color: #ff0000;">Operation failed.</span></p></blockquote>
<p>&nbsp;</p>
<p><strong>Remove the WIT from the Categories XML file.</strong></p>
<ol>
<ol>
<li>Open the Visual Studio Command Prompt (2010) by browsing to the location below or set the environment via the command prompt by executing the Batch file (VS2010) :</li>
<ul>
<li>&#8220;C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat&#8221; or Locating the VS Prompt on your Programs Menu</li>
</ul>
<li>Export the categories using the [witadmin] command:</li>
<ul>
<li>witadmin exportcategories /collection:http://AdventureWorksServer:8080/tfs/defaultcollection /p:AdventureWorks /f:c:\mycategories.xml</li>
</ul>
<li>Open the exported categories XML from the location listed for /f: from above using <a href="http://notepad-plus-plus.org/" target="_blank">notepad</a>, remove the unwanted work item type by deleting the CATEGORY tag and it&#8217;s contents. Then save your changes.</li>
</ol>
</ol>
<blockquote>
<ul>
<li>&lt;CATEGORY refname=”Microsoft.TestCaseCategory” name=”Test Case Category”&gt;&lt;DEFAULTWORKITEMTYPE name=”Test Case” /&gt;&lt;/CATEGORY&gt;</li>
</ul>
</blockquote>
<p>4. Import the modified category file using the import witadmin importimportcategories command.</p>
<ul>
<ul>
<ul>
<li>witadmin importcategories /collection:http://AdventureWorksServer:8080/tfs/defaultcollection /p:AdventureWorks /f:c:\mycategories.xml</li>
</ul>
</ul>
</ul>
<h2>
<div class="divider">&nbsp;</div>
</h2>
<h2>Deleting the unwanted work item type.</h2>
<ol>
<li>Executed the witadmin destroywitd command to <span style="color: #ff0000;">PERMANENTLY</span> delete the work item type and ALL work items of that type. <span style="text-decoration: underline;"><span style="color: #ff0000; text-decoration: underline;">This command is NOT reversible once execute</span></span>d.</li>
<ul>
<li>witadmin destroywitd /collection:http://AdventureWorksServer:8080/tfs/defaultcollection /p:AdventureWorks /n:Test Case</li>
</ul>
<li>Verify in Team Explorer that the work item type is no longer available.</li>
</ol>
<p>For more information on managing Work Item types visit the MSDN Site. <a href="http://msdn.microsoft.com/en-us/library/dd312129.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/dd312129.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://DavidRBrown.com/2012/03/21/tfs-tf237055-you-cannot-destroy-a-work-item-type-that-is-being-used/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TF31002 : Unable to connect to this Team Foundation Server</title>
		<link>http://DavidRBrown.com/2012/01/20/tf31002-unable-to-connect-to-this-team-foundation-server/</link>
		<comments>http://DavidRBrown.com/2012/01/20/tf31002-unable-to-connect-to-this-team-foundation-server/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 19:02:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Connecting to TFS]]></category>
		<category><![CDATA[David R. Brown]]></category>
		<category><![CDATA[Forward Compatibility]]></category>
		<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[Team Explorer]]></category>
		<category><![CDATA[Team Foundation Server 2010]]></category>
		<category><![CDATA[TF31002]]></category>
		<category><![CDATA[TFS2005]]></category>
		<category><![CDATA[TFS2008]]></category>

		<guid isPermaLink="false">http://davidrbrown.com/?p=961</guid>
		<description><![CDATA[Connecting to TFS 2010 from Visual Studio 2005 or 2008 This issue occurs when using Visual Studio 2005 or VS 2008 without the compatibility update installed.  If you already installed the compatibility update then its possible that the URL used is incorrect. Verify that the URL for TFS meets the following format http://YOURTFS:8080/tfs  . If you have not installed the update [...]]]></description>
			<content:encoded><![CDATA[<h4>Connecting to TFS 2010 from Visual Studio 2005 or 2008</h4>
<p>This issue occurs when using Visual Studio 2005 or VS 2008 without the compatibility update installed.  If you already installed the compatibility update then its possible that the URL used is incorrect. Verify that the URL for TFS meets the following format <strong>http://YOURTFS:8080/tfs</strong>  . If you have not installed the update you will need to do so in the specific order below.</p>
<p><strong>ERROR</strong>: TF31002: Unable to connect to this Team Foundation Server: tfs2010.</p>
<p><a href="http://davidrbrown.com/wp-content/uploads/2012/01/TF31002a.jpg"><img class="wp-image-972 aligncenter" title="TF31002a" src="http://davidrbrown.com/wp-content/uploads/2012/01/TF31002a.jpg" alt="" width="521" height="404" /></a></p>
<p>&nbsp;</p>
<p><strong>Visual Studio 2005 to TFS 2010</strong></p>
<p><strong><span style="color: #ff0000;"> The process must be completed in the exact order to work.  </span></strong></p>
<ol start="1">
<li>Visual Studio 2005</li>
<li>Install <a href="http://www.microsoft.com/downloads/details.aspx?familyid=46473C2A-BB85-4461-BB27-4792A5DEF222&amp;displaylang=en" target="_blank">TFS Team Explorer 2005</a></li>
<li>Install <a href="http://www.microsoft.com/downloads/details.aspx?familyid=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&amp;displaylang=en" target="_blank">Visual Studio 2005 Team Suite SP1</a></li>
<li>Install <a href="http://www.microsoft.com/downloads/details.aspx?familyid=22215E4C-AF6F-4E2F-96DF-20E94D762689&amp;displaylang=en" target="_blank">Visual Studio Team System 2005 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010 (Installer)</a></li>
</ol>
<p><strong><span id="more-961"></span>Visual Studio 2005</strong><br />
On the Visual Studio Toolbar go to <strong>Tools</strong> and select <strong>Connect to Team Foundation Server</strong></p>
<p>Select <strong>Servers</strong></p>
<p><a href="http://davidrbrown.com/wp-content/uploads/2012/01/TF31002c1.png"><img class="size-full wp-image-980 aligncenter" title="TF31002c" src="http://davidrbrown.com/wp-content/uploads/2012/01/TF31002c1.png" alt="" width="472" height="391" /></a></p>
<p>Select <strong>Add</strong> and enter the server details  <a href="http://tfs2010:8080/tfs">http://tfs2010:8080/tfs</a></p>
<p><span style="color: #ff0000;">*The Connection Details on the screen should gray out after entereing the URL. If this is not the case, then the &#8220;Forward Compatibility Service Paack&#8221; has not been installed or the order it was intalled is incorrect. *</span></p>
<p><a href="http://davidrbrown.com/wp-content/uploads/2012/01/TF31002d1.png"><img class="alignleft size-full wp-image-981" title="TF31002d" src="http://davidrbrown.com/wp-content/uploads/2012/01/TF31002d1.png" alt="" width="655" height="416" /></a></p>
<p><strong><span style="color: #0000ff;">Connection Completed</span></strong></p>
<div class="divider">&nbsp;</div>
<h4><strong>Connecting to TFS 2010 from Visual Studio 2008 </strong></h4>
<p><strong>Visual Studio 2008 (The Same process as above with the following software below)</strong></p>
<ol start="1">
<li>Visual Studio 2008</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=0ED12659-3D41-4420-BBB0-A46E51BFCA86&amp;displaylang=en" target="_blank">TFS Team Explorer 2008</a></li>
<li>Visual Studio 2008 SP1 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&amp;displaylang=en" target="_blank">(installer only)</a> <a href="http://www.microsoft.com/downloads/details.aspx?familyid=27673C47-B3B5-4C67-BD99-84E525B5CE61&amp;displaylang=en" target="_blank">(ISO – Full download)</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=CF13EA45-D17B-4EDC-8E6C-6C5B208EC54D&amp;displaylang=en#filelist" target="_blank">Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://DavidRBrown.com/2012/01/20/tf31002-unable-to-connect-to-this-team-foundation-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHMCS Domain Registrar Error</title>
		<link>http://DavidRBrown.com/2010/10/12/whmcs-domain-registar-error/</link>
		<comments>http://DavidRBrown.com/2010/10/12/whmcs-domain-registar-error/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 08:35:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[ENOM]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Registart]]></category>
		<category><![CDATA[Registrar]]></category>
		<category><![CDATA[Reseller]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[WHM]]></category>
		<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://davidrbrown.com/?p=497</guid>
		<description><![CDATA[Problem: When making an attempt to add a new client to WHMCS and assign a domain name that was registered before with my existing ENOM account I would receive Registar Errors. When the cron job would run to synch up the expiration date it would return the first error below. Here is the steps I [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">Problem:</span></strong></p>
<p>When making an attempt to add a new client to WHMCS and assign a domain name that was registered before with my existing ENOM account I would receive Registar Errors. When the cron job would run to synch up the expiration date it would return the first error below. Here is the steps I took to resolve the issue.</p>
<p><strong><span style="color: #0000ff;">Resolutions:</span></strong></p>
<p><span style="color: #ff0000;"><strong>First Error</strong><span style="color: #000000;">:</span> <strong> </strong></span>Registrar Error Domain name not found<br />
<strong><span style="color: #0000ff;"><span style="color: #0000ff;">Resolution</span>:</span></strong><br />
1. WHMCS Admin<br />
2. Servers<br />
3. Updated the IP of WHM to the new IP. (I was assigned a new IP for SSL and did not update WHMCS</p>
<p><span style="color: #ff0000;"><strong>Second Error</strong></span>: Registrar Error Invalid client IP: 22.22.222.222<br />
<span style="color: #0000ff;"><strong>Resolution</strong></span>:<br />
1.Opened a ticket with Enom API Support to update their end with my new IP address.</p>
<p><strong><span style="color: #0000ff;">Steps Taken Once The Above Was Resolved</span></strong><br />
<a href="http://wiki.whmcs.com/Importing_Data#Manual_Domain_Only_Entry">http://wiki.whmcs.com/Importing_Data#Manual_Domain_Only_Entry</a></p>
<h4><strong>Manual Domain Only Entry</strong></h4>
<p>To add a domain on it&#8217;s own without a product, follow the steps below:</p>
<p>1. On the client summary page, click the &#8220;Add New Order&#8221; link in the Actions panel<br />
2. The client will be preselected, so you should fill out the rest of the form &#8211; begin by choosing the payment gateway you want the client to pay with<br />
3. Leave the Product/Service dropdown menu set at None<br />
4. Leave the Billing Cycle dropdown menu set at Monthly<br />
5. Enter the domain in the Domain text field and select Register as the Domain Registration Option (even though you aren&#8217;t intending to register it today)<br />
6. Choose the number of years you next want the client to be invoiced for at the time of renewal and tick any addons the user has for their domain<br />
7. Ensure both tick boxes for sending an order confirmation and generating an invoice are unchecked so the user is not emailed about the order you are adding<br />
8. Finally, set the Order Status dropdown to Active and then click the submit button to add the order to WHMCS<br />
9. You will now been shown the order screen summarising the details of the order you just added<br />
10. Now as the final step, you must go to the domain&#8217;s information page to enter the correct next due and expiry dates aswell as selecting the registrar the domain is registered with if using one of the built in registrars. To do this, from the order screen, click on the link in the Type column of the items ordered &#8211; this will take you straight to the details screen.</p>
<p>You have now finished adding your client. By following the steps above, your client will have not been notified that you&#8217;ve added them and will now be invoiced by WHMCS prior to the next due date for the items you have added to their account.</p>
]]></content:encoded>
			<wfw:commentRss>http://DavidRBrown.com/2010/10/12/whmcs-domain-registar-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AGILE Software Development and TFS 2010</title>
		<link>http://DavidRBrown.com/2010/06/28/agile-software-development-and-tfs-2010/</link>
		<comments>http://DavidRBrown.com/2010/06/28/agile-software-development-and-tfs-2010/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 00:13:02 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[AGILE]]></category>
		<category><![CDATA[TFS2010]]></category>

		<guid isPermaLink="false">http://davidrbrown.com/?p=347</guid>
		<description><![CDATA[While researching ways to use TFS 2010 with the AGILE method of Software Development, I created a quick but efficient outline that is useful when proposing the process for developer and business use. I also added a few links that could assist new users to Team Foundation Server, with details on how to complete certain [...]]]></description>
			<content:encoded><![CDATA[<p>While researching ways to use TFS 2010 with the AGILE method of Software Development, I created a quick but efficient outline that is useful when proposing the process for developer and business use. I also added a few links that could assist new users to Team Foundation Server, with details on how to complete certain task within TFS. It would be great to read suggestions from others that may be using TFS in a different manner to broaden my knowledge base.</p>
<p><strong>The Development outline while working with TFS 2010 is as follows.</strong></p>
<ol>
<li>User Stories are entered in TFS with Estimates.</li>
<li>Tasks are created and linked to the User Stories.</li>
<li>Test Cases are created in TFS and linked to User Stories.</li>
<li>Bugs are filed and linked to the User Story.</li>
<li>Once all Tasks,Test Cases, and Bugs are completed the User Stories are mark as resolved.</li>
<li>Reports are created to ensure all items are resolved and the Project is complete before release.</li>
</ol>
<p><strong> </strong></p>
<p><strong>Work Items and Workflow (Agile)</strong></p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#Define">Defining User Stories, Tasks, and Other Work Items</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#Create">Creating a User Story, a Task, or Another Type of Work Item</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#CreatingManyWorkItems">Creating Many User Stories, Tasks, or Other Work Items at One Time</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#AddLink">Creating a Work Item that Automatically Links to Another Work Item</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#Testing">Creating Test Cases and Test Plans By Using Test and Lab Manager</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#Integration">Opening and Tracking Bugs By Using Test Runner and Test and Lab Manager</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#ViewingMy">Viewing Work Items Assigned to You</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#Related">Customizing Work Item Types and Related Tasks</a></li>
</ul>
<p><a href="http://msdn.microsoft.com/en-us/library/dd997897%28v=VS.100%29.aspx#CreatingManyWorkItems">http://msdn.microsoft.com/en-us/library/dd997897(v=VS.100).aspx#CreatingManyWorkItems</a><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Working with User Stories </strong></p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#Defining">Defining a User Story</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#AddTask">Adding and Linking Tasks to a User Story</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#AddTestCase">Adding and Linking Test Cases to a User Story</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#LinkBug">Adding a Bug to a User Story</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#LinkIssue">Adding an Issue to a User Story</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#AddDetails">Adding Details, Attachments, or Hyperlinks to a User Stories</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#Tracking">Resolving and Closing a User Story</a></li>
</ul>
<p><a href="http://msdn.microsoft.com/en-us/library/dd380634%28VS.100%29.aspx#LinkBug">http://msdn.microsoft.com/en-us/library/dd380634(VS.100).aspx#LinkBug</a><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Working with Tasks </strong></p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380700%28v=VS.100%29.aspx#CreateTasks">Defining a Task</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380700%28v=VS.100%29.aspx#LinkingTasks">Linking a Task to a User Story</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380700%28v=VS.100%29.aspx#LinkBugs">Linking a Task to a Bug</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380700%28v=VS.100%29.aspx#AddDetails">Adding Details, Attachments, or Hyperlinks to a Task</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd380700%28v=VS.100%29.aspx#CloseTasks">Closing Completed Tasks</a></li>
</ul>
<p><a href="http://msdn.microsoft.com/en-us/library/dd380700%28v=VS.100%29.aspx">http://msdn.microsoft.com/en-us/library/dd380700(v=VS.100).aspx</a></p>
<p><strong>Complete Process with Details on All Reports</strong></p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd997796%28v=VS.100%29.aspx#TrackTheProject">http://msdn.microsoft.com/en-us/library/dd997796(v=VS.100).aspx#TrackTheProject</a><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Product Planning Workbook (Reports)</strong></p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd380682%28v=VS.100%29.aspx">http://msdn.microsoft.com/en-us/library/dd380682(v=VS.100).aspx</a></p>
<p><strong>MSF for Agile Software Development v5.0</strong></p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd380647%28VS.100%29.aspx">http://msdn.microsoft.com/en-us/library/dd380647(VS.100).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://DavidRBrown.com/2010/06/28/agile-software-development-and-tfs-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Pc&#8217;s, Two Monitors, One Mouse, One Keyboard, One Input Director!</title>
		<link>http://DavidRBrown.com/2009/01/14/two-pcs-two-monitors-one-mouse-one-keyboard-one-input-director/</link>
		<comments>http://DavidRBrown.com/2009/01/14/two-pcs-two-monitors-one-mouse-one-keyboard-one-input-director/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 20:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Input Director]]></category>
		<category><![CDATA[MultipleMonitors]]></category>
		<category><![CDATA[One Mouse]]></category>

		<guid isPermaLink="false">http://indavidualist.net/press/?p=16</guid>
		<description><![CDATA[I have always had a rough time swapping between keyboards for my laptop and desktop until now. Thanks to Input Director (http://www.inputdirector.com/)  I can use one keyboard and one mouse to control both. No extra Hardware needed! The mouse will scroll through all three of my monitors and I really love the cursor wraparound feature. [...]]]></description>
			<content:encoded><![CDATA[<p>I have always had a rough time swapping between keyboards for my laptop and desktop until now. Thanks to Input Director (<a href="http://www.inputdirector.com/">http://www.inputdirector.com/</a>)  I can use one keyboard and one mouse to control both. No extra Hardware needed! The mouse will scroll through all three of my monitors and I really love the cursor wraparound feature. Ok enough with the infomercial check it out for your self if you are interested! It&#8217;s FREE!</p>
<p>Input Director</p>
<p><a href="http://davidrbrown.com/wp-content/uploads/2009/01/diagram-600pix-wide.jpg"><img class="aligncenter size-full wp-image-834" title="diagram-600pix-wide" src="http://davidrbrown.com/wp-content/uploads/2009/01/diagram-600pix-wide.jpg" alt="" width="600" height="334" /></a></p>
<p>Input Director is a Windows application that lets you control multiple Windows systems using the keyboard/mouse attached to one computer. It is designed for folks who have two (or more) computers set up at home and find themselves regularly sliding from one system to the other (and wearing out the carpet in the process!). With Input Director, you can share a single keyboard/mouse across a set of systems. You switch which system receives the input either by hotkey or by moving the cursor so that it transitions from one screen to the other (in a very similar fashion to a multi-monitor setup). The idea being that you can position the monitors from two or more systems in a row and use a shared keyboard/mouse to control all of them.</p>
<p>Input Director also supports a &#8220;shared&#8221; clipboard, in which you can copy data onto the clipboard on one system, transition across to another and paste.</p>
<p>Input Director requires Windows 2000 (Service Pack 4), Windows XP (Service Pack 2), Windows 2003 or Windows Vista. The systems must be networked.</p>
<p>&nbsp;</p>
<p><span style="color: #0000ee; text-decoration: underline;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://DavidRBrown.com/2009/01/14/two-pcs-two-monitors-one-mouse-one-keyboard-one-input-director/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

