<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.6(BH)" -->
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Planet Midgard</title>
    <subtitle>Blog postings from the Midgard community</subtitle>
    <link rel="alternate" type="text/html" href="http://www.midgard-project.org/planet/"/>
    <id>http://www.midgard-project.org/planet/</id>
    <updated>2010-03-20T05:27:04+00:00</updated>
    <author>
        <name>henri.bergius@iki.fi</name>
    </author>
    <generator>FeedCreator 1.7.6(BH) (info@mypapit.net)</generator>
    <link rel="self" type="application/atom+xml" href="http://www.midgard-project.org/planet/atom.xml" />
    <entry>
        <title>How To – Add a Radio Station to MPlayer CE</title>
        <link rel="alternate" type="text/html" href="http://www.adamsdesk.com/be/archives/2010/03/18/how-to-add-a-radio-station-to-mplayer-ce/"/>
        <published>2010-03-19T03:27:04+00:00</published>
        <updated>2010-03-19T03:27:04+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-bb8779a0330711dfa46169afa7110d1b0d1b</id>
        <author>
            <name>adouglas@venmarces.com (Adam Douglas)</name>
        </author>
        <category  term="feed:ed8785fe5210ab2f4b83d14c9502c779" />
        <content type="html"><![CDATA[
<h4>Background Knowledge</h4>
<hr />
<p>This how to will explain how to add a radio station to the <a href="http://wiibrew.org/wiki/MPlayer_CE">MPlayer CE</a> application, a <a href="http://wiibrew.org/wiki/Homebrew_Channel">Wii Homebrew Channel</a> application.</p>
<p><strong>Note:</strong> How to edit the MPlayer_CE configuration files is not covered in this how to.<br />
<strong>Note:</strong> MPlayer_CE supports the following streaming protocols, HTTP/FTP, RTP/RTSP, MMS/MMST, MPST and SDP.</p>
<h4>Solution</h4>
<hr />
<ol>
<li>Edit the &#8220;menu.conf&#8221; file located under /apps/mplayer_ce/ on the memory card using your favorite text editor such as Notepad, Metapad, Notepad++, etc.</li>
<li>Browse the contents of the &#8220;menu.conf&#8221; until you find the following cmdlist radio tag below.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cmdlist</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;radio&quot;</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;Radio&quot;</span> <span style="color: #000066;">ptr</span>=<span style="color: #ff0000;">&quot;&lt;&gt;</span></span>&quot; &gt;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;../&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;menu cancel&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cmdlist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p> We will be adding a new line after the second line shown above and within the cmdlist tag.</li>
<li>Add a new line (radio station) in between the opening tag and closing tag like so.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;OldSchoolFM&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://78.129.250.9/castcontrol/playlist.php?id=104'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>

<p>Replace &#8220;OldSchoolFM&#8221; with the radio station name and then replace &#8220;http://78.129.250.9/castcontrol/playlist.php?id=104&#8243; with the radio station stream feed.</li>
<li>Save the file and now test radio station you just added on the Nintendo Wii.</li>
</ol>
<p>If the radio station does not play go back and ensure you have the correct station stream feed link. If indeed you have the correct stream feed link then it&#8217;s possible it is not accessible in the manner you are trying to access it or the protocol for the station is not support by MPlayer_CE.</p>
<h4>Example</h4>
<hr />

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cmdlist</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;radio&quot;</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;Radio&quot;</span> <span style="color: #000066;">ptr</span>=<span style="color: #ff0000;">&quot;&lt;&gt;</span></span>&quot; &gt;
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;../&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;menu cancel&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;OldSchoolFM&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://78.129.250.9/castcontrol/playlist.php?id=104'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 1&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://radiostreams.cbc.ca/cbc-cbcr1reg-96.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 2&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://radiostreams.cbc.ca/cbc-cbcr2wpg-128.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 3 (rock)&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://webradio.cbcradio3.com/rock.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 3 (electronica)&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://webradio.cbcradio3.com/electronic.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 3 (Pop)&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://webradio.cbcradio3.com/pop.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;1.FM - Blues&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://blues.1.fm/energyblues128k'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;.977 The 80s Channel&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://scfire-ntc-aa01.stream.aol.com:80/stream/1040'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Big R Radio - 80s Metal FM&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://livestream2.bigrradio.com/80sMetalFM'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cmdlist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>This how to is a tribute to <a href="http://oldschoolfm.net/">OldSchoolFM</a>, &#8220;Let&#8217;s Make it Personal!&#8221; A dream, a vision, a quality radio station that never got a fair chance.</p>
]]></content>
        <summary type="html"><![CDATA[
<h4>Background Knowledge</h4>
<hr />
<p>This how to will explain how to add a radio station to the <a href="http://wiibrew.org/wiki/MPlayer_CE">MPlayer CE</a> application, a <a href="http://wiibrew.org/wiki/Homebrew_Channel">Wii Homebrew Channel</a> application.</p>
<p><strong>Note:</strong> How to edit the MPlayer_CE configuration files is not covered in this how to.<br />
<strong>Note:</strong> MPlayer_CE supports the following streaming protocols, HTTP/FTP, RTP/RTSP, MMS/MMST, MPST and SDP.</p>
<h4>Solution</h4>
<hr />
<ol>
<li>Edit the &#8220;menu.conf&#8221; file located under /apps/mplayer_ce/ on the memory card using your favorite text editor such as Notepad, Metapad, Notepad++, etc.</li>
<li>Browse the contents of the &#8220;menu.conf&#8221; until you find the following cmdlist radio tag below.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cmdlist</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;radio&quot;</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;Radio&quot;</span> <span style="color: #000066;">ptr</span>=<span style="color: #ff0000;">&quot;&lt;&gt;</span></span>&quot; &gt;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;../&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;menu cancel&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cmdlist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p> We will be adding a new line after the second line shown above and within the cmdlist tag.</li>
<li>Add a new line (radio station) in between the opening tag and closing tag like so.

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;OldSchoolFM&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://78.129.250.9/castcontrol/playlist.php?id=104'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>

<p>Replace &#8220;OldSchoolFM&#8221; with the radio station name and then replace &#8220;http://78.129.250.9/castcontrol/playlist.php?id=104&#8243; with the radio station stream feed.</li>
<li>Save the file and now test radio station you just added on the Nintendo Wii.</li>
</ol>
<p>If the radio station does not play go back and ensure you have the correct station stream feed link. If indeed you have the correct stream feed link then it&#8217;s possible it is not accessible in the manner you are trying to access it or the protocol for the station is not support by MPlayer_CE.</p>
<h4>Example</h4>
<hr />

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;cmdlist</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;radio&quot;</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;Radio&quot;</span> <span style="color: #000066;">ptr</span>=<span style="color: #ff0000;">&quot;&lt;&gt;</span></span>&quot; &gt;
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;../&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;menu cancel&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;OldSchoolFM&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://78.129.250.9/castcontrol/playlist.php?id=104'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 1&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://radiostreams.cbc.ca/cbc-cbcr1reg-96.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 2&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://radiostreams.cbc.ca/cbc-cbcr2wpg-128.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 3 (rock)&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://webradio.cbcradio3.com/rock.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 3 (electronica)&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://webradio.cbcradio3.com/electronic.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;CBC Radio 3 (Pop)&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://webradio.cbcradio3.com/pop.m3u'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;1.FM - Blues&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://blues.1.fm/energyblues128k'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;.977 The 80s Channel&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://scfire-ntc-aa01.stream.aol.com:80/stream/1040'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;e</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Big R Radio - 80s Metal FM&quot;</span> <span style="color: #000066;">ok</span>=<span style="color: #ff0000;">&quot;loadlist 'http://livestream2.bigrradio.com/80sMetalFM'&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/cmdlist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>This how to is a tribute to <a href="http://oldschoolfm.net/">OldSchoolFM</a>, &#8220;Let&#8217;s Make it Personal!&#8221; A dream, a vision, a quality radio station that never got a fair chance.</p>
]]></summary>
    </entry>
    <entry>
        <title>Easier templating for Midgard 8.09</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/easier_templating_for_midgard_8-09/"/>
        <published>2010-03-17T20:33:14+00:00</published>
        <updated>2010-03-17T20:33:14+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-ebf7b0cc320411df837705913d57c4c8c4c8</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p>For a while now there has been discussion about making <a href="http://www.kaktus.cc/weblog/372ed3bd0f54f3c74b1f158caf87f36a/">template editing</a> easier with <a href="http://www.midgard-project.org/midgard/">Midgard CMS</a>. In the Ragnaroek series we have a very <a href="http://www.midgard-project.org/documentation/concepts-midcom-specs-subsystems-style-engine/">comprehensive template system</a> where all output from the system can be overridden. While the possibilities have not always been easy to discover, things should be better in the <a href="http://trac.midgard-project.org/milestone/8.09.8%20Ragnaroek">next Ragnaroek LTS release</a>.</p>
<p>To access the template system just click F<em>older &gt; Edit layout template</em> in the <a href="http://bergie.iki.fi/blog/midgard-s-new-toolbar/">Midgard toolbar</a>:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3201efbd09f8320111df80bbcb7714e98cae8cae_midcom-toolbar-edittemplate.png" border="0" alt="midcom-toolbar-edittemplate.png" title="midcom-toolbar-edittemplate.png" /></p>
<p>This will take you into <a href="http://bergie.iki.fi/blog/building_a_new_admin_interface_for_midgard/">Asgard, the Midgard administration interface</a>. There you'll be shown what elements are used by the components running on your site:</p>
<p><img src="http://bergie.iki.fi/static/1/1df32022a590a94320211dfb0f36fd381e98e6a8e6a_asgard-template-possibleelements.png" border="0" alt="asgard-template-possibleelements.png" title="asgard-template-possibleelements.png" /></p>
<p>Clicking on an element name will let you create it. Then you'll be shown the default contents of that element to make overriding them easier. The language used in the templates is <a href="http://blog.astrumfutura.com/archives/420-Is-PHP-A-Worthy-Template-Language-Well,-of-course-it-is....html">obviously PHP</a>:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3202625fb4e2320211df96f1fd6cee6a91709170_asgard-element-defaults.png" border="0" alt="asgard-element-defaults.png" title="asgard-element-defaults.png" /></p>
<p>When you save your element it will replace the component's default output in the folders using that particular style. You can also do nice things like including contents from another page <a href="http://www.midgard-project.org/documentation/midcom-method-dynamic_load/">using Dynamic Loading</a>.</p>
<h2>What about file attachments?</h2>
<p>Asgard also allows you to add files (images, CSS, javascript, whatever) to your template. To do this click the <em>Attachments</em> button when you're in the style. There you'll be able to manage existing file attachments and to add new ones:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3202fe3bb7ee320211df80cfc1cacbe5946a946a_asgard-style-attachments-add.png" border="0" alt="asgard-style-attachments-add.png" title="asgard-style-attachments-add.png" /></p>
<p>If you're dealing with a text-based file (CSS, javascript, XML, ...) Asgard will also allow you to edit it directly on the web:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3203321b73ba320311df96f1fd6cee6a91709170_asgard-edit-css-file.png" border="0" alt="asgard-edit-css-file.png" title="asgard-edit-css-file.png" /></p>
<p>...and finally when you're done with your file and want to use it in some of your templates, the URL is available easily from the interface:</p>
<p><img src="http://bergie.iki.fi/static/1/1df32035ad2fc1a320311df80cfc1cacbe5946a946a_asgard-file-information-url.png" border="0" alt="asgard-file-information-url.png" title="asgard-file-information-url.png" /></p>]]></content>
        <summary type="html"><![CDATA[

<p>For a while now there has been discussion about making <a href="http://www.kaktus.cc/weblog/372ed3bd0f54f3c74b1f158caf87f36a/">template editing</a> easier with <a href="http://www.midgard-project.org/midgard/">Midgard CMS</a>. In the Ragnaroek series we have a very <a href="http://www.midgard-project.org/documentation/concepts-midcom-specs-subsystems-style-engine/">comprehensive template system</a> where all output from the system can be overridden. While the possibilities have not always been easy to discover, things should be better in the <a href="http://trac.midgard-project.org/milestone/8.09.8%20Ragnaroek">next Ragnaroek LTS release</a>.</p>
<p>To access the template system just click F<em>older &gt; Edit layout template</em> in the <a href="http://bergie.iki.fi/blog/midgard-s-new-toolbar/">Midgard toolbar</a>:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3201efbd09f8320111df80bbcb7714e98cae8cae_midcom-toolbar-edittemplate.png" border="0" alt="midcom-toolbar-edittemplate.png" title="midcom-toolbar-edittemplate.png" /></p>
<p>This will take you into <a href="http://bergie.iki.fi/blog/building_a_new_admin_interface_for_midgard/">Asgard, the Midgard administration interface</a>. There you'll be shown what elements are used by the components running on your site:</p>
<p><img src="http://bergie.iki.fi/static/1/1df32022a590a94320211dfb0f36fd381e98e6a8e6a_asgard-template-possibleelements.png" border="0" alt="asgard-template-possibleelements.png" title="asgard-template-possibleelements.png" /></p>
<p>Clicking on an element name will let you create it. Then you'll be shown the default contents of that element to make overriding them easier. The language used in the templates is <a href="http://blog.astrumfutura.com/archives/420-Is-PHP-A-Worthy-Template-Language-Well,-of-course-it-is....html">obviously PHP</a>:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3202625fb4e2320211df96f1fd6cee6a91709170_asgard-element-defaults.png" border="0" alt="asgard-element-defaults.png" title="asgard-element-defaults.png" /></p>
<p>When you save your element it will replace the component's default output in the folders using that particular style. You can also do nice things like including contents from another page <a href="http://www.midgard-project.org/documentation/midcom-method-dynamic_load/">using Dynamic Loading</a>.</p>
<h2>What about file attachments?</h2>
<p>Asgard also allows you to add files (images, CSS, javascript, whatever) to your template. To do this click the <em>Attachments</em> button when you're in the style. There you'll be able to manage existing file attachments and to add new ones:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3202fe3bb7ee320211df80cfc1cacbe5946a946a_asgard-style-attachments-add.png" border="0" alt="asgard-style-attachments-add.png" title="asgard-style-attachments-add.png" /></p>
<p>If you're dealing with a text-based file (CSS, javascript, XML, ...) Asgard will also allow you to edit it directly on the web:</p>
<p><img src="http://bergie.iki.fi/static/1/1df3203321b73ba320311df96f1fd6cee6a91709170_asgard-edit-css-file.png" border="0" alt="asgard-edit-css-file.png" title="asgard-edit-css-file.png" /></p>
<p>...and finally when you're done with your file and want to use it in some of your templates, the URL is available easily from the interface:</p>
<p><img src="http://bergie.iki.fi/static/1/1df32035ad2fc1a320311df80cfc1cacbe5946a946a_asgard-file-information-url.png" border="0" alt="asgard-file-information-url.png" title="asgard-file-information-url.png" /></p>]]></summary>
    </entry>
    <entry>
        <title>First year of Qaiku, and a travel writing challenge</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/first_year_of_qaiku-and_a_travel_writing_challenge/"/>
        <published>2010-03-09T21:00:09+00:00</published>
        <updated>2010-03-09T21:00:09+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-ff33ec022bc211dfb525eb21745c1f2c1f2c</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p><img src="http://bergie.iki.fi/static/1/1df2bbe864279c02bbe11df8849b307a0df59445944_qaiku-birthday_mascot.gif" border="0" alt="1st birthday of Qaiku" title="1st birthday of Qaiku" style="float:right;" /><a href="http://www.qaiku.com/">Qaiku</a>, the <a href="http://bergie.iki.fi/blog/microblogging-why_qaiku_might_do_what_twitter_and_brightkite_didn-t/">conversational microblogging service</a> that launched a year ago had a refresh that launched today. While it hasn't yet convinced the twittering masses, it has already proven itself as a lot more thoughtful platform for the Finnish online community, and as a valuable <a href="http://bergie.iki.fi/blog/maemo-org_is_testing_workstreaming_with_qaiku/">workstreaming tool</a>.</p>
