<?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>nesdroc</title>
	<atom:link href="http://nesdroc.dk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://nesdroc.dk</link>
	<description>games, development, and more...</description>
	<lastBuildDate>Fri, 20 Aug 2010 20:30:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unclear selection in Windows 7</title>
		<link>http://nesdroc.dk/?p=273</link>
		<comments>http://nesdroc.dk/?p=273#comments</comments>
		<pubDate>Fri, 20 Aug 2010 20:30:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=273</guid>
		<description><![CDATA[Since I'm leaning more towards the usability and user experience area I thought I'd also let it reflect a bit more on the blog. 
I have been a bit annoyed by the fact that I have been unable to rearrange the items in the left window of the Explorer. It really seems intent on there [...]]]></description>
			<content:encoded><![CDATA[<p>Since I'm leaning more towards the usability and user experience area I thought I'd also let it reflect a bit more on the blog. </p>
<p>I have been a bit annoyed by the fact that I have been unable to rearrange the items in the left window of the Explorer. It really seems intent on there being only one way to do things, which is not the way I want to do them of course :D After just having had an Explorer incident I thought I'd make it in to my first small post on usability. The story is that I accidently deleted a wrong file in Windows 7 because the selection in the Explorer was unclear. I was returning to the window and saw the file (in the right window) I wanted to delete was selected, so I went ahead, pushed delete and was expecting the confirmation dialog - it never came. Instead from the corner of my eye I saw something happening with my favourites (in the left window) and quickly noticed that I had just deleted my Desktop shortcut, which apparently require no confirmation... Luckily it was not catastrophic - I survived :) but clearly a usability problem both in regards to inconsistency for the favourites (no dialog) and lack of clear distinction for the Explorer selection. See the image below of the ambiguity.</p>
<table border="0" align="center">
<tbody>
<tr>
<td><a href="http://nesdroc.dk/wp-content/uploads/2010/08/w7SelectionUncertainty.png"><img class="alignnone size-thumbnail wp-image-4" title="What have I selected?" src="http://nesdroc.dk/wp-content/uploads/2010/08/w7SelectionUncertainty.png" alt="" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=273</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Longest Journey on Windows 7</title>
		<link>http://nesdroc.dk/?p=269</link>
		<comments>http://nesdroc.dk/?p=269#comments</comments>
		<pubDate>Sun, 08 Aug 2010 21:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=269</guid>
		<description><![CDATA[I never got to finish The Longest Journey (TLJ) before I got Windows 7 on my laptop. After installing TLJ I ran into a few problems. The first being that you cannot lunch through the shortcut which tries to execute launcher.exe (had the same problem on XP). So I knew how to get around that [...]]]></description>
			<content:encoded><![CDATA[<p>I never got to finish The Longest Journey (TLJ) before I got Windows 7 on my laptop. After installing TLJ I ran into a few problems. The first being that you cannot lunch through the shortcut which tries to execute launcher.exe (had the same problem on XP). So I knew how to get around that one, but after launching Game.exe instead the game would crash shortly thereafter. Compatibility mode solved this, but the animation was very lagging. Disabling 3D solved this, but turned out the sound was stuttering. After some googling I got it to run more or less flawlessly. Here is what I did.<br />
1) To lunch the game use the Game.exe found in the installation directory.<br />
2) Set compatibility mode to Windows XP (SP3) on the Game.exe.<br />
3) Disable 3D acceleration in the window that pops up after launch.<br />
4) After the game has started do a minimize and open Task Manager. Set the game's affinity to one CPU only.</p>
<p>There are some occasional stutters still, but they don't seem to jam the game in the same way as before.</p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=269</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing for HTC HD2</title>
		<link>http://nesdroc.dk/?p=243</link>
		<comments>http://nesdroc.dk/?p=243#comments</comments>
		<pubDate>Wed, 09 Jun 2010 21:09:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=243</guid>
		<description><![CDATA[A while back I had the pleasure of taking part in development of a small game for HTC's HD2 running Windows Mobile 6.5, which I must say wasn't a stroll in the park. I have broken this post into two parts one about development and the second about the phone.
Before we got started on developing [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I had the pleasure of taking part in development of a small game for HTC's HD2 running Windows Mobile 6.5, which I must say wasn't a stroll in the park. I have broken this post into two parts one about development and the second about the phone.</p>
<p>Before we got started on developing a small <a href="http://forum.xda-developers.com/showthread.php?t=592663" target="blank">graphic hack </a>was performed greatly increasing the performance - around 500%! And I must say that was necessary, see the comparison film.<br />
<span class="youtube">
<object width="480" height="360">
<param name="movie" value="http://www.youtube.com/v/cR87drQGP74&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;hd=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/cR87drQGP74&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;hd=1" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=cR87drQGP74&fmt=18">www.youtube.com/watch?v=cR87drQGP74</a></p><br />
After the huge increase in performance development could begin. It turned out quite troublesome, since it's like developing games in windows forms. So, it's not that programmer/game development friendly.</p>
<p>Now I haven't used a touch phone before, so I admit it might take a bit of getting used to. That said, I found it more difficult to write a text than I had expected. Hit wrong keys, did double presses, and I couldn't feel my way as on a regular keyboard. I've given up wearing a watch, since I have my mobile on me anyway. I often bring it out of my pocket to have a quick gaze on what time it is. The problem however, is that it displays the last shown time before it went into standby (black screen) and then takes a slight delay before it actually updates to the current time. Quite annoying that time isn't updated before it's shown. I really don't want to be given false information, since I before I noticed this had already slipped it back into my pocket - suddenly 10 minutes lasted quite longer ;) Also, time or a watch is something you just gaze at quickly I really don't want to wait for it. Sticking with time, there is a nice old school calendar clock (see the picture below), which has some nice animation for when the time changes. </p>
<table border="0" align="center">
<tbody>
<tr>
<td><a href="http://nesdroc.dk/wp-content/uploads/2010/06/htc_hd2.jpg"><img class="alignnone size-thumbnail wp-image-4" title="HTC HD 2" src="http://nesdroc.dk/wp-content/uploads/2010/06/htc_hd2-300x292.jpg" alt="HTC HD 2" /></a></td>
</tr>
</tbody>
</table>
<p>In the beginning I found the animation really cool and I think the developers did as well 'cause every time I go into some menu and back to the home screen the clock has been pushed back 1 hour and some minutes, just so they can do the cool animation, which after a while isn't that cool anymore, but rather an annoyance. Lastly, I haven't been able to configure the build-in mail service to use the GPRS network for my mail when no Wi-Fi is in the vicinity..</p>
<p>Stepping a bit back from all my criticism it's really a nice phone it just ruins the experience encountering these small annoyances.</p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=243</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 (WP7) seminar</title>
		<link>http://nesdroc.dk/?p=245</link>
		<comments>http://nesdroc.dk/?p=245#comments</comments>
		<pubDate>Tue, 08 Jun 2010 21:40:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=245</guid>
		<description><![CDATA[With WP7 it becomes possible to develop applications across computers, Xbox 360, and Windows Phones. Microsoft is holding a seminar Thursday the 17. of June at Fisketorvet focused for developers who want a sneak peak on WP7 development platform.
Seminar is held in English. Sign-up here (free).
]]></description>
			<content:encoded><![CDATA[<p>With WP7 it becomes possible to develop applications across computers, Xbox 360, and Windows Phones. Microsoft is holding a seminar Thursday the 17. of June at Fisketorvet focused for developers who want a sneak peak on WP7 development platform.</p>
<p>Seminar is held in English. Sign-up <a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032453540&#038;Culture=da-DK" target="blank">here</a> (free).</p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=245</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Azure competition</title>
		<link>http://nesdroc.dk/?p=239</link>
		<comments>http://nesdroc.dk/?p=239#comments</comments>
		<pubDate>Wed, 21 Apr 2010 12:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=239</guid>
		<description><![CDATA[A competition in developing applications for Azure is up here. It's worth checking out and there are interesting prices to be won. But hurry the tokens that give access are limited!
]]></description>
			<content:encoded><![CDATA[<p>A competition in developing applications for Azure is up <a href="http://azure.danielfrost.dk/" target="blank">here</a>. It's worth checking out and there are interesting prices to be won. But hurry the tokens that give access are limited!</p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=239</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Berserker Breakfast &#8211; Global/Nordic Game Jam 2010</title>
		<link>http://nesdroc.dk/?p=219</link>
		<comments>http://nesdroc.dk/?p=219#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:23:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[berserker breakfast]]></category>
		<category><![CDATA[nordic game jam]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=219</guid>
		<description><![CDATA[The Global/Nordic Game Jam has ended and as usual the experience has been great. A lot more people participated this year, which also meant that a lot more games were created. Theme global theme was "deception" and the local contraints was either to have a monkey, donkey, or key in the game. Friday night we [...]]]></description>
			<content:encoded><![CDATA[<p>The Global/Nordic Game Jam has ended and as usual the experience has been great. A lot more people participated this year, which also meant that a lot more games were created. Theme global theme was "deception" and the local contraints was either to have a monkey, donkey, or key in the game. Friday night we got settled on a game idea - vikings eating mushrooms. This meant that we on Saturday could begin implementation. There was a bit more stress Sunday with the deadline fast approaching, compared to the other two years I've participated. We hadn't had time to play the game except once during Sunday and even after that huge modifications were made. However, I'm quite pleased with the final result taking the time into account. There is of cause still a lot of stuff we'd like to do and who knows, maybe we will ;)</p>
<p>Try it out <a href="http://globalgamejam.org/2010/berserker-breakfast" target="blank">here</a>.</p>
<table border="0" align="center">
<tbody>
<tr>
<td><a href="http://nesdroc.dk/wp-content/uploads/2010/02/Screenshot.png"><img class="alignnone size-thumbnail wp-image-4" title="Berserker Breakfast" src="http://nesdroc.dk/wp-content/uploads/2010/02/Screenshot-1024x578.png" alt="Berserker Breakfast" width="500" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=219</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pluralsight on trial</title>
		<link>http://nesdroc.dk/?p=213</link>
		<comments>http://nesdroc.dk/?p=213#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=213</guid>
		<description><![CDATA[I have recently had the possibility of trying out Pluralsight. A site focused on providing e-learning for .NET. I was given access to the video material and used some time on C# and WPF. I was quite satisfied with the way the C# tutorials had been done. Different content was explained while also shown in [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently had the possibility of trying out <a href="http://www.pluralsight.com" target="blank">Pluralsight</a>. A site focused on providing e-learning for .NET. I was given access to the video material and used some time on C# and WPF. I was quite satisfied with the way the C# tutorials had been done. Different content was explained while also shown in real-time code. I was slightly disappointed when I moved over to the WPF tutorials. For the record I must say that I'm already skilled in C# whereas WPF was new to me. My subscription ran out during my focus on WPF, but from what went through it seemed less hand-on and I felt I had to go through a larger portion to actually be able to do anything in WPF. I think it's fair to point out that another reason might due to how WPF is structured, but again I'm not familiar with it enough to be able to assess whether this is the case or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=213</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImagineCup 2010 is open!</title>
		<link>http://nesdroc.dk/?p=208</link>
		<comments>http://nesdroc.dk/?p=208#comments</comments>
		<pubDate>Sun, 13 Dec 2009 22:04:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[imaginecup]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=208</guid>
		<description><![CDATA[The ImagineCup 2010 is open. There are several different challenges to compete in: Software Design, Embedded Development, Game Design, Digital Media, and IT-Challenge. It's free to participate and you can participate as a team or individual and there is of cause prices to be won :)
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://imaginecup.com/" target="blank">ImagineCup 2010</a> is open. There are several different challenges to compete in: Software Design, Embedded Development, Game Design, Digital Media, and IT-Challenge. It's free to participate and you can participate as a team or individual and there is of cause prices to be won :)</p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=208</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scott Guthrie in Copenhagen</title>
		<link>http://nesdroc.dk/?p=204</link>
		<comments>http://nesdroc.dk/?p=204#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:41:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=204</guid>
		<description><![CDATA[Scott Guthrie, the corporate vice president of Microsoft's .NET platform. Since 1999 he has been one of the big players in the development of Visual Studio and the .NET platform. You can sign-up here. The page is in Danish, but the event will be held in English :) 
]]></description>
			<content:encoded><![CDATA[<p>Scott Guthrie, the corporate vice president of Microsoft's .NET platform. Since 1999 he has been one of the big players in the development of Visual Studio and the .NET platform. You can sign-up <a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032433863&#038;Culture=da-DK">here</a>. The page is in Danish, but the event will be held in English :) </p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=204</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downtime again&#8230;</title>
		<link>http://nesdroc.dk/?p=202</link>
		<comments>http://nesdroc.dk/?p=202#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:59:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[notification]]></category>

		<guid isPermaLink="false">http://nesdroc.dk/?p=202</guid>
		<description><![CDATA[Apparently I exceed the traffic limit on my webspace, so I've taken the consequences and moved all the videos to youtube.com. Hopefully this will avoid downtime in the future :)
]]></description>
			<content:encoded><![CDATA[<p>Apparently I exceed the traffic limit on my webspace, so I've taken the consequences and moved all the videos to youtube.com. Hopefully this will avoid downtime in the future :)</p>
]]></content:encoded>
			<wfw:commentRss>http://nesdroc.dk/?feed=rss2&amp;p=202</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
