<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lab247</title>
	<atom:link href="http://lab247.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lab247.wordpress.com</link>
	<description>Small problems with small solutions</description>
	<lastBuildDate>Thu, 17 Sep 2009 13:35:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lab247.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lab247</title>
		<link>http://lab247.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lab247.wordpress.com/osd.xml" title="Lab247" />
	<atom:link rel='hub' href='http://lab247.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Unified working environment</title>
		<link>http://lab247.wordpress.com/2009/06/21/unified-working-environment/</link>
		<comments>http://lab247.wordpress.com/2009/06/21/unified-working-environment/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 18:50:00 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/?p=47</guid>
		<description><![CDATA[In my last post, I expressed my thoughts in cross platform development along with the opportunities and problems emerging from such an effort. After a couple days of coding and testing  I realized that it is safer to prefer the native libraries support for each operating system, rather than focusing in the cross platform functionality support of the frameworks, as a main strategy. The rule applies for rapid application development, using the most out of the framework supported functionality.

For example, an editor supporting HTML, which relies in native libraries, does not have cross platform bindings.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=47&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2009/06/21/unified-working-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>

		<media:content url="http://lab247.files.wordpress.com/2009/06/unified.png" medium="image">
			<media:title type="html">unified</media:title>
		</media:content>
	</item>
		<item>
		<title>Cross platform questions in C#</title>
		<link>http://lab247.wordpress.com/2009/06/13/cross-platform-questions-in-c/</link>
		<comments>http://lab247.wordpress.com/2009/06/13/cross-platform-questions-in-c/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:03:23 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2009/06/13/cross-platform-questions-in-c/</guid>
		<description><![CDATA[Editing HTML in a desktop application was a real challenge. In Windows environment MSHTML and IE comes to the rescue. By using the mshtml extension you can access all properties of a html document and by using the webeditor object you can create an "editable" html form for manipulating the content. On the other hand, GTK# and webkit is the alternative in the linux environment. 

But, wait a second. Do I have to build two diffrent GUIs in order to achive cross platform operation ? ANd how do I do that ? Do I make two versions of the same application or do I scan the environment at runtime and determine which GUI should I load.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=46&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2009/06/13/cross-platform-questions-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugfix rc1 and source release</title>
		<link>http://lab247.wordpress.com/2009/02/22/bugfix-rc1-and-source-release/</link>
		<comments>http://lab247.wordpress.com/2009/02/22/bugfix-rc1-and-source-release/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 14:20:41 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2009/02/22/bugfix-rc1-and-source-release/</guid>
		<description><![CDATA[The source *home* of the project moved in launchpad.net and a bugfix release is the next big thing. There are some connection problems caused by the GUI field used for URI validation. Furthermore, there are some weird alignment problems that need to be solved. I intend to fix those first and the clean up the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=45&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2009/02/22/bugfix-rc1-and-source-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>
	</item>
		<item>
		<title>February developments</title>
		<link>http://lab247.wordpress.com/2009/02/15/february-developments/</link>
		<comments>http://lab247.wordpress.com/2009/02/15/february-developments/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 20:01:41 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2009/02/15/february-developments/</guid>
		<description><![CDATA[Due to the fact that Linux and Windows GUI had to be separated and it will take some time to do that, I decided to re-design the core libraries and create a spin-off. Starting with the communication lib, the WebConnector, which is used to connect to WordPress with calls like: using WebConnector; string xmlResponse = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=38&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2009/02/15/february-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>
	</item>
		<item>
		<title>Cross Platform Tests</title>
		<link>http://lab247.wordpress.com/2008/12/17/cross-platform-tests/</link>
		<comments>http://lab247.wordpress.com/2008/12/17/cross-platform-tests/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 19:32:04 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2008/12/17/cross-platform-tests/</guid>
		<description><![CDATA[After receiving the first feedback messages, I realized that the interface is somewhat crippled in mono. Furthermore, most of you prefare a rich text editor for the content. Therefore, a) I have to rewrite the interface for mono b) I have to create a small rich text editor with the &#8220;basics&#8221; c) I don&#8217;t know [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=35&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2008/12/17/cross-platform-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>
	</item>
		<item>
		<title>File sharing services comments and a bug fix</title>
		<link>http://lab247.wordpress.com/2008/11/25/file-sharing-services-comments-and-a-bug-fix/</link>
		<comments>http://lab247.wordpress.com/2008/11/25/file-sharing-services-comments-and-a-bug-fix/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:41:22 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2008/11/25/file-sharing-services-comments-and-a-bug-fix/</guid>
		<description><![CDATA[My first experience with file sharing services was not the best one. Maybe the poping ad windows of mediafire.com is not the best thing. Maybe the downtime of dsfileshare.com was &#8220;bad luck&#8221;. Still, it is not the best thing to start with. Therefore I though I could try a third service, somewhat different. I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=34&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2008/11/25/file-sharing-services-comments-and-a-bug-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>
	</item>
		<item>
		<title>The adventure of a tiny software application</title>
		<link>http://lab247.wordpress.com/2008/11/23/the-adventure-of-a-tiny-software-application/</link>
		<comments>http://lab247.wordpress.com/2008/11/23/the-adventure-of-a-tiny-software-application/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 12:03:27 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2008/11/23/the-adventure-of-a-tiny-software-application/</guid>
		<description><![CDATA[It started like a game, but it is growing fast. I really don&#8217;t know why I started with this small application. Maybe I feel more comfortable, launcing the software from the desktop, punching some thoughts and send them wherever my blog is. Maybe I&#8217;m lazy and I don&#8217;t want to open the browser, login, navigate, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=11&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2008/11/23/the-adventure-of-a-tiny-software-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>

		<media:content url="http://lab247.files.wordpress.com/2008/11/tbc_1000.jpg?w=128" medium="image">
			<media:title type="html">Prototype Thumbnail</media:title>
		</media:content>
	</item>
		<item>
		<title>A post from a small blogging client</title>
		<link>http://lab247.wordpress.com/2008/10/25/a-post-from-a-small-blogging-client/</link>
		<comments>http://lab247.wordpress.com/2008/10/25/a-post-from-a-small-blogging-client/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 15:50:25 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2008/10/25/a-post-from-a-small-blogging-client/</guid>
		<description><![CDATA[This is the first attempt to post from a small Desktop application. Nothing fancy, just an easy way of posting.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=10&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2008/10/25/a-post-from-a-small-blogging-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>
	</item>
		<item>
		<title>Java work and relax by changing theme</title>
		<link>http://lab247.wordpress.com/2007/09/10/java-work-and-relax-by-changing-theme/</link>
		<comments>http://lab247.wordpress.com/2007/09/10/java-work-and-relax-by-changing-theme/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 21:30:35 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2007/09/10/java-work-and-relax-by-changing-theme/</guid>
		<description><![CDATA[It is very difficult to find the right software for each job. Java seems to be a strong rope to pack-up your applications. The three step solution to multiplatform deployment of applications, so far, is : Tomcat, Java&#8217;s smart &#8220;war&#8221; packaging, and your favorite application. The path is simple. You setup Tomcat, either on Unix [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=8&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2007/09/10/java-work-and-relax-by-changing-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>

		<media:content url="http://lab247.files.wordpress.com/2007/09/tomcat.thumbnail.gif" medium="image">
			<media:title type="html">tomcat</media:title>
		</media:content>
	</item>
		<item>
		<title>Evolution crash &#8230; not a beautifull morning</title>
		<link>http://lab247.wordpress.com/2007/07/26/evolution-crash-not-a-beautifull-morning/</link>
		<comments>http://lab247.wordpress.com/2007/07/26/evolution-crash-not-a-beautifull-morning/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 07:47:10 +0000</pubDate>
		<dc:creator>lab247</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lab247.wordpress.com/2007/07/26/evolution-crash-not-a-beautifull-morning/</guid>
		<description><![CDATA[Daily routine. From house to metro station, to the office, started up my workstation and launch Evolution from the panel launcher. Push the Send/Receive button and &#8230; CRASH. Bugzilla fired up. Filled the problem description and tried to send it. Still no luck. Bugzilla didn&#8217;t accept bug report for Evolution. Alternatives: Launched a terminal and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lab247.wordpress.com&amp;blog=903434&amp;post=4&amp;subd=lab247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lab247.wordpress.com/2007/07/26/evolution-crash-not-a-beautifull-morning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/858fb3fbc40eafba448b751bf40d17c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lab247</media:title>
		</media:content>

		<media:content url="http://lab247.files.wordpress.com/2007/07/evo-logo3.jpg" medium="image">
			<media:title type="html">Evolution</media:title>
		</media:content>
	</item>
	</channel>
</rss>