<p>The new version looks quite nice and fresh. Notice the privacy information on the right-hand side, which is relevant as Qaiku allows channels and profiles that are private or invitation-only:</p>
<p><img src="http://bergie.iki.fi/static/1/1df2bbd3c08f3262bbd11dfb984e5004382fa3ffa3f_qaiku-onmytravels-small.png" border="0" alt="qaiku-onmytravels-small.png" title="qaiku-onmytravels-small.png" /></p>
<p>Technically the new version is also remarkable as it is the first major website to run fully on top of the legacy-free <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard2 platform</a>. So yes, every entry you see there is a GObject. And D-Bus signals fly when you post.</p>
<h2>On to the challenge, then</h2>
<p>To highlight Qaiku's threading, conversational nature I started a new <a href="http://www.qaiku.com/go/61gu/"><em>"On my travels, I have"</em></a><a href="http://www.qaiku.com/go/61gu/"> thread</a> for sharing your <em>most extraordinary travel experiences</em>. This is not on Twitter or Buzz as with Qaiku it is so easy to keep the conversation together and accessible for the future as well.</p>
<p>To contribute, <a href="http://www.qaiku.com/settings/registration/">sign up on Qaiku</a>, go to <a href="http://www.qaiku.com/go/61gu/">the thread</a> and add your experiences as a comment. If you have a link or picture to include, you can also do so. My first entry was:</p>
<blockquote><a href="http://bergie.iki.fi/blog/african-miracles/">seen</a> ice descend from the heavens and provide us with cold beer on a hot day in Lesotho</blockquote>
<p>Will be interesting to see what comes out of this :-)</p>]]></content>
        <summary type="html"><![CDATA[

<p><img src="http://bergie.iki.fi/static/1/1df2bbe864279c02bbe11df8849b307a0df59445944_qaiku-birthday_mascot.gif" border="0" alt="1st birthday of Qaiku" title="1st birthday of Qaiku" style="float:right;" /><a href="http://www.qaiku.com/">Qaiku</a>, the <a href="http://bergie.iki.fi/blog/microblogging-why_qaiku_might_do_what_twitter_and_brightkite_didn-t/">conversational microblogging service</a> that launched a year ago had a refresh that launched today. While it hasn't yet convinced the twittering masses, it has already proven itself as a lot more thoughtful platform for the Finnish online community, and as a valuable <a href="http://bergie.iki.fi/blog/maemo-org_is_testing_workstreaming_with_qaiku/">workstreaming tool</a>.</p>
<p>The new version looks quite nice and fresh. Notice the privacy information on the right-hand side, which is relevant as Qaiku allows channels and profiles that are private or invitation-only:</p>
<p><img src="http://bergie.iki.fi/static/1/1df2bbd3c08f3262bbd11dfb984e5004382fa3ffa3f_qaiku-onmytravels-small.png" border="0" alt="qaiku-onmytravels-small.png" title="qaiku-onmytravels-small.png" /></p>
<p>Technically the new version is also remarkable as it is the first major website to run fully on top of the legacy-free <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard2 platform</a>. So yes, every entry you see there is a GObject. And D-Bus signals fly when you post.</p>
<h2>On to the challenge, then</h2>
<p>To highlight Qaiku's threading, conversational nature I started a new <a href="http://www.qaiku.com/go/61gu/"><em>"On my travels, I have"</em></a><a href="http://www.qaiku.com/go/61gu/"> thread</a> for sharing your <em>most extraordinary travel experiences</em>. This is not on Twitter or Buzz as with Qaiku it is so easy to keep the conversation together and accessible for the future as well.</p>
<p>To contribute, <a href="http://www.qaiku.com/settings/registration/">sign up on Qaiku</a>, go to <a href="http://www.qaiku.com/go/61gu/">the thread</a> and add your experiences as a comment. If you have a link or picture to include, you can also do so. My first entry was:</p>
<blockquote><a href="http://bergie.iki.fi/blog/african-miracles/">seen</a> ice descend from the heavens and provide us with cold beer on a hot day in Lesotho</blockquote>
<p>Will be interesting to see what comes out of this :-)</p>]]></summary>
    </entry>
    <entry>
        <title>Getting started with the Midgard content repository</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/getting_started_with_the_midgard_content_repository/"/>
        <published>2010-03-09T15:50:26+00:00</published>
        <updated>2010-03-09T15:50:26+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-1206ece62b9911dfb27ddf57705b6ee86ee8</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p>I'm doing a talk today in the <a href="http://www.bossaconference.indt.org/">Bossa Conference</a> about using  <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard</a> as a content repository for mobile applications. As part of my presentation I wrote some simple example code for using the <a href="http://www.midgard-project.org/documentation/python_midgard/">Midgard APIs in Python</a>, and thought they would be good to share to those not attending the event as well.</p>
<p>The <a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">idea of a content repository</a> is that instead of coming up with new, isolated file formats or database setups for your application you can just work with objects and signals, and let Midgard handle the rest. This is something that lots of people are doing with  <a href="http://couchdb.apache.org/">CouchDB</a> as well, but we feel Midgard, with its light footprint and native APIs for languages like Python, C, Vala and PHP fits better in the mobile applications context.</p>
<h2>Installing Midgard</h2>
<p>Midgard packages are available for many different Linux distributions through the OpenSuse Build Service. To find the right repository for  your setup, go to the <a href="http://download.opensuse.org/repositories/home:/midgardproject:/mjolnir/">OBS project page</a>.  For example, on my Ubuntu Karmic netbook the URL to add to apt <code>sources.list</code> is  <code>deb http://download.opensuse.org/repositories/home:/midgardproject:/mjolnir/xUbuntu_9.10/ ./</code>. Then I just:</p>
<pre>sudo apt-get update
sudo apt-get install python-midgard2
</pre>
<p>Midgard is also available in <a href="http://maemo.org/packages/search/?org_maemo_packages_search%5B1%5D%5Bproperty%5D=name&amp;org_maemo_packages_search%5B1%5D%5Bconstraint%5D=LIKE&amp;org_maemo_packages_search%5B1%5D%5Bvalue%5D=midgard">Maemo extras</a> and for OS X <a href="http://www.macports.org/ports.php?by=name&amp;substr=midgard2">on MacPorts</a>.</p>
<h2>Defining a schema</h2>
<p>The first thing when developing a Midgard application is to define your storage objects. This is done using the  <a href="http://www.midgard-project.org/documentation/mgdschema-file-properties/">MgdSchema XML format</a>. In this case we're doing a simple "attendee" object that amends Midgard's built-in person record with information related to the conference:</p>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Schema xmlns="http://www.midgard-project.org/repligard/1.4"&gt;
    &lt;type name="openbossa_attendee" table="openbossa_attendee"&gt;
        &lt;property name="id" type="unsigned integer" primaryfield="id"&gt;
            &lt;description&gt;Local non-replication-safe database identifier&lt;/description&gt;
        &lt;/property&gt;
        &lt;property name="person" type="unsigned integer" link="midgard_person:id"&gt;
            &lt;description&gt;Person attending the event&lt;/description&gt;
        &lt;/property&gt;
        &lt;property name="registration" type="datetime"&gt;
            &lt;description&gt;Registration date of the attendee&lt;/description&gt;
        &lt;/property&gt;
        &lt;property name="likesbeer" type="boolean"&gt;
            &lt;description&gt;Whether the attendee likes beer&lt;/description&gt;
        &lt;/property&gt;
    &lt;/type&gt;
&lt;/Schema&gt;
</pre>
<p>Then we just save this XML file into <code>/usr/share/midgard2/schema/</code> so that Midgard will find it.</p>
<h2>Initiating the repository connection</h2>
<p>Once the MgdSchema is in place it is time to <a href="http://xkcd.com/353/">import antigravity</a> and start hacking in Python.  The code works pretty much in the same way in other languages Midgard is available for, but Python is used here for the sake of simplicity. First we load the Midgard extension:</p>
<pre>import _midgard as midgard
</pre>
<p>Then we setup the <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-connection.html">repository connection</a>. With these <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-config.html">settings</a> we will store our content into an SQLite database located in  <code>~/.midgard2/data/midgardexample.db</code>:</p>
<pre>configuration = midgard.config()
configuration.dbtype = 'SQLite'
configuration.database = 'midgardexample'

# Open a Midgard repository connection with our config
connection = midgard.connection()
connection.open_config(configuration)
</pre>
<p>As this is the first time we're interacting with the repository we need to tell Midgard to  <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-storage.html">prepare the storage</a> for itself and also for our new <code>openbossa_attendee</code> class:</p>
<pre>midgard.storage.create_base_storage()
midgard.storage.create_class_storage('midgard_person')
midgard.storage.create_class_storage('midgard_parameter')
midgard.storage.create_class_storage('openbossa_attendee')
</pre>
<h2>Interacting with data</h2>
<p>First we create a person <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-object.html">object</a> with our attendee:</p>
<pre>person = midgard.mgdschema.midgard_person()
person.firstname = 'Leif'
person.lastname = 'Eriksson'
person.create()
</pre>
<p>Then we create our attendee object and link that with the person we just created:</p>
<pre>attendee = midgard.mgdschema.openbossa_attendee()
attendee.person = person.id
attendee.likesbeer = True
attendee.create()
</pre>
<h2>Querying data</h2>
<p>Later we'll want to find out about all Leifs attending the event. We do this by using the  <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-query-builder.html">Midgard query builder</a>:</p>
<pre>qb = midgard.query_builder('openbossa_attendee')
qb.add_constraint('person.firstname', '=', 'Leif')
attendees = qb.execute()
</pre>
<p>The query builder returns us a list of matching attendee objects. We can go through them and also fetch the associated persons:</p>
<pre>for attendee in attendees:
    person = midgard.mgdschema.midgard_person()
    person.get_by_id(attendee.person)
    if attendee.likesbeer:
        print "%s, %s is attending the event" % (person.lastname, person.firstname)
</pre>
<p>Then we can update the persons with their email addresses:</p>
<pre>    person.email = 'leif@vinland.no'
    person.update()
</pre>
<p>For basic data handling, that's it! When you need more, you can extend objects with  <a href="http://www.midgard-project.org/documentation/php_midgard_object_attachments/">file attachments</a> or  <a href="http://www.midgard-project.org/documentation/php_midgard_object_parameters/">parameters</a>. You can also create joined records using <a href="http://blogs.nemein.com/people/piotras/view/1246881867.html">Midgard views</a>.  Midgard provides <a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/">D-Bus signals</a>, <a href="http://blogs.nemein.com/people/piotras/view/1246966442.html">transactions</a>,  <a href="http://www.midgard-project.org/documentation/mgdschema-metadata-object/">centralized metadata</a>,  <a href="http://www.midgard-project.org/documentation/php-midgard_replicator/">synchronization</a> and many other things.</p>]]></content>
        <summary type="html"><![CDATA[

<p>I'm doing a talk today in the <a href="http://www.bossaconference.indt.org/">Bossa Conference</a> about using  <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard</a> as a content repository for mobile applications. As part of my presentation I wrote some simple example code for using the <a href="http://www.midgard-project.org/documentation/python_midgard/">Midgard APIs in Python</a>, and thought they would be good to share to those not attending the event as well.</p>
<p>The <a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">idea of a content repository</a> is that instead of coming up with new, isolated file formats or database setups for your application you can just work with objects and signals, and let Midgard handle the rest. This is something that lots of people are doing with  <a href="http://couchdb.apache.org/">CouchDB</a> as well, but we feel Midgard, with its light footprint and native APIs for languages like Python, C, Vala and PHP fits better in the mobile applications context.</p>
<h2>Installing Midgard</h2>
<p>Midgard packages are available for many different Linux distributions through the OpenSuse Build Service. To find the right repository for  your setup, go to the <a href="http://download.opensuse.org/repositories/home:/midgardproject:/mjolnir/">OBS project page</a>.  For example, on my Ubuntu Karmic netbook the URL to add to apt <code>sources.list</code> is  <code>deb http://download.opensuse.org/repositories/home:/midgardproject:/mjolnir/xUbuntu_9.10/ ./</code>. Then I just:</p>
<pre>sudo apt-get update
sudo apt-get install python-midgard2
</pre>
<p>Midgard is also available in <a href="http://maemo.org/packages/search/?org_maemo_packages_search%5B1%5D%5Bproperty%5D=name&amp;org_maemo_packages_search%5B1%5D%5Bconstraint%5D=LIKE&amp;org_maemo_packages_search%5B1%5D%5Bvalue%5D=midgard">Maemo extras</a> and for OS X <a href="http://www.macports.org/ports.php?by=name&amp;substr=midgard2">on MacPorts</a>.</p>
<h2>Defining a schema</h2>
<p>The first thing when developing a Midgard application is to define your storage objects. This is done using the  <a href="http://www.midgard-project.org/documentation/mgdschema-file-properties/">MgdSchema XML format</a>. In this case we're doing a simple "attendee" object that amends Midgard's built-in person record with information related to the conference:</p>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Schema xmlns="http://www.midgard-project.org/repligard/1.4"&gt;
    &lt;type name="openbossa_attendee" table="openbossa_attendee"&gt;
        &lt;property name="id" type="unsigned integer" primaryfield="id"&gt;
            &lt;description&gt;Local non-replication-safe database identifier&lt;/description&gt;
        &lt;/property&gt;
        &lt;property name="person" type="unsigned integer" link="midgard_person:id"&gt;
            &lt;description&gt;Person attending the event&lt;/description&gt;
        &lt;/property&gt;
        &lt;property name="registration" type="datetime"&gt;
            &lt;description&gt;Registration date of the attendee&lt;/description&gt;
        &lt;/property&gt;
        &lt;property name="likesbeer" type="boolean"&gt;
            &lt;description&gt;Whether the attendee likes beer&lt;/description&gt;
        &lt;/property&gt;
    &lt;/type&gt;
&lt;/Schema&gt;
</pre>
<p>Then we just save this XML file into <code>/usr/share/midgard2/schema/</code> so that Midgard will find it.</p>
<h2>Initiating the repository connection</h2>
<p>Once the MgdSchema is in place it is time to <a href="http://xkcd.com/353/">import antigravity</a> and start hacking in Python.  The code works pretty much in the same way in other languages Midgard is available for, but Python is used here for the sake of simplicity. First we load the Midgard extension:</p>
<pre>import _midgard as midgard
</pre>
<p>Then we setup the <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-connection.html">repository connection</a>. With these <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-config.html">settings</a> we will store our content into an SQLite database located in  <code>~/.midgard2/data/midgardexample.db</code>:</p>
<pre>configuration = midgard.config()
configuration.dbtype = 'SQLite'
configuration.database = 'midgardexample'

# Open a Midgard repository connection with our config
connection = midgard.connection()
connection.open_config(configuration)
</pre>
<p>As this is the first time we're interacting with the repository we need to tell Midgard to  <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-storage.html">prepare the storage</a> for itself and also for our new <code>openbossa_attendee</code> class:</p>
<pre>midgard.storage.create_base_storage()
midgard.storage.create_class_storage('midgard_person')
midgard.storage.create_class_storage('midgard_parameter')
midgard.storage.create_class_storage('openbossa_attendee')
</pre>
<h2>Interacting with data</h2>
<p>First we create a person <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-object.html">object</a> with our attendee:</p>
<pre>person = midgard.mgdschema.midgard_person()
person.firstname = 'Leif'
person.lastname = 'Eriksson'
person.create()
</pre>
<p>Then we create our attendee object and link that with the person we just created:</p>
<pre>attendee = midgard.mgdschema.openbossa_attendee()
attendee.person = person.id
attendee.likesbeer = True
attendee.create()
</pre>
<h2>Querying data</h2>
<p>Later we'll want to find out about all Leifs attending the event. We do this by using the  <a href="http://www.midgard-project.org/api-docs/midgard/core/9.9/midgard-query-builder.html">Midgard query builder</a>:</p>
<pre>qb = midgard.query_builder('openbossa_attendee')
qb.add_constraint('person.firstname', '=', 'Leif')
attendees = qb.execute()
</pre>
<p>The query builder returns us a list of matching attendee objects. We can go through them and also fetch the associated persons:</p>
<pre>for attendee in attendees:
    person = midgard.mgdschema.midgard_person()
    person.get_by_id(attendee.person)
    if attendee.likesbeer:
        print "%s, %s is attending the event" % (person.lastname, person.firstname)
</pre>
<p>Then we can update the persons with their email addresses:</p>
<pre>    person.email = 'leif@vinland.no'
    person.update()
</pre>
<p>For basic data handling, that's it! When you need more, you can extend objects with  <a href="http://www.midgard-project.org/documentation/php_midgard_object_attachments/">file attachments</a> or  <a href="http://www.midgard-project.org/documentation/php_midgard_object_parameters/">parameters</a>. You can also create joined records using <a href="http://blogs.nemein.com/people/piotras/view/1246881867.html">Midgard views</a>.  Midgard provides <a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/">D-Bus signals</a>, <a href="http://blogs.nemein.com/people/piotras/view/1246966442.html">transactions</a>,  <a href="http://www.midgard-project.org/documentation/mgdschema-metadata-object/">centralized metadata</a>,  <a href="http://www.midgard-project.org/documentation/php-midgard_replicator/">synchronization</a> and many other things.</p>]]></summary>
    </entry>
    <entry>
        <title>Wake Up! It's springtime.</title>
        <link rel="alternate" type="text/html" href="http://marcin.soltysiak.com/wake_up-it-s_springtime/"/>
        <published>2010-03-09T10:51:37+00:00</published>
        <updated>2010-03-09T10:51:37+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-572a2e982b6f11df996f2d6187dfb5c5b5c5</id>
        <author>
            <name>olga@olga.pl (Marcin Sołtysiak)</name>
        </author>
        <category  term="feed:15d8df663768685f16c9a6cbbcbfac74" />
        <content type="html"><![CDATA[
<div class="abstract">OK, I don&#039;t post many updates, but sometimes I read about stuff that fills me with the urge of typing...</div>
<p>First, the <a href="http://www.meego.com/" target="_blank" title="MeeGo">MeeGo</a>. I always second all open source projects. It was my path for independant consultant and developer. The excellent idea of killing or borders and constraint, opening your inventions to the world and grabbing others' ideas to adapt and adopt is unbelievable. More... open source projects are by the definition open, so everyone can join at any moment and everyone IS invited. The more hand, the better evolution on the way.</p>
<p><strong>What about MeeGo?</strong> It's brand new effort initiated by Intel &amp; Nokia towards building a decent, powerful yet lightweight, universal operating system for mobile devices like netbook or phones. <strong>Why so excited?</strong> Because it's open. So don't wait for anything proprietary that your phone manufacturers would (or not) provide to you in your black speaking box. <strong>Stand up, join the community and make your phone/netbook/GPS device or whatever you want work your way</strong>.</p>
<p>Having that, I already made my first step and got involved into <a href="http://wiki.meego.com/Proposal_for_a_Localization_working_group" target="_blank">MeeGo L10N </a>area. Since I am more like PHP and web-oriented guy I can't so far find a place among all those geek programmers and I decided to apply Force to localization subproject. I've seen many badly translated UI's they were introducing more confussion than help and I don't mean to allow my new phone talk to me 'po polskiemu' because nobody took care of checking if translated string are suitable, or make any sense either way.</p>
<p>The other thing that woke me up this spring <a href="http://www.cmswatch.com/Blog/1826-Which-CMS-does-The-Real-Story-Group-Use?">was and article</a> that came to me thru Google Buzz. OMG! They are running <a href="http://www.midgard-project.org/">Midgard</a> for ten years already. See? Good stuff :)</p>
<p>This also remided me about my first commercial Midgard implementation. Back in 2000 when MS NT server made me cry and tear my hair off, I accidentally stepped into Midgard website. Those days it was kind of version 1.2, without any knee bending features but had something... user-friendly URL handling. No more <strong>index.php?id=123&amp;style=456</strong>!</p>
<p>The bad news was that the only admin UI available was old Asgard and was not a tool for real rich content editing. Anyway, it took several months to put things together and Midgard combined with my home-brewer Nadmin Studio clone started to work for <a href="http://www.mtp.pl">Poznan International Fair</a> website including some 50 microsites - one per each exhibiting event. Whatever.</p>
<p>Today, reading the article, I just quicly pointed my browser to www.mtp.pl and, hey!, they are still runing some kind of Midgard. No idea what version, or if they use MidCOM or own solution but look at it. Another ten years old, pure and special Midgard website :)</p>
<p>Those days Midgard evolved a lot. <a href="http://www.midgard-project.org/updates/midgard2_9-09-1-mjolnir-released/">Version 2 has been released</a>, the design has changed a lot by moving towards independent content management solution that can be a web site or a desktop application, but one thing remains - <strong>Midgard is still a hell good and powerfull stuff</strong>.</p>]]></content>
        <summary type="html"><![CDATA[
<div class="abstract">OK, I don&#039;t post many updates, but sometimes I read about stuff that fills me with the urge of typing...</div>
<p>First, the <a href="http://www.meego.com/" target="_blank" title="MeeGo">MeeGo</a>. I always second all open source projects. It was my path for independant consultant and developer. The excellent idea of killing or borders and constraint, opening your inventions to the world and grabbing others' ideas to adapt and adopt is unbelievable. More... open source projects are by the definition open, so everyone can join at any moment and everyone IS invited. The more hand, the better evolution on the way.</p>
<p><strong>What about MeeGo?</strong> It's brand new effort initiated by Intel &amp; Nokia towards building a decent, powerful yet lightweight, universal operating system for mobile devices like netbook or phones. <strong>Why so excited?</strong> Because it's open. So don't wait for anything proprietary that your phone manufacturers would (or not) provide to you in your black speaking box. <strong>Stand up, join the community and make your phone/netbook/GPS device or whatever you want work your way</strong>.</p>
<p>Having that, I already made my first step and got involved into <a href="http://wiki.meego.com/Proposal_for_a_Localization_working_group" target="_blank">MeeGo L10N </a>area. Since I am more like PHP and web-oriented guy I can't so far find a place among all those geek programmers and I decided to apply Force to localization subproject. I've seen many badly translated UI's they were introducing more confussion than help and I don't mean to allow my new phone talk to me 'po polskiemu' because nobody took care of checking if translated string are suitable, or make any sense either way.</p>
<p>The other thing that woke me up this spring <a href="http://www.cmswatch.com/Blog/1826-Which-CMS-does-The-Real-Story-Group-Use?">was and article</a> that came to me thru Google Buzz. OMG! They are running <a href="http://www.midgard-project.org/">Midgard</a> for ten years already. See? Good stuff :)</p>
<p>This also remided me about my first commercial Midgard implementation. Back in 2000 when MS NT server made me cry and tear my hair off, I accidentally stepped into Midgard website. Those days it was kind of version 1.2, without any knee bending features but had something... user-friendly URL handling. No more <strong>index.php?id=123&amp;style=456</strong>!</p>
<p>The bad news was that the only admin UI available was old Asgard and was not a tool for real rich content editing. Anyway, it took several months to put things together and Midgard combined with my home-brewer Nadmin Studio clone started to work for <a href="http://www.mtp.pl">Poznan International Fair</a> website including some 50 microsites - one per each exhibiting event. Whatever.</p>
<p>Today, reading the article, I just quicly pointed my browser to www.mtp.pl and, hey!, they are still runing some kind of Midgard. No idea what version, or if they use MidCOM or own solution but look at it. Another ten years old, pure and special Midgard website :)</p>
<p>Those days Midgard evolved a lot. <a href="http://www.midgard-project.org/updates/midgard2_9-09-1-mjolnir-released/">Version 2 has been released</a>, the design has changed a lot by moving towards independent content management solution that can be a web site or a desktop application, but one thing remains - <strong>Midgard is still a hell good and powerfull stuff</strong>.</p>]]></summary>
    </entry>
    <entry>
        <title>CMS Watch on their Midgard usage</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/cms_watch_on_their_midgard_usage/"/>
        <published>2010-03-08T18:24:26+00:00</published>
        <updated>2010-03-08T18:24:26+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-aad895142ae011df9beea7aa1bd3148f148f</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p><a href="http://www.cmswatch.com/Blog/1826-Which-CMS-does-The-Real-Story-Group-Use?">Which CMS does The Real Story Group Use? (Tony Byrne / CMS Watch)</a>:</p>
