<?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>www.hans-eric.com &#187; software</title>
	<atom:link href="http://www.hans-eric.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hans-eric.com</link>
	<description>Hans-Eric Grönlund on software development</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:32:29 +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>D Brush For SyntaxHighlighter</title>
		<link>http://www.hans-eric.com/2010/07/22/d-brush-for-syntaxhighlighter/</link>
		<comments>http://www.hans-eric.com/2010/07/22/d-brush-for-syntaxhighlighter/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 17:36:56 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[SyntaxHighlighter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.hans-eric.com/?p=400</guid>
		<description><![CDATA[I&#8217;ve been looking for a way to display prettier code snippets on this blog. The SyntaxHighlighter by Alex Gorbatchev, nicely packaged into a Wordpress plugin by Viper007Bond, had what I was looking for.
I&#8217;ve been using the plugin for a couple of months now and I&#8217;m quite happy with it. The only problem, for me, has been that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a way to display prettier code snippets on this blog. The SyntaxHighlighter by Alex Gorbatchev, <a title="SyntaxHighlighter Evolved" href="http://wordpress.org/extend/plugins/syntaxhighlighter/">nicely packaged into a Wordpress plugin</a> by Viper007Bond, had what I was looking for.</p>
<p>I&#8217;ve been using the plugin for a couple of months now and I&#8217;m quite happy with it. The only problem, for me, has been that it doesn&#8217;t support The D Programming Language. Since I couldn&#8217;t find any on the internet, I decided to implement a D brush myself. (It&#8217;s quite simple.)</p>
<p><a title="Adding a New Brush Language" href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/adding-a-new-brush-language/">Following Viper&#8217;s advice</a> I implemented the support as a tiny Wordpress plugin. If you&#8217;re using SyntaxHighligher Evolved and want to be able to display syntax highlighted D code, feel free to <a title="SyntaxHighlighter Evolved: D Brush Support" href="http://www.hans-eric.com/share/shbrushd/">download shBrushD</a> from my new Shared Stuff page.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hans-eric.com/2010/07/22/d-brush-for-syntaxhighlighter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analog or Digital Task Board? That&#8217;s the Question.</title>
		<link>http://www.hans-eric.com/2010/04/08/analog-or-digital-task-board/</link>
		<comments>http://www.hans-eric.com/2010/04/08/analog-or-digital-task-board/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 15:02:19 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.hans-eric.com/?p=284</guid>
		<description><![CDATA[As a project manager, the best tool I&#8217;ve come across to help me monitor and control an iteration is The Sprint Task Board. It strikes a perfect balance between expressiveness and visual feedback. One quick look is all you need to make a diagnose of the ongoing iteration. Yet, it contains most of the information [...]]]></description>
			<content:encoded><![CDATA[<p>As a project manager, the best tool I&#8217;ve come across to help me monitor and control an iteration is The Sprint Task Board. It strikes a perfect balance between expressiveness and visual feedback. One quick look is all you need to make a diagnose of the ongoing iteration. Yet, it contains most of the information needed to make informed decisions.</p>
<p><a href="http://www.hans-eric.com/wp-content/uploads/2010/04/taskboard.png"><img class="size-medium wp-image-286 alignnone" style="border: 1px solid black;" title="Task Board Example" src="http://www.hans-eric.com/wp-content/uploads/2010/04/taskboard-300x239.png" alt="A drawn example of a task board, containing for instance a burndown-chart, sprint goal, and tasks." width="300" height="239" /></a></p>
<p>The task board is absolutely invaluable and I&#8217;ll probably never do team related work without it again. The question, though, is whether to use a computerized or a real world one.</p>
<p>Henrik Kniberg recommends the latter. The following quote is from Henrik&#8217;s excellent book <a href="http://reviews.hans-eric.com/2009/06/08/scrum-and-xp-from-the-trenches/">Scrum and XP from the Trenches</a>.</p>
<blockquote><p>We’ve experimented with different formats for the sprint backlog,<br />
including Jira, Excel, and a physical taskboard on the wall. In the<br />
beginning we used Excel mostly, there are many publicly available Excel<br />
templates for sprint backlogs, including auto generated burn-down charts<br />
and stuff like that. [...]</p>
<p>Instead [...] what we have found to be the most<br />
effective format for the sprint backlog [is] a wall-based taskboard!</p></blockquote>
<p>And there are good reasons for picking an analog task board. Maybe the most significant being:</p>
<ul>
<li><strong>Visibility</strong>. A wall-based dashboard is always up, always visible. If positioned near the team it&#8217;ll work as a constant reminder of the shape of the iteration.</li>
<li><strong>Simplicity</strong>. Planning and re-planning is simply a matter of moving physical cards around, tearing them up or writing new ones.</li>
</ul>
<p>In my current project we&#8217;re using an application (<a href="http://scrumdashboard.codeplex.com/">Scrum Dashboard</a> on top of <a title="Team Foundation Server" href="http://en.wikipedia.org/wiki/Team_Foundation_Server">TFS</a>). The reasons are:</p>
<ul>
<li><strong>Availability</strong>. Actually, this is the only reason for us to use a digitalized task board. We&#8217;re having dislocated team members from time to time (did I say we&#8217;re <a title="I am a ScrumBut" href="http://www.hans-eric.com/2010/03/26/i-am-a-scrumbut/">ScrumButs</a>?) but since our dashboard is a web application they are able to access it remotely. It would be a lot more painful to relay the information otherwise.</li>
<li><strong>Automatic burndown update</strong>. No need for me (or any one else) to do a work remaining summary and update the burndown chart each and every day.</li>
</ul>
<p>What are your reasons? I&#8217;d be most interested in hearing your point of view on this subject.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hans-eric.com/2010/04/08/analog-or-digital-task-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Use Brian&#8217;s Threaded Comments With iNove Theme</title>
		<link>http://www.hans-eric.com/2010/03/23/dont-use-brians-threaded-comments-with-inove-theme/</link>
		<comments>http://www.hans-eric.com/2010/03/23/dont-use-brians-threaded-comments-with-inove-theme/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 10:17:02 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.hans-eric.com/?p=275</guid>
		<description><![CDATA[A quick Wordpress note in case anyone else gets this problem.
Ever since I changed to the iNove theme I have &#8211; unknowingly &#8211; had a problem with my site in Internet Explorer. The first comment was always blank. Well, it was there in the web page, it just didn&#8217;t show in any IE browser. It turned [...]]]></description>
			<content:encoded><![CDATA[<p>A quick Wordpress note in case anyone else gets this problem.</p>
<p>Ever since I changed to <a href="http://wordpress.org/extend/themes/inove">the iNove theme</a> I have &#8211; unknowingly &#8211; had a problem with my site in Internet Explorer. The first comment was always blank. Well, it was there in the web page, it just didn&#8217;t show in any IE browser. It turned out that I had <a title="Brian's Threaded Comments" href="http://meidell.dk/archives/2009/07/08/deprecating-brians-threaded-comments/">a deprecated plugin</a> activated. I removed it and now your comments should show again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hans-eric.com/2010/03/23/dont-use-brians-threaded-comments-with-inove-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Communicating Through Waves</title>
		<link>http://www.hans-eric.com/2009/11/27/communicating-through-waves/</link>
		<comments>http://www.hans-eric.com/2009/11/27/communicating-through-waves/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 09:23:34 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Communication]]></category>

		<guid isPermaLink="false">http://www.hans-eric.com/?p=237</guid>
		<description><![CDATA[Have you seen the presentation in which Google introduces their coming product Google Wave? If not, do so. I believe that the presentation holds a piece of the future. The so called Wave combines the e-mail, chat and newsgroup functionality in a way that makes the whole greater than the parts.
One of the things that caught my [...]]]></description>
			<content:encoded><![CDATA[<p>Have you seen the presentation in which <a title="Google Wave Developer Preview at Google I/O 2009" href="http://www.youtube.com/watch?v=v_UyVmITiYQ&amp;feature=player_embedded">Google introduces their coming product Google Wave</a>? If not, do so. I believe that the presentation holds a piece of the future. The so called Wave combines the e-mail, chat and newsgroup functionality in a way that makes the whole greater than the parts.</p>
<p>One of the things that caught my attention was the possibility to collaboratively produce documents or Wiki-kind of information in real-time. I had a similar idea several years ago, and seeing it implemented, as a web application &#8211;which was unthinkable at the time, makes me happy. There&#8217;s a big questionmark though whether this will work in practice. The example in the presentation shows how the information added by the remote users makes the text move around, which is probably going to be annoying in a real situation.</p>
<p>There&#8217;s more work to be done there I guess. But the basic functionalities of the Wave, for instance the ability to add comments and start sub threads anywhere in a message is awesome. This new way of communicating will become infrastructure in the future. That&#8217;s my quess at least.</p>
<p>One can&#8217;t help becoming impressed with Google. They keep pulling these innovative, cool services out of their big bag of tricks, leaving the rest of the business in a state of awe. Google Waves is yet another proof that <a title="The Google Example" href="http://www.hans-eric.com/2007/09/19/the-google-example/">their free thinking company policy</a> is paying off &#8211; big time.</p>
<p>Cheers!</p>
<p>P.S. Special thanks to <a title="The Programmer's Paradox" href="http://theprogrammersparadox.blogspot.com/">Paul</a> who sent me the invitation that triggered my interest.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hans-eric.com/2009/11/27/communicating-through-waves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo Design</title>
		<link>http://www.hans-eric.com/2007/11/21/logo-design/</link>
		<comments>http://www.hans-eric.com/2007/11/21/logo-design/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 12:44:59 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.hans-eric.com/2007/11/21/logo-design/</guid>
		<description><![CDATA[This is a paid review.
I&#8217;m not a graphic designer. In fact I stink at everything visual, so design work like layout, images, icons and logos are better handled by somebody else. Unfortunately this is not always possible, and I&#8217;m sometimes forced to produce crappy stuff on my own.
Therefore I got quite excited when asked to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a paid review.</p>
<p>I&#8217;m not a graphic designer. In fact I stink at everything visual, so design work like layout, images, icons and logos are better handled by somebody else. Unfortunately this is not always possible, and I&#8217;m sometimes forced to produce crappy stuff on my own.</p>
<p>Therefore I got quite excited when asked to review <a href="http://www.thelogocreator.com">The Logo Creator</a> from Laughingbird Software. According to their website anyone could create logos that &#8220;look like a Photoshop guru spent hours laboring over!&#8221; The question was, could I do it too?</p>
<p>I&#8217;m happy to say the answer is yes. I find working with The Logo Creator a joy. It&#8217;s easy to create your own logotype based on one of the templates. You can change, add or remove any component of the template, or create your own from scratch. This gives you a lot of creative freedom. I for instance turned this template:</p>
<p><a href="http://www.hans-eric.com/wp-content/uploads/2007/11/original.png" title="A Logo Creator Template"><img src="http://www.hans-eric.com/wp-content/uploads/2007/11/original.png" alt="A Logo Creator Template" /></a></p>
<p>into this logotype:</p>
<p><a href="http://www.hans-eric.com/wp-content/uploads/2007/11/logo.png" title="A logotype for my website?"><img src="http://www.hans-eric.com/wp-content/uploads/2007/11/logo.png" alt="A logotype for my website?" /></a></p>
<p>Which is one of the candidates for becoming the logotype of this website.</p>
<p>I&#8217;m not completely happy with the Logo Creator&#8217;s user interface, but since it&#8217;s so useful to me I overlook the quirkiness. That, and the price of $29.95 &#8211; there are seven available themes &#8211; makes this a highly recommendable product in my opinion. So, if you need to do some <a href="http://www.thelogocreator.com" title="The Logo Creator">Logo Design</a> of your own, check out The Logo Creator.</p>
<p>Now, if you&#8217;ll excuse me I have some logos to create.</p>
<p>Cheers! <img src='http://www.hans-eric.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hans-eric.com/2007/11/21/logo-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.394 seconds -->
