<?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>Tiago Salgado &#187; web</title>
	<atom:link href="http://blog.tiagosalgado.com/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tiagosalgado.com</link>
	<description>personal blog</description>
	<lastBuildDate>Sat, 21 Jan 2012 15:20:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Webify Me</title>
		<link>http://blog.tiagosalgado.com/2011/08/19/webify-me/</link>
		<comments>http://blog.tiagosalgado.com/2011/08/19/webify-me/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 14:24:15 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=974</guid>
		<description><![CDATA[What does your unique Web look like? Everyone&#8217;s Web is a little bit different. Though we&#8217;re all pulling from the same grab-bag of Internet stuff — travel blogs, political commentary, cat videos — it&#8217;s unique choices that create your personal Web. Now you can see what your Web actually looks like. All you have to]]></description>
			<content:encoded><![CDATA[<blockquote>
<h2>What does your unique Web look like?</h2>
<p>Everyone&#8217;s Web is a little bit different. Though we&#8217;re all pulling from the same grab-bag of Internet stuff — travel blogs, political commentary, cat videos — it&#8217;s unique choices that create your personal Web. Now you can see what your Web actually looks like. All you have to do is answer 20 simple questions and voila! We&#8217;ll automatically make you a custom collage. Isn&#8217;t the Web awesome?</p></blockquote>
<p>A mim parece-se com <a href="http://mzl.la/row8aI" target="_blank">isto</a> <img src='http://blog.tiagosalgado.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  E a vocês?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2011/08/19/webify-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asynchronous Programming for C# and Visual Basic</title>
		<link>http://blog.tiagosalgado.com/2010/11/01/asynchronous-programming-for-c-and-visual-basic/</link>
		<comments>http://blog.tiagosalgado.com/2010/11/01/asynchronous-programming-for-c-and-visual-basic/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 17:56:08 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=592</guid>
		<description><![CDATA[Visual Studio Async CTP Download a CTP with new syntax and APIs for asynchronous development. Whitepaper: Asynchrony in .NET Get an overview of the new asynchronous features being developed for C#, Visual Basic and the .NET Framework. Walkthrough: Getting Started with Async Follow step-by-step instructions for converting a synchronous solution in Visual Basic or C#]]></description>
			<content:encoded><![CDATA[<p><a id="ctl00_mainContentContainer_ctl02" title="Visual Studio Async CTP" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl02',this);" href="http://go.microsoft.com/fwlink/?LinkId=203690"><strong>Visual Studio Async CTP</strong></a></p>
<p>Download a CTP with new syntax and APIs for asynchronous development.</p>
<p><a id="ctl00_mainContentContainer_ctl04" title="Whitepaper: Asynchrony in .NET" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl04',this);" href="http://go.microsoft.com/fwlink/?LinkId=204844"><strong>Whitepaper: Asynchrony in .NET</strong></a></p>
<p>Get an overview of the new asynchronous features being developed for C#, Visual Basic and the .NET Framework.</p>
<p><a id="ctl00_mainContentContainer_ctl06" title="Walkthrough: Getting Started with Async" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl06',this);" href="http://go.microsoft.com/fwlink/?LinkId=203988"><strong>Walkthrough: Getting Started with Async</strong></a></p>
<p>Follow step-by-step instructions for converting a synchronous solution in Visual Basic or C# to an asynchronous one by using the new asynchronous features.</p>
<p><a id="ctl00_mainContentContainer_ctl08" title="Iterators in Visual Basic" onclick="javascript:Track('ctl00_mainContentContainer_ctl00|ctl00_mainContentContainer_ctl08',this);" href="http://go.microsoft.com/fwlink/?LinkId=204549"><strong>Iterators in Visual Basic</strong></a></p>
<p>Learn about the iterators that this CTP introduces in Visual Basic. An iterator function or get accessor performs a custom iteration over a collection, and uses the Yield statement to return each element in turn.</p>
<p><strong>101 Samples in C# and Visual Basic</strong></p>
<p>Download the CTP and then use the 101 samples (in DocumentsMicrosoft Visual Studio Async CTPSamples) to try the new Async CTP features yourself. Check back for an online version coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2010/11/01/asynchronous-programming-for-c-and-visual-basic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail Priority Inbox</title>
		<link>http://blog.tiagosalgado.com/2010/09/02/gmail-priority-inbox/</link>
		<comments>http://blog.tiagosalgado.com/2010/09/02/gmail-priority-inbox/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 08:53:42 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=586</guid>
		<description><![CDATA[Está agora disponivel no Gmail, a Priority Inbox, que nos permite definir qual o correio que queremos que tenha mais destaque para não ser esquecido no meio de tantos outros que recebemos. Get through your email faster Try reading and replying to the messages in the &#8220;Important and Unread&#8221; section first. Mark anything that requires]]></description>
			<content:encoded><![CDATA[<p>Está agora disponivel no Gmail, a Priority Inbox, que nos permite definir qual o correio que queremos que tenha mais destaque para não ser esquecido no meio de tantos outros que recebemos.</p>
<blockquote><p><span><span style="font-family: Arial,Helvetica,sans-serif;"></p>
<h1>Get through your email faster</h1>
<table>
<tbody>
<tr>
<td><img src="https://mail.google.com/mail/images/io_sections.png" alt="sections" /></td>
<td>Try reading and replying to the messages in the &#8220;Important and Unread&#8221; section first. Mark anything that requires follow-up with a star, then go through the &#8220;Everything Else&#8221; section. If you leave Priority Inbox, you can return to it by clicking the link next to Inbox on the side navigation of Gmail.</p>
<h1>How it works</h1>
<p>Gmail&#8217;s servers look at several types of information to identify the email that&#8217;s important to you, including who you email and chat with most, how often you email with these people, and which keywords appear frequently in the emails you read.</td>
</tr>
</tbody>
</table>
<h1>Train Priority Inbox</h1>
<p>If Priority Inbox makes a mistake, you can use the <img src="https://mail.google.com/mail/images/io_mark.png" alt="Mark important" /> <img src="https://mail.google.com/mail/images/io_unmark.png" alt="Mark not important" /> buttons to correctly mark a conversation as important or not important, and Priority Inbox will quickly learn what you care about most.</p>
<p><img src="https://mail.google.com/mail/images/io_menu.png" alt="sections" /></p>
<h1>And more&#8230;</h1>
<ul>
<li> <strong>Customize Priority Inbox:</strong> You can change what type of email you see in each section (like switching     the &#8220;Important and Unread&#8221; section to just     &#8220;Important&#8221;). Just click on the section headers or visit the     Priority Inbox tab under <a href="https://mail.google.com/mail/#settings/priorityinbox" target="_blank">Settings</a> and choose to     &#8220;customize inbox groups.&#8221;</li>
<li> <strong>Use filters to guarantee importance:</strong> If you want to be absolutely sure that some messages are always marked as     important (like email from your boss), you can <a href="https://mail.google.com/mail/#settings/filters" target="_blank">set up a filter</a> and choose     &#8220;Always mark it as important.&#8221;</li>
<li> <strong>Search by importance:</strong> If you want to see all the messages that have been marked as important,     both read and unread, do a Gmail search for     &#8220;is:important.&#8221;</li>
<li> <strong>Switching back to your old inbox:</strong> If Priority Inbox isn&#8217;t for you, you can easily switch back to your normal     inbox by clicking &#8220;Inbox&#8221; on the left or hide Priority Inbox     altogether from Gmail <a href="https://mail.google.com/mail/#settings/priorityinbox" target="_blank">Settings</a>.</li>
</ul>
<p></span></span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2010/09/02/gmail-priority-inbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google I/O 2010 Keynote</title>
		<link>http://blog.tiagosalgado.com/2010/05/20/google-io-2010-keynote/</link>
		<comments>http://blog.tiagosalgado.com/2010/05/20/google-io-2010-keynote/#comments</comments>
		<pubDate>Thu, 20 May 2010 21:52:56 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[eventos]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/google-io-2010-keynote/</guid>
		<description><![CDATA[Para todos que não puderam assistir em directo à Keynote do 1º dia da edição deste ano do Google I/O, têm disponivel online no canal oficial do Youtube. &#160; &#160; Google I/O 2010 – Keynote Day 1 (completo) (separado)]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.tiagosalgado.com/google-io-2010-keynote/" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe></div>
<p>Para todos que não puderam assistir em directo à Keynote do 1º dia da edição deste ano do <a href="http://code.google.com/events/io/2010/" target="_blank">Google I/O</a>, têm disponivel online no canal oficial do <a href="http://www.youtube.com" target="_blank">Youtube</a>.</p>
<p>&#160;</p>
<p><img src="http://img46.imageshack.us/img46/5776/iologo.png" width="200" height="41" /></p>
<p>&#160;</p>
<p>Google I/O 2010 – Keynote Day 1 (<a href="http://www.youtube.com/watch?v=a46hJYtsP-8" target="_blank">completo</a>) (<a href="http://www.youtube.com/user/GoogleDevelopers#g/c/02292AD8CFFE1349" target="_blank">separado</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2010/05/20/google-io-2010-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netsparker – web application security scanner</title>
		<link>http://blog.tiagosalgado.com/2010/05/18/netsparker-web-application-security-scanner/</link>
		<comments>http://blog.tiagosalgado.com/2010/05/18/netsparker-web-application-security-scanner/#comments</comments>
		<pubDate>Mon, 17 May 2010 23:41:53 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/netsparker-web-application-security-scanner/</guid>
		<description><![CDATA[O titulo do post diz exactamente do que se trata, mas o que leva a indica-lo é por ter uma “community edition” totalmente gratuita. Netsparker® Community Edition shares many features with Netsparker® Professional and just like Netsparker Professional, Community Edition is also False Positive Free. It can detect SQL Injection and Cross-site Scripting issues better]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.tiagosalgado.com/netsparker-web-application-security-scanner/" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe></div>
<p>O titulo do post diz exactamente do que se trata, mas o que leva a indica-lo é por ter uma “<a href="http://www.mavitunasecurity.com/communityedition/" target="_blank">community edition</a>” totalmente gratuita.</p>
<blockquote><p><img src="http://img156.imageshack.us/img156/7568/netsparker.png" width="483" height="112" /></p>
<p><strong>Netsparker<sub>®</sub> Community Edition</strong> shares many features with Netsparker<sub>®</sub> Professional and just like Netsparker Professional, Community Edition is also False Positive Free. It can detect SQL Injection and Cross-site Scripting issues better than many other scanners (if not all), and it&#8217;s completely <strong>FREE</strong>.</p>
</blockquote>
<p><a href="http://www.mavitunasecurity.com/communityedition/" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2010/05/18/netsparker-web-application-security-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 3.0 The Movie</title>
		<link>http://blog.tiagosalgado.com/2010/05/11/web-3-0-the-movie/</link>
		<comments>http://blog.tiagosalgado.com/2010/05/11/web-3-0-the-movie/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:27:47 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/web-3-0-the-movie/</guid>
		<description><![CDATA[Web 3.0 é o tema de uma curta-metragem feita por Kate Ray, uma jornalista/psicologa da NYU, onde mostra uma visão sobre a web semântica. O video conta com entrevistas a Dixon, Tim Berners-Lee, Clay Shirky, entre outros.]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"><iframe src="http://www.facebook.com/widgets/like.php?href=http://blog.tiagosalgado.com/web-3-0-the-movie/" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe></div>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11529540&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11529540&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p>Web 3.0 é o tema de uma curta-metragem feita por Kate Ray, uma jornalista/psicologa da NYU, onde mostra uma visão sobre a web semântica. </p>
<p>O video conta com entrevistas a Dixon, Tim Berners-Lee, Clay Shirky, entre outros.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2010/05/11/web-3-0-the-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encontro da Comunidade XAMLPT e Microsoft WebDay 2010</title>
		<link>http://blog.tiagosalgado.com/2010/01/18/encontro-da-comunidade-xamlpt-e-microsoft-webday-2010/</link>
		<comments>http://blog.tiagosalgado.com/2010/01/18/encontro-da-comunidade-xamlpt-e-microsoft-webday-2010/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 14:00:28 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[eventos]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xalmpt]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=517</guid>
		<description><![CDATA[Vai-se realizar dia 1 de Fevereiro de 2010, no Porto, o primeiro encontro deste ano da comunidade XALMPT. Para quem estiver interessado poderá fazer a sua inscrição e ver todas as informações necessárias na página http://xamlpt.com/xamlptmeetings/ No dia seguinte, dia 2 de Fevereiro, e também no Porto, será realizado o WebDay 2010. Um evento sobre]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://a3.twimg.com/profile_images/321755065/twitterProfilePhoto_bigger.jpg" alt="" width="73" height="73" /></p>
<p>Vai-se realizar dia 1 de Fevereiro de 2010, no Porto, o primeiro encontro deste ano da comunidade XALMPT.</p>
<p>Para quem estiver interessado poderá fazer a sua inscrição e ver todas as informações necessárias na página <a href="http://xamlpt.com/xamlptmeetings/" target="_blank">http://xamlpt.com/xamlptmeetings/</a></p>
<p><img class="alignnone" src="http://www.mswebday.com/Themes/webdays10/images/logo.png" alt="" width="216" height="93" /></p>
<p>No dia seguinte, dia 2 de Fevereiro, e também no Porto, será realizado o WebDay 2010. Um evento sobre Internet Explorer, Azure, ASP.NET, Silverlight e Expression a não perder.</p>
<p>Poderão ver todos os detalhes deste evento em <a href="http://www.mswebday.com/Page/Details/homepage" target="_blank">http://www.mswebday.com/Page/Details/homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2010/01/18/encontro-da-comunidade-xamlpt-e-microsoft-webday-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave Invites</title>
		<link>http://blog.tiagosalgado.com/2009/12/06/google-wave-invites/</link>
		<comments>http://blog.tiagosalgado.com/2009/12/06/google-wave-invites/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:11:44 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/google-wave-invites/</guid>
		<description><![CDATA[Tenho neste momento 16 convites para o Google Wave que tenho todo o gosto em envia-los aos primeiros que comentarem este post e indicarem o seu email. Update 09-12-2009: Já tenho mais convites disponiveis, num total de 13.]]></description>
			<content:encoded><![CDATA[<p><img alt="google wave" src="http://sites.google.com/site/tiagosalgado/google-wave-logo.gif" />
<p>Tenho neste momento 16 convites para o <a href="http://wave.google.com" target="_blank">Google Wave</a> que tenho todo o gosto em envia-los aos primeiros que comentarem este post e indicarem o seu email.</p>
<p> <img alt="google wave invites" src="http://sites.google.com/site/tiagosalgado/wave_invites.PNG" /></p>
<p>Update 09-12-2009: Já tenho mais convites disponiveis, num total de 13.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2009/12/06/google-wave-invites/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>uma pequena análise da experiencia no remix 09</title>
		<link>http://blog.tiagosalgado.com/2009/10/02/uma-pequena-anlise-da-experiencia-no-remix-09/</link>
		<comments>http://blog.tiagosalgado.com/2009/10/02/uma-pequena-anlise-da-experiencia-no-remix-09/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 22:45:31 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[.Net RIA Services]]></category>
		<category><![CDATA[eventos]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[remix09]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/uma-pequena-anlise-da-experiencia-no-remix-09/</guid>
		<description><![CDATA[Foi hoje o tão esperado dia do evento Remix que foi, sem dúvida, uma experiência que valerá a pena repetir. Como sabem (acho eu), o evento estava dividio em 3 tracks: Web Developer, UX e Architecture. Assisti a todas as sessões da Web Developer Track, mas fiquei arrependido de não ter trocado a sessão do]]></description>
			<content:encoded><![CDATA[<p>Foi hoje o tão esperado dia do evento <a href="http://www.microsoft.com/portugal/remix/index.aspx" target="_blank">Remix</a> que foi, sem dúvida, uma experiência que valerá a pena repetir.</p>
<p>Como sabem (acho eu), o evento estava dividio em 3 tracks: <a href="http://www.microsoft.com/portugal/remix/agenda.aspx" target="_blank">Web Developer, UX e Architecture</a>.</p>
<p>Assisti a todas as sessões da Web Developer Track, mas fiquei arrependido de não ter trocado a sessão do <a href="http://adamkinney.com/" target="_blank">Adam Kinney</a> pela do <a href="http://simonguest.com/" target="_blank">Simon Guest</a> sobre “Patterns for Cloud Computing”. Acho que o Adam estava certo na parte do pessoal adormecer na sessão após o almoço <img src='http://blog.tiagosalgado.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>A sessão que aguardava com mais expectativa foi a “building amazing business centric applications with Microsoft SL 3”, e não desapontou.</p>
<p>O que desapontou foi mesmo não haver cobertura de rede dentro do auditório, à qual tinha dado bastante jeito para se aceder á net.</p>
<p>Que para o ano haja o remix10, que lá estarei certamente <img src='http://blog.tiagosalgado.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Entretanto, o Brad Abrams já disponibilizou o material das sessões que apresentou e podem ser vistos <a href="http://blogs.msdn.com/brada/archive/2009/10/02/portugal-remix-silverlight-3-and-net-ria-services.aspx" target="_blank">aqui</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2009/10/02/uma-pequena-anlise-da-experiencia-no-remix-09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ReMix 09 PT</title>
		<link>http://blog.tiagosalgado.com/2009/09/02/remix-09-pt/</link>
		<comments>http://blog.tiagosalgado.com/2009/09/02/remix-09-pt/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:05:16 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[eventos]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tecnologia]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=459</guid>
		<description><![CDATA[O ReMIX traz-lhe as tendência e a inovação Web: o futuro das tecnologias como o Silverlight, o Internet Explorer, Expression, ASP.NET e Windows Azure. Um dia completo, com três tracks, 13 sessões e os melhores Oradores. Terá ainda a oportunidade de partilhar as melhores práticas com a Comunidade Web. Inscreva-se Já! Número de lugares limitado.]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://www.microsoft.com/portugal/remix/index.aspx"><img class="aligncenter size-full wp-image-460" title="remix09_pt" src="http://oito.files.wordpress.com/2009/09/remix09_pt.png" alt="remix09_pt" width="889" height="321" /></a></p>
<blockquote>
<p style="text-align:left;"><em>O ReMIX traz-lhe as tendência e a inovação Web: o futuro das tecnologias como o  <strong>Silverlight</strong>, o <strong>Internet Explorer</strong>,  <strong>Expression</strong>, <strong>ASP.NET</strong> e <strong>Windows  Azure</strong>.</em></p>
<p style="text-align:left;"><em>Um dia completo, com três <em>tracks</em>, 13 sessões e os melhores <a href="/portugal/remix/speakers.aspx">Oradores</a>. Terá ainda a oportunidade de  partilhar as melhores práticas com a Comunidade Web.<br />
Inscreva-se Já! Número  de lugares limitado. 50€, com IVA incluído.</em> (tirado do site)</p></blockquote>
<p style="text-align:left;">
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2009/09/02/remix-09-pt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

