<?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>VBSteven.be</title>
	<atom:link href="http://www.vbsteven.be/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vbsteven.be/blog</link>
	<description>A programmer&#039;s blog, by Steven Van Bael</description>
	<lastBuildDate>Sat, 31 Jul 2010 09:50:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Why I prefer the Linux desktop for software development</title>
		<link>http://www.vbsteven.be/blog/why-i-prefer-the-linux-desktop/</link>
		<comments>http://www.vbsteven.be/blog/why-i-prefer-the-linux-desktop/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 09:17:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=283</guid>
		<description><![CDATA[I&#8217;ve been a full time Linux user for the past 6 years. In this post I&#8217;ll try to explain why I prefer the Linux desktop for doing all my software development work. I will try to stay as objective as possible about &#8230; <a href="http://www.vbsteven.be/blog/why-i-prefer-the-linux-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/why-i-prefer-the-linux-desktop/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Review of Droidcon.be</title>
		<link>http://www.vbsteven.be/blog/review-of-droidcon-be/</link>
		<comments>http://www.vbsteven.be/blog/review-of-droidcon-be/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 14:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=248</guid>
		<description><![CDATA[Yesterday I attended Droidcon Belgium, the first Android Conference organized in Belgium at Living Tomorrow in Vilvoorde. This is my personal opinion on the event. About the event The idea for a belgian droidcon chapter started with an Android enthusiast: @PatrickBosteels. He &#8230; <a href="http://www.vbsteven.be/blog/review-of-droidcon-be/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/review-of-droidcon-be/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Android debugging: Capturing network traffic with tcpdump</title>
		<link>http://www.vbsteven.be/blog/android-debugging-inspectin-network-traffic-with-tcpdump/</link>
		<comments>http://www.vbsteven.be/blog/android-debugging-inspectin-network-traffic-with-tcpdump/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 16:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[tcp-dump]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=219</guid>
		<description><![CDATA[When writing Android applications that heavily rely on networking it can sometimes be useful to inspect the network traffic going out and coming into your device. Especially when writing applications that implement networking protocols (like ftp, smtp, ssh, xmpp,..) the &#8230; <a href="http://www.vbsteven.be/blog/android-debugging-inspectin-network-traffic-with-tcpdump/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/android-debugging-inspectin-network-traffic-with-tcpdump/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Quickcopy : an Android app for managing frequently used text snippets</title>
		<link>http://www.vbsteven.be/blog/quickcopy-an-android-app-for-managing-frequently-used-text-snippets/</link>
		<comments>http://www.vbsteven.be/blog/quickcopy-an-android-app-for-managing-frequently-used-text-snippets/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 16:38:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=208</guid>
		<description><![CDATA[I&#8217;ve had this idea for a new Android app in my head for a few days and today I finally took some time to implement it. Quickcopy Quickcopy is a little application that lets you store little text snippets that &#8230; <a href="http://www.vbsteven.be/blog/quickcopy-an-android-app-for-managing-frequently-used-text-snippets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/quickcopy-an-android-app-for-managing-frequently-used-text-snippets/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Android : getting the contact name of a phone number</title>
		<link>http://www.vbsteven.be/blog/android-getting-the-contact-name-of-a-phone-number/</link>
		<comments>http://www.vbsteven.be/blog/android-getting-the-contact-name-of-a-phone-number/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 11:05:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[contacts]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=200</guid>
		<description><![CDATA[As a new feature in my Android app for the belgian mobile phone carrier Mobile Vikings I wanted to display contact names in the call history instead of the number. After a bit of googling I found that Android provides &#8230; <a href="http://www.vbsteven.be/blog/android-getting-the-contact-name-of-a-phone-number/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/android-getting-the-contact-name-of-a-phone-number/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Wave Security issue with gadgets</title>
		<link>http://www.vbsteven.be/blog/google-wave-security-issue-with-gadgets/</link>
		<comments>http://www.vbsteven.be/blog/google-wave-security-issue-with-gadgets/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 14:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beta reviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=192</guid>
		<description><![CDATA[In one of my previous posts about Google Wave I mentioned a security issue concerning gadgets. I decided to do a little more research on this subject and to do some experiments on some publicly available gadgets. The issue Before &#8230; <a href="http://www.vbsteven.be/blog/google-wave-security-issue-with-gadgets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/google-wave-security-issue-with-gadgets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>First look on Google Wave (Part 3) : Gadget API</title>
		<link>http://www.vbsteven.be/blog/first-look-on-google-wave-part-3-gadget-api/</link>
		<comments>http://www.vbsteven.be/blog/first-look-on-google-wave-part-3-gadget-api/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:12:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beta reviews]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[developer sandbox]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=162</guid>
		<description><![CDATA[This is part 3 of my Google Wave developer sandbox review. Part 1 and part 2 were both an introduction to some wave concepts. In this part we&#8217;ll be taking a look at the Google Wave Gadget API by writing &#8230; <a href="http://www.vbsteven.be/blog/first-look-on-google-wave-part-3-gadget-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/first-look-on-google-wave-part-3-gadget-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>First look on Google Wave (Part 2) : Advanced features</title>
		<link>http://www.vbsteven.be/blog/first-look-on-google-wave-part-2-advanced-features/</link>
		<comments>http://www.vbsteven.be/blog/first-look-on-google-wave-part-2-advanced-features/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 19:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beta reviews]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[sandbox]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=133</guid>
		<description><![CDATA[As the first part of my Google Wave developer sandbox review handled basic usage, this article will be about some more advanced features currently in the Google Wave developer sandbox. Attachments Adding attachments to a wave works similar to adding &#8230; <a href="http://www.vbsteven.be/blog/first-look-on-google-wave-part-2-advanced-features/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/first-look-on-google-wave-part-2-advanced-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First look at Google Wave developer sandbox (Part 1)</title>
		<link>http://www.vbsteven.be/blog/first-look-at-google-wave-developer-sandbox-part-1/</link>
		<comments>http://www.vbsteven.be/blog/first-look-at-google-wave-developer-sandbox-part-1/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 21:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beta reviews]]></category>
		<category><![CDATA[developer sandbox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=96</guid>
		<description><![CDATA[Two days after I got my invitation to the Ubuntu One beta and wrote a review about my first impressions I also received an invitation to join the Google Wave developer sandbox. As my Ubuntu One review was pretty popular &#8230; <a href="http://www.vbsteven.be/blog/first-look-at-google-wave-developer-sandbox-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/first-look-at-google-wave-developer-sandbox-part-1/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>First look at Ubuntu One beta</title>
		<link>http://www.vbsteven.be/blog/first-look-at-ubuntu-one-beta/</link>
		<comments>http://www.vbsteven.be/blog/first-look-at-ubuntu-one-beta/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:53:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://www.vbsteven.be/blog/?p=77</guid>
		<description><![CDATA[Yesterday I received my invitation to the Ubuntu One beta. I played around with it for a few hours and these are my opinions. What is Ubuntu One For those who haven&#8217;t heard of it, Ubuntu One is a service &#8230; <a href="http://www.vbsteven.be/blog/first-look-at-ubuntu-one-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.vbsteven.be/blog/first-look-at-ubuntu-one-beta/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