<blockquote>The answer is, we use an open-source platform called "Midgard." We picked it nearly ten years ago, and it has held up fairly well.<br />...<br /><br /> One of the things we like about Midgard actually makes it rather unsuitable for many simpler publishing scenarios: it is highly object-oriented. This allows us to run multiple sites off largely a single codebase -- at the cost of quite user-unfriendly administrative and authoring facilities.<br /><br /> Also, Midgard is very much a development platform, and we have had to create a fair amount of custom code, especially to handle structured content. In that regard, our CMS experience probably resemble yours. As an industry we remain very far from plug-and-play content management technology for all but the simplest of websites.</blockquote>
<p>While the post contains many negative points about <a href="http://www.midgard-project.org/midgard/">older Midgard</a> (the UIs are <a href="http://bergie.iki.fi/blog/midgard-s-new-toolbar/">a bit better now</a> than they used to be, quite a lot of development has since <a href="http://trac.midgard-project.org/timeline">been happening</a> especially in <a href="http://bergie.iki.fi/blog/long-term_support_for_midgard-ragnaroek_is_here/">the LTS branch</a>), it is remarkable that <a href="http://www.cmswatch.com/">CMS Watch</a> has been able to run their services through the <em>same CMS setup for ten years</em>. This really shows the durability and commitment to long-term stability we have in the Midgard community. We've been doing this for <a href="http://bergie.iki.fi/blog/first_ten_years_of_midgard/">more than ten years</a>, and will likely keep going for quite a bit longer.</p>
<p>As for usability and popularity of Midgard, there is quite little we can do about it in the Midgard1 area, as that is now in <a href="http://bergie.iki.fi/blog/long-term_support_for_midgard-ragnaroek_is_here/">long-term support</a> phase that won't allow major changes. But <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard2 is a new world</a> with new opportunities. Midgard's <a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">content repository</a> is pretty much there already, as is the MVC layer, and this spring we should be able to unveil the new, quite revolutionary CMS concept as well. Watch <a href="http://bergie.iki.fi/">this blog</a> for updates!</p>]]></content>
        <summary type="html"><![CDATA[

<p><a href="http://www.cmswatch.com/Blog/1826-Which-CMS-does-The-Real-Story-Group-Use?">Which CMS does The Real Story Group Use? (Tony Byrne / CMS Watch)</a>:</p>
<blockquote>The answer is, we use an open-source platform called "Midgard." We picked it nearly ten years ago, and it has held up fairly well.<br />...<br /><br /> One of the things we like about Midgard actually makes it rather unsuitable for many simpler publishing scenarios: it is highly object-oriented. This allows us to run multiple sites off largely a single codebase -- at the cost of quite user-unfriendly administrative and authoring facilities.<br /><br /> Also, Midgard is very much a development platform, and we have had to create a fair amount of custom code, especially to handle structured content. In that regard, our CMS experience probably resemble yours. As an industry we remain very far from plug-and-play content management technology for all but the simplest of websites.</blockquote>
<p>While the post contains many negative points about <a href="http://www.midgard-project.org/midgard/">older Midgard</a> (the UIs are <a href="http://bergie.iki.fi/blog/midgard-s-new-toolbar/">a bit better now</a> than they used to be, quite a lot of development has since <a href="http://trac.midgard-project.org/timeline">been happening</a> especially in <a href="http://bergie.iki.fi/blog/long-term_support_for_midgard-ragnaroek_is_here/">the LTS branch</a>), it is remarkable that <a href="http://www.cmswatch.com/">CMS Watch</a> has been able to run their services through the <em>same CMS setup for ten years</em>. This really shows the durability and commitment to long-term stability we have in the Midgard community. We've been doing this for <a href="http://bergie.iki.fi/blog/first_ten_years_of_midgard/">more than ten years</a>, and will likely keep going for quite a bit longer.</p>
<p>As for usability and popularity of Midgard, there is quite little we can do about it in the Midgard1 area, as that is now in <a href="http://bergie.iki.fi/blog/long-term_support_for_midgard-ragnaroek_is_here/">long-term support</a> phase that won't allow major changes. But <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard2 is a new world</a> with new opportunities. Midgard's <a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">content repository</a> is pretty much there already, as is the MVC layer, and this spring we should be able to unveil the new, quite revolutionary CMS concept as well. Watch <a href="http://bergie.iki.fi/">this blog</a> for updates!</p>]]></summary>
    </entry>
    <entry>
        <title>Atheists more evolved?</title>
        <link rel="alternate" type="text/html" href="http://www.kaktus.cc/weblog/atheists_more_evolved/"/>
        <published>2010-03-08T12:06:00+00:00</published>
        <updated>2010-03-08T12:06:00+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-640107662aae11dfbca323d3904c81738173</id>
        <author>
            <name>arttu@kaktus.cc (Arttu Manninen)</name>
        </author>
        <category  term="feed:75467d10bae3865eab0f71e491c1836e" />
        <content type="html"><![CDATA[

<p>I read this article on National Geographic telling that <a href="http://news.nationalgeographic.com/news/2010/03/100303-liberals-atheists-smarter-evolution-evolved/">Liberals, Atheists are more evolved</a>. Having studied evolution quite a lot for a layman, I can tell immediately that at least the person behind the title doesn't know what evolution is and that no one is more evolved than anyone else. Of course I could let the atheist inside me shine in the light, but...</p>

<p>First and foremost, evolution doesn't have a direction. It doesn't steadily go towards a conclusion as that would require some intelligence to plan forehand the play. Evolution is an eliminative process, pointing always only towards current moment, letting only those who are right there and then having some kind of an advantage in procreating.</p>

<p>Even those that appear as living fossils like <a href="http://en.wikipedia.org/wiki/Platypus">platypus</a> or <a href="http://en.wikipedia.org/wiki/Coelacanth">Coelacanth</a> have had exactly the same time to evolve. Platypuses <em>appear</em> as less evolved than other mammals as they</p>

<ol>
<li>lay eggs instead of give birth to living babies</li>
<li>don't have nipples, but secrete milky substance straight on the skin</li>
<li>have a beak instead of a nose</li>
</ol>

<p>How about its evolved traits like electrolocation that is so sensitive that it can locate a shrimp by the electric signal shrimp's muscles transmit when contracting? Or that platypuses are the only (known) poisonous mammals?</p>

<p>And for all of those who ever have heard that "I can't believe that we humans evolved from chimpanzees": it's all true. We didn't. We branched from common ancestors and we really aren't any more evolved than chimps, only different. Chimps and bonobos aren't our parents, they are our cousins.</p>

<p>Second, changes in genes and in appearance do not correlate. Genetic changes can be very subtle and small but still have dramatic effects (e.g. comparing Homo Sapiens to Chimps) or they can be very big while phenotype remains apparently unchanged (platypus compared to any other mammal group, according to genetic sequencing). There are numerous factors that can alter the phenotype while keeping the genes relatively unchanged, like <a href="http://en.wikipedia.org/wiki/Pedomorphosis">pedomorphosis</a> (changing the time when species becomes fertile) in <a href="http://en.wikipedia.org/wiki/Axolotl">Axolotls</a>.</p>

<p>P.S. This all reminds me of a very educating and entertaining video that tells what really makes us different from any other animal: <a href="http://www.ted.com/talks/robert_sapolsky_the_uniqueness_of_humans.html">Robert Sapolsky on the Uniqueness of Humans</a>.</p>
]]></content>
        <summary type="html"><![CDATA[

<p>I read this article on National Geographic telling that <a href="http://news.nationalgeographic.com/news/2010/03/100303-liberals-atheists-smarter-evolution-evolved/">Liberals, Atheists are more evolved</a>. Having studied evolution quite a lot for a layman, I can tell immediately that at least the person behind the title doesn't know what evolution is and that no one is more evolved than anyone else. Of course I could let the atheist inside me shine in the light, but...</p>

<p>First and foremost, evolution doesn't have a direction. It doesn't steadily go towards a conclusion as that would require some intelligence to plan forehand the play. Evolution is an eliminative process, pointing always only towards current moment, letting only those who are right there and then having some kind of an advantage in procreating.</p>

<p>Even those that appear as living fossils like <a href="http://en.wikipedia.org/wiki/Platypus">platypus</a> or <a href="http://en.wikipedia.org/wiki/Coelacanth">Coelacanth</a> have had exactly the same time to evolve. Platypuses <em>appear</em> as less evolved than other mammals as they</p>

<ol>
<li>lay eggs instead of give birth to living babies</li>
<li>don't have nipples, but secrete milky substance straight on the skin</li>
<li>have a beak instead of a nose</li>
</ol>

<p>How about its evolved traits like electrolocation that is so sensitive that it can locate a shrimp by the electric signal shrimp's muscles transmit when contracting? Or that platypuses are the only (known) poisonous mammals?</p>

<p>And for all of those who ever have heard that "I can't believe that we humans evolved from chimpanzees": it's all true. We didn't. We branched from common ancestors and we really aren't any more evolved than chimps, only different. Chimps and bonobos aren't our parents, they are our cousins.</p>

<p>Second, changes in genes and in appearance do not correlate. Genetic changes can be very subtle and small but still have dramatic effects (e.g. comparing Homo Sapiens to Chimps) or they can be very big while phenotype remains apparently unchanged (platypus compared to any other mammal group, according to genetic sequencing). There are numerous factors that can alter the phenotype while keeping the genes relatively unchanged, like <a href="http://en.wikipedia.org/wiki/Pedomorphosis">pedomorphosis</a> (changing the time when species becomes fertile) in <a href="http://en.wikipedia.org/wiki/Axolotl">Axolotls</a>.</p>

<p>P.S. This all reminds me of a very educating and entertaining video that tells what really makes us different from any other animal: <a href="http://www.ted.com/talks/robert_sapolsky_the_uniqueness_of_humans.html">Robert Sapolsky on the Uniqueness of Humans</a>.</p>
]]></summary>
    </entry>
    <entry>
        <title>Domain issues</title>
        <link rel="alternate" type="text/html" href="http://protoblogr.net/blog/view/domain_issues.html"/>
        <published>2010-03-05T10:25:17+00:00</published>
        <updated>2010-03-05T10:25:17+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-21dac372284211df9e19f5d22523929a929a</id>
        <author>
            <name>jerry.jalava@incognito.fi (Jerry Jalava)</name>
        </author>
        <category  term="feed:961e231b6070d2c400e80d6039c1c96a" />
        <content type="html"><![CDATA[
<div class="abstract">Finally got my domain issues worked out</div>
<p>
Finally got my domain issues worked out. For long time the domain was pointing to wrong server and for many weird reasons I couldn&#39;t get it to update.
</p>
<p>
Next I&#39;ll start transfering this blog to my own server and to a new and improved platform.<br />
Also hopefully finally get some time to actually update it also...
</p>]]></content>
        <summary type="html"><![CDATA[
<div class="abstract">Finally got my domain issues worked out</div>
<p>
Finally got my domain issues worked out. For long time the domain was pointing to wrong server and for many weird reasons I couldn&#39;t get it to update.
</p>
<p>
Next I&#39;ll start transfering this blog to my own server and to a new and improved platform.<br />
Also hopefully finally get some time to actually update it also...
</p>]]></summary>
    </entry>
    <entry>
        <title>Maemo 5 Extras reaches 3.5M downloads</title>
        <link rel="alternate" type="text/html" href="http://communitizer.blogspot.com/2010/02/maemo-5-extras-reaches-35m-downloads.html"/>
        <published>2010-02-24T15:20:00+00:00</published>
        <updated>2010-02-24T15:20:00+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-6358e55a215211dfb9fb2db120dc815e815e</id>
        <author>
            <name>maemo@breet.com (Niels Breet)</name>
        </author>
        <category  term="feed:e421ae90b0be990fbff1a5bf870fae5c" />
        <content type="html"><![CDATA[
<a href="http://3.bp.blogspot.com/_P1wtpExYl5E/S4U4869sokI/AAAAAAAAAD4/xgp17KSqDoA/s1600-h/counter.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 249px; height: 126px;" src="http://3.bp.blogspot.com/_P1wtpExYl5E/S4U4869sokI/AAAAAAAAAD4/xgp17KSqDoA/s400/counter.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5441818344018453058" /></a><br /><br />The maemo.org Extras repository for community contributed software has reached 3.5 million downloads for Maemo 5. Software is offered through maemo.org free of charge and the repository is open to all developers. <a href="http://maemo.org/downloads/Maemo5/">maemo.org Downloads</a> is the web interface to the software available through maemo.org Extras.<br /><br />We see the number of downloads grow every day. This makes the maemo.org Extras repository a great place for developers to get their software in the hands of end users. If you are interested in publishing your software through maemo.org, please <a href="http://wiki.maemo.org/Uploading_to_Extras">visit the wiki</a>.<br /><br />We introduced improved download statics to show developers exactly how many downloads they received. <a href="http://maemo.org/downloads/product/Maemo5/fmradio/">The FM Radio Player</a> application has received over 138000 downloads. FM Radio stats below:<br /><a href="http://2.bp.blogspot.com/_P1wtpExYl5E/S4U3FEwO8BI/AAAAAAAAADw/AzZ9sVqGMA0/s1600-h/fmradio.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 168px;" src="http://2.bp.blogspot.com/_P1wtpExYl5E/S4U3FEwO8BI/AAAAAAAAADw/AzZ9sVqGMA0/s400/fmradio.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5441816285062033426" /></a><br />The Extras repository has only been enabled on <a href="http://maemo.nokia.com">N900 devices</a> by default in a recent software update. Before this update users needed to manually activate the repository in their Application Manager's catalog list. Also keep in mind that the Application Manager is not very easy to find, because of it being put in the 'More' menu.<br /><br />Overall I think the number is quite impressive as these devices aren't available for a long time and a lot of people had problems even finding a device in their country.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/178720020062470171-3754672702262911356?l=communitizer.blogspot.com' alt='' /></div>]]></content>
        <summary type="html"><![CDATA[
<a href="http://3.bp.blogspot.com/_P1wtpExYl5E/S4U4869sokI/AAAAAAAAAD4/xgp17KSqDoA/s1600-h/counter.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 249px; height: 126px;" src="http://3.bp.blogspot.com/_P1wtpExYl5E/S4U4869sokI/AAAAAAAAAD4/xgp17KSqDoA/s400/counter.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5441818344018453058" /></a><br /><br />The maemo.org Extras repository for community contributed software has reached 3.5 million downloads for Maemo 5. Software is offered through maemo.org free of charge and the repository is open to all developers. <a href="http://maemo.org/downloads/Maemo5/">maemo.org Downloads</a> is the web interface to the software available through maemo.org Extras.<br /><br />We see the number of downloads grow every day. This makes the maemo.org Extras repository a great place for developers to get their software in the hands of end users. If you are interested in publishing your software through maemo.org, please <a href="http://wiki.maemo.org/Uploading_to_Extras">visit the wiki</a>.<br /><br />We introduced improved download statics to show developers exactly how many downloads they received. <a href="http://maemo.org/downloads/product/Maemo5/fmradio/">The FM Radio Player</a> application has received over 138000 downloads. FM Radio stats below:<br /><a href="http://2.bp.blogspot.com/_P1wtpExYl5E/S4U3FEwO8BI/AAAAAAAAADw/AzZ9sVqGMA0/s1600-h/fmradio.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 168px;" src="http://2.bp.blogspot.com/_P1wtpExYl5E/S4U3FEwO8BI/AAAAAAAAADw/AzZ9sVqGMA0/s400/fmradio.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5441816285062033426" /></a><br />The Extras repository has only been enabled on <a href="http://maemo.nokia.com">N900 devices</a> by default in a recent software update. Before this update users needed to manually activate the repository in their Application Manager's catalog list. Also keep in mind that the Application Manager is not very easy to find, because of it being put in the 'More' menu.<br /><br />Overall I think the number is quite impressive as these devices aren't available for a long time and a lot of people had problems even finding a device in their country.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/178720020062470171-3754672702262911356?l=communitizer.blogspot.com' alt='' /></div>]]></summary>
    </entry>
    <entry>
        <title>Register and log into meego.com using your maemo.org account</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/register_and_log_into_meego-com_using_your_maemo-org_account/"/>
        <published>2010-02-24T13:57:09+00:00</published>
        <updated>2010-02-24T13:57:09+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-28447312215211dfb9fb2db120dc815e815e</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p><a href="http://meego.com/">MeeGo</a> is the new mobile Linux platform developed by Nokia and Intel. As the <a href="http://bergie.iki.fi/blog/maemo-s_community_involvement_infrastructure_is_what_meego_needs/">community is forming</a> up, we thought that it would be good to enable people to use their <a href="http://maemo.org/profile/list/">maemo.org identities</a> also on the MeeGo web services (as well as on any other <a href="https://www.myopenid.com/directory">OpenID enabled website</a>). For this, let me introduce <a href="http://maemo.org/openid/">Maemo's OpenID provider</a>.</p>
<p>First of all, go to <a href="http://meego.com/">meego.com</a> and click login:</p>
<p><img src="http://bergie.iki.fi/static/1/1df214b955a0432214b11df8240e36785e2ee2fee2f_meego-login-png.jpg" border="0" alt="meego-login.png" title="meego-login.png" /></p>
<p>Select the "<em>Log in using OpenID</em>" option, and provide your <a href="http://maemo.org/openid/">maemo.org OpenID URL</a>:</p>
<p><img src="http://bergie.iki.fi/static/1/1df214bb9e88c06214b11df9a008b182b8765336533_meego-maemo-openid-png.jpg" border="0" alt="meego-maemo-openid.png" title="meego-maemo-openid.png" /></p>
<p>Then the request will be redirected to <a href="http://maemo.org/">maemo.org</a> where the site will check your credentials and ask whether to relay your information on to meego.com:</p>
<p><img src="http://bergie.iki.fi/static/1/1df214be6d9568c214b11df85c435f51c00c07ac07a_maemo-openid-meego-png.jpg" border="0" alt="maemo-openid-meego.png" title="maemo-openid-meego.png" /></p>
<p>And that's it, suddenly you can use your maemo.org account with meego.com!</p>
<p> </p>
<p>The same <a href="http://trac.midgard-project.org/browser/branches/ragnaroek/midcom/net.nemein.openidprovider">OpenID provider</a> component can also be utilized on any other <a href="http://www.midgard-project.org/midgard/8.09/">Midgard</a>-powered website.</p>]]></content>
        <summary type="html"><![CDATA[

<p><a href="http://meego.com/">MeeGo</a> is the new mobile Linux platform developed by Nokia and Intel. As the <a href="http://bergie.iki.fi/blog/maemo-s_community_involvement_infrastructure_is_what_meego_needs/">community is forming</a> up, we thought that it would be good to enable people to use their <a href="http://maemo.org/profile/list/">maemo.org identities</a> also on the MeeGo web services (as well as on any other <a href="https://www.myopenid.com/directory">OpenID enabled website</a>). For this, let me introduce <a href="http://maemo.org/openid/">Maemo's OpenID provider</a>.</p>
<p>First of all, go to <a href="http://meego.com/">meego.com</a> and click login:</p>
<p><img src="http://bergie.iki.fi/static/1/1df214b955a0432214b11df8240e36785e2ee2fee2f_meego-login-png.jpg" border="0" alt="meego-login.png" title="meego-login.png" /></p>
<p>Select the "<em>Log in using OpenID</em>" option, and provide your <a href="http://maemo.org/openid/">maemo.org OpenID URL</a>:</p>
<p><img src="http://bergie.iki.fi/static/1/1df214bb9e88c06214b11df9a008b182b8765336533_meego-maemo-openid-png.jpg" border="0" alt="meego-maemo-openid.png" title="meego-maemo-openid.png" /></p>
<p>Then the request will be redirected to <a href="http://maemo.org/">maemo.org</a> where the site will check your credentials and ask whether to relay your information on to meego.com:</p>
<p><img src="http://bergie.iki.fi/static/1/1df214be6d9568c214b11df85c435f51c00c07ac07a_maemo-openid-meego-png.jpg" border="0" alt="maemo-openid-meego.png" title="maemo-openid-meego.png" /></p>
<p>And that's it, suddenly you can use your maemo.org account with meego.com!</p>
<p> </p>
<p>The same <a href="http://trac.midgard-project.org/browser/branches/ragnaroek/midcom/net.nemein.openidprovider">OpenID provider</a> component can also be utilized on any other <a href="http://www.midgard-project.org/midgard/8.09/">Midgard</a>-powered website.</p>]]></summary>
    </entry>
    <entry>
        <title>Wallpapers for Ubuntu 10.04: my submissions</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/wallpapers_for_ubuntu_10-04-my_submissions/"/>
        <published>2010-02-24T11:03:08+00:00</published>
        <updated>2010-02-24T11:03:08+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-0704f498213811df9eb30b17bedacc44cc44</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p><a href="https://wiki.ubuntu.com/LucidLynx">Ubuntu 10.04</a> "Lucid Lynx" is coming and they're <a href="https://wiki.ubuntu.com/Artwork/Incoming/Lucid/Wallpaper_Contest_Planning">looking for suitable wallpapers</a>. I <a href="http://www.flickr.com/groups/ubuntu-artwork/pool/15087210@N00/">made some submissions</a> and was pretty happy to see one of them in the <a href="http://www.techdrivein.com/2010/02/top-15-wallpapers-for-ubuntu-1004-lucid.html">Top 15 wallpapers for Ubuntu Lucid</a> post:</p>
<p><a href="http://www.flickr.com/photos/bergie/321447455/in/pool-ubuntu-artwork"><img src="http://farm1.static.flickr.com/126/321447455_2d54ef237d.jpg" border="0" alt="Shnjaka sailing on lake Onega, Russia" title="Shnjaka sailing on lake Onega" /></a></p>
<p>Here are some other submissions I made:</p>
<p><a href="http://www.flickr.com/photos/bergie/309644595/in/pool-ubuntu-artwork"><img src="http://farm1.static.flickr.com/108/309644595_dab479e233_m.jpg" border="0" alt="Lights of the Itaipu dam, Brazil" title="Lights of the Itaipu dam, Brazil" /></a> <a href="http://www.flickr.com/photos/bergie/2708621916/in/pool-ubuntu-artwork"><img src="http://farm4.static.flickr.com/3098/2708621916_18e17ebcef_m.jpg" border="0" alt="Sunset on the Aegean sea, Turkey" title="Sunset on the Aegean sea, Turkey" /></a> <a href="http://www.flickr.com/photos/bergie/3862191013/in/pool-ubuntu-artwork"><img src="http://farm3.static.flickr.com/2434/3862191013_aff947ecc6_m.jpg" border="0" alt="Motorcycling on mountain roads, Albania" title="Motorcycling on mountain roads, Albania" /></a></p>]]></content>
        <summary type="html"><![CDATA[

<p><a href="https://wiki.ubuntu.com/LucidLynx">Ubuntu 10.04</a> "Lucid Lynx" is coming and they're <a href="https://wiki.ubuntu.com/Artwork/Incoming/Lucid/Wallpaper_Contest_Planning">looking for suitable wallpapers</a>. I <a href="http://www.flickr.com/groups/ubuntu-artwork/pool/15087210@N00/">made some submissions</a> and was pretty happy to see one of them in the <a href="http://www.techdrivein.com/2010/02/top-15-wallpapers-for-ubuntu-1004-lucid.html">Top 15 wallpapers for Ubuntu Lucid</a> post:</p>
<p><a href="http://www.flickr.com/photos/bergie/321447455/in/pool-ubuntu-artwork"><img src="http://farm1.static.flickr.com/126/321447455_2d54ef237d.jpg" border="0" alt="Shnjaka sailing on lake Onega, Russia" title="Shnjaka sailing on lake Onega" /></a></p>
<p>Here are some other submissions I made:</p>
<p><a href="http://www.flickr.com/photos/bergie/309644595/in/pool-ubuntu-artwork"><img src="http://farm1.static.flickr.com/108/309644595_dab479e233_m.jpg" border="0" alt="Lights of the Itaipu dam, Brazil" title="Lights of the Itaipu dam, Brazil" /></a> <a href="http://www.flickr.com/photos/bergie/2708621916/in/pool-ubuntu-artwork"><img src="http://farm4.static.flickr.com/3098/2708621916_18e17ebcef_m.jpg" border="0" alt="Sunset on the Aegean sea, Turkey" title="Sunset on the Aegean sea, Turkey" /></a> <a href="http://www.flickr.com/photos/bergie/3862191013/in/pool-ubuntu-artwork"><img src="http://farm3.static.flickr.com/2434/3862191013_aff947ecc6_m.jpg" border="0" alt="Motorcycling on mountain roads, Albania" title="Motorcycling on mountain roads, Albania" /></a></p>]]></summary>
    </entry>
    <entry>
        <title>Going to the Bossa Conference</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/going_to_the_bossa_conference/"/>
        <published>2010-02-23T12:38:44+00:00</published>
        <updated>2010-02-23T12:38:44+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-98af07c0208011df840ae3bcf7c1a302a302</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p><a href="http://www.bossaconference.indt.org/">Bossa Conference</a>, an event about mobile development with free software technologies will be held on March 7th-10th in <a href="http://en.wikipedia.org/wiki/Manaus">Manaus</a>, Brazil. This year I'm speaking about using <a href="http://midgard2.org/">Midgard</a> as a replicated storage layer in mobile applications, with examples for multiple programming languages and toolkits.</p>
<p>The idea behind the <a href="http://bergie.iki.fi/blog/midgard2_stable-generic_content_repository_for_web-desktop_and_mobile/">Midgard content repository</a> is that instead of coming up with your own file formats you can just <a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">keep working with objects and signals</a>, and let the repository deal with the rest.</p>
<p><img src="http://bergie.iki.fi/static/1/1df2077771ab4aa207711dfb6718745055195119511_bossaconference-small-png.jpg" border="0" alt="bossaconference-small.png" title="bossaconference-small.png" /></p>
<p>It is always fun to go to Brazil and <a href="http://www.flickr.com/photos/bergie/collections/72157600946258420/">meet the vibrant free software community</a> there. The plan is to fly over this weekend, spend a few days in Sao Paulo and then head for the Amazon. Feel free to <a href="http://bergie.iki.fi/">ping me</a> if you're around.</p>]]></content>
        <summary type="html"><![CDATA[

<p><a href="http://www.bossaconference.indt.org/">Bossa Conference</a>, an event about mobile development with free software technologies will be held on March 7th-10th in <a href="http://en.wikipedia.org/wiki/Manaus">Manaus</a>, Brazil. This year I'm speaking about using <a href="http://midgard2.org/">Midgard</a> as a replicated storage layer in mobile applications, with examples for multiple programming languages and toolkits.</p>
<p>The idea behind the <a href="http://bergie.iki.fi/blog/midgard2_stable-generic_content_repository_for_web-desktop_and_mobile/">Midgard content repository</a> is that instead of coming up with your own file formats you can just <a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">keep working with objects and signals</a>, and let the repository deal with the rest.</p>
<p><img src="http://bergie.iki.fi/static/1/1df2077771ab4aa207711dfb6718745055195119511_bossaconference-small-png.jpg" border="0" alt="bossaconference-small.png" title="bossaconference-small.png" /></p>
<p>It is always fun to go to Brazil and <a href="http://www.flickr.com/photos/bergie/collections/72157600946258420/">meet the vibrant free software community</a> there. The plan is to fly over this weekend, spend a few days in Sao Paulo and then head for the Amazon. Feel free to <a href="http://bergie.iki.fi/">ping me</a> if you're around.</p>]]></summary>
    </entry>
    <entry>
        <title>Maemo's community involvement infrastructure is what MeeGo needs</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/maemo-s_community_involvement_infrastructure_is_what_meego_needs/"/>
        <published>2010-02-16T09:39:35+00:00</published>
        <updated>2010-02-16T09:39:35+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-4e6e8b081ae611dfbbbc87bed297e306e306</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p><a href="http://maemo.org/">Nokia's Maemo</a> and <a href="http://moblin.org/">Intel's Moblin</a> are merging to form <a href="http://meego.com/">MeeGo</a>, a development environment for a new class of internet-connected devices ranging from smartphones through netbooks to TV sets. This may be finally what provides the free software world with a consistent and modern alternative to the <a href="http://bergie.iki.fi/blog/ipad_and_information_appliances-a_free_software_angle/">iPhones and iPads</a> that the proprietary world has come up with, the "magical user experiences" Linux Foundation's <a href="http://www.linux.com/news/featured-blogs/158-jim-zemlin/281338-linux-can-compete-with-the-ipad-on-price-but-wheres-the-magic">Jim Zemlin was asking for</a>.</p>
<p><img src="http://bergie.iki.fi/static/1/1df1adcc83389021adc11dfbd6acbf8ba612c7f2c7f_meego-small-png.jpg" border="0" alt="meego-small.png" title="meego-small.png" /></p>
<p><a href="http://developer.android.com/guide/basics/what-is-android.html">Unlike Android</a>, both Moblin and Maemo stacks have been very promising in the sense that <a href="http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Architecture/Top_Level_Architecture">they've been closely aligned with</a> existing and well-known Linux desktop technologies. All RPC communications happen through D-Bus, Qt or Clutter is used as the GUI toolkit, there is <a href="http://telepathy.freedesktop.org/wiki/">Telepathy</a> for integrated VoIP and IM communications, and Moblin even comes with the <a href="http://software.intel.com/en-us/articles/geoclue-location-information-retrieval-for-moblin-20-linux/">GeoClue location service</a>.</p>
<p>So far the discussion about this merge has very much focused on technical terms: what toolkit to use (Qt is recommended), what package manager (RPM) and so forth. However, <a href="http://talk.maemo.org/showpost.php?p=527267&amp;postcount=93">what hasn't been discussed yet</a> is what will happen to Maemo's excellent <a href="http://wiki.meego.com/Maemo_and_Moblin_community_assets">infrastructure for community involvement</a>:</p>
<ul><li><a href="http://maemo.org/community/brainstorm/"><strong>Brainstorm</strong></a> is a tool for proposing ideas and solutions to them, and then voting to qualify them. This is a very good way to gather ideas and feedback from the community, and some brainstorms have even ended up having community-led free implementations available, freeing Nokia from having to write all platform functionality</li>
<li><a href="http://talk.maemo.org/"><strong>Talk</strong></a> is the very popular forum for both Maemo end users and developers. Having an open forum to discuss it all, and having also people from Nokia and Intel there would help to communicate the aims and decisions around the platform a lot better</li>
<li><a href="http://maemo.org/packages/"><strong>Packages</strong></a> and <a href="http://maemo.org/downloads/Maemo5/"><strong>Downloads</strong></a> provide a fully open and crowdsourced "app store experience" where the community is free to develop, upload and install Maemo applications through a consistent service that <a href="http://wiki.maemo.org/Extras-testing">provides quality control</a>, <a href="http://tabletui.wordpress.com/2009/12/22/2010-ui-countdown-9-%E2%80%93-extras-assistant/">nice installers</a> and a <a href="http://blog.karlitschek.de/2009/11/open-collaboration-services.html">free API</a> for browsing the software available</li>
<li><a href="http://wiki.maemo.org/Task:Community_Council"><strong>Community Council</strong></a> and the <a href="http://wiki.maemo.org/Maemo.org_Sprints"><strong>Sprint process</strong></a> have been the way Maemo's community infrastructure has been designed and developed out in the open. The various tasks have been documented in the Wiki, and people have been able to follow the progress through <a href="http://www.qaiku.com/channels/show/maemork/">a Qaiku workstream</a></li>
<li><a href="http://wiki.maemo.org/Karma"><strong>Karma</strong></a> is a way to credit community members for their involvement. The involvement can be technical (for instance, developing a popular Maemo application) or social (publishing popular blog posts or helping people on Talk), and has been used as a criteria for Community Council and other elections. Karma also helps Nokia to qualify community members, to find the people who should have access the developer devices for instance. In a large community it is hard to identify the people who are just loud and the people who are doing actual valuable contributions from each other without such tools</li>
<li><a href="http://maemo.org/news/"><strong>Social News</strong></a> and <a href="http://maemo.org/news/planet-maemo/"><strong>Planet</strong></a> are a way for the community to aggregate and promote important posts around the project. We look at things like social bookmarking, blog links and votes happening on the Maemo site to <a href="http://bergie.iki.fi/blog/maemo_social_news_launched/">determine the most important stories</a> of the day, to provide an "automatic newspaper" for the project</li>
</ul><p>Providing all or some of these services as part of the MeeGo infrastructure would enable the community to feel involvement, and even ownership in the new project that is shaping up. This is critical for a project that has such a big reliance on new innovation and connectivity with the upstream, especially at the time of such big change.</p>]]></content>
        <summary type="html"><![CDATA[

<p><a href="http://maemo.org/">Nokia's Maemo</a> and <a href="http://moblin.org/">Intel's Moblin</a> are merging to form <a href="http://meego.com/">MeeGo</a>, a development environment for a new class of internet-connected devices ranging from smartphones through netbooks to TV sets. This may be finally what provides the free software world with a consistent and modern alternative to the <a href="http://bergie.iki.fi/blog/ipad_and_information_appliances-a_free_software_angle/">iPhones and iPads</a> that the proprietary world has come up with, the "magical user experiences" Linux Foundation's <a href="http://www.linux.com/news/featured-blogs/158-jim-zemlin/281338-linux-can-compete-with-the-ipad-on-price-but-wheres-the-magic">Jim Zemlin was asking for</a>.</p>
<p><img src="http://bergie.iki.fi/static/1/1df1adcc83389021adc11dfbd6acbf8ba612c7f2c7f_meego-small-png.jpg" border="0" alt="meego-small.png" title="meego-small.png" /></p>
<p><a href="http://developer.android.com/guide/basics/what-is-android.html">Unlike Android</a>, both Moblin and Maemo stacks have been very promising in the sense that <a href="http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Architecture/Top_Level_Architecture">they've been closely aligned with</a> existing and well-known Linux desktop technologies. All RPC communications happen through D-Bus, Qt or Clutter is used as the GUI toolkit, there is <a href="http://telepathy.freedesktop.org/wiki/">Telepathy</a> for integrated VoIP and IM communications, and Moblin even comes with the <a href="http://software.intel.com/en-us/articles/geoclue-location-information-retrieval-for-moblin-20-linux/">GeoClue location service</a>.</p>
<p>So far the discussion about this merge has very much focused on technical terms: what toolkit to use (Qt is recommended), what package manager (RPM) and so forth. However, <a href="http://talk.maemo.org/showpost.php?p=527267&amp;postcount=93">what hasn't been discussed yet</a> is what will happen to Maemo's excellent <a href="http://wiki.meego.com/Maemo_and_Moblin_community_assets">infrastructure for community involvement</a>:</p>
<ul><li><a href="http://maemo.org/community/brainstorm/"><strong>Brainstorm</strong></a> is a tool for proposing ideas and solutions to them, and then voting to qualify them. This is a very good way to gather ideas and feedback from the community, and some brainstorms have even ended up having community-led free implementations available, freeing Nokia from having to write all platform functionality</li>
<li><a href="http://talk.maemo.org/"><strong>Talk</strong></a> is the very popular forum for both Maemo end users and developers. Having an open forum to discuss it all, and having also people from Nokia and Intel there would help to communicate the aims and decisions around the platform a lot better</li>
<li><a href="http://maemo.org/packages/"><strong>Packages</strong></a> and <a href="http://maemo.org/downloads/Maemo5/"><strong>Downloads</strong></a> provide a fully open and crowdsourced "app store experience" where the community is free to develop, upload and install Maemo applications through a consistent service that <a href="http://wiki.maemo.org/Extras-testing">provides quality control</a>, <a href="http://tabletui.wordpress.com/2009/12/22/2010-ui-countdown-9-%E2%80%93-extras-assistant/">nice installers</a> and a <a href="http://blog.karlitschek.de/2009/11/open-collaboration-services.html">free API</a> for browsing the software available</li>
<li><a href="http://wiki.maemo.org/Task:Community_Council"><strong>Community Council</strong></a> and the <a href="http://wiki.maemo.org/Maemo.org_Sprints"><strong>Sprint process</strong></a> have been the way Maemo's community infrastructure has been designed and developed out in the open. The various tasks have been documented in the Wiki, and people have been able to follow the progress through <a href="http://www.qaiku.com/channels/show/maemork/">a Qaiku workstream</a></li>
<li><a href="http://wiki.maemo.org/Karma"><strong>Karma</strong></a> is a way to credit community members for their involvement. The involvement can be technical (for instance, developing a popular Maemo application) or social (publishing popular blog posts or helping people on Talk), and has been used as a criteria for Community Council and other elections. Karma also helps Nokia to qualify community members, to find the people who should have access the developer devices for instance. In a large community it is hard to identify the people who are just loud and the people who are doing actual valuable contributions from each other without such tools</li>
<li><a href="http://maemo.org/news/"><strong>Social News</strong></a> and <a href="http://maemo.org/news/planet-maemo/"><strong>Planet</strong></a> are a way for the community to aggregate and promote important posts around the project. We look at things like social bookmarking, blog links and votes happening on the Maemo site to <a href="http://bergie.iki.fi/blog/maemo_social_news_launched/">determine the most important stories</a> of the day, to provide an "automatic newspaper" for the project</li>
</ul><p>Providing all or some of these services as part of the MeeGo infrastructure would enable the community to feel involvement, and even ownership in the new project that is shaping up. This is critical for a project that has such a big reliance on new innovation and connectivity with the upstream, especially at the time of such big change.</p>]]></summary>
    </entry>
    <entry>
        <title>Inkscape in action…</title>
        <link rel="alternate" type="text/html" href="http://www.tigert.com/2010/02/14/inkscape-in-action/"/>
        <published>2010-02-14T15:11:09+00:00</published>
        <updated>2010-02-14T15:11:09+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-0525f6ac197e11dfb1636fb511b2eadeeade</id>
        <author>
            <name>tigert@gmail.com (Tuomas Kuosmanen)</name>
        </author>
        <category  term="feed:ee453ede3bc12ce14b1e2e5aa56b1b00" />
        <content type="html"><![CDATA[
<p>Some of you might have a hunch of my interest in aviation and airplanes, so it's no wonder I wanted to help our aviation club a little. The two-seater trainer aircraft was in a desperate ned of a new paint, and we wanted to have a new color scheme at the same time to freshen up the appearance. There were some restrictions for simple financial reasons, so the plane was to have a white base paint and all the color stripes would be done with stickers. Nevertheless I am pretty happy with the result.</p>
<p>I first went to the airport and took some pics of the her side profile with my N900 and sketched some ideas with pen and paper and finally in <a href="http://www.inkscape.org">Inkscape</a> where I opened a 5.5 meter by one meter canvas... <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
<p>The flight manual of the plane contains a three-way view of the aircraft, so scanned the page and used Inkscape's excellent tracing tool to turn it into a base for my design, and resized it to the corrent size of the aircraft.. This must have been the largest canvas size I have had so far in a design project... <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
<div class="wp-caption aligncenter" style="width: 650px"><img title="Design" src="http://mik.1g.fi/kuvat/Kerhon%20kalusto/OH-COX/cox-maalausprojekti/left-side-mockup.png/_smaller.jpg" alt="" width="640" height="240" /><p class="wp-caption-text">Design work done in Inkscape</p></div>
<p>The design evolved a quite a bit and I always had a bunch of the latest sketches in my N900 to show to club members who gave me good feedback... And eventually we had something we were happy with, and  a PDF file of the design was sent to the paint shop a while ago. Stripping a plane from the old paint is quite a lot of work, and takes a while, so they sent us back some photos of the work in progress..</p>
<div class="wp-caption aligncenter" style="width: 650px"><img src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/17122009367.jpg/_smaller.jpg" alt="" width="640" height="480" /><p class="wp-caption-text">Aircraft partially disassembled before paint stripping</p></div>
<div class="wp-caption aligncenter" style="width: 650px"><img title="paint stripping" src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/DSC_0832.jpg/_smaller.jpg" alt="" width="640" height="424" /><p class="wp-caption-text">Paint stripped, masked for spraying</p></div>
<div class="wp-caption aligncenter" style="width: 650px"><img title="white" src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/Kuva1.jpg/_smaller.jpg" alt="" width="640" height="480" /><p class="wp-caption-text">Empty canvas! <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p></div>
<p>And finally today we got the much anticipated message in our mailboxes, the work was nearing completion!</p>
<div class="wp-caption aligncenter" style="width: 650px"><img title="ready!" src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/Kuva%20105.jpg/_smaller.jpg" alt="" width="640" height="480" /><p class="wp-caption-text">Stripes in place!</p></div>
<p>It's always nice and rewarding to see a design work transform from bits and bytes into something physical. Even better if you can strap yourself into it and go flying... <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
]]></content>
        <summary type="html"><![CDATA[
<p>Some of you might have a hunch of my interest in aviation and airplanes, so it's no wonder I wanted to help our aviation club a little. The two-seater trainer aircraft was in a desperate ned of a new paint, and we wanted to have a new color scheme at the same time to freshen up the appearance. There were some restrictions for simple financial reasons, so the plane was to have a white base paint and all the color stripes would be done with stickers. Nevertheless I am pretty happy with the result.</p>
<p>I first went to the airport and took some pics of the her side profile with my N900 and sketched some ideas with pen and paper and finally in <a href="http://www.inkscape.org">Inkscape</a> where I opened a 5.5 meter by one meter canvas... <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
<p>The flight manual of the plane contains a three-way view of the aircraft, so scanned the page and used Inkscape's excellent tracing tool to turn it into a base for my design, and resized it to the corrent size of the aircraft.. This must have been the largest canvas size I have had so far in a design project... <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
<div class="wp-caption aligncenter" style="width: 650px"><img title="Design" src="http://mik.1g.fi/kuvat/Kerhon%20kalusto/OH-COX/cox-maalausprojekti/left-side-mockup.png/_smaller.jpg" alt="" width="640" height="240" /><p class="wp-caption-text">Design work done in Inkscape</p></div>
<p>The design evolved a quite a bit and I always had a bunch of the latest sketches in my N900 to show to club members who gave me good feedback... And eventually we had something we were happy with, and  a PDF file of the design was sent to the paint shop a while ago. Stripping a plane from the old paint is quite a lot of work, and takes a while, so they sent us back some photos of the work in progress..</p>
<div class="wp-caption aligncenter" style="width: 650px"><img src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/17122009367.jpg/_smaller.jpg" alt="" width="640" height="480" /><p class="wp-caption-text">Aircraft partially disassembled before paint stripping</p></div>
<div class="wp-caption aligncenter" style="width: 650px"><img title="paint stripping" src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/DSC_0832.jpg/_smaller.jpg" alt="" width="640" height="424" /><p class="wp-caption-text">Paint stripped, masked for spraying</p></div>
<div class="wp-caption aligncenter" style="width: 650px"><img title="white" src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/Kuva1.jpg/_smaller.jpg" alt="" width="640" height="480" /><p class="wp-caption-text">Empty canvas! <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p></div>
<p>And finally today we got the much anticipated message in our mailboxes, the work was nearing completion!</p>
<div class="wp-caption aligncenter" style="width: 650px"><img title="ready!" src="http://mik.1g.fi/kuvat/Tapahtumat%20-%20Vuosi%202010/COX%20maalaus/Kuva%20105.jpg/_smaller.jpg" alt="" width="640" height="480" /><p class="wp-caption-text">Stripes in place!</p></div>
<p>It's always nice and rewarding to see a design work transform from bits and bytes into something physical. Even better if you can strap yourself into it and go flying... <img src='http://www.tigert.com/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
]]></summary>
    </entry>
    <entry>
        <title>Time to update some on openpsa and voip ..</title>
        <link rel="alternate" type="text/html" href="http://www.smallone.net/blog/time_to_update_some_on_openpsa_and_voip/"/>
        <published>2010-02-11T20:37:49+00:00</published>
        <updated>2010-02-11T20:37:49+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-c9b242ee175511df9bc83fa4308e35933593</id>
        <author>
            <name>johan@bernhardsson.nu (Johan Bernhardsson)</name>
        </author>
        <category  term="feed:0e5d3b99667cce293d07bd863d81ca8f" />
        <content type="html"><![CDATA[

<p>As we restarted our old company into <a href="http://www.kafit.se" title="Kafit AB">Kafit AB</a> we are trying to make a new focus on VoIP and openpsa.</p>
<p>Will be fun to have more time to sell and maintain projects that has been in the background for a couple of years.</p>
<p>First thing on spare time is to continue to make integration between our pbx system and openpsa. And se if we can open up the pbx system some to more developers.</p>
<p>If anyone has any leads on companies that might need a pbx that can integrate with their on systems please give me a call :)</p>
<p> </p>]]></content>
        <summary type="html"><![CDATA[

<p>As we restarted our old company into <a href="http://www.kafit.se" title="Kafit AB">Kafit AB</a> we are trying to make a new focus on VoIP and openpsa.</p>
<p>Will be fun to have more time to sell and maintain projects that has been in the background for a couple of years.</p>
<p>First thing on spare time is to continue to make integration between our pbx system and openpsa. And se if we can open up the pbx system some to more developers.</p>
<p>If anyone has any leads on companies that might need a pbx that can integrate with their on systems please give me a call :)</p>
<p> </p>]]></summary>
    </entry>
    <entry>
        <title>Buzz may end segregation in microblogging</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/buzz_may_end_segregation_in_microblogging/"/>
        <published>2010-02-10T20:16:11+00:00</published>
        <updated>2010-02-10T20:16:11+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-24eae31a168311df98830d86e91f7e1a7e1a</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p>Yet another interesting launch this winter: Google<a href="http://googleblog.blogspot.com/2010/02/introducing-google-buzz.html"> finally published</a> their lifestreaming application, <a href="http://www.google.com/buzz">Buzz</a>. These are still clearly early steps for the service as it doesn't <a href="http://code.google.com/apis/buzz/documentation/#coming-soon">provide any APIs yet</a>, and the user interface feels slow in a quite un-Google-like way.</p>
