<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Makiwa &#187; Software</title>
	<link>http://www.makiwa.com</link>
	<description>Stuart Campbell's occasional musings about software development, etc.</description>
	<pubDate>Thu, 08 May 2008 11:04:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Error uninstalling VS 2008 Beta 2</title>
		<link>http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/</link>
		<comments>http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 21:44:46 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Vista]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/</guid>
		<description><![CDATA[I&#8217;ve just had a bit of a pain uninstalling Visual Studio 2008 Beta 2 on Vista. I followed Scott Guthrie&#8217;s steps for uninstalling it, but when I tried to uninstall VS 2008 itself I got the following error:
Error 1325.&#8217;WebDesignerCore&#8217; is not a valid short file name.

 
Needless to say, a brief episode of profanity ensued. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just had a bit of a pain uninstalling Visual Studio 2008 Beta 2 on Vista. I followed <a href="http://weblogs.asp.net/scottgu/archive/2007/11/20/steps-to-uninstall-vs-2008-beta2-before-installing-the-vs-2008-final-release.aspx" target="_blank">Scott Guthrie&#8217;s steps for uninstalling it</a>, but when I tried to uninstall VS 2008 itself I got the following error:</p>
<blockquote><p>Error 1325.&#8217;WebDesignerCore&#8217; is not a valid short file name.</p>
</blockquote>
<p><font color="#777777"><a href="http://www.makiwa.com/wp-content/uploads/2007/11/vs2008beta2-uninstall-error.png"><img id="id" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="156" alt="vs2008beta2-uninstall-error" src="http://www.makiwa.com/wp-content/uploads/2007/11/vs2008beta2-uninstall-error_thumb.png" width="381" border="0" /></a> </font></p>
<p>Needless to say, a brief episode of profanity ensued. But fear not: after a bit of googling and struggling, I managed to sort it out. Hopefully, if you are having the same problem then this will help you.</p>
<ol>
<li>Open your temp folder. The easiest way is to hit Windows+R and type &quot;%temp%&quot; and hit OK.      <br /><a href="http://www.makiwa.com/wp-content/uploads/2007/11/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px 0px 15px; border-right-width: 0px" height="126" alt="image" src="http://www.makiwa.com/wp-content/uploads/2007/11/image_thumb.png" width="244" border="0" /></a> </li>
<li>In that folder look for files matching VSMsiLog*.txt. You are looking for the log file that was created when you installed VS2008 Beta 2. Check the Date Modified field if there are several - although I imagine there should only be one of these at this point. Open it in WordPad (Notepad seems to struggle with the size of this file - mine was 47 MB). </li>
<li>Search through the file for the term &quot;WebDesignerCore&quot; until you find a match that looks like a file path. In my case it was:<br />
<blockquote>
<p align="left"><font face="Courier New" size="2">MSI (s) (7C:48) [07:38:56:490]: PROPERTY CHANGE: Adding wcu_VWD.3643236F_FC70_11D3_A536_0090278A1BB8 property. Its value is <strong><em>&#8216;K:\WCU\WebDesignerCore\&#8217;</em></strong>.</font></p>
</blockquote>
<p> The VS uninstall script is looking here so if doesn&#8217;t exist it will fail. In my case it didn&#8217;t exist because K was the drive letter I used when I mounted the VS 2008 Beta 2 ISO image for installation and I had since unmounted it. </li>
<li>Put the original VS 2008 Beta 2 setup media in place so that that path exists. In my case I had to mount the ISO image (using <a href="http://www.daemon-tools.cc/dtcc/download.php?mode=ViewCategory&amp;catid=5" target="_blank">Daemon Tools</a>) and change the drive letter to K. </li>
<li>Now uninstall Visual Studio 2008 Beta 2! </li>
</ol>
<p>Good luck! <img src='http://www.makiwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/11/25/error-uninstalling-vs-2008-beta-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automating Subversion export on Windows</title>
		<link>http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/</link>
		<comments>http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 18:25:23 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/</guid>
		<description><![CDATA[I was having problems using the a command line Subversion client on Windows XP to export from the repository. The problem was mainly my own stupidity but I&#8217;ll share the &#34;solution&#34; anyway.
The Subversion help describes the &#34;export&#34; command as follows:
export: Create an unversioned copy of a tree.      usage: 1. export [...]]]></description>
			<content:encoded><![CDATA[<p>I was having problems using the a command line Subversion client on Windows XP to export from the repository. The problem was mainly my own stupidity but I&#8217;ll share the &quot;solution&quot; anyway.</p>
<p>The Subversion help describes the &quot;export&quot; command as follows:</p>
<p><font face="Courier New">export: Create an unversioned copy of a tree.      <br />usage: 1. export [-r REV] URL[@PEGREV] [PATH]       <br />&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; 2. export [-r REV] PATH1[@PEGREV] [PATH2]</font></p>
<p>I mistakenly assumed that URL or PATH1 was required before the first path parameter. Alas, this is not the case and it took me a while to work out what I was doing wrong.</p>
<p>To export the HEAD of a path from the repository to a path on the C: drive you would use something like the following:</p>
<p align="left"><font face="Courier New" size="2">svn export svn://server/path c:\path &#8211;username stu      <br /></font><font face="Courier New" size="2">&#8211;password pwd &#8211;force</font></p>
<p align="left">To export from the working copy to a path on the C: drive you would use something like the following:</p>
<p align="left"><font face="Courier New" size="2">svn export c:\workingcopy\path c:\path &#8211;username stu      <br />&#8211;password pwd &#8211;force</font></p>
<p align="left">Simple really. A bit like me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solution: Windows Media Player 11 doesn&#8217;t update media information on Vista</title>
		<link>http://www.makiwa.com/index.php/2007/10/17/solution-windows-media-player-11-doesnt-update-media-information-on-vista/</link>
		<comments>http://www.makiwa.com/index.php/2007/10/17/solution-windows-media-player-11-doesnt-update-media-information-on-vista/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 21:54:11 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/10/17/solution-windows-media-player-11-doesnt-update-media-information-on-vista/</guid>
		<description><![CDATA[Technorati Tags:  		Software 		,  		Windows Media Player 		,  		Vista 		
I&#8217;ve been tearing out what hair I have left, trying to work out why the mp3 files aren&#8217;t updated when I change the metadata in Windows Media Player 11 on Vista.
I spent hours updating my music metadata, only to find that the metadata [...]]]></description>
			<content:encoded><![CDATA[<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2454989f-176f-43cc-9e61-0f52288e8473" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags:  		<a href="http://technorati.com/tags/Software/" rel="tag">Software</a> 		,  		<a href="http://technorati.com/tags/Windows%20Media%20Player/" rel="tag">Windows Media Player</a> 		,  		<a href="http://technorati.com/tags/Vista/" rel="tag">Vista</a> 		</div>
<p>I&#8217;ve been tearing out what hair I have left, trying to work out why the mp3 files aren&#8217;t updated when I change the metadata in Windows Media Player 11 on Vista.</p>
<p>I spent hours updating my music metadata, only to find that the metadata isn&#8217;t persisted to the underlying mp3 files. I tried using &quot;Apply Media Information Changes&quot; (AMI) but it didn&#8217;t seem to make a difference. <a href="http://www.makiwa.com/wp-content/uploads/2007/10/image2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px 10px 10px 0px; border-right-width: 0px" height="244" alt="Windows Media Player - Library Menu - Apply Media Information Changes" src="http://www.makiwa.com/wp-content/uploads/2007/10/image_thumb2.png" width="222" align="left" border="0" /></a> </p>
<p>As it happens, all AMI does is raise the priority of the background task that persists all the queued media information changes.</p>
<p>But no matter how many times I ran it, and no matter how long I waited, the file metadata was never updated.</p>
<p>The solution, in my case, was to do with permissions: in my set up, the Music folder is redirected to the D: drive. I wondered if that was causing problems for WMP when it was trying to update the files. I loosened up the permissions on the folder, just in case,&#xA0; and hey presto it works! (jeez, do people still say that?)</p>
<p><a href="http://www.makiwa.com/wp-content/uploads/2007/10/image3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px 10px 10px 0px; border-right-width: 0px" height="244" alt="Security tab of the Music folder property sheet." src="http://www.makiwa.com/wp-content/uploads/2007/10/image_thumb3.png" width="184" align="left" border="0" /></a> </p>
<p>All I did was <strong>give Everyone full control to the Music folder</strong>. Then I ran AMI again and all of my metadata was written to the mp3 files.</p>
<p>This is obviously a pretty coarse-grain solution: it would be better to find the exact user that the AMI task runs as and the least privilege it needs. But it&#8217;s late, and I&#8217;ve had far too much wine. If I find out which user to grant the permission to I&#8217;ll be sure to update this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/10/17/solution-windows-media-player-11-doesnt-update-media-information-on-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista doesn&#8217;t connect to some websites</title>
		<link>http://www.makiwa.com/index.php/2007/09/02/vista-doesnt-connect-to-some-websites/</link>
		<comments>http://www.makiwa.com/index.php/2007/09/02/vista-doesnt-connect-to-some-websites/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 11:09:57 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Longhorn]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/09/02/vista-doesn%e2%80%99t-connect-to-some-websites/</guid>
		<description><![CDATA[I recently re-installed Vista and had this weird problem where I could connect to some websites, but not others. I solved the problem by explicitly setting the DNS addresses to the ones used by the router. If you are having this problem this might work for you too.


In the online status page of the router [...]]]></description>
			<content:encoded><![CDATA[<p>I recently re-installed Vista and had this weird problem where I could connect to some websites, but not others. I solved the problem by explicitly setting the DNS addresses to the ones used by the router. If you are having this problem this might work for you too.
</p>
<ol>
<li>In the online status page of the router configuration screen you should see the Primary and Secondary DNS addresses.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt13.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>To set those DNS settings up in Vista, go to Control Panel | &#8220;View network status and tasks&#8221;
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt23.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Then click &#8220;Manage network connections&#8221;.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt33.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Select your network connection and choose Properties.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt43.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Select the IPv4 binding, and click Properties.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt53.png" alt=""/>
	</p>
<p>
Â </p>
<ol>
<li>Finally, choose &#8220;Use the following DNS server addresses&#8221; and set the Preferred and Alternate servers to the Primary and Secondary ones obtained from the router in step 1, and press OK.
</li>
</ol>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/09/090207_1101_Vistadoesnt63.png" alt=""/>
	</p>
<p>Hope this helped.
</p>
<p>
Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/09/02/vista-doesnt-connect-to-some-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogging from Word 2007</title>
		<link>http://www.makiwa.com/index.php/2007/05/03/blogging-from-word-2007/</link>
		<comments>http://www.makiwa.com/index.php/2007/05/03/blogging-from-word-2007/#comments</comments>
		<pubDate>Thu, 03 May 2007 17:37:24 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/05/03/blogging-from-word-2007/</guid>
		<description><![CDATA[This is just a test. If this works it&#8217;ll mean I can just type my blog posts in word and publish to WordPress. That would be pretty cool â€“ I mean at the rate I post it&#8217;ll save me about 2 minutes every three months.

It claims it&#8217;ll also upload pictures. Now this I&#8217;ve got to [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a test. If this works it&#8217;ll mean I can just type my blog posts in word and publish to WordPress. That would be pretty cool â€“ I mean at the rate I post it&#8217;ll save me about 2 minutes every three months.
</p>
<p>It claims it&#8217;ll also upload pictures. Now this I&#8217;ve got to seeâ€¦
</p>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/05/050307_1648_Bloggingfro12.jpg" alt=""/>
	</p>
<p>Pretty impressive! (and these image formatting tools are certainly an improvement over Office 2003).
</p>
<p>You can also tag your postsâ€¦the categories are all pulled down from the blog.
</p>
<p><img src="http://www.makiwa.com/wp-content/uploads/2007/05/050307_1648_Bloggingfro2.png" alt=""/>
	</p>
<p>Okay, enough of the image effects already.
</p>
<p>Well I&#8217;m impressed. It actually works. Now there&#8217;s no excuse not to postâ€¦
</p>
<p>
Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/05/03/blogging-from-word-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft PhotoSynth</title>
		<link>http://www.makiwa.com/index.php/2006/09/02/microsoft-photosynth/</link>
		<comments>http://www.makiwa.com/index.php/2006/09/02/microsoft-photosynth/#comments</comments>
		<pubDate>Sat, 02 Sep 2006 10:30:24 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2006/09/02/microsoft-photosynth/</guid>
		<description><![CDATA[I stumbled across this video of Microsoft PhotoSynth from Microsoft&#8217;s Live Labs. It&#8217;s probably old news for some people, but I was just blown away by this concept. 
According to Blaise Aguera Y Arcas, an architect at Microsoft Live Labs:
You can think about what PhotoSynth does as linking images together. Whenever photographs are taken in [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across <a href="http://labs.live.com/photosynth/video.html">this video of Microsoft PhotoSynth</a> from Microsoft&#8217;s Live Labs. It&#8217;s probably old news for some people, but I was just blown away by this concept. </p>
<p>According to Blaise Aguera Y Arcas, an architect at Microsoft Live Labs:</p>
<blockquote><p>You can think about what PhotoSynth does as linking images together. Whenever photographs are taken in a common environment it&#8217;s as if you form a hyperlink between them. And so now, if you think of the emergent network of hyperlinks between images that can be built by, a crawler, say, going out and searching the whole web: that&#8217;s a very powerful idea.</p></blockquote>
<p>Powerful indeed! PhotoSynth uses image recognition software not only to identify related images, but to place them in a 3D space relative to one another! Throw in some awesome 3D graphics capabilities and you have a very immersive way of browsing that space.</p>
<p>In the videos they talk about how your personal photo collection can become a &#8220;worm hole&#8221; through which you can access other similar photos. So for example, one thing you can do is take one of your own shots, and then, if you wanted to get a closer look at something in the shot you could zoom into someone else&#8217;s close-up photo of the same scene. Or you could find out what is next to your photo - or what is behind it.</p>
<p>What a compelling offering: Photographs + 3D world +<a href="http://en.wikipedia.org/wiki/Network_effect">The Network Effect</a>.</p>
<p>You have got to check out the videos! Watch the overview first (the link at the beginning of this post), then the demo video (which can be downloaded from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=afe093ae-b780-4ee0-b0f1-897dfd42f0f9&#038;DisplayLang=en">here</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2006/09/02/microsoft-photosynth/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
