<?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>A Web Technologist Adventure</title>
	<atom:link href="http://www.metah.ch/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metah.ch/blog</link>
	<description>A blog about Web Technologies, the World of RIA (Rich Internet Application) and Mobile Technologies.</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:24:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Phone 7: Hands on Demo.</title>
		<link>http://www.metah.ch/blog/2010/02/windows-phone-7-hands-on-demo/</link>
		<comments>http://www.metah.ch/blog/2010/02/windows-phone-7-hands-on-demo/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:15:58 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=562</guid>
		<description><![CDATA[Interesting video (from Channel 9) showing a preview of the winPhone 7 OS.




I am just a bit worried about the localized version of Bing. So far I have seen it working in the US. Does that mean that Bing will be updated for a worldwide support or that the winPhone7 will be available only in [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2010/02/windows-phone-7-hands-on-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/5/3/9/8/2/5/FirstLookWindowsPhone7_ch9.wmv" length="294760259" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Microsoft Pivot – an innovative way of browsing information</title>
		<link>http://www.metah.ch/blog/2010/02/microsoft-pivot-%e2%80%93-an-innovative-way-of-browsing-information/</link>
		<comments>http://www.metah.ch/blog/2010/02/microsoft-pivot-%e2%80%93-an-innovative-way-of-browsing-information/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:59:07 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Intelligence]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Pivot]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=552</guid>
		<description><![CDATA[After playing with Pivot, I have been really existed by the possibilities that Pivot offers.
&#8221;Pivot makes it easier to interact with massive amounts of data in ways that are powerful, informative, and fun.&#8221;
Simply speaking, Pivot is a tool that helps us visually browse collections of information.







Figure 1: Item view in Pivot while browsing the mathematics [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2010/02/microsoft-pivot-%e2%80%93-an-innovative-way-of-browsing-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siri, the mobile personal assistant</title>
		<link>http://www.metah.ch/blog/2010/02/siri-the-mobile-personal-assistant/</link>
		<comments>http://www.metah.ch/blog/2010/02/siri-the-mobile-personal-assistant/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:03:50 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Siri]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=544</guid>
		<description><![CDATA[This mobile personal assistant looks awesome!
Unfortunately, for business model reason (the application is free and make money on referrals fees whenever someone buy through the service), the service works only in the US&#8230;

Interesting interview to watch with the Siri CEO and VP engineering.
Still is a great application to have on your pocket :)
Currently the application [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2010/02/siri-the-mobile-personal-assistant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronous and Asynchronous use of Delegate with C#</title>
		<link>http://www.metah.ch/blog/2010/01/synchronous-and-asynchronous-use-of-delegate-with-c-2/</link>
		<comments>http://www.metah.ch/blog/2010/01/synchronous-and-asynchronous-use-of-delegate-with-c-2/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:25:34 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Delegates]]></category>
		<category><![CDATA[Threads]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/2010/01/531/</guid>
		<description><![CDATA[ For developers the quality of a program can be often express in the time used to finish the computation. With current multicore processor we have to move our thinking from a serial execution to a concurrent execution. Using delegates in an asynchronous way can force the CLR to allocate multiple threads to your computation.
In below [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2010/01/synchronous-and-asynchronous-use-of-delegate-with-c-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Arguments array from CmdLine of a WPF Application.</title>
		<link>http://www.metah.ch/blog/2009/12/get-arguments-array-from-cmdline-of-a-wpf-application/</link>
		<comments>http://www.metah.ch/blog/2009/12/get-arguments-array-from-cmdline-of-a-wpf-application/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:24:40 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=478</guid>
		<description><![CDATA[ 
This is my first post of, I hope, a series related to WPF and C#.
The examples below are made with VS (Visual Studio) 2010 and .Net 4.0, for this precise example you can make it work with .Net 3.5 at least.
During the life of an application we can listen for some important events, these events [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2009/12/get-arguments-array-from-cmdline-of-a-wpf-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search does not need engines, knowledge and decision does.</title>
		<link>http://www.metah.ch/blog/2009/05/search-does-not-need-engines-knowledge-and-desicion-does/</link>
		<comments>http://www.metah.ch/blog/2009/05/search-does-not-need-engines-knowledge-and-desicion-does/#comments</comments>
		<pubDate>Thu, 28 May 2009 21:25:57 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Intelligence]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Kumo]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=460</guid>
		<description><![CDATA[Search engine are not doing search anymore&#8230; No search is for small player, now the real thing is to have an evolved engine. Where Wolframalpha offer a computational knowledge engine, Bing offer a decision engine. So far Google can keep being Google fearless ; )
Bing (also known as Kumo) should be publicly available on June 3rd. At least the name [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2009/05/search-does-not-need-engines-knowledge-and-desicion-does/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know our history: Pirate of Silicon Valley.</title>
		<link>http://www.metah.ch/blog/2009/05/know-our-history-pirate-of-silicon-valley/</link>
		<comments>http://www.metah.ch/blog/2009/05/know-our-history-pirate-of-silicon-valley/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:25:42 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[History]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=458</guid>
		<description><![CDATA[Just in case you haven&#8217;t seen it yet, a biographical look at the men who founded Apple and Microsoft and a look at the early days of the companies.
 
Enjoy,
Ahmet
]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2009/05/know-our-history-pirate-of-silicon-valley/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wanna try Visual Studio 2010 Professional Beta 1 ?</title>
		<link>http://www.metah.ch/blog/2009/05/wanna-try-visual-studio-2010-professional-beta-1/</link>
		<comments>http://www.metah.ch/blog/2009/05/wanna-try-visual-studio-2010-professional-beta-1/#comments</comments>
		<pubDate>Mon, 25 May 2009 20:16:57 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=455</guid>
		<description><![CDATA[Just noticed that Visual Studio 2010 pro (beta 1) is now available to download as a web installer.
I am personnaly quite new to the VS world, I have been using it daily for only 9 month now. I must say that I am still quite impresse by the simplicity and the power this tool have.
Just try [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2009/05/wanna-try-visual-studio-2010-professional-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wolfram Alpha, a Revolution for the Web?</title>
		<link>http://www.metah.ch/blog/2009/05/wolfram-alpha-a-revolution-for-the-web/</link>
		<comments>http://www.metah.ch/blog/2009/05/wolfram-alpha-a-revolution-for-the-web/#comments</comments>
		<pubDate>Mon, 18 May 2009 19:51:57 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Intelligence]]></category>
		<category><![CDATA[Computational]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[wolfram]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=454</guid>
		<description><![CDATA[Wolframalpha the so called computational knowledge engine, is finally available to the public :)
Why and when would you want to switch from Google, Yahoo or Live?
The answer is quite simple: Wolfram will give you an answer while other search engines will gives you a (too huge) set of related pages where you can go if the [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2009/05/wolfram-alpha-a-revolution-for-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rule your files &#8211; get permission on most of your pc files.</title>
		<link>http://www.metah.ch/blog/2009/05/rule-your-files-get-permission-on-most-of-your-pc-files/</link>
		<comments>http://www.metah.ch/blog/2009/05/rule-your-files-get-permission-on-most-of-your-pc-files/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:58:01 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[cmd.exe]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[Permission]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=453</guid>
		<description><![CDATA[Sometimes it happens that you need to manually delete files and windows kindly inform you that you don&#8217;t have enough privileges to do so, even as an administrator of your own machine&#8230;
To fix this problem you will have to use cmd.exe (as an administrator):
&#62; cd /d c:\thepath\whereYouWantControl\
Now you want to take ownership of this folder:
&#62; [...]]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2009/05/rule-your-files-get-permission-on-most-of-your-pc-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