<div>However, it still shows strong potential in several ways. First of all, it may <a href="http://twitter.com/lindstorm/status/8907749896">help the people raised on Twitter</a> to discover a <a href="http://bergie.iki.fi/blog/microblogging-why_qaiku_might_do_what_twitter_and_brightkite_didn-t/">more conversational culture</a>. And secondly, it connects to any website providing some necessary feeds, promising an end to segregation where you had to follow some of your friends on <a href="http://twitter.com/">Twitter</a>, some in <a href="http://www.qaiku.com/">Qaiku</a> and some in <a href="http://www.facebook.com/">Facebook</a>. If all those sites start providing proper feeds you can just follow everybody in the interface of your choosing.</div>
<div><br /></div>
<div><img src="http://bergie.iki.fi/static/1/1df167f580263c6167f11df81245d5e545e0dec0dec_buzz-in-gmail-png.jpg" border="0" alt="buzz-in-gmail.png" title="buzz-in-gmail.png" /><br /></div>
<div><br /></div>
<div>What is even more promising is that instead of being built on direct API linkage between designated partner sites, all of this is based on quite simple building blocks of the <a href="http://bergie.iki.fi/blog/google-s_rich_snippets_will_lead_us_into_semantic_web/">upcoming semantic web</a>: <a href="http://code.google.com/apis/socialgraph/">social graph discovery</a>, <a href="http://activitystrea.ms/">Atom activity feeds</a>, and possibly the <a href="http://www.salmon-protocol.org/">Salmon comments aggregation protocol</a>. Your website, marked up in a semantic way <a href="http://allinthehead.com/retro/301/can-your-website-be-your-api">is your "API"</a>. This means <a href="http://code.google.com/apis/buzz/documentation/#connect">any site can join the play</a>, not just the big players.</div>
<div><br /></div>
<div>But to be fully usable Buzz needs to provide a few things:   
<ul><li>Language filtering. I had to unfollow some Portuguese-speaking friends already</li>
<li>Discovery of interesting discussions. Now I only see things my friends post, not the things they comment</li>
<li>Groups or channels people can post to</li>
<li>and yes, Salmon so comments to my posts on Buzz will trickle down to Qaiku or my blog</li>
</ul>
As things stand for now, <a href="http://www.qaiku.com/home/bergie/">Qaiku</a> will remain the conversation platform of my choice. It provides more flexible privacy, including our company's internal conversation channels, and does better job of geolocation and multilingual microblogging. You'll also find my Qaikus <a href="http://twitter.com/bergie">syndicated to Twitter</a>.
</div>]]></content>
        <summary type="html"><![CDATA[

<p>Yet another interesting launch this winter: Google<a href="http://googleblog.blogspot.com/2010/02/introducing-google-buzz.html"> finally published</a> their lifestreaming application, <a href="http://www.google.com/buzz">Buzz</a>. These are still clearly early steps for the service as it doesn't <a href="http://code.google.com/apis/buzz/documentation/#coming-soon">provide any APIs yet</a>, and the user interface feels slow in a quite un-Google-like way.</p>
<div>However, it still shows strong potential in several ways. First of all, it may <a href="http://twitter.com/lindstorm/status/8907749896">help the people raised on Twitter</a> to discover a <a href="http://bergie.iki.fi/blog/microblogging-why_qaiku_might_do_what_twitter_and_brightkite_didn-t/">more conversational culture</a>. And secondly, it connects to any website providing some necessary feeds, promising an end to segregation where you had to follow some of your friends on <a href="http://twitter.com/">Twitter</a>, some in <a href="http://www.qaiku.com/">Qaiku</a> and some in <a href="http://www.facebook.com/">Facebook</a>. If all those sites start providing proper feeds you can just follow everybody in the interface of your choosing.</div>
<div><br /></div>
<div><img src="http://bergie.iki.fi/static/1/1df167f580263c6167f11df81245d5e545e0dec0dec_buzz-in-gmail-png.jpg" border="0" alt="buzz-in-gmail.png" title="buzz-in-gmail.png" /><br /></div>
<div><br /></div>
<div>What is even more promising is that instead of being built on direct API linkage between designated partner sites, all of this is based on quite simple building blocks of the <a href="http://bergie.iki.fi/blog/google-s_rich_snippets_will_lead_us_into_semantic_web/">upcoming semantic web</a>: <a href="http://code.google.com/apis/socialgraph/">social graph discovery</a>, <a href="http://activitystrea.ms/">Atom activity feeds</a>, and possibly the <a href="http://www.salmon-protocol.org/">Salmon comments aggregation protocol</a>. Your website, marked up in a semantic way <a href="http://allinthehead.com/retro/301/can-your-website-be-your-api">is your "API"</a>. This means <a href="http://code.google.com/apis/buzz/documentation/#connect">any site can join the play</a>, not just the big players.</div>
<div><br /></div>
<div>But to be fully usable Buzz needs to provide a few things:   
<ul><li>Language filtering. I had to unfollow some Portuguese-speaking friends already</li>
<li>Discovery of interesting discussions. Now I only see things my friends post, not the things they comment</li>
<li>Groups or channels people can post to</li>
<li>and yes, Salmon so comments to my posts on Buzz will trickle down to Qaiku or my blog</li>
</ul>
As things stand for now, <a href="http://www.qaiku.com/home/bergie/">Qaiku</a> will remain the conversation platform of my choice. It provides more flexible privacy, including our company's internal conversation channels, and does better job of geolocation and multilingual microblogging. You'll also find my Qaikus <a href="http://twitter.com/bergie">syndicated to Twitter</a>.
</div>]]></summary>
    </entry>
    <entry>
        <title>Halti.com provides contextual product recommendations</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/halti-com_provides_contextual_product_recommendations/"/>
        <published>2010-02-10T15:33:05+00:00</published>
        <updated>2010-02-10T15:33:05+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-2dc66514165a11df8b514911f7c269436943</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p>Last week the <a href="http://halti.com/">Finnish outdoor brand Halti</a> launched a pretty interesting web service. While many outdoor brands focus on extreme sports that don't really have much to do with the reality of most of their customers, Halti connects their product lineup to the needs of the site visitor by utilizing both weather and location. This means where ever they are or are planning to go, they can get product recommendations personalized to their needs:</p>
