<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Comments, Code and Qt.</title>
	<atom:link href="http://www.johanpaul.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johanpaul.com/blog</link>
	<description>Some words about the wonderful world of software engineering</description>
	<lastBuildDate>Wed, 09 May 2012 04:59:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>&#8216;sudo ./script.sh: command not found&#8217; on Ubuntu</title>
		<link>http://www.johanpaul.com/blog/2012/02/sudo-script-sh-command-not-found-on-ubuntu/</link>
		<comments>http://www.johanpaul.com/blog/2012/02/sudo-script-sh-command-not-found-on-ubuntu/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 14:54:39 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[Void]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command not found]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=1127</guid>
		<description><![CDATA[<p>I am pretty sure I could run my script last week, but I cannot anymore today.</p>
<p><code>kypeli@ubuntu:~$ sudo ./myscript.sh<br />
[sudo] password for kypeli:<br />
sudo: ./myscript: command not found</code></p>
<p>Obviously this was very strange to me because the script was in the current working directory, all permissions looked fine and I could run the script just fine without <em>sudo</em>, which indicated that the <a href="http://en.wikipedia.org/wiki/Shebang_%28Unix%29" target="_blank">shebang</a> was ok.</p>
<p><a href="http://www.johanpaul.com/blog/2012/02/sudo-script-sh-command-not-found-on-ubuntu/" class="more-link">Read more on &#8216;sudo ./script.sh: command not found&#8217; on Ubuntu...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/bash' rel='tag' target='_self'>bash</a>, <a class='technorati-link' href='http://technorati.com/tag/command+not+found' rel='tag' target='_self'>command not found</a>, <a class='technorati-link' href='http://technorati.com/tag/linux' rel='tag' target='_self'>linux</a>, <a class='technorati-link' href='http://technorati.com/tag/script' rel='tag' target='_self'>script</a>, <a class='technorati-link' href='http://technorati.com/tag/shell' rel='tag' target='_self'>shell</a>, <a class='technorati-link' href='http://technorati.com/tag/sudo' rel='tag' target='_self'>sudo</a>, <a class='technorati-link' href='http://technorati.com/tag/ubuntu' rel='tag' target='_self'>ubuntu</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2012/02/sudo-script-sh-command-not-found-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sunday evening fun: Windows Phone 7 styled progress indicator in QML</title>
		<link>http://www.johanpaul.com/blog/2012/01/sunday-evening-fun-windows-phone-7-styled-progress-indicator-in-qml/</link>
		<comments>http://www.johanpaul.com/blog/2012/01/sunday-evening-fun-windows-phone-7-styled-progress-indicator-in-qml/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 22:05:22 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[qml]]></category>
		<category><![CDATA[qt quick]]></category>
		<category><![CDATA[wp7. windows phone]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=1109</guid>
		<description><![CDATA[<p>I started a new coding hobby project today. But instead of actually getting very far with the productive part of the project I got side tracked on something fun I wanted to try out (don't you just love when that happens <img src='http://www.johanpaul.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  That's not possible when coding at work...). I wanted to share this day's outcome with you.</p>
<p><a href="http://www.johanpaul.com/blog/2012/01/sunday-evening-fun-windows-phone-7-styled-progress-indicator-in-qml/" class="more-link">Read more on Sunday evening fun: Windows Phone 7 styled progress indicator in QML...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/qml' rel='tag' target='_self'>qml</a>, <a class='technorati-link' href='http://technorati.com/tag/Qt' rel='tag' target='_self'>Qt</a>, <a class='technorati-link' href='http://technorati.com/tag/qt+quick' rel='tag' target='_self'>qt quick</a>, <a class='technorati-link' href='http://technorati.com/tag/wp7.+windows+phone' rel='tag' target='_self'>wp7. windows phone</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2012/01/sunday-evening-fun-windows-phone-7-styled-progress-indicator-in-qml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting MeeGo Qt Components apps to Symbian</title>
		<link>http://www.johanpaul.com/blog/2011/12/porting-meego-qt-components-apps-to-symbian/</link>
		<comments>http://www.johanpaul.com/blog/2011/12/porting-meego-qt-components-apps-to-symbian/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 06:09:47 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[porting]]></category>
		<category><![CDATA[qml]]></category>
		<category><![CDATA[qt components]]></category>
		<category><![CDATA[qt quick]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=1064</guid>
		<description><![CDATA[<p>Of course I don't have all the answers to what needs to be done for any given MeeGo Qt Component based application to have it running on Symbian, but I think I have three general actions that need to be done when porting an app from MeeGo to Symbian; <em>have it run with the resources</em>, <em>make the code compile</em> and <em>tweak the UI</em>. </p>
<p><a href="http://www.johanpaul.com/blog/2011/12/porting-meego-qt-components-apps-to-symbian/" class="more-link">Read more on Porting MeeGo Qt Components apps to Symbian...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/porting' rel='tag' target='_self'>porting</a>, <a class='technorati-link' href='http://technorati.com/tag/qml' rel='tag' target='_self'>qml</a>, <a class='technorati-link' href='http://technorati.com/tag/Qt' rel='tag' target='_self'>Qt</a>, <a class='technorati-link' href='http://technorati.com/tag/qt+components' rel='tag' target='_self'>qt components</a>, <a class='technorati-link' href='http://technorati.com/tag/qt+quick' rel='tag' target='_self'>qt quick</a>, <a class='technorati-link' href='http://technorati.com/tag/symbian' rel='tag' target='_self'>symbian</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/12/porting-meego-qt-components-apps-to-symbian/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I passed the Nokia Certified Qt Specialist test</title>
		<link>http://www.johanpaul.com/blog/2011/12/i-passed-the-nokia-certified-qt-specialist-test/</link>
		<comments>http://www.johanpaul.com/blog/2011/12/i-passed-the-nokia-certified-qt-specialist-test/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 07:25:26 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[Void]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[qt specialist]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=1059</guid>
		<description><![CDATA[<p>I just have to put it out here; I am now a Nokia Certified Qt Specialist which means I have the right to use the logo below. I have no idea where I would use it in the future, so let's have it at least here on my blog <img src='http://www.johanpaul.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.johanpaul.com/blog/2011/12/i-passed-the-nokia-certified-qt-specialist-test/" class="more-link">Read more on I passed the Nokia Certified Qt Specialist test...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Qt' rel='tag' target='_self'>Qt</a>, <a class='technorati-link' href='http://technorati.com/tag/qt+specialist' rel='tag' target='_self'>qt specialist</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/12/i-passed-the-nokia-certified-qt-specialist-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A MeeGo developer&#8217;s endeavors to the Symbian Qt world</title>
		<link>http://www.johanpaul.com/blog/2011/12/a-meego-developers-endeavors-to-the-symbian-qt-world/</link>
		<comments>http://www.johanpaul.com/blog/2011/12/a-meego-developers-endeavors-to-the-symbian-qt-world/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 20:08:17 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[podcatcher]]></category>
		<category><![CDATA[qt components]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=1020</guid>
		<description><![CDATA[<p>I've been working with Qt for a while already and we all know what a great cross-platform framework it is. When Nokia <a href="http://arstechnica.com/open-source/news/2008/01/nokia-buys-trolltech-will-become-a-patron-of-kde.ars" target="_blank">bought Trolltech in 2008</a> it was clear that Nokia wanted to make Symbian development easier. However, the QWidget based toolkit would not fly on Symbian, or any other mobile platform for that matter, so Nokia built <a href="http://labs.qt.nokia.com/2010/02/15/ui-extensions-for-mobile-development-now-on-gitorious/" target="_blank">some mobile</a> <a href="http://zchydem.enume.net/2009/12/30/maemo-6-and-concerns-of-the-community/" target="_blank">UI frameworks</a> on Qt (and oh boy Nokia is good at building frameworks for everything. Everyone should have at least one framework, if not two. I could write another blog post about that...). But while people in Europe were fighting over their frameworks, it was not until the guys and gals in <a href="http://www.worky.com/job/senior-software-engineer-qml/32526" target="_blank">Brisbane</a> came up with QML when everything changed. Qt could finally be cross platform again and in an elegant way!</p>
<p><a href="http://www.johanpaul.com/blog/2011/12/a-meego-developers-endeavors-to-the-symbian-qt-world/" class="more-link">Read more on A MeeGo developer&#8217;s endeavors to the Symbian Qt world...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/MeeGo' rel='tag' target='_self'>MeeGo</a>, <a class='technorati-link' href='http://technorati.com/tag/podcatcher' rel='tag' target='_self'>podcatcher</a>, <a class='technorati-link' href='http://technorati.com/tag/Qt' rel='tag' target='_self'>Qt</a>, <a class='technorati-link' href='http://technorati.com/tag/qt+components' rel='tag' target='_self'>qt components</a>, <a class='technorati-link' href='http://technorati.com/tag/symbian' rel='tag' target='_self'>symbian</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/12/a-meego-developers-endeavors-to-the-symbian-qt-world/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easy threading with QtConcurrent::run()</title>
		<link>http://www.johanpaul.com/blog/2011/09/easy-threading-with-qtconcurrentrun/</link>
		<comments>http://www.johanpaul.com/blog/2011/09/easy-threading-with-qtconcurrentrun/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 05:51:16 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[concurrent programming]]></category>
		<category><![CDATA[mutex]]></category>
		<category><![CDATA[qtconcurrent]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=987</guid>
		<description><![CDATA[<p>The following scenario is probably familiar to you: you are doing some heavy computing or IO intensive things in your app, like accessing a database, the filesystem or reading data from the Internet, that blocks your UI thread which leads to that the UI freezes. If you are writing a Qt app then probably the first thing that comes to your mind is to subclass QThread and implement the <em>run()</em> method (although <a href="http://labs.qt.nokia.com/2010/06/17/youre-doing-it-wrong/" target="_blank">you should not do that</a>). But before you do that, you should take a look at <a href="http://doc.qt.nokia.com/latest/threads-qtconcurrent.html" target="_blank">Qt Concurrent</a> and what it can offer. There is a good chance that what you need is already provided by the Qt Concurrent framework.</p>
<p><a href="http://www.johanpaul.com/blog/2011/09/easy-threading-with-qtconcurrentrun/" class="more-link">Read more on Easy threading with QtConcurrent::run()...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/concurrent+programming' rel='tag' target='_self'>concurrent programming</a>, <a class='technorati-link' href='http://technorati.com/tag/mutex' rel='tag' target='_self'>mutex</a>, <a class='technorati-link' href='http://technorati.com/tag/Qt' rel='tag' target='_self'>Qt</a>, <a class='technorati-link' href='http://technorati.com/tag/qtconcurrent' rel='tag' target='_self'>qtconcurrent</a>, <a class='technorati-link' href='http://technorati.com/tag/threads' rel='tag' target='_self'>threads</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/09/easy-threading-with-qtconcurrentrun/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updates regarding Podcatcher for N9</title>
		<link>http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/</link>
		<comments>http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 11:19:01 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[harmattan]]></category>
		<category><![CDATA[n9]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[podcatcher]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=976</guid>
		<description><![CDATA[<p>Podcatcher for N9 has been submitted to Nokia Store for approval! QA process is still pending. Let's hope it's soon available for download on your MeeGo Harmattan device! In the meantime, enjoy the latest screenshots from Podcatcher for N9. Many thanks to <a href="http://nikui.net">Nikui</a> for help with the layout and UX! <img src='http://www.johanpaul.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />

<a href='http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/2011-08-14_22-59-22/' title='2011-08-14_22-59-22'><img width="150" height="150" src="http://www.johanpaul.com/blog/wp-content/uploads/2011/08/2011-08-14_22-59-22-150x150.png" class="attachment-thumbnail" alt="2011-08-14_22-59-22" title="2011-08-14_22-59-22" /></a>
<a href='http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/episodes-downloading/' title='episodes-downloading'><img width="150" height="150" src="http://www.johanpaul.com/blog/wp-content/uploads/2011/08/episodes-downloading-150x150.png" class="attachment-thumbnail" alt="episodes-downloading" title="episodes-downloading" /></a>
<a href='http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/2011-08-15_13-26-50/' title='2011-08-15_13-26-50'><img width="150" height="150" src="http://www.johanpaul.com/blog/wp-content/uploads/2011/08/2011-08-15_13-26-50-150x150.png" class="attachment-thumbnail" alt="2011-08-15_13-26-50" title="2011-08-15_13-26-50" /></a>
<a href='http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/2011-08-14_10-30-52/' title='2011-08-14_10-30-52'><img width="150" height="150" src="http://www.johanpaul.com/blog/wp-content/uploads/2011/08/2011-08-14_10-30-52-150x150.png" class="attachment-thumbnail" alt="2011-08-14_10-30-52" title="2011-08-14_10-30-52" /></a>
<a href='http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/2011-08-14_10-31-18/' title='2011-08-14_10-31-18'><img width="150" height="150" src="http://www.johanpaul.com/blog/wp-content/uploads/2011/08/2011-08-14_10-31-18-150x150.png" class="attachment-thumbnail" alt="2011-08-14_10-31-18" title="2011-08-14_10-31-18" /></a>
</p>
<p><a href="http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/" class="more-link">Read more on Updates regarding Podcatcher for N9...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/harmattan' rel='tag' target='_self'>harmattan</a>, <a class='technorati-link' href='http://technorati.com/tag/MeeGo' rel='tag' target='_self'>MeeGo</a>, <a class='technorati-link' href='http://technorati.com/tag/n9' rel='tag' target='_self'>n9</a>, <a class='technorati-link' href='http://technorati.com/tag/podcasts' rel='tag' target='_self'>podcasts</a>, <a class='technorati-link' href='http://technorati.com/tag/podcatcher' rel='tag' target='_self'>podcatcher</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/08/updates-regarding-podcatcher-for-n9/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Introducing Podcatcher for Nokia N9</title>
		<link>http://www.johanpaul.com/blog/2011/08/introducing-podcatcher-for-nokia-n9/</link>
		<comments>http://www.johanpaul.com/blog/2011/08/introducing-podcatcher-for-nokia-n9/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 21:45:32 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[harmattan]]></category>
		<category><![CDATA[n9]]></category>
		<category><![CDATA[n950]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[podcast client]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[podcatcher]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=924</guid>
		<description><![CDATA[<blockquote><p><strong><em>Your intelligent podcast client.</em></strong></p></blockquote>
<h2>Get it now!</h2>
<p>Podcatcher for N9 is available from Nokia Store now! There is a free, lite, version that is limited to three subscriptions only. If you like Podcatcher for N9, I hope you will purchase the full version that has unlimited subscriptions. Links to Nokia Store are below.</p>
<p><a href="http://www.johanpaul.com/blog/2011/08/introducing-podcatcher-for-nokia-n9/" class="more-link">Read more on Introducing Podcatcher for Nokia N9...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/harmattan' rel='tag' target='_self'>harmattan</a>, <a class='technorati-link' href='http://technorati.com/tag/n9' rel='tag' target='_self'>n9</a>, <a class='technorati-link' href='http://technorati.com/tag/n950' rel='tag' target='_self'>n950</a>, <a class='technorati-link' href='http://technorati.com/tag/nokia' rel='tag' target='_self'>nokia</a>, <a class='technorati-link' href='http://technorati.com/tag/podcast+client' rel='tag' target='_self'>podcast client</a>, <a class='technorati-link' href='http://technorati.com/tag/podcasts' rel='tag' target='_self'>podcasts</a>, <a class='technorati-link' href='http://technorati.com/tag/podcatcher' rel='tag' target='_self'>podcatcher</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/08/introducing-podcatcher-for-nokia-n9/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Why QNetworkAccessManager should not have the finished(QNetworkReply *) signal</title>
		<link>http://www.johanpaul.com/blog/2011/07/why-qnetworkaccessmanager-should-not-have-the-finishedqnetworkreply-signal/</link>
		<comments>http://www.johanpaul.com/blog/2011/07/why-qnetworkaccessmanager-should-not-have-the-finishedqnetworkreply-signal/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 12:20:26 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[network programming]]></category>
		<category><![CDATA[qnetworkaccessmanager]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=869</guid>
		<description><![CDATA[<p>I was recently writing some network code in Qt using <strong>QNetworkAccessManager</strong> and again I did the mistake I've already done a few times. The reason for my mistake was that QNetworkAccessManager provides the <em>finished(QNetworkReply *)</em> signal. </p>
<p><a href="http://www.johanpaul.com/blog/2011/07/why-qnetworkaccessmanager-should-not-have-the-finishedqnetworkreply-signal/" class="more-link">Read more on Why QNetworkAccessManager should not have the finished(QNetworkReply *) signal...</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/c%2B%2B' rel='tag' target='_self'>c++</a>, <a class='technorati-link' href='http://technorati.com/tag/network+programming' rel='tag' target='_self'>network programming</a>, <a class='technorati-link' href='http://technorati.com/tag/qnetworkaccessmanager' rel='tag' target='_self'>qnetworkaccessmanager</a>, <a class='technorati-link' href='http://technorati.com/tag/Qt' rel='tag' target='_self'>Qt</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/07/why-qnetworkaccessmanager-should-not-have-the-finishedqnetworkreply-signal/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Sneak peek: Integrate your application with the Nokia N9 events view.</title>
		<link>http://www.johanpaul.com/blog/2011/07/sneak-peek-integrate-your-application-with-the-nokia-n9-events-view/</link>
		<comments>http://www.johanpaul.com/blog/2011/07/sneak-peek-integrate-your-application-with-the-nokia-n9-events-view/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 20:20:24 +0000</pubDate>
		<dc:creator>kypeli</dc:creator>
				<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[event page]]></category>
		<category><![CDATA[harmattan]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[nokia n9]]></category>

		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=840</guid>
		<description><![CDATA[<p>I am working on a Qt C++ library that will integrate your application with the Nokia N9 MeeGo Harmattan <a href="https://www.developer.nokia.com/swipe/ux/pages/Home.html#category0" target="_blank">event feed page</a>. You can add and update items with your icon, text or even a list of images that will be shown on the event feed page. I still want to add some features and polish the code before publishing it, but <strong>the library will be open source</strong>.</p>
<p><a href="http://www.johanpaul.com/blog/2011/07/sneak-peek-integrate-your-application-with-the-nokia-n9-events-view/" class="more-link">Read more on Sneak peek: Integrate your application with the Nokia N9 events view....</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/c%2B%2B' rel='tag' target='_self'>c++</a>, <a class='technorati-link' href='http://technorati.com/tag/event+page' rel='tag' target='_self'>event page</a>, <a class='technorati-link' href='http://technorati.com/tag/harmattan' rel='tag' target='_self'>harmattan</a>, <a class='technorati-link' href='http://technorati.com/tag/library' rel='tag' target='_self'>library</a>, <a class='technorati-link' href='http://technorati.com/tag/nokia+n9' rel='tag' target='_self'>nokia n9</a>, <a class='technorati-link' href='http://technorati.com/tag/Qt' rel='tag' target='_self'>Qt</a></p>

<!-- end wp-tags-to-technorati -->
]]></description>
		<wfw:commentRss>http://www.johanpaul.com/blog/2011/07/sneak-peek-integrate-your-application-with-the-nokia-n9-events-view/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.899 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 00:12:23 -->

