<?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</title>
	<atom:link href="http://blog.tiagosalgado.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tiagosalgado.com</link>
	<description>personal blog</description>
	<lastBuildDate>Wed, 01 May 2013 12:39:01 +0000</lastBuildDate>
	<language>pt-PT</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>DNC Magazine Issue 6</title>
		<link>http://blog.tiagosalgado.com/2013/05/01/dnc-magazine-issue-6/</link>
		<comments>http://blog.tiagosalgado.com/2013/05/01/dnc-magazine-issue-6/#comments</comments>
		<pubDate>Wed, 01 May 2013 12:39:01 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1314</guid>
		<description><![CDATA[One more issue of DNC Maganize has been released. Download it here.]]></description>
				<content:encoded><![CDATA[<p><img alt="dnc magazine issue 6 cover" src="http://www.dotnetcurry.com/magazine/pictures/magcover/dnc-may-thumb.png" width="200" height="282" /><br />
One more issue of DNC Maganize has been released.</p>
<p><a href="http://www.dotnetcurry.com/magazine/dnc-magazine-issue6.aspx" target="_blank">Download it here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/05/01/dnc-magazine-issue-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SQL Server Training Videos for Developers</title>
		<link>http://blog.tiagosalgado.com/2013/04/12/free-sql-server-training-videos-for-developers/</link>
		<comments>http://blog.tiagosalgado.com/2013/04/12/free-sql-server-training-videos-for-developers/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 08:19:44 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1307</guid>
		<description><![CDATA[You can find some interesting videos (about 30 minutes each) on Brent Ozar website. Here&#8217;s a list: INDEX DESIGN Index Basics – Kendra Little The Okapis of Indexes – Jes Schultz Borland Heaps (Tables Without Clustered Indexes) – Kendra Little BLOCKING AND ISOLATION LEVELS There’s Something About Nolock – Kendra Little Five Ways to Fight...  <a href="http://blog.tiagosalgado.com/2013/04/12/free-sql-server-training-videos-for-developers/" class="more-link" title="Read Free SQL Server Training Videos for Developers">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>You can find some interesting videos (about 30 minutes each) on <a href="http://www.brentozar.com/" target="_blank">Brent Ozar</a> website.</p>
<p>Here&#8217;s a list:</p>
<h2>INDEX DESIGN</h2>
<ul>
<li><a href="http://www.brentozar.com/archive/2012/10/back-index-basics-how-make-select-statements-faster-video/" target="_blank">Index Basics – Kendra Little</a></li>
<li><a href="http://www.brentozar.com/archive/2013/01/the-okapis-of-sql-server-indexes/" target="_blank">The Okapis of Indexes – Jes Schultz Borland</a></li>
<li><a href="http://www.brentozar.com/archive/2012/05/video-heaps/" target="_blank">Heaps (Tables Without Clustered Indexes) – Kendra Little</a></li>
</ul>
<h2>BLOCKING AND ISOLATION LEVELS</h2>
<ul>
<li><a href="http://www.brentozar.com/archive/2011/11/theres-something-about-nolock-webcast-video/" target="_blank">There’s Something About Nolock – Kendra Little</a></li>
<li><a href="http://www.brentozar.com/archive/2011/08/five-ways-fight-blocking-video/" target="_blank">Five Ways to Fight Blocking – Kendra Little</a></li>
</ul>
<h2>QUERY DESIGN AND TUNING</h2>
<ul>
<li><a href="http://www.brentozar.com/archive/2012/03/lets-talk-about-joins/" target="_blank">Let’s Talk About Joins – Jeremiah Peschka</a></li>
<li><a href="http://www.brentozar.com/archive/2012/07/developers-guide-dangerous-queries-video/" target="_blank">Developer’s Guide to Dangerous Queries – Jeremiah Peschka</a></li>
<li><a href="http://www.brentozar.com/archive/2012/06/tsql-measure-performance-improvements/" target="_blank">How to Measure T-SQL Improvements – Kendra Little</a></li>
<li><a href="http://www.brentozar.com/archive/2011/08/video-how-use-denali-windowing-functions/" target="_blank">Windowing Functions in SQL 2012 – Jeremiah Peschka</a></li>
</ul>
<h2>TROUBLESHOOTING IN PRODUCTION</h2>
<ul>
<li><a href="http://www.brentozar.com/archive/2011/12/sql-server-first-responders-kit-video/" target="_blank">First Responders Kit – Kendra Little</a></li>
<li><a href="http://www.brentozar.com/archive/2011/12/whats-going-on-my-sql-server-video/" target="_blank">What’s Going On in My SQL Server? – Kendra Little</a></li>
<li><a href="http://www.brentozar.com/archive/2011/07/mystery-of-query-timeouts-video/" target="_blank">The Mystery of Query Timeouts – Kendra Little</a></li>
</ul>
<h2>SQL SERVER SETUP &amp; USAGE</h2>
<ul>
<li><a href="http://www.brentozar.com/archive/2013/02/how-does-sql-server-store-data/" target="_blank">How Does SQL Server Store Data? – Brent Ozar</a></li>
<li><a href="http://www.brentozar.com/archive/2012/02/developer-sql-server-transaction-log/" target="_blank">Developers and the Transaction Log – Kendra Little</a></li>
<li><a href="http://www.brentozar.com/sql-server-training-videos/completely-legal-performance-enhancements/" target="_blank">Completely Legal Performance Enhancements – Jeremiah Peschka</a></li>
<li><a href="http://www.brentozar.com/archive/2012/11/sql-server-management-studio-more-than-meets-the-eye/" target="_blank">SSMS: More than Meets the Eye – Jes Schultz Borland</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/04/12/free-sql-server-training-videos-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2012 Update 2</title>
		<link>http://blog.tiagosalgado.com/2013/04/05/visual-studio-2012-update-2/</link>
		<comments>http://blog.tiagosalgado.com/2013/04/05/visual-studio-2012-update-2/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 10:12:51 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1304</guid>
		<description><![CDATA[It&#8217;s available a new update for Visual Studio 2012. You can read the announcement on Somasegar blog post. You can download it from here, and if you need to make an offline install or just distribute, you can do it running the following command: &#8220;VS2012.2.exe /layout&#8221; and select the folder where do you want to download...  <a href="http://blog.tiagosalgado.com/2013/04/05/visual-studio-2012-update-2/" class="more-link" title="Read Visual Studio 2012 Update 2">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s available a new update for Visual Studio 2012. You can read the announcement on <a href="http://blogs.msdn.com/b/somasegar/archive/2013/04/04/visual-studio-2012-update-2-now-available.aspx" target="_blank">Somasegar blog post</a>.</p>
<p>You can download it from <a href="http://www.microsoft.com/en-us/download/details.aspx?id=38188" target="_blank">here</a>, and if you need to make an offline install or just distribute, you can do it running the following command: &#8220;<strong>VS2012.2.exe /layout</strong>&#8221; and select the folder where do you want to download all files.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/04/05/visual-studio-2012-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Web Apps with ASP.NET Jump Start</title>
		<link>http://blog.tiagosalgado.com/2013/03/01/building-web-apps-with-asp-net-jump-start/</link>
		<comments>http://blog.tiagosalgado.com/2013/03/01/building-web-apps-with-asp-net-jump-start/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 13:39:38 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net web api]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[signalr]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1298</guid>
		<description><![CDATA[Jon Galloway, Damian Edwards and Scott Hanselman provides now 8 hours of free ASP.NET training videos. Building Web Apps with ASP.NET Jump Start: (01) What&#8217;s New in ASP.NET 4.5 Building Web Apps with ASP.NET Jump Start: (02) Building and Deploying Websites with ASP.NET MVC 4 Building Web Apps with ASP.NET Jump Start: (03) Creating HTML5...  <a href="http://blog.tiagosalgado.com/2013/03/01/building-web-apps-with-asp-net-jump-start/" class="more-link" title="Read Building Web Apps with ASP.NET Jump Start">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Jon Galloway, Damian Edwards and Scott Hanselman provides now 8 hours of free ASP.NET training videos.</p>
<ul>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-01-Whats-New-in-ASPNET-45">Building Web Apps with ASP.NET Jump Start: (01) What&#8217;s New in ASP.NET 4.5</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-02-Building-and-Deploying-Websites-with-ASPNET-MVC-4">Building Web Apps with ASP.NET Jump Start: (02) Building and Deploying Websites with ASP.NET MVC 4</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-03-Creating-HTML5-Applications-with-jQuery">Building Web Apps with ASP.NET Jump Start: (03) Creating HTML5 Applications with jQuery</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-04-Building-a-Service-Layer-with-ASPNET-Web-API">Building Web Apps with ASP.NET Jump Start: (04) Building a Service Layer with ASP.NET Web API</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-05-Leveraging-Your-ASPNET-Development-Skills-to-Build-Offic">Building Web Apps with ASP.NET Jump Start: (05) Leveraging Your ASP.NET Development Skills to Build Office Apps</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-06-Building-and-Leveraging-Social-Services-in-ASPNET">Building Web Apps with ASP.NET Jump Start: (06) Building and Leveraging Social Services in ASP.NET</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-07-Building-for-the-Mobile-Web">Building Web Apps with ASP.NET Jump Start: (07) Building for the Mobile Web</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-08-Real-time-Communication-with-SignalR">Building Web Apps with ASP.NET Jump Start: (08) Real-time Communication with SignalR</a></li>
<li><a href="http://channel9.msdn.com/Series/Building-Web-Apps-with-ASP-NET-Jump-Start/Building-Web-Apps-with-ASPNET-Jump-Start-09-Taking-Advantage-of-Windows-Azure-Services">Building Web Apps with ASP.NET Jump Start: (09) Taking Advantage of Windows Azure Services</a></li>
</ul>
<p>Read the <a href="http://www.hanselman.com/blog/BuildingWebAppsWithASPNETJumpStart8HoursOfFREETrainingVideos.aspx" target="_blank">Scott Hanselman post</a> to check a summary of each episode and full course outline.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/03/01/building-web-apps-with-asp-net-jump-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET and Web Tools 2012.2 Update</title>
		<link>http://blog.tiagosalgado.com/2013/02/19/asp-net-and-web-tools-2012-2-update/</link>
		<comments>http://blog.tiagosalgado.com/2013/02/19/asp-net-and-web-tools-2012-2-update/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 09:45:52 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[signalr]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1294</guid>
		<description><![CDATA[The final release is here You can find a lot of new features and enhancements  on ASP.NET Web API, ASP.NET SignalR, ASP.NET Webforms and MVC and of course Windows Azure. You can found some blog posts covering this new updates: Announcing release of ASP.NET and Web Tools 2012.2 Update &#8211; by Scott Gu Released: ASP.NET and...  <a href="http://blog.tiagosalgado.com/2013/02/19/asp-net-and-web-tools-2012-2-update/" class="more-link" title="Read ASP.NET and Web Tools 2012.2 Update">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>The final release is <a href="http://go.microsoft.com/fwlink/?LinkId=282650" target="_blank">here</a> <img src='http://blog.tiagosalgado.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can find a lot of new features and enhancements  on ASP.NET Web API, ASP.NET SignalR, ASP.NET Webforms and MVC and of course Windows Azure.</p>
<p>You can found some blog posts covering this new updates:</p>
<ul>
<li><a href="http://weblogs.asp.net/scottgu/archive/2013/02/18/announcing-release-of-asp-net-and-web-tools-2012-2-update.aspx" target="_blank">Announcing release of ASP.NET and Web Tools 2012.2 Update</a> &#8211; by <a href="http://weblogs.asp.net/scottgu/" target="_blank">Scott Gu</a></li>
<li><a href="http://www.hanselman.com/blog/ReleasedASPNETAndWebTools20122InContext.aspx" target="_blank">Released: ASP.NET and Web Tools 2012.2 in Context</a> &#8211; by <a href="http://www.hanselman.com/" target="_blank">Scott Hanselman</a></li>
<li><a href="http://weblogs.asp.net/jgalloway/archive/2013/02/18/announcing-the-asp-net-and-web-tools-2012-2-release.aspx" target="_blank">Announcing the ASP.NET and Web Tools 2012.2 Release!</a> &#8211; By <a href="http://weblogs.asp.net/jgalloway/" target="_blank">Jon Galloway</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/02/19/asp-net-and-web-tools-2012-2-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SvcPerf &#8211; E2E ETW trace analysis tool</title>
		<link>http://blog.tiagosalgado.com/2013/01/23/svcperf-e2e-etw-trace-analysis-tool/</link>
		<comments>http://blog.tiagosalgado.com/2013/01/23/svcperf-e2e-etw-trace-analysis-tool/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 18:00:37 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wcf]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1289</guid>
		<description><![CDATA[SvcPerf is an End-to-End ETW trace viewer for manifest based traces. An End to End Trace Analysis tool for WCF/WF and other Activity based ETW traces. Based on Linq over Traces(TX) View ETL files or live traces sessions and create custom queries. Use from commandline to dump raw events or custom queries using linq over traces. User&#8217;s...  <a href="http://blog.tiagosalgado.com/2013/01/23/svcperf-e2e-etw-trace-analysis-tool/" class="more-link" title="Read SvcPerf &#8211; E2E ETW trace analysis tool">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>SvcPerf is an End-to-End ETW trace viewer for manifest based traces.</p>
<ul>
<li>An End to End Trace Analysis tool for WCF/WF and other Activity based ETW traces.</li>
<li>Based on <a href="http://tx.codeplex.com/">Linq over Traces(TX)</a></li>
<li>View ETL files or live traces sessions and create custom queries.</li>
<li>Use from commandline to dump raw events or custom queries using linq over traces.</li>
<li><a href="http://svcperf.codeplex.com/documentation?referringTitle=Home">User&#8217;s Guide</a></li>
<li><a href="http://svcperf.codeplex.com/wikipage?title=FAQs&amp;referringTitle=Home">FAQs</a></li>
</ul>
<img alt="svcPerf" src="http://i3.codeplex.com/Download?ProjectName=svcperf&amp;DownloadId=604539" width="740" height="360" />
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/01/23/svcperf-e2e-etw-trace-analysis-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook &#8211; there are no items to show in this view error</title>
		<link>http://blog.tiagosalgado.com/2013/01/11/outlook-there-are-no-items-to-show-in-this-view-error/</link>
		<comments>http://blog.tiagosalgado.com/2013/01/11/outlook-there-are-no-items-to-show-in-this-view-error/#comments</comments>
		<pubDate>Fri, 11 Jan 2013 18:00:01 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1285</guid>
		<description><![CDATA[This message was annoying me several times in last days. After a quick search on Google I&#8217;ve found a support article from Microsoft saying that is a know issue. There is an hotfix for this, or you each time you&#8217;ll get this message you can go to View &#62; Expand / Collapse Groups &#62; Expand All Groups.]]></description>
				<content:encoded><![CDATA[<p>This message was annoying me several times in last days. After a quick search on Google I&#8217;ve found a support article from Microsoft saying that is a know issue.</p>
<p>There is an <a href="http://support.microsoft.com/kb/2559926?wa=wsignin1.0" target="_blank">hotfix</a> for this, or you each time you&#8217;ll get this message you can go to View &gt; Expand / Collapse Groups &gt; Expand All Groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/01/11/outlook-there-are-no-items-to-show-in-this-view-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace filenames to avoid overwrite the ones already saved</title>
		<link>http://blog.tiagosalgado.com/2013/01/08/replace-filenames-to-avoid-overwrite-the-ones-already-saved/</link>
		<comments>http://blog.tiagosalgado.com/2013/01/08/replace-filenames-to-avoid-overwrite-the-ones-already-saved/#comments</comments>
		<pubDate>Tue, 08 Jan 2013 18:00:37 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1274</guid>
		<description><![CDATA[The following code is for a easy and simple way to change the filenames in order to avoid overwriting the ones already saved on file system. Any bug detected please leave a comment.]]></description>
				<content:encoded><![CDATA[<p>The following code is for a easy and simple way to change the filenames in order to avoid overwriting the ones already saved on file system. Any bug detected please leave a comment.</p>
<p><script src="https://gist.github.com/4484413.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2013/01/08/replace-filenames-to-avoid-overwrite-the-ones-already-saved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podio for ipad</title>
		<link>http://blog.tiagosalgado.com/2012/09/06/podio-for-ipad/</link>
		<comments>http://blog.tiagosalgado.com/2012/09/06/podio-for-ipad/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 00:17:19 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[podio]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1269</guid>
		<description><![CDATA[Big news from Podio team. They released the ipad app and it is awesome. You guys rocks Download from AppStore]]></description>
				<content:encoded><![CDATA[<p>Big news from Podio team. They <a href="http://blog.podio.com/2012/09/05/podioforipad/">released</a> the ipad app and it is awesome.<br />
<br /><a href="http://blog.tiagosalgado.com/wp-content/uploads/2012/09/20120906-011323.jpg"><img src="http://blog.tiagosalgado.com/wp-content/uploads/2012/09/20120906-011323.jpg" alt="20120906-011323.jpg" class="alignnone size-full" /></a></p>
<p>You guys rocks <img src='http://blog.tiagosalgado.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Download from <a href="http://itunes.apple.com/us/app/podio/id404183617?mt=8">AppStore</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2012/09/06/podio-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft new logo</title>
		<link>http://blog.tiagosalgado.com/2012/08/23/microsoft-new-logo/</link>
		<comments>http://blog.tiagosalgado.com/2012/08/23/microsoft-new-logo/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 16:32:48 +0000</pubDate>
		<dc:creator>Tiago Salgado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.tiagosalgado.com/?p=1264</guid>
		<description><![CDATA[After 25 years, Microsoft has a new look.]]></description>
				<content:encoded><![CDATA[<p>After 25 years, Microsoft has a new look.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/OzkZWvAJUr0" frameborder="0" allowfullscreen=""></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tiagosalgado.com/2012/08/23/microsoft-new-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
