<?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>Reflection Design &#187; Applications</title>
	<atom:link href="http://reflection-design.dk/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://reflection-design.dk</link>
	<description></description>
	<lastBuildDate>Mon, 25 May 2009 09:33:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Where did your time go ? &#8211; ManicTime</title>
		<link>http://reflection-design.dk/2009/where-did-your-time-go-manictime/</link>
		<comments>http://reflection-design.dk/2009/where-did-your-time-go-manictime/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 18:42:03 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[manic]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/2009/where-did-your-time-go-manictime/</guid>
		<description><![CDATA[Time is what we want most, but what we use worst. William Penn Ever wonder were your day went, when you are sitting at the computer ? How much time you spent developing that website for a client ? Through the time I have tried various little tools to keep track of what I am [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="466">
<tbody>
<tr>
<td width="113" valign="top"><a href="http://reflection-design.dk/wp-content/uploads/2009/02/windowslivewriterwheredidyourtimegomanictime-ff641068015-16571819-4.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://reflection-design.dk/wp-content/uploads/2009/02/windowslivewriterwheredidyourtimegomanictime-ff641068015-16571819-thumb-1.jpg" border="0" alt="1068015_16571819" width="97" height="124" /></a></td>
<td width="351" valign="top"><em>Time is what we want most, but what we use worst.<br />
</em>William Penn</td>
</tr>
</tbody>
</table>
<p>Ever wonder were your day went, when you are sitting at the computer ? How much time you spent developing that website for a client ?</p>
<p>Through the time I have tried various little tools to keep track of what I am working on, for how long and possible find out how much time I have wasted on Facebook on a given day. Most of them worked just fine, but in the long run I never used them for longer periods of time. Various reasons for this but mostly the applications just did not fit my workflow, required too much constant interaction or simply didn&#8217;t have the features I really need.</p>
<p>I recently discovered ManicTime. Great little application that sits in the background recording your computer usage with little memory footprint.<br />
It allows you to afterwards pull out statistics, tag time periods with specific tasks and/or see most used applications for a given time. Basically everything you need from a time tracking application.</p>
<p>The interface is simple to use and fast to learn. Simply put this little piece of software allows you to get a perfect overview of how you spend your time on the computer. Personally I will be using it to keep track of hours spent pr. project I am working on as it allows me to tag periods of time with specific project tags, and thus get a collected time usage for each project <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can download it for free from here: <a href="http://www.manictime.com/" target="_blank">Manic Time</a></p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2009/where-did-your-time-go-manictime/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Tortoise SVN to remove files from control</title>
		<link>http://reflection-design.dk/2008/get-tortoise-svn-to-remove-files-from-control/</link>
		<comments>http://reflection-design.dk/2008/get-tortoise-svn-to-remove-files-from-control/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 14:10:49 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=279</guid>
		<description><![CDATA[Everybody who has been programming on any large scale, or decent sized project involving several people will be at least familiar with revision control systems such as SVN and CVS. One of the most popular systems at this time is Subversion (SVN), and if you are using Windows the Tortoise SVN client will most likely [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody who has been programming on any large scale, or decent sized project involving several people will be at least familiar with revision control systems such as SVN and CVS.</p>
<p>One of the most popular systems at this time is Subversion (SVN), and if you are using Windows the Tortoise SVN client will most likely be your svn client of choice.</p>
<p>However a little know feature is the extended context menu for tortoise. Most evident if you need to remove a file from revision control but keep the file locally on your computer. Normally if you use svn delete the file will be marked for deletion, and upon next commit the file will be removed from the reposiroty AND your local machine.</p>
<p>Luckily there is a quick little trick to simply remove it from revision control but still keep your local copy. If you press and hold <strong>shift</strong> while right clicking the file(s)/directory(s) a new command under the TortoiseSVN menu is available called &#8220;Delete (Keep local)&#8221;.</p>
<p>This marks your selection to be removed from the repository upon next commit, but retains your local copy. This is especially usefull for files that should not have been added in the first place, but where you still need a copy of the file locally e.g. for building a project.</p>
<p>To sum up you can extend the capabilities of TortoiseSVN using your <strong>shift</strong> button! Great little tip! <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div id="attachment_281" class="wp-caption alignnone" style="width: 108px"><a href="http://reflection-design.dk/wp-content/uploads/2008/12/tsvnextendedmenu_0.png" target="_blank"><img class="size-medium wp-image-281" style="border: 1px solid black;" title="tsvnextendedmenu_0" src="http://reflection-design.dk/wp-content/uploads/2008/12/tsvnextendedmenu_0-98x300.png" alt="Extended SVN menu" width="98" height="300" /></a><p class="wp-caption-text">Extended menu</p></div>
<p>source:<br />
<a title="http://tortoisesvn.net/node/347" href="http://tortoisesvn.net/node/347">http://tortoisesvn.net/node/347</a></p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/get-tortoise-svn-to-remove-files-from-control/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Updates, hypnosis and books :)</title>
		<link>http://reflection-design.dk/2008/updates-hypnosis-and-books/</link>
		<comments>http://reflection-design.dk/2008/updates-hypnosis-and-books/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 11:23:04 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=276</guid>
		<description><![CDATA[Okay i have been too busy lately with everything to write anything of value here. However as always i struggle to change that&#8230; no i am changing that Today my two new books arrived, making my backlog of books to read just a little bigger. Both are written by Dan Millman, whom i have come [...]]]></description>
			<content:encoded><![CDATA[<p>Okay i have been too busy lately with everything to write anything of value here. However as always i struggle to change that&#8230; no i <strong>am</strong> changing that <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Today my two new books arrived, making my backlog of books to read just a little bigger. Both are written by Dan Millman, whom i have come to love the writings/teachings of <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <em>Sacred Journey<br />
of the Peaceful Warrior </em>and <em>No Ordinary Moments.</em></p>
<p>In my own journeys i have also come to discover the advantages of a little meditation and hypnosis. So i am deticating some time to studying some self hypnosis, and meditation techniques to help in a stressfull everyday life. So far i really like it, and i have included a link (to the right :p) to a danish Hypnotherapist called <a href="http://www.jacobstrachotta.dk/">Jacob Strachotta</a> whom provides some free relaxation mp3&#8242;s (in danish). Also plan to invest in a product or two from his store.</p>
<p>Other than that i can say i am juggleing a busy everyday life right now. Programming alot more though. In fact me and a friend launched Team Bistromath (taken from a random word in Hitchhikers Guide to the Galaxy). We are right now only making small applications that we use ourselves but in the near future (propably weekend) we will begin our first games/mods.</p>
<p>You can follow our progress and mad rambling about code, the sanity of the coders and wierd ideas and bugs here &#8211; <a title="BistroMath" href="http://bistromath.wordpress.com/" target="_blank">Team Bistromath</a></p>
<p>Thats all for now since i have some assignments for class to complete before work. But i can say i will have more articles comming real son <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks for the patience <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/updates-hypnosis-and-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My favorite Firefox Extensions</title>
		<link>http://reflection-design.dk/2008/my-favorite-firefox-extensions/</link>
		<comments>http://reflection-design.dk/2008/my-favorite-firefox-extensions/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 19:03:03 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=265</guid>
		<description><![CDATA[Here is a list of my currently installed, and most beloved, Firefox extensions. Not all of them are currently out-of-the-box compatible with Firefox 3.0 RC but using the Nightly Tester Tools i can override the compatiblity check, and install them anyway. To my knowledge all of the extensions are working perfectly with Firefox 3. Better [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of my currently installed, and most beloved, Firefox extensions. Not all of them are currently out-of-the-box compatible with Firefox 3.0 RC but using the Nightly Tester Tools i can override the compatiblity check, and install them anyway. To my knowledge all of the extensions are working perfectly with Firefox 3.</p>
<ul>
<li><a title="Better Gcal" href="http://lifehacker.com/393805/better-gcal-now-firefox-3+compatible" target="_blank">Better Gcal</a></li>
<li><a title="Better Gmail" href="http://lifehacker.com/software/exclusive-lifehacker-download/better-gmail-2-firefox-extension-for-new-gmail-320618.php" target="_blank">Better Gmail</a></li>
<li><a title="Copy All Urls" href="https://addons.mozilla.org/da/firefox/addon/934" target="_blank">CopyAllUrls</a></li>
<li>Dictionaries (Danish and English)</li>
<li><a title="FEBE" href="https://addons.mozilla.org/da/firefox/addon/2109" target="_blank">FEBE (Firefox Environment Backup Extension)</a></li>
<li><a title="Foxmarks" href="http://www.foxmarks.com/" target="_blank">Foxmarks</a></li>
<li><a title="FoxyTunes" href="https://addons.mozilla.org/da/firefox/addon/219" target="_blank">FoxyTunes</a></li>
<li><a title="Nightly Tester Tools" href="https://addons.mozilla.org/da/firefox/addon/6543" target="_blank">Nightly Tester Tools</a></li>
<li><a title="PDF Download" href="https://addons.mozilla.org/da/firefox/addon/636" target="_blank">PDF Download</a></li>
</ul>
<p>Hope you can use some of them and let me know if you have trouble with the links, or getting them running.</p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/my-favorite-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannon3 (XNA) done!</title>
		<link>http://reflection-design.dk/2008/cannon3-xna-done/</link>
		<comments>http://reflection-design.dk/2008/cannon3-xna-done/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 14:01:26 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=255</guid>
		<description><![CDATA[Version 1.1 of my Cannon3 game done entirely in XNA is now finished. I quickly included a small scoring system that basically updates the score throughout the game, and after the player dies it keeps the score displayed until the next game starts. For now the graphics are the default improved graphics from the course, [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.1 of my Cannon3 game done entirely in XNA is now finished.</p>
<p>I quickly included a small scoring system that basically updates the score throughout the game, and after the player dies it keeps the score displayed until the next game starts.</p>
<p>For now the graphics are the default improved graphics from the course, as I want to focus on my development, coding, skills rather than spend time making graphics for now.</p>
<p>But I WILL be making Cannon3 with more features. I just need to learn more about XNA to actually do so. Had some trouble getting the text displayed properly and still need to figure out a way to display it on the right side without using &#8220;magic numbers&#8221; as the solution is right now.</p>
<p>without further delay ..I present &#8230; <strong>Cannon 3</strong> !</p>
<p><strong>Screenshots:</strong></p>
<p><a href="http://reflection-design.dk/wp-content/uploads/2008/06/cannon3ss1.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://reflection-design.dk/wp-content/uploads/2008/06/cannon3ss1-thumb.jpg" border="0" alt="cannon3ss1" width="244" height="194" /></a></p>
<p><a href="http://reflection-design.dk/wp-content/uploads/2008/06/cannon3ss2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://reflection-design.dk/wp-content/uploads/2008/06/cannon3ss2-thumb.jpg" border="0" alt="cannon3ss2" width="244" height="194" /></a></p>
<p><strong>Version History:</strong></p>
<ul>
<li>1.1 &#8211; Game with scoring system</li>
<li>1.0 &#8211; Initial game</li>
</ul>
<p><strong>Downloads:</strong></p>
<p><a href="../wp-content/uploads/2008/06/cannon3-v-12.rar">Canon 3 version 1.2</a></p>
<p><strong>Requirements:</strong></p>
<p><a title="Microsoft XNA Framework Redistributable 1.0 Refresh" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a7da4763-6807-4bd5-8d18-18c60c437f93&amp;displaylang=en" target="_blank">Microsoft XNA Framework Redistributable 1.0 Refresh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/cannon3-xna-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cannon2 is done! XNA here I come!</title>
		<link>http://reflection-design.dk/2008/cannon2-is-done-xna-here-i-come/</link>
		<comments>http://reflection-design.dk/2008/cannon2-is-done-xna-here-i-come/#comments</comments>
		<pubDate>Thu, 15 May 2008 08:30:41 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=249</guid>
		<description><![CDATA[Okay last night I finally finished the Cannon2 game. This time around the game is still coded in win forms, but emulating the way XNA supposedly works even more. A few &#8220;bugs&#8221; compared to Cannon1 is that the window can be resized and maximized for now. I wont bother fixing this problem right away, as [...]]]></description>
			<content:encoded><![CDATA[<p>Okay last night I finally finished the Cannon2 game. This time around the game is still coded in win forms, but emulating the way XNA supposedly works even more.</p>
<p>A few &#8220;bugs&#8221; compared to Cannon1 is that the window can be resized and maximized for now. I wont bother fixing this problem right away, as it is quite trivial to fix and would only waste time.</p>
<p>The scoring visual is intended to stay on screen after the game ends, to make the score visible from the previous game. It is quick and crude, but it works <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Version History:</strong></p>
<ul>
<li>1.1 &#8211; Game with scoring system</li>
<li>1.0 &#8211; Initial game</li>
</ul>
<p><strong>Downloads:</strong></p>
<p><a href="http://reflection-design.dk/wp-content/uploads/2008/05/cannon2v11.rar">Cannon 2 version 1.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/cannon2-is-done-xna-here-i-come/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cannon 1 is completed! (v 1.2)</title>
		<link>http://reflection-design.dk/2008/cannon-1-is-completed/</link>
		<comments>http://reflection-design.dk/2008/cannon-1-is-completed/#comments</comments>
		<pubDate>Wed, 07 May 2008 13:46:08 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=240</guid>
		<description><![CDATA[Cannon 1 a small game you cannot win is now complete. The game is part of the XNA Xtreme 101 video training from www.3dbuzz.com It has been fun to create the game, and now onwards to create Cannon 2 and Cannon 3. Version History: 1.2 &#8211; Window title is now held in an easily changeable [...]]]></description>
			<content:encoded><![CDATA[<p>Cannon 1 a small game you cannot win is now complete. The game is part of the XNA Xtreme 101 video training from <a href="http://www.3dbuzz.com">www.3dbuzz.com</a></p>
<p>It has been fun to create the game, and now onwards to create Cannon 2 and Cannon 3.</p>
<p><strong>Version History:</strong></p>
<p>1.2 &#8211; Window title is now held in an easily changeable Variable for easy version tracking.</p>
<p>1.1 &#8211; Small player score feature implemented</p>
<p>1.0 &#8211; Initial game</p>
<p><strong>Screenshots:</strong></p>
<p><a href="http://reflection-design.dk/wp-content/uploads/2008/05/1.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://reflection-design.dk/wp-content/uploads/2008/05/1-thumb.jpg" border="0" alt="1" width="244" height="194" /></a> <a href="http://reflection-design.dk/wp-content/uploads/2008/05/2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://reflection-design.dk/wp-content/uploads/2008/05/2-thumb.jpg" border="0" alt="2" width="244" height="194" /></a> <a href="http://reflection-design.dk/wp-content/uploads/2008/05/3.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://reflection-design.dk/wp-content/uploads/2008/05/3-thumb.jpg" border="0" alt="3" width="244" height="194" /></a></p>
<p><strong>Downloads:</strong></p>
<p><a href="http://reflection-design.dk/wp-content/uploads/2008/05/cannon1-12.rar">Cannon1 &#8211; Version 1.2</a></p>
<p><a href="http://reflection-design.dk/wp-content/uploads/2008/05/cannon1-v11.rar">Cannon1 &#8211; Version 1.1</a></p>
<p><a href="http://reflection-design.dk/wp-content/uploads/2008/05/cannon1-v10.rar">Cannon1 &#8211; Version 1.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/cannon-1-is-completed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SlideShow application by Felizk</title>
		<link>http://reflection-design.dk/2008/slideshow-application-by-felizk/</link>
		<comments>http://reflection-design.dk/2008/slideshow-application-by-felizk/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 09:34:31 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=220</guid>
		<description><![CDATA[Friend of mine, Felizk, made this nifty little sideshow application. Basically just shows images at random from selected folders and allows you to make the current selection wallpaper, copy to desktop (drag and drop) or delete it. Further more you can select folders via drag and drop and also quickly cycle your wallpapers folder and [...]]]></description>
			<content:encoded><![CDATA[<p>Friend of mine, Felizk, made this nifty little sideshow application. Basically just shows images at random from selected folders and allows you to make the current selection wallpaper, copy to desktop (drag and drop) or delete it. Further more you can select folders via drag and drop and also quickly cycle your wallpapers folder and find a new pleasing look for windows.</p>
<p>Requirements:</p>
<blockquote><p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=333325FD-AE52-4E35-B531-508D977D32A6&amp;displaylang=en" target="_blank">.NET Framework 3.5</a></p></blockquote>
<p>Download:</p>
<blockquote><p><a title="http://felizk.dk/?p=79" href="http://felizk.dk/?p=79">http://felizk.dk/?p=79</a> (in Danish)</p></blockquote>
<blockquote><p><a href="http://felizk.dk/r/SlideShowInstall.msi" target="_blank">Direct Download</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/slideshow-application-by-felizk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer</title>
		<link>http://reflection-design.dk/2008/windows-live-writer/</link>
		<comments>http://reflection-design.dk/2008/windows-live-writer/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 12:05:53 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=215</guid>
		<description><![CDATA[Okay so one of my mates introduced me to Windows Live Writer. Normally I prefer open source software but lately I have noticed an increasing tendency to use proprietary software that is freely available. Lately I have also been using my Windows install increasingly as I have been coding XNA and C# and simply love [...]]]></description>
			<content:encoded><![CDATA[<p>Okay so one of my mates introduced me to Windows Live Writer. Normally I prefer open source software but lately I have noticed an increasing tendency to use proprietary software that is freely available. </p>
<p>Lately I have also been using my Windows install increasingly as I have been coding XNA and C# and simply love coding in Visual Studio. I found that for day to day tasks my Linux install does most things better than Windows. Small stuff like multiple desktops makes my day easier as I use alot of multitasking.</p>
<p>However heavy specific tasks such as Painting (Photoshop), programming (Visual Studio) and gaming in general. I also use windows only applications for my random html coding&#8217;s (I prefer an IDE above pure text editors).</p>
<p>So why not give Windows Live Writer a shot. Also it provides me with the option of inserting nicely formatted code into my posts. I have been searching for a code insertion feature for WordPress for a while, but nothing works the way it should or simply does not work at all :s </p>
<p>So for a while I will be testing out Live Writer to post on the blog. Hopefully it will make my postings easier for me, more frequent and nicely formatted as usual!</p>
<p>By the way; I&#8217;m Awesome! :p </p>
<p><strong>Example code:</strong></p>
<div style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, &#39;Courier New&#39;, courier, monospace; background-color: #f4f4f4">
<div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none">
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   1:</span> <span style="color: #0000ff">namespace</span> HelloWorld2</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   2:</span> {</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   3:</span>     <span style="color: #0000ff">static</span> <span style="color: #0000ff">class</span> Program</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   4:</span>     {</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   5:</span>         <span style="color: #008000">/// &lt;summary&gt;</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   6:</span>         <span style="color: #008000">/// The main entry point for the application.</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   7:</span>         <span style="color: #008000">/// &lt;/summary&gt;</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   8:</span>         [STAThread]</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   9:</span>         <span style="color: #0000ff">static</span> <span style="color: #0000ff">void</span> Main()</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  10:</span>         {</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  11:</span>             Application.EnableVisualStyles();</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  12:</span>             Application.SetCompatibleTextRenderingDefault(<span style="color: #0000ff">false</span>);</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  13:</span>             Application.Run(<span style="color: #0000ff">new</span> Form1());</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  14:</span>         }</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  15:</span>     }</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  16:</span> }</pre>
</p></div>
</div>
<p>&#160;</p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://get.live.com/writer/overview" target="_blank">Windows Live Writer</a></li>
<li><a href="http://gallery.live.com/liveItemDetail.aspx?li=d4409446-af7f-42ec-aa20-78aa5bac4748&amp;bt=9&amp;pl=8" target="_blank">Code Snippet plugin for Windows Live Writer</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin replacement for my aMSN ?</title>
		<link>http://reflection-design.dk/2008/pidgin-replacement-for-my-amsn/</link>
		<comments>http://reflection-design.dk/2008/pidgin-replacement-for-my-amsn/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 13:54:08 +0000</pubDate>
		<dc:creator>swoop</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux/UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false">http://reflection-design.dk/?p=205</guid>
		<description><![CDATA[I wish i could say i have been running aMSN for years. It feels like it, and it is almost true. However it has only been about 1 year since i discovered this delightfull alternative to MSN Messenger. Why ? Well i liked the MSN features but disliked the advertisements, extras, games and bloat i [...]]]></description>
			<content:encoded><![CDATA[<p>I wish i could say i have been running aMSN for years. It feels like it, and it is almost true. However it has only been about 1 year since i discovered this delightfull alternative to MSN Messenger. Why ? Well i liked the MSN features but disliked the advertisements, extras, games and bloat i didnt need. Also i needed an alternative to use on my Ubuntu Box.</p>
<p>My first experience with messenger on Linux was using Gaim. It worked but lacked some fundamental MSN features since it was multiple protocol based. So i never really liked it as much as using something messenger like.</p>
<p>Finally i stumpled upon aMSN and i liked it. Was a bit buggy but worked for most cases. Back then nothing like offline messages and live spaces was in use mind you. Since then i have steadily been using aMSN for a long time since. Using it exclusively in fact. However i have had my frustrated moments. Mostly with file transfers failing and webcam crashing the application <img src='http://reflection-design.dk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  But it worked and i was (for more features) using the svn edition which tends to break once in a while.</p>
<p><strong>Gaim become Pidgin</strong></p>
<p>Gaim later changes (<em><span>Due to several legal issues with AOL and their AOL instant messenger AIM)</span></em>) its name to Pidgin. I rediscover the application and test it out again. I like the simplistic feel and look of Pidgin and it performs without crashing and seems extremely stable and great. However i quickly find several small but usefull features missing; Personal Message, Offline Messages.</p>
<p>Wanting to use this for my windows box i start searching for ways, or plans, to implement this into pidgin. Much to my despair i find that there either (conflicting statements) isn&#8217;t a practical way, nor any way, to implement a feature like the personal (highly used) messages into Pidgin. After long searches i find that apparently this feature is in an upcoming version of Pidgin but that doest do me any good now. I finally find a solution.</p>
<p><strong>MSN Pecan</strong></p>
<p>I discover MSN pecan which is basically an alternative MSN protocal for use with Pidgin that enables the personal messages, offline messages and much more. Im happy!. <a href="http://code.google.com/p/msn-pecan/" target="_blank">MSN-Pecan.</a><br />
I decide to test it out, and low and behold it works great!</p>
<p><strong>Featurelist:</strong></p>
<ul>
<li>Support for personal messages</li>
<li>Server-side storage for display names (private alias)</li>
<li>Partial direct connection support</li>
<li>Improved network IO</li>
<li>Improved error handling</li>
<li>Network issues tested with netem</li>
<li>GObject usage</li>
<li>&#8230;</li>
</ul>
<p><strong>Conclusion:</strong></p>
<p>MSN-Pecan is a nice alternative (easy install) to recompiling pidgin from source just to get some of the most used MSN features in what is an amawing IM Client. So if you feel (little) adventurous give Pidgin + MSN-pecan a whirl!</p>
<p><strong>Links:</strong></p>
<p><a href="http://www.pidgin.im/" target="_blank">Pidgin &#8211; a multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.</a></p>
<p><a href="http://code.google.com/p/msn-pecan/" target="_blank">MSN-Pecan &#8211; Alternative MSN protocol plugin for libpurple </a></p>
]]></content:encoded>
			<wfw:commentRss>http://reflection-design.dk/2008/pidgin-replacement-for-my-amsn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
