<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Think Originally</title>
	<link>http://blog.thinkoriginally.com</link>
	<description>Fresh Ideas.  Creative Solutions.</description>
	<lastBuildDate>Wed, 15 Jun 2011 05:01:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0-beta1" -->

	<item>
		<title>gnuplot box and whiskers plot</title>
		<description><![CDATA[Every time I use gnuplot, I am amazed at how difficult it is to conjure up the simplest graphs, so when I finally get to the bottom of one, I&#8217;ll try to post the solution here as a reference for myself, and anyone else who might come looking. If you&#8217;re new to gnuplot, you might [...]]]></description>
		<link>http://blog.thinkoriginally.com/2011/06/14/gnuplot-box-and-whiskers-plot/</link>
			</item>
	<item>
		<title>Invoke or BeginInvoke cannot be called on a control until the window handle has been created.</title>
		<description><![CDATA[Today I tried installing MS SQL Server Management Studio Express and received the following error: TITLE: SQL Server Setup failure. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; SQL Server Setup has encountered the following error: Invoke or BeginInvoke cannot be called on a control until the window handle has been created.. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; BUTTONS: OK &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; I searched around the internet and [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/10/14/invoke-or-begininvoke-cannot-be-called-on-a-control-until-the-window-handle-has-been-created/</link>
			</item>
	<item>
		<title>Tortoise SVN on Windows over SSH (svn+ssh): Cache password to avoid the repeated dialog</title>
		<description><![CDATA[My environment: Linux server, Windows Client You can use Tortoise SVN to access a repository over ssh by simply changing your url to be something along the lines of: svn+ssh://myuser@mysite.com/users/myuser/svnroot but then you are repeatedly given the password dialog, with no option to save or cache your password. The way to get around this is [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/09/17/tortoise-svn-on-windows-over-ssh-svnssh-cache-password-to-avoid-the-repeated-dialog/</link>
			</item>
	<item>
		<title>SQLManagementStudio_x64_ENU.exe is not a valid Win32 Application</title>
		<description><![CDATA[Today I installed SQL Server Management Studio Express (standalone) on a brand new Windows Server 2008 R2 x64 machine. After downloading the install from Microsoft and running it, I received the following error: &#8220;SQLManagementStudio_x64_ENU.exe is not a valid Win32 Application&#8221; I assumed I had some weird versioning issue, and read all kinds of blogs about [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/07/06/sqlmanagementstudio_x64_enu-exe-is-not-a-valid-win32-application/</link>
			</item>
	<item>
		<title>Web Deployment Configurations in Visual Studio 2010</title>
		<description><![CDATA[Some quick notes on the basics. I&#8217;ll try to follow this up with another post soon on some of the particulars. Creating a new configuration: Build -&#62; Configuration Manager In the drop down of current configurations, go all the way to the bottom and select &#8220;Add new&#8230;&#8221; You can choose to copy settings from an [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/06/29/web-deployment-configurations-in-visual-studio-2010/</link>
			</item>
	<item>
		<title>Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts.</title>
		<description><![CDATA[After including a control from the ASP.Net AjaxControlToolkit I got this error: Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll. I believe there are many other problems which can cause this [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/05/03/microsoft-jscript-runtime-error-ajaxcontroltoolkit-requires-asp-net-ajax-4-0-scripts/</link>
			</item>
	<item>
		<title>Documentum Content Server 6.5 SP2 on Windows 2008 x64</title>
		<description><![CDATA[Over the past month I have been struggling with an install of Documentum Content Server 6.5 SP2 on Windows Server 2008 x64. Here is a summary of some of the problems I encountered and the eventual path I took. Support for Windows Server 2008 R2 In the official release notes, only Windows Server 2008 (not [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/04/02/documentum-content-server-6-5-sp2-on-windows-2008-x64/</link>
			</item>
	<item>
		<title>What&#039;s in an A</title>
		<description><![CDATA[Today in my software engineering class I gave the students their group project, on which they will be working for the rest of the semester. In doing so, I outlined the requirements and identified additional features that could be added but were not required. Then, in discussing grading for the project, we went over the [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/03/11/whats-in-an-a/</link>
			</item>
	<item>
		<title>ASP.Net Config Error: &quot;This configuration section cannot be used at this path.&quot;</title>
		<description><![CDATA[I recently setup an ASP.Net 3.5 web application on a new Windows 2008 R2 server with IIS 7 and ran into a few issues.  I will post about them all under the tag: &#8220;asp.net 3.5 with iis 7&#8220;. After setting up the file system and creating the application, I tried to load the default document [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/02/17/asp-net-config-error-this-configuration-section-cannot-be-used-at-this-path/</link>
			</item>
	<item>
		<title>Visual Studio 2008 Web Setup Project, Web Deployment Project, and MSDeploy</title>
		<description><![CDATA[I have been developing a strategy for deploying an ASP.Net Web Application (Visual Studio 2008, .NET 3.5) to staging servers, and to production.  In the process, I have encountered 3 products from Microsoft that almost sound synonymous to the untrained ear, but are very different and are designed for completely different purposes.  I wish that [...]]]></description>
		<link>http://blog.thinkoriginally.com/2010/02/16/visual-studio-2008-web-setup-project-web-deployment-project-and-msdeploy/</link>
			</item>
</channel>
</rss>