<p><img src="http://bergie.iki.fi/static/1/1df1657ccade8c6165711dfba5f45ffba46b268b268_halti-small-png.jpg" border="0" alt="halti-small.png" title="halti-small.png" /></p>
<p>This is another case of <a href="http://bergie.iki.fi/blog/making_the_gnome_desktop_location-aware/">location context being used</a> to serve users better. To figure out where the user is coming from the site uses a combination of <a href="http://bergie.iki.fi/blog/easy_user_location_with_midgard/">IP positioning</a> and <a href="http://bergie.iki.fi/blog/browser_geolocation_without_gps-quite_accurate_enough/">browser geolocation</a>, while weather information comes from <a href="http://www.foreca.com/">Foreca's</a> feeds. Map visualization uses <a href="http://cloudmade.com/">CloudMade's</a> <a href="http://www.openstreetmap.org/">OpenStreetMap</a>-based maps. And of course the whole thing runs on the stable <a href="http://bergie.iki.fi/blog/long-term_support_for_midgard-ragnaroek_is_here/">Ragnaroek series of Midgard</a>.</p>
<p><strong>In other news,</strong> <a href="http://josetjaksa.fi/">Jos et jaksa</a> is another pretty interesting recent site launch, especially for the fact that it is the first-ever website running on the <a href="http://bergie.iki.fi/blog/midgard_2-finally_legacy-free/">legacy-free Midgard2 platform</a> and <a href="http://www.midgard-project.org/discussion/developer-forum/status_of_midgard_mvc/">Midgard MVC</a>.</p>]]></content>
        <summary type="html"><![CDATA[

<p>Last week the <a href="http://halti.com/">Finnish outdoor brand Halti</a> launched a pretty interesting web service. While many outdoor brands focus on extreme sports that don't really have much to do with the reality of most of their customers, Halti connects their product lineup to the needs of the site visitor by utilizing both weather and location. This means where ever they are or are planning to go, they can get product recommendations personalized to their needs:</p>
<p><img src="http://bergie.iki.fi/static/1/1df1657ccade8c6165711dfba5f45ffba46b268b268_halti-small-png.jpg" border="0" alt="halti-small.png" title="halti-small.png" /></p>
<p>This is another case of <a href="http://bergie.iki.fi/blog/making_the_gnome_desktop_location-aware/">location context being used</a> to serve users better. To figure out where the user is coming from the site uses a combination of <a href="http://bergie.iki.fi/blog/easy_user_location_with_midgard/">IP positioning</a> and <a href="http://bergie.iki.fi/blog/browser_geolocation_without_gps-quite_accurate_enough/">browser geolocation</a>, while weather information comes from <a href="http://www.foreca.com/">Foreca's</a> feeds. Map visualization uses <a href="http://cloudmade.com/">CloudMade's</a> <a href="http://www.openstreetmap.org/">OpenStreetMap</a>-based maps. And of course the whole thing runs on the stable <a href="http://bergie.iki.fi/blog/long-term_support_for_midgard-ragnaroek_is_here/">Ragnaroek series of Midgard</a>.</p>
<p><strong>In other news,</strong> <a href="http://josetjaksa.fi/">Jos et jaksa</a> is another pretty interesting recent site launch, especially for the fact that it is the first-ever website running on the <a href="http://bergie.iki.fi/blog/midgard_2-finally_legacy-free/">legacy-free Midgard2 platform</a> and <a href="http://www.midgard-project.org/discussion/developer-forum/status_of_midgard_mvc/">Midgard MVC</a>.</p>]]></summary>
    </entry>
    <entry>
        <title>Vala bindings for Midgard2</title>
        <link rel="alternate" type="text/html" href="http://blogs.nemein.com/people/piotras/view/1265806655.html"/>
        <published>2010-02-10T11:57:35+00:00</published>
        <updated>2010-02-10T11:57:35+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-99927722164811df9fbc65372b6675347534</id>
        <author>
            <name>piotrek.pokora@gmail.com (Piotr Pokora)</name>
        </author>
        <category  term="feed:70f91069df3b3713337981adf03f09ae" />
        <content type="html"><![CDATA[

<p>Today I got some help on #vala irc channel (thanks nemequ!), and I must say I am very happy to see Midgard API working with vala bindings. I am also happy cause in this case, there's no need to write bindings in C (as happens with PHP or Python bindings).</p>

<p>First of all, <a href="http://download.opensuse.org/repositories/home:/midgardproject:/unstable/">you have to have Midgard2</a> installed. Then, all you have to do, to have vapi file is to run <a href="http://trac.midgard-project.org/browser/trunk/midgard/apis/vala/generate_vapi.sh">simple script</a> in <a href="http://trac.midgard-project.org/browser/trunk/midgard/apis/vala/">vala directory</a> . 
And finally, you can <a href="http://trac.midgard-project.org/browser/trunk/midgard/apis/vala/example.vala">try example</a>. Note, you must have database created. Midgard.Storage is excluded from vala bindings at this moment.</p>

<p>I hope to see mono bindings soon.</p>
]]></content>
        <summary type="html"><![CDATA[

<p>Today I got some help on #vala irc channel (thanks nemequ!), and I must say I am very happy to see Midgard API working with vala bindings. I am also happy cause in this case, there's no need to write bindings in C (as happens with PHP or Python bindings).</p>

<p>First of all, <a href="http://download.opensuse.org/repositories/home:/midgardproject:/unstable/">you have to have Midgard2</a> installed. Then, all you have to do, to have vapi file is to run <a href="http://trac.midgard-project.org/browser/trunk/midgard/apis/vala/generate_vapi.sh">simple script</a> in <a href="http://trac.midgard-project.org/browser/trunk/midgard/apis/vala/">vala directory</a> . 
And finally, you can <a href="http://trac.midgard-project.org/browser/trunk/midgard/apis/vala/example.vala">try example</a>. Note, you must have database created. Midgard.Storage is excluded from vala bindings at this moment.</p>

<p>I hope to see mono bindings soon.</p>
]]></summary>
    </entry>
    <entry>
        <title>Mary Had a Little Lamb – Lord’s Prayer</title>
        <link rel="alternate" type="text/html" href="http://www.adamsdesk.com/be/archives/2010/02/04/mary-had-a-little-lamb-lords-prayer/"/>
        <published>2010-02-05T01:50:55+00:00</published>
        <updated>2010-02-05T01:50:55+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-5e4c0dce11ff11df9b95d7e41aafc5b4c5b4</id>
        <author>
            <name>adouglas@venmarces.com (Adam Douglas)</name>
        </author>
        <category  term="feed:ed8785fe5210ab2f4b83d14c9502c779" />
        <content type="html"><![CDATA[
<p>This is a powerful poem and one I felt that should be shared.</p>
<p>I tried to track down the author of this poem but I was unable to determine who the author was. However there is some claim a little girl wrote this poem. If anyone can prove the author or further history please contact me.</p>
<p>Source: <a href="http://www.agentz.com/Inspirational/Lamb_of_God.html">Mary had a little lamb</a></p>
<hr />
<p>Mary had a little lamb,<br />
His fleece was white as snow.<br />
And everywhere that Mary went,<br />
The Lamb was sure to go.</p>
<p>He followed her to school each day,<br />
T&#8217;wasn&#8217;t even in the rule.<br />
It made the children laugh and play,<br />
To have a Lamb at school.</p>
<p>And then the rules all changed one day,<br />
Illegal it became;<br />
To bring the Lamb of God to school,<br />
Or even speak His Name!</p>
<p>Every day got worse and worse,<br />
And days turned into years.<br />
Instead of hearing children laugh,<br />
We heard gun shots and tears.</p>
<p>What must we do to stop the crime,<br />
That&#8217;s in our schools today?<br />
Let&#8217;s let the Lamb come back to school,<br />
And teach our kids to pray!</p>
]]></content>
        <summary type="html"><![CDATA[
<p>This is a powerful poem and one I felt that should be shared.</p>
<p>I tried to track down the author of this poem but I was unable to determine who the author was. However there is some claim a little girl wrote this poem. If anyone can prove the author or further history please contact me.</p>
<p>Source: <a href="http://www.agentz.com/Inspirational/Lamb_of_God.html">Mary had a little lamb</a></p>
<hr />
<p>Mary had a little lamb,<br />
His fleece was white as snow.<br />
And everywhere that Mary went,<br />
The Lamb was sure to go.</p>
<p>He followed her to school each day,<br />
T&#8217;wasn&#8217;t even in the rule.<br />
It made the children laugh and play,<br />
To have a Lamb at school.</p>
<p>And then the rules all changed one day,<br />
Illegal it became;<br />
To bring the Lamb of God to school,<br />
Or even speak His Name!</p>
<p>Every day got worse and worse,<br />
And days turned into years.<br />
Instead of hearing children laugh,<br />
We heard gun shots and tears.</p>
<p>What must we do to stop the crime,<br />
That&#8217;s in our schools today?<br />
Let&#8217;s let the Lamb come back to school,<br />
And teach our kids to pray!</p>
]]></summary>
    </entry>
    <entry>
        <title>The new BASIC</title>
        <link rel="alternate" type="text/html" href="http://jukkaz.wordpress.com/2010/01/29/the-new-basic/"/>
        <published>2010-01-29T22:40:07+00:00</published>
        <updated>2010-01-29T22:40:07+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-700592d60d2e11dfb9b67f8f77189d7a9d7a</id>
        <author>
            <name>jz@yukatan.fi (Jukka Zitting)</name>
        </author>
        <category  term="feed:57044c271fad26630209654e3e82f762" />
        <content type="html"><![CDATA[
I&#8217;m seeing many posts that worry about computing devices like iPhones and the new iPad preventing people from having direct control over the hardware. Mark is telling us about a Ctrl+Reset and a BASIC prompt. Nowadays you get started with the following on an HTML page:
    &#60;script type="text/javascript"&#62;
    document.write("Hello, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jukkaz.wordpress.com&blog=52630&post=293&subd=jukkaz&ref=&feed=1" />]]></content>
        <summary type="html"><![CDATA[
I&#8217;m seeing many posts that worry about computing devices like iPhones and the new iPad preventing people from having direct control over the hardware. Mark is telling us about a Ctrl+Reset and a BASIC prompt. Nowadays you get started with the following on an HTML page:
    &#60;script type="text/javascript"&#62;
    document.write("Hello, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jukkaz.wordpress.com&blog=52630&post=293&subd=jukkaz&ref=&feed=1" />]]></summary>
    </entry>
    <entry>
        <title>Extras dput and promotion changes</title>
        <link rel="alternate" type="text/html" href="http://communitizer.blogspot.com/2010/01/extras-dput-and-promotion-changes.html"/>
        <published>2010-01-29T15:05:00+00:00</published>
        <updated>2010-01-29T15:05:00+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-1317fab40ce311df805487598ced9fb49fb4</id>
        <author>
            <name>maemo@breet.com (Niels Breet)</name>
        </author>
        <category  term="feed:e421ae90b0be990fbff1a5bf870fae5c" />
        <content type="html"><![CDATA[
With the change to the new server infrastructure, we also changed the way developers can use dput to upload their source packages to the autobuilder. We created a special host named drop.maemo.org for uploads using dput (and scp). The <a href="http://wiki.maemo.org/Uploading_to_Extras#dput">uploading to Extras</a> wiki page has been updated with the correct information. Short story: replace garage.maemo.org with drop.maemo.org and continue like before.<br /><br />Another change we had to make was how packages are promoted from diablo Extras-devel to Extras. The old promoter was no longer suitable for the current setup and needed to go. Promotion now works the same way as it works for fremantle Extras-devel to Extras-testing (direct promotion). The package interface for diablo Extras-devel can be found <a href="http://maemo.org/packages/repository/list/diablo_extras-devel_free_armel/">here</a>.<br /><br />There are still a few features missing for the diablo part of the packages interface, but promotion should work. I'll add build logs and context sensitive searches at a later point.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/178720020062470171-7063980817098788224?l=communitizer.blogspot.com' alt='' /></div>]]></content>
        <summary type="html"><![CDATA[
With the change to the new server infrastructure, we also changed the way developers can use dput to upload their source packages to the autobuilder. We created a special host named drop.maemo.org for uploads using dput (and scp). The <a href="http://wiki.maemo.org/Uploading_to_Extras#dput">uploading to Extras</a> wiki page has been updated with the correct information. Short story: replace garage.maemo.org with drop.maemo.org and continue like before.<br /><br />Another change we had to make was how packages are promoted from diablo Extras-devel to Extras. The old promoter was no longer suitable for the current setup and needed to go. Promotion now works the same way as it works for fremantle Extras-devel to Extras-testing (direct promotion). The package interface for diablo Extras-devel can be found <a href="http://maemo.org/packages/repository/list/diablo_extras-devel_free_armel/">here</a>.<br /><br />There are still a few features missing for the diablo part of the packages interface, but promotion should work. I'll add build logs and context sensitive searches at a later point.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/178720020062470171-7063980817098788224?l=communitizer.blogspot.com' alt='' /></div>]]></summary>
    </entry>
    <entry>
        <title>Lasten päivät vuonna 1947</title>
        <link rel="alternate" type="text/html" href="http://nettiapina.fi/blog/2010/01/29/lasten-paivat-vuonna-1947/"/>
        <published>2010-01-28T23:55:18+00:00</published>
        <updated>2010-01-28T23:55:18+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-a848fff00c6d11dfaad075e76e2b87818781</id>
        <author>
            <name>heikki@nemein.com (Heikki Hyppänen)</name>
        </author>
        <category  term="feed:b743f52a25fbd629f0d487a5d0629225" />
        <content type="html"><![CDATA[
<p>Arkistojen kätköistä löytynyt video <a href="http://www.linnanmaki.fi/fi/lasten_paiva">Lasten Päivän</a> vietosta vuodelta 1947. Näkymiä sen hetken tivolista. </p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/16xr6AhtLCs&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/16xr6AhtLCs&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content>
        <summary type="html"><![CDATA[
<p>Arkistojen kätköistä löytynyt video <a href="http://www.linnanmaki.fi/fi/lasten_paiva">Lasten Päivän</a> vietosta vuodelta 1947. Näkymiä sen hetken tivolista. </p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/16xr6AhtLCs&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/16xr6AhtLCs&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></summary>
    </entry>
    <entry>
        <title>“Borgbacken, Borgbacken”</title>
        <link rel="alternate" type="text/html" href="http://nettiapina.fi/blog/2010/01/29/borgbacken-borgbacken/"/>
        <published>2010-01-28T23:49:57+00:00</published>
        <updated>2010-01-28T23:49:57+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-a5bed85e0c6d11dfaad075e76e2b87818781</id>
        <author>
            <name>heikki@nemein.com (Heikki Hyppänen)</name>
        </author>
        <category  term="feed:b743f52a25fbd629f0d487a5d0629225" />
        <content type="html"><![CDATA[
<p>Linnanmäen vanha mainos Juice Leskisen laulamana. Muistan nähneeni tämän telkkarista.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ccKI03729d8&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ccKI03729d8&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content>
        <summary type="html"><![CDATA[
<p>Linnanmäen vanha mainos Juice Leskisen laulamana. Muistan nähneeni tämän telkkarista.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ccKI03729d8&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ccKI03729d8&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></summary>
    </entry>
    <entry>
        <title>iPad and information appliances, a free software angle</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/ipad_and_information_appliances-a_free_software_angle/"/>
        <published>2010-01-28T09:51:43+00:00</published>
        <updated>2010-01-28T09:51:43+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-2093b59c0bf911df9cb6815cd26145b245b2</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p><a href="http://arstechnica.com/apple/news/2010/01/apple-announces-ipad-attempts-to-change-the-world.ars">Apple iPad</a> is certainly interesting. It seeks to <a href="http://mobileopportunity.blogspot.com/2010/01/ipad-attempted-windows-killer_27.html">challenge the concept  of PCs</a> by providing something that is at the same time more personal,  and a lot easier to use. <a href="http://www.techcrunch.com/2010/01/27/ipad/">The personal computer of the future</a>.<br /><br /> Gone is difficult file organization - instead, applications use their  <a href="http://bergie.iki.fi/blog/will_content_repositories_kill_the_file/">own purpose-build content repositories</a>. Instead of seeking software from  many places, all of it is easily available in an App Store, all  <a href="http://www.macworld.com/article/134960/2008/08/appstore.html">quality-controlled by Apple</a>. And same thing with content - <a href="http://bergie.iki.fi/blog/amazon_kindle_could_be_the_library_of_the_working_nomad/">forget about  bookshelves</a> and stacks of CDs, instead simply dowloading all you need  from iTunes.<br /><br /> This sort of user experience obviously <a href="http://www.defectivebydesign.org/ipad">comes with a cost</a>. Important  computing concepts <a href="http://www.theiphoneblog.com/2010/01/27/ipad-multitasking-notifications-tv-subscriptions-camera-tethering-textbooks/">like multitasking are not supported</a>. The  iTunes/App Store experience means that Apple <a href="http://arstechnica.com/tech-policy/news/2010/01/protestors-ipad-is-nothing-more-than-a-golden-calf-of-drm.ars">is in the position to  ensure</a> no software or content competing with its or its business  partners' business model gets on the device. And most of the content you  buy for the device is <a href="http://www.defectivebydesign.org/what_is_drm">DRM'd</a>, meaning that you're only renting it for  the time allowed by content owners, never buying.<br /><br /> Even with the limitations concerned I can see myself buying an iPad. It  would serve as a very nice device for web surfing from the couch and as  an e-reader on business trips. I can also see myself <a href="http://www.readwriteweb.com/start/2010/01/what-the-ipad-means-for-startu.php">running demos</a> and  presentations from it instead of a laptop.<br /><br /> Even with the limitations concerned, it is likely that the iPad will  happen, and will blaze the trail towards a new way of personal  computing. <a href="http://www.stephenfry.com/2010/01/28/ipad-about/">Stephen Fry says it well</a>:</p>
<blockquote>Like the first iPhone, iPad 1.0 is a John the Baptist preparing the way  of what is to come, but also like iPhone 1.0 (and Jokanaan himself too  come to that) iPad 1.0 is still fantastic enough in its own right to be  classed as a stunningly exciting object, one that you will want NOW and  one that will not be matched this year by any company. In the future,  when it has two cameras for fully featured video conferencing, GPS and  who knows what else built in (1080 HD TV reception and recording and  nano projection, for example) and when the iBook store has recorded its  100 millionth download and the thousands of accessories and peripherals  that have invented uses for iPad that we simply can’t now imagine – when  that has happened it will all have seemed so natural and inevitable  that today’s nay-sayers and sceptics will have forgotten that they ever doubted its potential.</blockquote>
<p>The success of iPad will mean more than just a completely new level of App  Store economy. Other companies will certainly seek to emulate the model,  coming up with their own <a href="http://en.wikipedia.org/wiki/Post-WIMP">post-WIMP</a> devices and their <a href="http://www.engadget.com/2009/05/26/nokia-ovi-store-now-live-everywhere/">own content and  software ecosystems</a>. This all will be a challenge for the free software  movement.<br /><br /> The world of free software is still very much stuck in what computing  was in the 90s. We think of desktop computers, we <a href="http://bergie.iki.fi/blog/free_desktop_and_the_cloud/">do not integrate with  the web</a>. And we do not get the transformation that is happening with  personal computers. Taught by smartphones and cloud applications, users  are moving from desktops through simple netbooks towards <a href="http://gizmodo.com/5452501/the-apple-tablet-interface-must-be-like-this">information  appliances</a>.<br /><br /> With information appliances you need <a href="http://bergie.iki.fi/blog/direct_manipulation_interfaces/">a seamless user interface</a>. You need  an ecosystem where content comes alongside the software to utilize it.  You need to move past the old WIMP metaphors and the idea of separation  between data stored in a a file system and the software manipulating it.<br /><br /> So far the first convincing attempt towards this direction I've seen in  the free software world is <a href="http://www.socialdesktop.org/">KDE's Social Desktop initiative</a>. It allows  users to connect with each other straight through the desktop, and it  allows discovery of new applications and content to download and use  straight in the applications. We also use it with <a href="http://danielwilms.wordpress.com/2010/01/27/download-assistant-for-extras-applications/">Maemo's new App  Downloader</a>.<br /><br /> Threatened by the cloud from one end, and closed-ecosystem appliances  from the other, it will be interesting to see how we react. Will we rise  to the challenge and start providing new user experiences? Will we  build a free cloud? Will we integrate with initiatives like <a href="http://www.gutenberg.org/wiki/Main_Page">Project  Gutenberg</a> and <a href="http://creativecommons.org/">Creative Commons</a> to provide the content integration? Will <a href="http://openwebfoundation.org/"> the open web</a> be our safe haven?<br /><br /> Definitely interesting times to be a software developer.</p>]]></content>
        <summary type="html"><![CDATA[

<p><a href="http://arstechnica.com/apple/news/2010/01/apple-announces-ipad-attempts-to-change-the-world.ars">Apple iPad</a> is certainly interesting. It seeks to <a href="http://mobileopportunity.blogspot.com/2010/01/ipad-attempted-windows-killer_27.html">challenge the concept  of PCs</a> by providing something that is at the same time more personal,  and a lot easier to use. <a href="http://www.techcrunch.com/2010/01/27/ipad/">The personal computer of the future</a>.<br /><br /> Gone is difficult file organization - instead, applications use their  <a href="http://bergie.iki.fi/blog/will_content_repositories_kill_the_file/">own purpose-build content repositories</a>. Instead of seeking software from  many places, all of it is easily available in an App Store, all  <a href="http://www.macworld.com/article/134960/2008/08/appstore.html">quality-controlled by Apple</a>. And same thing with content - <a href="http://bergie.iki.fi/blog/amazon_kindle_could_be_the_library_of_the_working_nomad/">forget about  bookshelves</a> and stacks of CDs, instead simply dowloading all you need  from iTunes.<br /><br /> This sort of user experience obviously <a href="http://www.defectivebydesign.org/ipad">comes with a cost</a>. Important  computing concepts <a href="http://www.theiphoneblog.com/2010/01/27/ipad-multitasking-notifications-tv-subscriptions-camera-tethering-textbooks/">like multitasking are not supported</a>. The  iTunes/App Store experience means that Apple <a href="http://arstechnica.com/tech-policy/news/2010/01/protestors-ipad-is-nothing-more-than-a-golden-calf-of-drm.ars">is in the position to  ensure</a> no software or content competing with its or its business  partners' business model gets on the device. And most of the content you  buy for the device is <a href="http://www.defectivebydesign.org/what_is_drm">DRM'd</a>, meaning that you're only renting it for  the time allowed by content owners, never buying.<br /><br /> Even with the limitations concerned I can see myself buying an iPad. It  would serve as a very nice device for web surfing from the couch and as  an e-reader on business trips. I can also see myself <a href="http://www.readwriteweb.com/start/2010/01/what-the-ipad-means-for-startu.php">running demos</a> and  presentations from it instead of a laptop.<br /><br /> Even with the limitations concerned, it is likely that the iPad will  happen, and will blaze the trail towards a new way of personal  computing. <a href="http://www.stephenfry.com/2010/01/28/ipad-about/">Stephen Fry says it well</a>:</p>
<blockquote>Like the first iPhone, iPad 1.0 is a John the Baptist preparing the way  of what is to come, but also like iPhone 1.0 (and Jokanaan himself too  come to that) iPad 1.0 is still fantastic enough in its own right to be  classed as a stunningly exciting object, one that you will want NOW and  one that will not be matched this year by any company. In the future,  when it has two cameras for fully featured video conferencing, GPS and  who knows what else built in (1080 HD TV reception and recording and  nano projection, for example) and when the iBook store has recorded its  100 millionth download and the thousands of accessories and peripherals  that have invented uses for iPad that we simply can’t now imagine – when  that has happened it will all have seemed so natural and inevitable  that today’s nay-sayers and sceptics will have forgotten that they ever doubted its potential.</blockquote>
<p>The success of iPad will mean more than just a completely new level of App  Store economy. Other companies will certainly seek to emulate the model,  coming up with their own <a href="http://en.wikipedia.org/wiki/Post-WIMP">post-WIMP</a> devices and their <a href="http://www.engadget.com/2009/05/26/nokia-ovi-store-now-live-everywhere/">own content and  software ecosystems</a>. This all will be a challenge for the free software  movement.<br /><br /> The world of free software is still very much stuck in what computing  was in the 90s. We think of desktop computers, we <a href="http://bergie.iki.fi/blog/free_desktop_and_the_cloud/">do not integrate with  the web</a>. And we do not get the transformation that is happening with  personal computers. Taught by smartphones and cloud applications, users  are moving from desktops through simple netbooks towards <a href="http://gizmodo.com/5452501/the-apple-tablet-interface-must-be-like-this">information  appliances</a>.<br /><br /> With information appliances you need <a href="http://bergie.iki.fi/blog/direct_manipulation_interfaces/">a seamless user interface</a>. You need  an ecosystem where content comes alongside the software to utilize it.  You need to move past the old WIMP metaphors and the idea of separation  between data stored in a a file system and the software manipulating it.<br /><br /> So far the first convincing attempt towards this direction I've seen in  the free software world is <a href="http://www.socialdesktop.org/">KDE's Social Desktop initiative</a>. It allows  users to connect with each other straight through the desktop, and it  allows discovery of new applications and content to download and use  straight in the applications. We also use it with <a href="http://danielwilms.wordpress.com/2010/01/27/download-assistant-for-extras-applications/">Maemo's new App  Downloader</a>.<br /><br /> Threatened by the cloud from one end, and closed-ecosystem appliances  from the other, it will be interesting to see how we react. Will we rise  to the challenge and start providing new user experiences? Will we  build a free cloud? Will we integrate with initiatives like <a href="http://www.gutenberg.org/wiki/Main_Page">Project  Gutenberg</a> and <a href="http://creativecommons.org/">Creative Commons</a> to provide the content integration? Will <a href="http://openwebfoundation.org/"> the open web</a> be our safe haven?<br /><br /> Definitely interesting times to be a software developer.</p>]]></summary>
    </entry>
    <entry>
        <title>Direct manipulation interfaces</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/direct_manipulation_interfaces/"/>
        <published>2010-01-21T13:26:44+00:00</published>
        <updated>2010-01-21T13:26:44+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-1d59ae5c069211df949fe5ac7caa6cbf6cbf</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p>There certainly is a lot of buzz about <a href="http://www.engadget.com/tag/Appletablet/">Apple's rumored Tablet</a> product.  <a href="http://daringfireball.net/2009/12/the_tablet">Daring Fireball writes</a>:</p>
<blockquote>If you’re thinking The Tablet is just a big iPhone, or just Apple’s take on the e-reader, or just a media player, or <em>just</em> anything, I say you’re thinking too small — the equivalent of thinking that the iPhone was going to be just a click wheel iPod that made phone calls. I think The Tablet is nothing short of Apple’s reconception of personal computing.</blockquote>
<p>What I find most interesting are the view that the Tablet may bring new  computer interaction paradigms. <a href="http://daringfireball.net/2010/01/the_original_tablet">Again from Daring Fireball</a>:</p>
<blockquote>Our “desktop” computers’ human interfaces haven’t fundamentally changed since 1984 — keyboard and mouse/trackpad for input, overlapping draggable resizable windows on-screen, and a hierarchical file system where you create and manage “document files”. Have you ever sat back, scratched your chin, and wondered when the computer industry will break free of these current interfaces — which can be a hassle even for experts, and downright confusing (e.g. click vs. double-click) for the non-experts? Surely no one expects the computer interfaces of, say, 50 years hence to be based on these same metaphors and input methods. What’s the next step?</blockquote>
<p>A touchscreen tablet isn't really suited for <a href="http://en.wikipedia.org/wiki/WIMP_%28computing%29">the WIMP paradigm</a> as for example <a href="http://www.macworld.com/article/145609/2010/01/tablet_text_entry.html">text entry is quite difficult</a>, and you probably want larger, thumb-friendly user interface elements. This is where <a href="http://theappleblog.com/2010/01/07/microsofts-slate-exactly-unlike-apples-upcoming-tablet/">Microsoft's Tablet PC initiative failed</a>, trying to bring the regular WIMP user interface to the tablet.</p>
<p>Instead what seems to be happening is that all the Wiis, iPhones, and N900s are now heading us towards a <a href="http://en.wikipedia.org/wiki/Post-WIMP">post-WIMP</a> world. Instead of indirect manipulation by mouse and keyboard we can now interact with our applications using the more natural ways of touching things on screen or moving the device around.</p>
<p>This innovation will not be limited only to mobile APIs, web applications can already now know whether user is accessing them via a WIMP  system or a touchscreen device thanks to <a href="https://developer.mozilla.org/en/css/media_queries#-moz-touch-enabled">CSS  media queries</a> and <a href="http://dougt.org/wordpress/2009/08/orientation/">Javascript  orientation events</a> in <a href="http://www.mozilla.com/en-US/firefox/3.6/releasenotes/">latest  Firefox</a>.</p>
<p>The user interface innovation that is arriving thanks to these new interaction possibilities is quite promising, though it will probably take a while before we know what things actually work, and what are just fun demos.</p>
<p>If you're thinking about new kinds of user interfaces, it might be a good time to read papers like <a href="http://www.useit.com/papers/noncommand.html">Noncommand User Interfaces</a> (<em>Jakob Nielsen</em>, 1993) and <a href="http://worrydream.com/MagicInk/">Magic Ink</a> (<em>Bret Victor</em>, 2006).</p>
<p>I certainly am as we are in the process of <a href="http://www.qaiku.com/go/5ebp">defining a new kind of CMS UI</a> for <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard 2</a>.</p>
<p><strong>Update:</strong> Gizmodo has a very nice <a href="http://gizmodo.com/5452501/the-apple-tablet-interface-must-be-like-this">article on Jef Raskin's information appliance concept</a> and the evolution of GUIs.</p>]]></content>
        <summary type="html"><![CDATA[

<p>There certainly is a lot of buzz about <a href="http://www.engadget.com/tag/Appletablet/">Apple's rumored Tablet</a> product.  <a href="http://daringfireball.net/2009/12/the_tablet">Daring Fireball writes</a>:</p>
<blockquote>If you’re thinking The Tablet is just a big iPhone, or just Apple’s take on the e-reader, or just a media player, or <em>just</em> anything, I say you’re thinking too small — the equivalent of thinking that the iPhone was going to be just a click wheel iPod that made phone calls. I think The Tablet is nothing short of Apple’s reconception of personal computing.</blockquote>
<p>What I find most interesting are the view that the Tablet may bring new  computer interaction paradigms. <a href="http://daringfireball.net/2010/01/the_original_tablet">Again from Daring Fireball</a>:</p>
<blockquote>Our “desktop” computers’ human interfaces haven’t fundamentally changed since 1984 — keyboard and mouse/trackpad for input, overlapping draggable resizable windows on-screen, and a hierarchical file system where you create and manage “document files”. Have you ever sat back, scratched your chin, and wondered when the computer industry will break free of these current interfaces — which can be a hassle even for experts, and downright confusing (e.g. click vs. double-click) for the non-experts? Surely no one expects the computer interfaces of, say, 50 years hence to be based on these same metaphors and input methods. What’s the next step?</blockquote>
<p>A touchscreen tablet isn't really suited for <a href="http://en.wikipedia.org/wiki/WIMP_%28computing%29">the WIMP paradigm</a> as for example <a href="http://www.macworld.com/article/145609/2010/01/tablet_text_entry.html">text entry is quite difficult</a>, and you probably want larger, thumb-friendly user interface elements. This is where <a href="http://theappleblog.com/2010/01/07/microsofts-slate-exactly-unlike-apples-upcoming-tablet/">Microsoft's Tablet PC initiative failed</a>, trying to bring the regular WIMP user interface to the tablet.</p>
<p>Instead what seems to be happening is that all the Wiis, iPhones, and N900s are now heading us towards a <a href="http://en.wikipedia.org/wiki/Post-WIMP">post-WIMP</a> world. Instead of indirect manipulation by mouse and keyboard we can now interact with our applications using the more natural ways of touching things on screen or moving the device around.</p>
<p>This innovation will not be limited only to mobile APIs, web applications can already now know whether user is accessing them via a WIMP  system or a touchscreen device thanks to <a href="https://developer.mozilla.org/en/css/media_queries#-moz-touch-enabled">CSS  media queries</a> and <a href="http://dougt.org/wordpress/2009/08/orientation/">Javascript  orientation events</a> in <a href="http://www.mozilla.com/en-US/firefox/3.6/releasenotes/">latest  Firefox</a>.</p>
<p>The user interface innovation that is arriving thanks to these new interaction possibilities is quite promising, though it will probably take a while before we know what things actually work, and what are just fun demos.</p>
<p>If you're thinking about new kinds of user interfaces, it might be a good time to read papers like <a href="http://www.useit.com/papers/noncommand.html">Noncommand User Interfaces</a> (<em>Jakob Nielsen</em>, 1993) and <a href="http://worrydream.com/MagicInk/">Magic Ink</a> (<em>Bret Victor</em>, 2006).</p>
<p>I certainly am as we are in the process of <a href="http://www.qaiku.com/go/5ebp">defining a new kind of CMS UI</a> for <a href="http://bergie.iki.fi/blog/raise_the_hammer-midgard2_mjolnir_goes_live/">Midgard 2</a>.</p>
<p><strong>Update:</strong> Gizmodo has a very nice <a href="http://gizmodo.com/5452501/the-apple-tablet-interface-must-be-like-this">article on Jef Raskin's information appliance concept</a> and the evolution of GUIs.</p>]]></summary>
    </entry>
    <entry>
        <title>Someones watching?</title>
        <link rel="alternate" type="text/html" href="http://jemiweb.wordpress.com/2010/01/19/someones-watching/"/>
        <published>2010-01-19T18:02:14+00:00</published>
        <updated>2010-01-19T18:02:14+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-b5638850052811dfbff0afb49a367af37af3</id>
        <author>
            <name>jemi@iki.fi (Edvard Immonen)</name>
        </author>
        <category  term="feed:8a14b25060334d992b2c32782632632e" />
        <content type="html"><![CDATA[
I stumbled into Internet Eyes a while ago and it is Big Brother on steroids. You randomly plug yourself to one of the 4.2 million CCTV cams spread over the UK and watch if something happens. If it does and it&#8217;s a crime, you can report it and get points (and perhaps get rewarded). If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jemiweb.wordpress.com&blog=2426414&post=57&subd=jemiweb&ref=&feed=1" />]]></content>
        <summary type="html"><![CDATA[
I stumbled into Internet Eyes a while ago and it is Big Brother on steroids. You randomly plug yourself to one of the 4.2 million CCTV cams spread over the UK and watch if something happens. If it does and it&#8217;s a crime, you can report it and get points (and perhaps get rewarded). If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jemiweb.wordpress.com&blog=2426414&post=57&subd=jemiweb&ref=&feed=1" />]]></summary>
    </entry>
    <entry>
        <title>Backwards compatibility broken PR1.1 SDK</title>
        <link rel="alternate" type="text/html" href="http://communitizer.blogspot.com/2010/01/backwards-compatibility-broken-pr11-sdk.html"/>
        <published>2010-01-18T22:00:00+00:00</published>
        <updated>2010-01-18T22:00:00+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-f8a77622047811dfb8ed4764f7c387718771</id>
        <author>
            <name>maemo@breet.com (Niels Breet)</name>
        </author>
        <category  term="feed:e421ae90b0be990fbff1a5bf870fae5c" />
        <content type="html"><![CDATA[
I've been discussing this issue with some people before as hypothetical case, but now it seems that we run into it: Compiling and application against the PR1.1 SDK creates packages which can not be installed on earlier firmware releases.<br /><br />In this case we have have a libosso version which is higher than the one in previous releases. As this dependency gets automatically added when compiling in the PR1.1 SDK this poses a problem.<br /><br />The autobuilder uses the repository.maemo.org repository, so it automatically uses newer packages when they are available.<br /><br />For Extras this means that install of an application which is compiled against the new SDK fails without any description we can expect an end-user to understand. This is something which should be prevented.<br /><br />How can we work around this problem:<br /><br />1: Only compile against the original SDK.<br /><br />   This prevents new features from ever be available to developers, but should work until there is real API/ABI breakage in a new firmware.<br /><br />2: Use version specific repositories<br /><br />   This needs Application Manager support as we need to fetch from a separate repository every time. Also requires us to build against every sdk version known to man.<br /><br />3: Depend on >= mp-fremantle-generic-pr | maemo-version<br /><br />   We would need a hack in the autobuilder to add depends to pr and maemo version. This way a user needs to upgrade to at least the required firmware image. I think this will make it easier for an end-user to understand what is happening.<br /><br />   We could, with help of the AM team, even detect in the AM that a firmware upgrade is required and give a the end user a nice warning/description.<br /><br />Currently the AM doesn't have any means to detect which firmware version a package requires. Option 3 solve that issue at the same time.<br /><br />If you have an alternative solution on how to go about fixing this<br />issue, then please let me know.<br /><br />Discussions on the maemo-developers list or <a href="http://talk.maemo.org/showthread.php?p=480755">talk</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/178720020062470171-4478647590685312704?l=communitizer.blogspot.com' alt='' /></div>]]></content>
        <summary type="html"><![CDATA[
I've been discussing this issue with some people before as hypothetical case, but now it seems that we run into it: Compiling and application against the PR1.1 SDK creates packages which can not be installed on earlier firmware releases.<br /><br />In this case we have have a libosso version which is higher than the one in previous releases. As this dependency gets automatically added when compiling in the PR1.1 SDK this poses a problem.<br /><br />The autobuilder uses the repository.maemo.org repository, so it automatically uses newer packages when they are available.<br /><br />For Extras this means that install of an application which is compiled against the new SDK fails without any description we can expect an end-user to understand. This is something which should be prevented.<br /><br />How can we work around this problem:<br /><br />1: Only compile against the original SDK.<br /><br />   This prevents new features from ever be available to developers, but should work until there is real API/ABI breakage in a new firmware.<br /><br />2: Use version specific repositories<br /><br />   This needs Application Manager support as we need to fetch from a separate repository every time. Also requires us to build against every sdk version known to man.<br /><br />3: Depend on >= mp-fremantle-generic-pr | maemo-version<br /><br />   We would need a hack in the autobuilder to add depends to pr and maemo version. This way a user needs to upgrade to at least the required firmware image. I think this will make it easier for an end-user to understand what is happening.<br /><br />   We could, with help of the AM team, even detect in the AM that a firmware upgrade is required and give a the end user a nice warning/description.<br /><br />Currently the AM doesn't have any means to detect which firmware version a package requires. Option 3 solve that issue at the same time.<br /><br />If you have an alternative solution on how to go about fixing this<br />issue, then please let me know.<br /><br />Discussions on the maemo-developers list or <a href="http://talk.maemo.org/showthread.php?p=480755">talk</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/178720020062470171-4478647590685312704?l=communitizer.blogspot.com' alt='' /></div>]]></summary>
    </entry>
    <entry>
        <title>Parking – part 2</title>
        <link rel="alternate" type="text/html" href="http://jemiweb.wordpress.com/2010/01/17/parking-part-2/"/>
        <published>2010-01-17T12:15:59+00:00</published>
        <updated>2010-01-17T12:15:59+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-0cc23b0c036511dfb4f7d933acf74ef04ef0</id>
        <author>
            <name>jemi@iki.fi (Edvard Immonen)</name>
        </author>
        <category  term="feed:8a14b25060334d992b2c32782632632e" />
        <content type="html"><![CDATA[
It has taken some time to get this second part online. Perhaps even too long, but that&#8217;s life. More important stuff always seem to come around and mess up the plans on these less important things. Well here is a follow up on the parking&#8230;not as good as the first post, but this is more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jemiweb.wordpress.com&blog=2426414&post=54&subd=jemiweb&ref=&feed=1" />]]></content>
        <summary type="html"><![CDATA[
It has taken some time to get this second part online. Perhaps even too long, but that&#8217;s life. More important stuff always seem to come around and mess up the plans on these less important things. Well here is a follow up on the parking&#8230;not as good as the first post, but this is more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jemiweb.wordpress.com&blog=2426414&post=54&subd=jemiweb&ref=&feed=1" />]]></summary>
    </entry>
    <entry>
        <title>Google's Near Me Now: not quite there</title>
        <link rel="alternate" type="text/html" href="http://bergie.iki.fi/blog/google-s_near_me_now-not_quite_there/"/>
        <published>2010-01-08T11:50:11+00:00</published>
        <updated>2010-01-08T11:50:11+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-9bc5c3e8fc5111de8a575f25cce238073807</id>
        <author>
            <name>henri.bergius@iki.fi (Henri Bergius)</name>
        </author>
        <category  term="feed:e1ac443192c214d3dd05c950b16e0929" />
        <content type="html"><![CDATA[

<p>Google launched a <a href="http://googlemobile.blogspot.com/2010/01/finding-places-near-me-now-is-easier.html">new mobile web service called Near Me Now</a> that can recommend things like restaurants, bars and ATMs near you. This uses <a href="http://bergie.iki.fi/blog/browser_geolocation_without_gps-quite_accurate_enough/">browser geolocation</a> to provide only <a href="http://worrydream.com/MagicInk/#inferring_context_from_the_environment">results relevant</a> to where you are.</p>
<p><img src="http://bergie.iki.fi/static/1/1defc49935f6be4fc4911debde41b4695a22b2b2b2b_googlenearme.jpg" border="0" alt="googlenearme.jpg" title="googlenearme.jpg" /></p>
<p>The idea is quite good: to replace business directories like <a href="http://www.yelp.com/">Yelp</a> or <a href="http://eat.fi/">eat.fi</a> with something that is easily accessible from <a href="http://www.google.com/">Google's homepage</a> and uses Google's great relevancy algorithms.</p>
<p>However, the implementation is not quite there yet. My main gripe is that they implemented this using browser sniffing so that the feature can be accessed <em>only</em> with iPhones and Android devices. Even though I'm using <a href="http://en.wikipedia.org/wiki/Nokia_N900">N900</a>, a mobile device that has GPS and <a href="http://maemo.org/packages/view/maemo-geolocation/">provides geolocation</a> through the browser I cannot access that site. That reeks of the bad old times of <a href="http://www.theregister.co.uk/2005/05/04/letters_0405/">IE-only websites</a>.</p>
<p><strong>Lesson:</strong> if you need browser sniffing to provide some feature, implement it based on browser capabilities, not the user agent (which <a href="http://www.mydigitallife.info/2008/06/28/how-to-emulate-iphone-change-user-agent-in-safari-and-firefox-web-browser/">can anyway be spoofed easily</a>).</p>]]></content>
        <summary type="html"><![CDATA[

<p>Google launched a <a href="http://googlemobile.blogspot.com/2010/01/finding-places-near-me-now-is-easier.html">new mobile web service called Near Me Now</a> that can recommend things like restaurants, bars and ATMs near you. This uses <a href="http://bergie.iki.fi/blog/browser_geolocation_without_gps-quite_accurate_enough/">browser geolocation</a> to provide only <a href="http://worrydream.com/MagicInk/#inferring_context_from_the_environment">results relevant</a> to where you are.</p>
<p><img src="http://bergie.iki.fi/static/1/1defc49935f6be4fc4911debde41b4695a22b2b2b2b_googlenearme.jpg" border="0" alt="googlenearme.jpg" title="googlenearme.jpg" /></p>
<p>The idea is quite good: to replace business directories like <a href="http://www.yelp.com/">Yelp</a> or <a href="http://eat.fi/">eat.fi</a> with something that is easily accessible from <a href="http://www.google.com/">Google's homepage</a> and uses Google's great relevancy algorithms.</p>
<p>However, the implementation is not quite there yet. My main gripe is that they implemented this using browser sniffing so that the feature can be accessed <em>only</em> with iPhones and Android devices. Even though I'm using <a href="http://en.wikipedia.org/wiki/Nokia_N900">N900</a>, a mobile device that has GPS and <a href="http://maemo.org/packages/view/maemo-geolocation/">provides geolocation</a> through the browser I cannot access that site. That reeks of the bad old times of <a href="http://www.theregister.co.uk/2005/05/04/letters_0405/">IE-only websites</a>.</p>
<p><strong>Lesson:</strong> if you need browser sniffing to provide some feature, implement it based on browser capabilities, not the user agent (which <a href="http://www.mydigitallife.info/2008/06/28/how-to-emulate-iphone-change-user-agent-in-safari-and-firefox-web-browser/">can anyway be spoofed easily</a>).</p>]]></summary>
    </entry>
    <entry>
        <title>How To – Resolve Printing an Entire Excel Workbook as one PDF</title>
        <link rel="alternate" type="text/html" href="http://www.adamsdesk.com/be/archives/2010/01/05/how-to-resolve-printing-an-entire-excel-workbook-as-one-pdf/"/>
        <published>2010-01-05T15:37:52+00:00</published>
        <updated>2010-01-05T15:37:52+00:00</updated>
        <id>http://www.midgard-project.org/midcom-permalink-99e1e250fa1711dea5b021004d43c2d6c2d6</id>
        <author>
            <name>adouglas@venmarces.com (Adam Douglas)</name>
        </author>
        <category  term="feed:ed8785fe5210ab2f4b83d14c9502c779" />
        <content type="html"><![CDATA[
<h4>Background Knowledge</h4>
<hr />
<p>When trying to print an entire Microsoft Excel workbook to a PDF using Adobe PDF or PDF Creator multiple PDFs are created for each worksheet instead of a single PDF file. This is caused by Excel itself on how the worksheets are setup due to one or all of the following settings, print quality, print area and page orientation for each worksheet.</p>
<p>Applies to:</p>
<ul>
<li>Microsoft Excel 2007</li>
<li>Microsoft Excel 2003</li>
<li>Microsoft Excel 2002</li>
<li>Microsoft Excel 2000</li>
</ul>
<h4>Solution</h4>
<hr />
<ol>
<li>Set &#8220;Print Area&#8221; for each sheet under &#8220;Page Layout/Page Setup&#8221;.</li>
<li>Set the &#8220;page orientation&#8221; under &#8220;Page Layout/Page Setup&#8221; to portrait or landscape for each sheet as necessary.</li>
<li>Right click on a worksheet tab at the bottom of the screen and click on &#8220;Select All Sheets&#8221;.</li>
<li>Now under Page Layout/Page Setup set the paper size and print quality for all sheets.</li>
</ol>
<p>Source: <a href="http://www.novapdf.com/kb/printing-an-entire-excel-workbook-to-a-single-pdf-file-135.html">novaPDF Knowledge Base: Printing an entire Excel workbook to a single PDF file</a><br />
Source: <a href="http://www.dopdf.com/forum/topic/trouble-with-multiple-pdfs-with-one-workbook">doPDF Forum: Trouble with Multiple Pdfs with one workbook</a></p>
]]></content>
        <summary type="html"><![CDATA[
<h4>Background Knowledge</h4>
<hr />
<p>When trying to print an entire Microsoft Excel workbook to a PDF using Adobe PDF or PDF Creator multiple PDFs are created for each worksheet instead of a single PDF file. This is caused by Excel itself on how the worksheets are setup due to one or all of the following settings, print quality, print area and page orientation for each worksheet.</p>
<p>Applies to:</p>
<ul>
<li>Microsoft Excel 2007</li>
<li>Microsoft Excel 2003</li>
<li>Microsoft Excel 2002</li>
<li>Microsoft Excel 2000</li>
</ul>
<h4>Solution</h4>
<hr />
<ol>
<li>Set &#8220;Print Area&#8221; for each sheet under &#8220;Page Layout/Page Setup&#8221;.</li>
<li>Set the &#8220;page orientation&#8221; under &#8220;Page Layout/Page Setup&#8221; to portrait or landscape for each sheet as necessary.</li>
<li>Right click on a worksheet tab at the bottom of the screen and click on &#8220;Select All Sheets&#8221;.</li>
<li>Now under Page Layout/Page Setup set the paper size and print quality for all sheets.</li>
</ol>
<p>Source: <a href="http://www.novapdf.com/kb/printing-an-entire-excel-workbook-to-a-single-pdf-file-135.html">novaPDF Knowledge Base: Printing an entire Excel workbook to a single PDF file</a><br />
Source: <a href="http://www.dopdf.com/forum/topic/trouble-with-multiple-pdfs-with-one-workbook">doPDF Forum: Trouble with Multiple Pdfs with one workbook</a></p>
]]></summary>
    </entry>
</feed>
