<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Virtual Dreams &#187; Open Source</title>
	<atom:link href="http://virtualdreams.com.br/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://virtualdreams.com.br/blog</link>
	<description>A blog about technology, .net and user interfaces</description>
	<lastBuildDate>Wed, 14 Dec 2011 20:56:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2012 Virtual Dreams </copyright>
		<managingEditor>robertos@virtualdreams.com.br (Kelps, Roberto Sonnino e Rodrigo Kono)</managingEditor>
		<webMaster>robertos@virtualdreams.com.br (Kelps, Roberto Sonnino e Rodrigo Kono)</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Um blog sobre tecnologia, .net, interfaces, webdesign, novidades...</itunes:summary>
		<itunes:author>Kelps, Roberto Sonnino e Rodrigo Kono</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>Kelps, Roberto Sonnino e Rodrigo Kono</itunes:name>
			<itunes:email>robertos@virtualdreams.com.br</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://virtualdreams.com.br/files/vdreams.jpg" />
		<image>
			<url>http://virtualdreams.com.br/files/vdreams.jpg</url>
			<title>Virtual Dreams</title>
			<link>http://virtualdreams.com.br/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>New article: Deep Zoom for WPF</title>
		<link>http://virtualdreams.com.br/blog/2010/11/new-article-deep-zoom-for-wpf/</link>
		<comments>http://virtualdreams.com.br/blog/2010/11/new-article-deep-zoom-for-wpf/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 21:58:56 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Artigos]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/?p=513</guid>
		<description><![CDATA[


I’ve just released my fourth article on CodeProject: Deep Zoom for WPF. I&#8217;m very excited about this one: this article explains how to recreate the MultiScaleImage (Deep Zoom) control from Silverlight, compatible with Deep Zoom Composer, Zoom.it, multi-touch and more!
Here’s it goes:
http://www.codeproject.com/KB/WPF/DeepZoom.aspx
If you like this article, please sign in and vote for this article (on [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2010%252F11%252Fnew-article-deep-zoom-for-wpf%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22New%20article%3A%20Deep%20Zoom%20for%20WPF%22%20%7D);"></div>
<p><a href="http://www.codeproject.com/KB/WPF/DeepZoom.aspx"><img src="http://virtualdreams.com.br/blog/wp-content/uploads/2010/11/DeepZoom.png" alt="" title="Deep Zoom for WPF" width="511" height="345" class="alignnone size-full wp-image-514" /></a></p>
<p>I’ve just released my fourth article on <a href="http://www.codeproject.com/">CodeProject</a>: <strong>Deep Zoom for WPF</strong>. I&#8217;m very excited about this one: this article explains how to recreate the MultiScaleImage (Deep Zoom) control from Silverlight, compatible with Deep Zoom Composer, Zoom.it, multi-touch and more!</p>
<p>Here’s it goes:</p>
<p><a href="http://www.codeproject.com/KB/WPF/DeepZoom.aspx">http://www.codeproject.com/KB/WPF/DeepZoom.aspx</a></p>
<p>If you like this article, please sign in and vote for this article (on the right corner, “Rate this article”), and please leave your comments and suggestions.</p>
<p>All the source code is also being released in <a href="http://codeplex.com">CodePlex</a> under the MS-PL licence, to facilitate future improvements and distribution. Please contribute! The project page is located at <a href="http://deepzoom.codeplex.com/">http://deepzoom.codeplex.com/</a>.</p>
<p>If you like this kind of article, I also recommend my other articles on CodeProject:</p>
<ul>
<li><a href="http://www.codeproject.com/KB/WPF/3D-bookwriter.aspx">Creating a 3D book-shaped application with speech and ink using WPF 3.5</a></li>
<li><a href="http://www.codeproject.com/KB/WPF/MultiTouchRSS.aspx">Multi-touch development with WPF &#8211; A multi-touch RSS reader</a></li>
<li><a href="http://www.codeproject.com/KB/windows-phone-7/WP7Turnstile.aspx">Windows Phone 7 Turnstile Control for Silverlight</a></li>
</ul>
<p>Thanks!<br />
<a href="http://twitter.com/robertos_br">Roberto</a></p>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2010/11/new-article-deep-zoom-for-wpf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New article: Windows Phone 7 Turnstile Control for Silverlight</title>
		<link>http://virtualdreams.com.br/blog/2010/10/new-article-windows-phone-7-turnstile-control-for-silverlight/</link>
		<comments>http://virtualdreams.com.br/blog/2010/10/new-article-windows-phone-7-turnstile-control-for-silverlight/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 19:44:15 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[Artigos]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/2010/10/new-article-windows-phone-7-turnstile-control-for-silverlight/</guid>
		<description><![CDATA[


I’ve just released my third article on CodeProject: recreating the Windows Phone 7 Turnstile Effect on Silverlight (for desktop and Phone). This article explains how to recreate the 3D effect we’ve seen so many times in the Windows Phone 7 videos (or for some lucky ones, on the devices themselves). Then, it shows how to [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2010%252F10%252Fnew-article-windows-phone-7-turnstile-control-for-silverlight%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22New%20article%3A%20Windows%20Phone%207%20Turnstile%20Control%20for%20Silverlight%22%20%7D);"></div>
<p><a href="http://virtualdreams.com.br/blog/wp-content/uploads/2010/10/WP7Turnstile_2.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="WP7Turnstile_2" src="http://virtualdreams.com.br/blog/wp-content/uploads/2010/10/WP7Turnstile_2_thumb.png" border="0" alt="WP7Turnstile_2" width="606" height="252" /></a></p>
<p>I’ve just released my third article on <a href="http://www.codeproject.com/">CodeProject</a>: recreating the <strong>Windows Phone 7 Turnstile Effect on Silverlight (for desktop and Phone)</strong>. This article explains how to recreate the 3D effect we’ve seen so many times in the Windows Phone 7 videos (or for some lucky ones, on the devices themselves). Then, it shows how to refactor the effect into a reusable control that you can apply to any layout.</p>
<p>Here’s the link:</p>
<p><a href="http://www.codeproject.com/KB/windows-phone-7/WP7Turnstile.aspx">http://www.codeproject.com/KB/windows-phone-7/WP7Turnstile.aspx</a></p>
<p>You can see some demos of the effect at <a href="http://bit.ly/wptiles">http://bit.ly/wptiles</a> and <a href="http://bit.ly/wptiles3c">http://bit.ly/wptiles3c</a> .</p>
<p>If you like this article, please sign in and vote for this article (on the right corner, “Rate this article”), and please leave your comments and suggestions.</p>
<p>All the source code is also being released in <a href="http://codeplex.com">CodePlex</a> under the MS-PL licence, to facilitate future improvements and distribution. The project page is at <a href="http://turnstile.codeplex.com/">http://turnstile.codeplex.com/</a>.</p>
<p>If you like this kind of article, I also recommend my other articles on CodeProject:</p>
<ul>
<li><a href="http://www.codeproject.com/KB/WPF/3D-bookwriter.aspx">Creating a 3D book-shaped application with speech and ink using WPF 3.5</a></li>
<li><strong><a href="http://www.codeproject.com/KB/WPF/MultiTouchRSS.aspx">Multi-touch development with WPF &#8211; A multi-touch RSS reader</a></strong></li>
</ul>
<p>Thanks!<br />
Roberto</p>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2010/10/new-article-windows-phone-7-turnstile-control-for-silverlight/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XAMLCast &#8211; 2a Temporada &#8211; Episódio 6 &#8211; MEF, Seesmic Look, Moonlight 3</title>
		<link>http://virtualdreams.com.br/blog/2010/02/xamlcast-2a-temporada-episodio-6-mef-seesmic-look-moonlight-3/</link>
		<comments>http://virtualdreams.com.br/blog/2010/02/xamlcast-2a-temporada-episodio-6-mef-seesmic-look-moonlight-3/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:38:42 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Novidades]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAMLCast]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/?p=382</guid>
		<description><![CDATA[

Saudações!

O XAMLCast dessa semana está mais técnico. Falamos de MEF (Managed Extensibility Framework) e também de algumas boas novidades.
Se você sabe, não sabe ou quer saber o que é MEF, ouça, tire suas conclusões, mande dúvidas e participe enviando suas sugestões e complementos para o @xamlcast no twitter. 
Ouça:

Como de tradição, seguem abaixo os links [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2010%252F02%252Fxamlcast-2a-temporada-episodio-6-mef-seesmic-look-moonlight-3%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22XAMLCast%20-%202a%20Temporada%20-%20Epis%C3%B3dio%206%20-%20MEF%2C%20Seesmic%20Look%2C%20Moonlight%203%22%20%7D);"></div>
<p>Saudações!</p>
<p><img src="http://virtualdreams.com.br/files/xamlcast_300_wide.png" alt="" /></p>
<p>O XAMLCast dessa semana está mais técnico. Falamos de MEF (<em>Managed Extensibility Framework</em>) e também de algumas boas novidades.<br />
Se você sabe, não sabe ou quer saber o que é MEF, ouça, tire suas conclusões, mande dúvidas e participe enviando suas sugestões e complementos para o <a href="http://twitter.com/xamlcast">@xamlcast</a> no twitter. </p>
<p>Ouça:</p>
<p></p>
<p>Como de tradição, seguem abaixo os links para completar o seu entendimento e ajudar nos seus estudos:</p>
<ul>
<li><strong>XAMLCast no RedeRIA</strong>
<ul>
<li><a href="http://rederia.net/membros/?uid=83" target="_blank">http://rederia.net/membros/?uid=83</a></li>
</ul>
</li>
<li> <strong>Seesmic Look</strong>
<ul>
<li><a href="http://seesmic.com/seesmic_desktop/look" target="_blank">http://seesmic.com/seesmic_desktop/look</a></li>
</ul>
</li>
<li> <strong>Moonlight 3.0 Preview</strong>
<ul>
<li><a href="http://go-mono.com/moonlight/prerelease.aspx" target="_blank">http://go-mono.com/moonlight/prerelease.aspx</a></li>
</ul>
</li>
<li> <strong>Melhorando o perceived start-up time em WPF com MEF e SplashScreen</strong>
<ul>
<li><a href="http://blogs.msdn.com/devkeydet/archive/2010/01/29/improving-perceived-wpf-app-startup-performance-with-mef-and-a-splash-screen.aspx" target="_blank">http://blogs.msdn.com/devkeydet/archive/2010/01/29/improving-perceived-wpf-app-startup-performance-with-mef-and-a-splash-screen.aspx</a></li>
</ul>
</li>
<li> <strong>MEF</strong>
<ul>
<li> Download do MEF
<ul>
<li><a href="http://www.codeplex.com/MEF" target="_blank">http://www.codeplex.com/MEF</a></li>
</ul>
</li>
<li> SilverlightTV
<ul>
<li><a href="http://channel9.msdn.com/shows/SilverlightTV" target="_blank">http://channel9.msdn.com/shows/SilverlightTV</a></li>
</ul>
</li>
<li> Palestra do Glenn Block no PDC09
<ul>
<li><a href="http://microsoftpdc.com/Sessions/FT24" target="_blank">http://microsoftpdc.com/Sessions/FT24</a></li>
</ul>
</li>
<li> Post do Kelps
<ul>
<li><a href="http://blog.kelps.net/2010/01/extendendo-silverlight-3-com-mef.html" target="_blank">http://blog.kelps.net/2010/01/extendendo-silverlight-3-com-mef.html</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Para fechar, parabéns ao ganhador do Expression Studio!<br />
O ganhador foi Marcelo Paiva (<a href="http://twitter.com/marcelo_paiva">@marcelo_paiva</a>). Ele foi o primeiro a retwittar as 3 palavras na sequência certa pedida pelo <a href="http://twitter.com/xamlcast">@xamlcast</a>! (link: <a href="http://twitter.com/marcelo_paiva/status/8288165428">http://twitter.com/marcelo_paiva/status/8288165428</a>).</p>
<p>Obrigado pela participação Marcelo, o Expression irá chegar em sua casa!</p>
<p>Boa sorte e espero que gostem do podcast da semana!</p>
<p><strong>Para assinar:</strong></p>
<ul>
<li>Feed RSS: <a href="http://www.xamlcast.net/" target="_blank">http://www.xamlcast.net</a></li>
<li>iTunes/iPod: <a href="pcast://www.xamlcast.net">pcast://www.xamlcast.net</a></li>
<li>Zune: <a href="zune://subscribe/?XAMLCast=http://www.xamlcast.net">zune://subscribe/?XAMLCast=http://www.xamlcast.net</a></li>
</ul>
<p>O XAMLCast também está no Twitter!</p>
<p>- Twitter oficial: <a href="http://twitter.com/xamlcast">@xamlcast</a> (e hashtag #xamlcast)</p>
<p>- Siga os XAMLCasters:</p>
<ul>
<li> <a href="http://twitter.com/kelps">@kelps</a></li>
<li> <a href="http://twitter.com/robertos_br">@robertos_br</a></li>
<li> <a href="http://twitter.com/rodrigokono">@rodrigokono</a></li>
</ul>
<p>- Adicione o Twibbon do XAMLCast ao seu avatar!</p>
<ul>
<li><a href="http://twibbon.com/join/XAMLCast">http://twibbon.com/join/XAMLCast </a></li>
</ul>
<p>Aguardamos seu feedback!</p>
<p>Abraços,</p>
<p>Kelps, Roberto Sonnino e Rodrigo Kono</p>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2010/02/xamlcast-2a-temporada-episodio-6-mef-seesmic-look-moonlight-3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<enclosure url="http://virtualdreams.com.br/files/xamlcast%20-%202x06.mp3" length="18443553" type="audio/mpeg"/>
<itunes:duration>25:36</itunes:duration>
		<itunes:subtitle>Saudaccedil;otilde;es!



O XAMLCast dessa semana estaacute; mais teacute;cnico. Falamos de MEF (Managed Extensibility Framework) e tambeacute;m de algumas boas novidades.
Se vocecirc; sabe, natilde;o sabe ou quer ...</itunes:subtitle>
		<itunes:summary>Saudaccedil;otilde;es!



O XAMLCast dessa semana estaacute; mais teacute;cnico. Falamos de MEF (Managed Extensibility Framework) e tambeacute;m de algumas boas novidades.
Se vocecirc; sabe, natilde;o sabe ou quer saber o que eacute; MEF, ouccedil;a, tire suas conclusotilde;es, mande duacute;vidas e participe enviando suas sugestotilde;es e complementos para o @xamlcast no twitter. 

Ouccedil;a:



Como de tradiccedil;atilde;o, seguem abaixo os links para completar o seu entendimento e ajudar nos seus estudos:


	XAMLCast no RedeRIA

	http://rederia.net/membros/?uid=83


	 Seesmic Look
	http://seesmic.com/seesmic_desktop/look


	 Moonlight 3.0 Preview

	http://go-mono.com/moonlight/prerelease.aspx


 Melhorando o perceived start-up time em WPF com MEF e SplashScreen

	http://blogs.msdn.com/devkeydet/archive/2010/01/29/improving-perceived-wpf-app-startup-performance-with-mef-and-a-splash-screen.aspx


 MEF

 Download do MEF

	http://www.codeplex.com/MEF


 SilverlightTV

	http://channel9.msdn.com/shows/SilverlightTV


 Palestra do Glenn Block no PDC09

	http://microsoftpdc.com/Sessions/FT24


 Post do Kelps

	http://blog.kelps.net/2010/01/extendendo-silverlight-3-com-mef.html






Para fechar, parabeacute;ns ao ganhador do Expression Studio!
O ganhador foi Marcelo Paiva (@marcelo_paiva). Ele foi o primeiro a retwittar as 3 palavras na sequecirc;ncia certa pedida pelo @xamlcast! (link: http://twitter.com/marcelo_paiva/status/8288165428).

Obrigado pela participaccedil;atilde;o Marcelo, o Expression iraacute; chegar em sua casa!

Boa sorte e espero que gostem do podcast da semana!

Para assinar:

	Feed RSS: http://www.xamlcast.net
	iTunes/iPod: pcast://www.xamlcast.net
	Zune: zune://subscribe/?XAMLCast=http://www.xamlcast.net

O XAMLCast tambeacute;m estaacute; no Twitter!

- Twitter oficial: @xamlcast (e hashtag #xamlcast)

- Siga os XAMLCasters:

	 @kelps
	 @robertos_br
	 @rodrigokono

- Adicione o Twibbon do XAMLCast ao seu avatar!

	http://twibbon.com/join/XAMLCast 

Aguardamos seu feedback!

Abraccedil;os,

Kelps, Roberto Sonnino e Rodrigo Kono
</itunes:summary>
		<itunes:keywords>Dicas,,Novidades,,Open,Source,,Silverlight,,WPF,,XAMLCast</itunes:keywords>
		<itunes:author>Kelps, Roberto Sonnino e Rodrigo Kono</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>KnoWorld and Popfly Tutorial</title>
		<link>http://virtualdreams.com.br/blog/2009/04/knoworld-and-popfly-tutorial/</link>
		<comments>http://virtualdreams.com.br/blog/2009/04/knoworld-and-popfly-tutorial/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 18:39:57 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Imagine Cup]]></category>
		<category><![CDATA[KnoWorld]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/2009/04/knoworld-and-popfly-tutorial/</guid>
		<description><![CDATA[

So now you’ve heard all about KnoWorld, and you want to try out some visualizations. But how?
First of all, it’s important to know that KnoWorld lives inside a website called Popfly. This site allows you to create mashups with data from many different sources (like Facebook, Live Search and Flickr), filter and mash these data, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2009%252F04%252Fknoworld-and-popfly-tutorial%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22KnoWorld%20and%20Popfly%20Tutorial%22%20%7D);"></div>
<p>So now you’ve heard all about <a href="http://virtualdreams.com.br/blog/2009/04/knoworld-know-your-world-to-transform-it/"><strong>KnoWorld</strong></a>, and you want to try out some visualizations. But how?</p>
<p>First of all, it’s important to know that KnoWorld lives inside a website called <strong><a href="http://www.popfly.com" target="_blank">Popfly</a></strong>. This site allows you to create mashups with data from many different sources (like Facebook, Live Search and Flickr), filter and mash these data, and show them in interesting visualizations like photo carousels, interactive lists, or maps.</p>
<p>So basically what you have to do is to create an account or sign in at Popfly using your Windows Live ID (the same you use for Messenger, Hotmail, Spaces…). After that you can already start mashing up!</p>
<p>If you’ve never used Popfly, check out this video tutorial to see how easy it is to create a basic mashup – it only takes 30 seconds!</p>
<p><a title="http://www.popfly.com/Videos/?video=ThirtySecond" href="http://www.popfly.com/Videos/?video=ThirtySecond">http://www.popfly.com/Videos/?video=ThirtySecond</a></p>
<p>A more detailed (22 min) introduction can be seen at</p>
<p><a title="http://silverlight.net/learn/learnvideo.aspx?video=86527" href="http://silverlight.net/learn/learnvideo.aspx?video=86527">http://silverlight.net/learn/learnvideo.aspx?video=86527</a></p>
<p>When you’re in Popfly, start by clicking <strong>Create</strong> and then <strong>Mashup</strong> near the top right corner to open the <a href="http://www.popfly.com/mashupcreator" target="_blank">Mashup Creator</a>.</p>
<p>In this tutorial we’re going to explain you Popfly and KnoWorld while we recreate the <a href="http://www.popfly.com/users/robertos/US CO2 Emissions vs Environmental Events" target="_blank"><strong>US CO2 Emissions vs Environmental Events</strong></a> mashup we presented in <a href="http://virtualdreams.com.br/blog/2009/04/knoworld-know-your-world-to-transform-it/">our previous post</a>.</p>
<h3>Starting your mashup</h3>
<p>So to start your mashup with the KnoWorld blocks simply search for “<strong>knoworld</strong>” in the block list on the left. You’ll find all of our blocks, and they’ll be ready to be dragged to the main area.</p>
<p>The basic data block is called <strong>Gapminder</strong>. This block can get data from all of our available indicators (full list at <a href="http://tinyurl.com/gap-ind">http://tinyurl.com/gap-ind</a>). You can select your data by <strong>country</strong> (that will get a historic timeline for that country) or by a specific <strong>year</strong> (which will get the data for all the countries in that year). Here we will use it to get the CO2 emissions historic data for the US.</p>
<p>The main visualization is the <strong>Timeplot</strong> block. This one allows you to plot indicators in a line graph and mark events in the graph, allowing you to understand the relationship between the events and the indicator. Here we will use this block as means to visualize the indicator along with the events.</p>
<p>Let’s try a simple example: in the mashup creator, drag the Gapminder block to the main white area – it will show up as a spinning cube. After, drag the Timeplot block to the main area as well.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="blocks" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/blocks.png" border="0" alt="blocks" width="402" height="288" /></p>
<p>The next step is to configure the blocks to get the data we want. In the Gapminder block, click the small wrench icon (<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="wrench" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/wrench.png" border="0" alt="wrench" width="15" height="17" /> ) or double-click the block to configure it. You will see something like this:</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="config_gapminder" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/config-gapminder.png" border="0" alt="config_gapminder" width="402" height="262" /></p>
<p>In the Operations list in the top left corner, you can choose if you want to get the data by year or by country. Here we’ll select by country to get data from the United States. Next, type in the boxes the parameters we want. In this case, type “<strong>co2 emissions (tonnes per person)</strong>” in the Indicator box, and “<strong>united states</strong>” as country. Click OK to confirm.</p>
<p>The next step is to connect the two block to show the Gapminder data in the Timeplot visualization. To do that, click the Gapminder block – a blue arrow will appear &#8211; and then click the Timeplot block. The blocks are now connected and you can configure the Timeplot block to show the data the way you want.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="connect_blocks" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/connect-blocks.png" border="0" alt="connect_blocks" width="332" height="193" /></p>
<p>Click the small wrench in the Timeplot block to select how the data will be displayed. We want the years from Gapminder to be used as dates in the graph, and the values should be shown accordingly. Use the boxes to connect the correct data to the correct places, like this:</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="config_timeplot" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/config-timeplot.png" border="0" alt="config_timeplot" width="402" height="390" /></p>
<p>Now you’re ready to test your Mashup! Click OK if you haven’t already and click the green “<strong>Run</strong>” button to see what happens. It may take some time to load…</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="graph" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/graph.png" border="0" alt="graph" width="402" height="169" /></p>
<h3>Showing some events</h3>
<p>Now all that’s left is to display the events. To add events to your mashup, go back to the “<strong>Edit</strong>” mode and double-click the Timeplot block. You can add events directly by typing their dates directly in the <strong>eventDates</strong> box, and by typing their titles in the <strong>eventTitles </strong>box, separated by commas.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="timeplot_events" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/timeplot-events.png" border="0" alt="timeplot_events" width="402" height="196" /></p>
<p>To add a large quantity of events, it’s more convenient to grab them from another block (such as an RSS feed) or to use a <strong>data block</strong> (the “yellow block”). In this case we’ll build a data block to store our events.</p>
<p>To build a yellow block, save your mashup by clicking the “<strong>Save</strong>” button, give it a name and description, and click OK. Then go to the “<strong>Create</strong>” menu and select “<strong>Mashup Data</strong>” to create a data block. This block acts just like a table to hold your data – just type the column headers in the first line separated by a comma, and type the data in the big box accordingly. Be careful not to use apostrophes (<strong>‘</strong>), commas (<strong>,</strong>) or quotes (<strong>“</strong>) in the data, because these characters are treated differently from the rest of the text.</p>
<p>So, in your data block, type in (or copy-paste) the events and dates, like this:</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="data_block" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/data-block.png" border="0" alt="data_block" width="402" height="206" /></p>
<p>If you want, you can download the events we’ve used in the sample from <a href="http://virtualdreams.com.br/files/wikipedia_environmental_events.txt" target="_blank">this file</a> to paste them into your block.</p>
<p>Save your data block by clicking “<strong>Save</strong>” and use the “<strong>My Stuff</strong>” –&gt; <strong>Projects</strong> menu to go back to the mashup. There, click in the “<strong>Actions</strong>” link under your mashup and select “<strong>Edit</strong>” to open the Mashup Creator.</p>
<p>Now drag your yellow block from the blocks list (it should be near the end) and connect it to the Timeplot block. In the Timeplot configuration, select the appropriate values and that’s it!</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="yellow_block" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/yellow-block.png" border="0" alt="yellow_block" width="402" height="276" /></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="timeplot_yellow_block" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/timeplot-yellow-block.png" border="0" alt="timeplot_yellow_block" width="402" height="170" /></p>
<p><a href="http://www.popfly.com/users/robertos/US CO2 Emissions vs Environmental Events" target="_blank"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="final_mashup" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/final-mashup.png" border="0" alt="final_mashup" width="402" height="317" /></a></p>
<p>Now you have a full featured mashup that displays data and events together! You can share it through the “<strong>Share</strong>” button and copy the link, or even put it into your site or blog with the “<strong>Embed</strong>” code. If you used a data block, don’t forget to share it as well or users might not be able to see your mashup.</p>
<p>This was only a small introduction to what can be done with Popfly and KnoWorld.  For example, you could also use other blocks to filter or sort the data (for example, show only the data from a specific interval), show it in maps or display flags for the countries, and much more! In Popfly, every mashup can be “ripped”, so you can see how it was made and change it. Please rip <a href="http://www.popfly.com/search?q=knoworld">our mashups</a> for a sample of what can be done with KnoWorld, and see how it’s done!</p>
<p>We hope you liked it, and we definitely hope you’ll use our blocks and spread the word. If you have doubts, ideas, questions or suggestions, please drop a comment in this post and we’ll help you. Also, if you have an idea but don’t know how to do it in Popfly, drop a comment and we might be able to help you to make it come true!</p>
<p>Finally, for more detailed information, you can download our official presentation along with all the links, explanations and ideas by clicking <a href="http://virtualdreams.com.br/files/Virtual Dreams - MashUp Master Plan.pptx" target="_blank">this link</a>.</p>
<p>Thank you!</p>
<p><strong>Virtual Dreams &#8211; Mashup team</strong></p>
<ul>
<li><a href="http://brunoreis.com/blog">Bruno França dos Reis</a></li>
<li><a href="http://virtualdreams.com.br/blog">Roberto Sonnino</a></li>
<li>Eduardo Sonnino</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2009/04/knoworld-and-popfly-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>KnoWorld – Know your world to transform it</title>
		<link>http://virtualdreams.com.br/blog/2009/04/knoworld-know-your-world-to-transform-it/</link>
		<comments>http://virtualdreams.com.br/blog/2009/04/knoworld-know-your-world-to-transform-it/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 18:31:09 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Imagine Cup]]></category>
		<category><![CDATA[KnoWorld]]></category>
		<category><![CDATA[Mundo]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/2009/04/knoworld-know-your-world-to-transform-it/</guid>
		<description><![CDATA[

UPDATE: Check the KnoWorld blog for more ideas, videos and updates!
Hi there!
Take a look at this graph:

This graph shows the CO2 emissions in the US over the 20th century. Now, an intriguing question: why did the emissions rate decrease sharply just when it was at its peak?
To answer this question, we present you KnoWorld – [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2009%252F04%252Fknoworld-know-your-world-to-transform-it%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22KnoWorld%20%E2%80%93%20Know%20your%20world%20to%20transform%20it%22%20%7D);"></div>
<p><strong>UPDATE: Check the <a href="http://virtualdreams.com.br/knoworld">KnoWorld blog</a> for more ideas, videos and updates!</strong></p>
<p>Hi there!</p>
<p>Take a look at this graph:</p>
<p><a href="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/usco2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="us co2" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/usco2-thumb.png" border="0" alt="us co2" width="440" height="248" /></a></p>
<p>This graph shows the CO2 emissions in the US over the 20th century. Now, an intriguing question:<strong> why did the emissions rate decrease sharply just when it was at its peak?</strong></p>
<p>To answer this question, we present you <strong>KnoWorld</strong> – our <a href="http://imaginecup.com">Imagine Cup</a> ‘09 project in the <a href="http://imaginecup.com/Competition/mycompetitionportal.aspx?competitionId=24">Mashup</a> category.</p>
<p><a href="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/knoworld-logo.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Knoworld_logo" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/knoworld-logo-thumb.png" border="0" alt="Knoworld_logo" width="284" height="81" /></a></p>
<p><strong>KnoWorld</strong> is a system that allows you to easily access and analyze world data such as GDP (Gross Domestic Product) per capita or Infant Mortality Rates.  With our project, you can visualize all these data through graphs and maps and compare them with actual events to analyze their causes and consequences. Make innovative conclusions and transform your world!</p>
<p>The main idea is to be able to mark a graph of an indicator with related events and easily identify what’s their impact on the trend. So let’s try it out with our initial question…</p>
<p><a title="Mashup - US CO2 emisssions vs environmental events" href="http://www.popfly.com/users/robertos/US%20CO2%20Emissions%20vs%20Environmental%20Events" target="_blank"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="us co2 vs events" src="http://virtualdreams.com.br/blog/wp-content/uploads/2009/04/usco2vsevents.png" border="0" alt="us co2 vs events" width="446" height="312" /></a></p>
<p>(Click the image to see the actual mashup)</p>
<p>Here we compared the CO2 indicator with a <a href="http://en.wikipedia.org/wiki/Timeline_of_environmental_events#20th_century" target="_blank">list of environmental events from Wikipedia</a>, and then we can see by 1973 the highest peak followed by a noticeable fall, as we noted before. Now we can click on the event on that year, which shows the Iraq oil embargo. There we have it! We were able to find a probable cause of an uncommon change in trends, by using KnoWorld.</p>
<p>This may seem like a rather simple case, but many other out-of-the-box relationships can be made using these visualizations. Besides, KnoWorld supports many other visualizations, like colored maps, displaying flags, bar and line charts, and so on.</p>
<h3>What else can I do with KnoWorld?</h3>
<p>To show some of the power of KnoWorld and other possibilities, we’ve created some other sample mashups to discover interesting facts about the world.</p>
<p>Ever wondered <a href="http://www.popfly.com/users/robertos/Population%20of%20France" target="_blank">how wars have impacted the population of France</a>?</p>
<p>And what’s the <a href="http://www.popfly.com/users/robertos/MDG%20Children%20out%20of%20School" target="_blank">situation of primary education around the globe</a>?</p>
<p>And who are the <a href="http://www.popfly.com/users/robertos/Top%2010%20arms%20importers%20in%202005" target="_blank">countries that import most arms</a>?</p>
<p>Now you can take your conclusions. And these are only 4 from more than 200 indicators that you can access with KnoWorld! To see the full list of indicators, please refer to <a title="http://tinyurl.com/gap-ind" href="http://tinyurl.com/gap-ind">http://tinyurl.com/gap-ind</a>.</p>
<p>There are thousands of people who could benefit of this project: imagine having a geography class with interactive maps showing indicators about the subject. Or a history class in which we study trends in our country and see how the historical events changed them. Or even an NGO or company could use KnoWorld to help plan their next social actions more efficiently.</p>
<h3>That’s awesome! How can I create my own visualizations?</h3>
<p>To learn more about KnoWorld and create your own mashups with all the indicators and an infinity of visualization possibilities, please head to <a href="http://virtualdreams.com.br/blog/2009/04/knoworld-and-popfly-tutorial/"><strong>our next post</strong></a>, where we’ll show you how through a step-by-step tutorial on KnoWorld and Popfly. If you already know Popfly, just rip one of the mashups to see how it was built.</p>
<h3>Please help us!</h3>
<p>If you liked one of our mashups, please click the heart icon in the upper right corner on the Popfly page to become a fan of our project.</p>
<p>If you’ve used or want to use our mashups, or if you have questions, ideas or suggestions, please leave a comment in this post (or in the actual mashup in Popfly). We’re eager to see how you’ll use our project to change your own communities.</p>
<p>And finally, please spread the word! We really hope our project can make a good impact in the lives of many people, and with your help this might become a reality!</p>
<p>Thank you!</p>
<p><strong>Virtual Dreams &#8211; Mashup team</strong></p>
<ul>
<li><a href="http://brunoreis.com/blog">Bruno França dos Reis</a></li>
<li><a href="http://virtualdreams.com.br/blog">Roberto Sonnino</a></li>
<li>Eduardo Sonnino</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2009/04/knoworld-know-your-world-to-transform-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Projeto Open Source: Exerc&#237;cios de Resist&#234;ncia dos Materiais 3D com WPF</title>
		<link>http://virtualdreams.com.br/blog/2008/03/projeto-open-source-exerccios-de-resistncia-dos-materiais-3d-com-wpf/</link>
		<comments>http://virtualdreams.com.br/blog/2008/03/projeto-open-source-exerccios-de-resistncia-dos-materiais-3d-com-wpf/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 15:04:38 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/2008/03/projeto-open-source-exerccios-de-resistncia-dos-materiais-3d-com-wpf/</guid>
		<description><![CDATA[

Fala pessoal!

Nessa semana, eu e o Henrique Zambon apresentamos um projeto feito em WPF para visualizar em 3D alguns exercícios da matéria Resistência dos Materiais, com direito a câmeras, zoom, e efeitos. Logo depois, divulgamos todo o código num projeto no CodePlex!
Então se você quiser aprender um pouquinho sobre WPF 3D, dê uma estudada! Vale [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2008%252F03%252Fprojeto-open-source-exerccios-de-resistncia-dos-materiais-3d-com-wpf%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Projeto%20Open%20Source%3A%20Exerc%26iacute%3Bcios%20de%20Resist%26ecirc%3Bncia%20dos%20Materiais%203D%20com%20WPF%22%20%7D);"></div>
<p>Fala pessoal!</p>
<p><a href="http://www.codeplex.com/resmat"><img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=resmat&amp;DownloadId=30920" width="450" /></a></p>
<p>Nessa semana, eu e o Henrique Zambon apresentamos um projeto feito em WPF para visualizar em 3D alguns exercícios da matéria Resistência dos Materiais, com direito a câmeras, zoom, e efeitos. Logo depois, divulgamos todo o código num projeto no CodePlex!</p>
<p>Então se você quiser aprender um pouquinho sobre WPF 3D, dê uma estudada! Vale a pena!</p>
<p>O endereço é:  <a href="http://www.codeplex.com/resmat" title="http://www.codeplex.com/resmat">http://www.codeplex.com/resmat</a></p>
<p>Abraços e espero que participem do projeto!</p>
<p>Roberto</p>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2008/03/projeto-open-source-exerccios-de-resistncia-dos-materiais-3d-com-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft libera código fonte do .net Framework 3.5!</title>
		<link>http://virtualdreams.com.br/blog/2007/10/microsoft-libera-codigo-fonte-do-net-framework-35/</link>
		<comments>http://virtualdreams.com.br/blog/2007/10/microsoft-libera-codigo-fonte-do-net-framework-35/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 22:35:07 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Novidades]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/2007/10/microsoft-libera-codigo-fonte-do-net-framework-35/</guid>
		<description><![CDATA[

Fala pessoal!
Hoje uma notícia que pode ser espantosa para muitos, e útil para todos! A Microsoft liberou o código-fonte (comentado) do .net Framework 3.5, para facilitar o trabalho de depuração. Além disso, tudo isso estará integrado no VS2008! Agora fica mais fácil trabalhar (e não precisa mais do Reflector =D). Sem contar com as milhões [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2007%252F10%252Fmicrosoft-libera-codigo-fonte-do-net-framework-35%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Microsoft%20libera%20c%C3%B3digo%20fonte%20do%20.net%20Framework%203.5%21%22%20%7D);"></div>
<p>Fala pessoal!</p>
<p>Hoje uma notícia que pode ser espantosa para muitos, e útil para todos! A Microsoft liberou o código-fonte (comentado) do .net Framework 3.5, para facilitar o trabalho de depuração. Além disso, tudo isso estará integrado no VS2008! Agora fica mais fácil trabalhar (e não precisa mais do Reflector =D). Sem contar com as milhões de curiosidades que encontraremos, por exemplo, no source do WPF&#8230;</p>
<p>Fonte: <a href="http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx">ScottGu</a> via <a href="http://blogs.2pc.com.br/ramonduraes/archive/2007/10/03/microsoft-libera-acesso-ao-c-digo-fonte-das-bibliotecas-do-net-framework-3-5.aspx">Ramon</a> e <a href="http://thespoke.net/blogs/shinji/archive/2007/10/03/993392.aspx">Shinji</a></p>
<p>Abraço!</p>
<p>Roberto</p>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2007/10/microsoft-libera-codigo-fonte-do-net-framework-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight 1.0 Lançado! Anunciando: Moonlight oficial!</title>
		<link>http://virtualdreams.com.br/blog/2007/09/silverlight-10-lancado-anunciando-moonlight-oficial/</link>
		<comments>http://virtualdreams.com.br/blog/2007/09/silverlight-10-lancado-anunciando-moonlight-oficial/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 13:38:56 +0000</pubDate>
		<dc:creator>Roberto Sonnino</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://virtualdreams.com.br/blog/2007/09/silverlight-10-lancado-anunciando-moonlight-oficial/</guid>
		<description><![CDATA[

Fala galera,
Novidades chegando! O Silverlight 1.0 RTM foi lançado!!! Agora vocês podem começar a distribuir suas aplicações ricas para IE e Firefox, Windows e Mac!!!
Baixe agora:
http://www.microsoft.com/silverlight/install.aspx
E mais! Lembram do Projeto Moonlight, que o Kono anunciou? Pois é, ele agora é uma parceria oficial com a Microsoft, e em breve teremos Silverlight no Linux!!! Inicialmente, no [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin: 0.5em 0.2em 0.2em 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fvirtualdreams.com.br%252Fblog%252F2007%252F09%252Fsilverlight-10-lancado-anunciando-moonlight-oficial%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Silverlight%201.0%20Lan%C3%A7ado%21%20Anunciando%3A%20Moonlight%20oficial%21%22%20%7D);"></div>
<p>Fala galera,</p>
<p>Novidades chegando! O <a href="http://virtualdreams.com.br/blog/category/silverlight">Silverlight</a> 1.0 RTM foi lançado!!! Agora vocês podem começar a distribuir suas aplicações ricas para IE e Firefox, Windows e Mac!!!</p>
<p>Baixe agora:</p>
<p><a href="http://www.microsoft.com/silverlight/install.aspx">http://www.microsoft.com/silverlight/install.aspx</a></p>
<p>E mais! Lembram do <a href="http://www.mono-project.com/Moonlight">Projeto Moonlight</a>, que <a href="http://http://kono.spaces.live.com/blog/cns!66AB4111C1117587!656.entry">o Kono anunciou</a>? Pois é, ele agora é uma parceria oficial com a Microsoft, e em breve teremos Silverlight no Linux!!! Inicialmente, no Firefox, mas logo no Konqueror, Opera e Webkit. Acompanhe o <a href="http://tirania.org/blog/">blog do Miguel de Icaza</a> para saber mais.</p>
<p>(Fiquei sabendo pelo <a href="http://http://msmvps.com/blogs/bsonnino/">blog do meu pai</a>)</p>
<p>Abraços!</p>
<p>Roberto</p>

]]></content:encoded>
			<wfw:commentRss>http://virtualdreams.com.br/blog/2007/09/silverlight-10-lancado-anunciando-moonlight-oficial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

