<?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>SUPERNOVA &#187; Jorge &#8220;El Che&#8221; Vasquez</title>
	<atom:link href="http://blog.metrostarsystems.com/author/jvasquez/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.metrostarsystems.com</link>
	<description>Stellar Social Media &#38; Technology Solutions</description>
	<lastBuildDate>Thu, 26 Apr 2012 17:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Silverlight Caching Data Requests</title>
		<link>http://blog.metrostarsystems.com/2011/03/26/silverlight-caching-data-requests-2/</link>
		<comments>http://blog.metrostarsystems.com/2011/03/26/silverlight-caching-data-requests-2/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 14:57:46 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/2011/03/26/silverlight-caching-data-requests-2/</guid>
		<description><![CDATA[SilverLight is a great presentation display. However, when it works perfectly on ALL Browsers, with exception of Internet Explorer, it become very comical. Background We developed a SilverLight display which uses &#8220;WebClient&#8221; class to query an RSS feed asynchronously: WebClient proxy = new WebClient(); proxy.OpenReadCompleted += new OpenReadCompletedEventHandler(OnReadCompleted); Once the callback event is triggered by<em> ... </em>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia; font-size: 10pt;">SilverLight is a great presentation display. However, when it works perfectly on ALL Browsers, with exception of Internet Explorer, it become very comical.<br />
</span></p>
<p><span style="font-family: Georgia; font-size: 10pt;"><span style="text-decoration: underline;"><strong>Background</strong></span><br />
We developed a SilverLight display which uses &#8220;WebClient&#8221; class to query an RSS feed asynchronously:<br />
</span></p>
<p><span style="font-size: 10pt;"><span style="color: #2b91af; font-family: Consolas;">WebClient</span><span style="font-family: Consolas;"> proxy = <span style="color: blue;">new</span><br />
<span style="color: #2b91af;">WebClient</span>();<br />
proxy.OpenReadCompleted += <span style="color: blue;">new Op<span style="color: #2b91af;">enReadCompletedEventHandler</span>(OnReadCompleted);</span></span><span style="font-family: Georgia;"><br />
</span></span></p>
<p><span style="font-family: Georgia; font-size: 10pt;">Once the callback event is triggered by a timer event, we have logic to iterate through the results.<br />
</span></p>
<p><span style="font-family: Georgia; font-size: 10pt;"><span style="text-decoration: underline;"><strong>Problem</strong></span><br />
The data returned by the proxy seemed to be cached, since we keep on getting the same data. I looked around trying to figure out why this would happen. The RSS Feed that we were querying was being updated properly. What could cause the caching? Is it the way I am quering? Is it SilverLight acting up?<br />
</span></p>
<p><span style="font-family: Georgia; font-size: 10pt;"><span style="text-decoration: underline;"><strong>Solution</strong></span><br />
As I started to Google (sad to say that I did not Binged), I coworker came to mind. He would reminding me about FireBug (Dev Tool within FireFox) and how awesome it is. Hence, I decided to use the Developer Tools on IE:<br />
</span></p>
<p><span style="font-family: Georgia; font-size: 10pt;">Why is the browser returning 304?<br />
</span></p>
<p><img src="http://blog.metrostarsystems.com/wp-content/uploads/2011/03/032611_1457_Silverlight1.png" alt="" /></p>
<p>The first time we hit the server, it returns 200 (OK).</p>
<p>However, every other call to the server, it would returns 304.<br />
<strong><em>Definition of 304<br />
</em></strong>304: If the client has done a conditional GET and access is allowed, <strong><em>but the document has not been modified since the date and time specified</em></strong> in <em>If-Modified-Since</em> field, the server responds with a 304 status code and does not send the document body to the client.</p>
<p><strong><em>Translation</em></strong><br />
The browser would ask the server if the cached data is fresh enough and use the cached data.</p>
<p><strong><em>Resolution</em></strong><br />
Why is Internet Explorer acting up and not Chrome, FireFox, Safari, Opera?</p>
<p>Checked on Non-Microsoft Browsers and their respective Developer Tools and they all return 200 every time. What going on? Why is Internet Explorer being so difficult?</p>
<p>Hence, checked the configuration of Internet Settings and adjusted the following settings to make it all work:</p>
<ol>
<li>Go the &#8220;Tools&#8221; -&gt; &#8220;Internet Options&#8221;</li>
<li>Under the &#8220;Browser History&#8221; -&gt; Select &#8220;Settings&#8221;</li>
<li>By default, the browser is set to &#8220;Automatically&#8221;.<br />
Adjust to &#8220;Every time I visit the webpage&#8221; and Click on &#8220;OK&#8221;.</li>
</ol>
<p> <span style="text-decoration: underline;"><strong>Conclusion<br />
</strong></span><br />
I was very annoyed by this behavior in Internet Explorer.</p>
<p>However, the lesson learned was to make sure that (1) you test your solutions on all major browsers, while (2) leveraging their respective developer tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2011/03/26/silverlight-caching-data-requests-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Office Communicator 2007 R2 Missing Registry Key</title>
		<link>http://blog.metrostarsystems.com/2010/02/24/office-communicator-2007-r2-missing-registry-key/</link>
		<comments>http://blog.metrostarsystems.com/2010/02/24/office-communicator-2007-r2-missing-registry-key/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 23:43:17 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[communicator]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office Communicator 2007 R2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=2552</guid>
		<description><![CDATA[I love technology, however, when someone forgets to add very simple comments, it drive me crazy. Today, I needed to figure out how to add a Custom Tab onto Microsoft&#8217;s Office Communicator 2007 R2. According to the documentation provided by Microsoft, it is a very simple process Configuring Context-Sensitive Custom Tabs http://technet.microsoft.com/en-us/library/bb963929.aspx Step 1: Define<em> ... </em>]]></description>
			<content:encoded><![CDATA[<p>I love technology, however, when someone forgets to add very simple comments, it drive me crazy.</p>
<p>Today, I needed to figure out how to add a Custom Tab onto Microsoft&#8217;s <a href="http://office.microsoft.com/en-us/communicator/FX101729051033.aspx" target="_blank">Office Communicator 2007 R2</a>.</p>
<p>According to the documentation provided by Microsoft, it is a very simple process</p>
<p><strong><span style="text-decoration: underline;">Configuring Context-Sensitive Custom Tabs<br />
</span></strong><a href="http://technet.microsoft.com/en-us/library/bb963929.aspx">http://technet.microsoft.com/en-us/library/bb963929.aspx</a></p>
<p>Step 1: Define the Registry Setting &#8211; Adjusting the registry<br />
Step 2: Creating the Custom Tab Definition Files &#8211; Creating an XML file</p>
<p>Now, Step 2 was the easiest, since they have a good example on the format of the XML file.</p>
<p>However, Step 1 was the most troublesome, since the instructions tell you to navigate (using regedit.exe) to the following locations within your computer registry in order to create an entry:</p>
<p><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator</strong></p>
<p><strong>HKEY_CURRENT_USER\Software\Policies\Microsoft\Communicator</strong></p>
<p>Very straight forward instructions, however, what they forget to tell you</p>
<p><strong><em>NOTE: </em></strong><strong><em>the above path might not exist</em></strong>.</p>
<p>At first, I blamed my Windows 7, but then I contacted a coworker that has Windows Vista and he said the path did not exist for him either.</p>
<p>Hence, the only thing that came to mind was to create the entries manually. At first I was very hesitant to manually create a new key, since I did not want to crash my computer. However, what is the worst that could happen? (OS rebuild)</p>
<p>So, I navigated to:</p>
<p><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft</strong></p>
<ol>
<li>Created a new &#8220;Key&#8221; and named it &#8220;Communicator&#8221;</li>
<li>Created a new &#8220;String Value&#8221;  and named it &#8220;TabURL&#8221; with the location of the XML file (Step 2) which I hosted on IIS. (See Image<a href="http://blog.metrostarsystems.com/wp-content/uploads/2010/02/ocs1.png" target="_blank"> OC1 </a>below)</li>
<li>Exited Office Communicator</li>
<li>Launched and Signed In ont Office Communicator</li>
<li>Done (See Image <a href="http://blog.metrostarsystems.com/wp-content/uploads/2010/02/ocs2.png" target="_blank">OC2</a> below)</li>
</ol>
						<div class="post-b " id="post-5659">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2012/04/26/is-your-website-committing-pinterest-suicide/">Is Your Website Committing Pinterest Suicide?</a>
						</h2>
						<span class="date"><span>Posted on April 26th, 2012 in <a href="http://blog.metrostarsystems.com/category/tips/" title="View all posts in Tips &amp; Tricks" rel="category tag">Tips &amp; Tricks</a>.</span></span>
						<p>You may have heard about search engine optimization (SEO) but what about Pinterest optimization? Pinterest may be sky rocketing to the top of the social media world, but is your website optimized to keep up? If your website isn’t optimized for “pinning” then your content may get left behind. One “pin” from your website has<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2012/04/26/is-your-website-committing-pinterest-suicide/#respond" title="Comment on Is Your Website Committing Pinterest Suicide?">No Comments</a></span>
						<a title="Permanent Link to Is Your Website Committing Pinterest Suicide?" href="http://blog.metrostarsystems.com/2012/04/26/is-your-website-committing-pinterest-suicide/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5604">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2012/02/13/readerwriterlock-vs-readerwriterlockslim-performance/">ReaderWriterLock vs. ReaderWriterLockSlim Performance</a>
						</h2>
						<span class="date"><span>Posted on February 13th, 2012 in <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>.</span></span>
						<p>Here is handy comparison of the performance ReaderWriterLock and ReaderWriterLockSlim: ReaderWriterLock ReadLock -&gt; Release Lock = 0.00014 ms WriteLock -&gt; ReleaseLock = 0.00012 ms ReadLock -&gt; UpgradeToWriteLock -&gt; ReleaseLock = 0.00021 ms &nbsp; ReaderWriterLockSlim ReadLock -&gt; ExitReadLock = 0.00005 ms WriteLock -&gt; ExitWriteLock= 0.00004 ms ReadLockUpgradeable -&gt; WriteLock -&gt; ExitWriteLock -&gt; ExitReadLock  = 0.00009 ms &nbsp; So<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2012/02/13/readerwriterlock-vs-readerwriterlockslim-performance/#respond" title="Comment on ReaderWriterLock vs. ReaderWriterLockSlim Performance">No Comments</a></span>
						<a title="Permanent Link to ReaderWriterLock vs. ReaderWriterLockSlim Performance" href="http://blog.metrostarsystems.com/2012/02/13/readerwriterlock-vs-readerwriterlockslim-performance/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5600">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2012/02/04/irequiressessionstate-and-long-running-asynchronous-http-handlers/">IRequiresSessionState and long running Asynchronous HTTP Handlers</a>
						</h2>
						<span class="date"><span>Posted on February 4th, 2012 in <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>, <a href="http://blog.metrostarsystems.com/category/tips/" title="View all posts in Tips &amp; Tricks" rel="category tag">Tips &amp; Tricks</a>.</span></span>
						<p>The other day I learned something interesting about the inner workings of ASP .Nets session state management.  One of the nice features it provides is automatically making usage of the session state thread safe between the various threads which may be handling requests from the same user (with the same sessionId). Apparently the way it<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2012/02/04/irequiressessionstate-and-long-running-asynchronous-http-handlers/#respond" title="Comment on IRequiresSessionState and long running Asynchronous HTTP Handlers">No Comments</a></span>
						<a title="Permanent Link to IRequiresSessionState and long running Asynchronous HTTP Handlers" href="http://blog.metrostarsystems.com/2012/02/04/irequiressessionstate-and-long-running-asynchronous-http-handlers/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5583">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2012/01/24/setting-up-ssl-on-a-microsoft-azure-application/">Setting up SSL on a Microsoft Azure application</a>
						</h2>
						<span class="date"><span>Posted on January 24th, 2012 in <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>, <a href="http://blog.metrostarsystems.com/category/tips/" title="View all posts in Tips &amp; Tricks" rel="category tag">Tips &amp; Tricks</a>.</span></span>
						<p>Recently I as involved with adding SSL to a site which is hosted within Microsft&#8217;s Aure platform.  Overall the process went pretty smoothly having used the guide from MSDN: http://msdn.microsoft.com/en-us/library/windowsazure/ff795779.aspx &nbsp; The one thing it forgets to mention is that along with server certificate you also need all of the certificates along the chain of trust back<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2012/01/24/setting-up-ssl-on-a-microsoft-azure-application/#respond" title="Comment on Setting up SSL on a Microsoft Azure application">No Comments</a></span>
						<a title="Permanent Link to Setting up SSL on a Microsoft Azure application" href="http://blog.metrostarsystems.com/2012/01/24/setting-up-ssl-on-a-microsoft-azure-application/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5570">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2012/01/06/updating-large-quantities-of-data-in-sql-azure/">Updating large quantities of data in SQL Azure</a>
						</h2>
						<span class="date"><span>Posted on January 6th, 2012 in <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>, <a href="http://blog.metrostarsystems.com/category/tips/" title="View all posts in Tips &amp; Tricks" rel="category tag">Tips &amp; Tricks</a>.</span></span>
						<p>Recently I ran into a scenario where I had a production database which contained a table with 1.4 million records in which I wanted to convert a varchar column containing numbers to a bigint column. I used a backup of the database to try out a few different methods; at first I tried simply running<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2012/01/06/updating-large-quantities-of-data-in-sql-azure/#respond" title="Comment on Updating large quantities of data in SQL Azure">No Comments</a></span>
						<a title="Permanent Link to Updating large quantities of data in SQL Azure" href="http://blog.metrostarsystems.com/2012/01/06/updating-large-quantities-of-data-in-sql-azure/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5557">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2011/11/04/handy-string-parsing-extension-methods/">Handy String Parsing Extension Methods</a>
						</h2>
						<span class="date"><span>Posted on November 4th, 2011 in <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>, <a href="http://blog.metrostarsystems.com/category/tips/" title="View all posts in Tips &amp; Tricks" rel="category tag">Tips &amp; Tricks</a>.</span></span>
						<p>Since I&#8217;ve never particularly liked the feel of C#&#8217;s int.TryParse and bool.TryParse methods I decided to create some extension methods for strings which I feel like make the code using them much more readable: &nbsp; /// &lt;summary&gt; /// Converts a string to an int, if the string cant be parsed then null is returned /// &lt;/summary&gt; ///<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2011/11/04/handy-string-parsing-extension-methods/#respond" title="Comment on Handy String Parsing Extension Methods">No Comments</a></span>
						<a title="Permanent Link to Handy String Parsing Extension Methods" href="http://blog.metrostarsystems.com/2011/11/04/handy-string-parsing-extension-methods/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5510">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2011/11/02/metrostar-systems-supports-the-36th-marine-corps-marathon/">MetroStar Systems Supports the 36th Marine Corps Marathon</a>
						</h2>
						<span class="date"><span>Posted on November 2nd, 2011 in <a href="http://blog.metrostarsystems.com/category/ourculture/" title="View all posts in Our Culture" rel="category tag">Our Culture</a>.</span></span>
						<p>It was 3:45a.m., Sunday October 30th&#8230;Theresa and I sat in my car with the heat on full blast gearing up to be outside for the next six hours (at least!). It was still dark as night, but not far in the distance you could see the buzz and commotion of people setting up for one<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2011/11/02/metrostar-systems-supports-the-36th-marine-corps-marathon/#respond" title="Comment on MetroStar Systems Supports the 36th Marine Corps Marathon">No Comments</a></span>
						<a title="Permanent Link to MetroStar Systems Supports the 36th Marine Corps Marathon" href="http://blog.metrostarsystems.com/2011/11/02/metrostar-systems-supports-the-36th-marine-corps-marathon/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5492">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2011/10/25/linq-to-sharepoint-vs-caml-vs-sql-performance/">Linq to SharePoint vs. CAML vs. SQL Performance</a>
						</h2>
						<span class="date"><span>Posted on October 25th, 2011 in <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>.</span></span>
						<p>On a project I&#8217;ve just recently started I was tasked to create some SharePoint web services which would serve up data stored in lists.  Having learned recently about a new tool for SharePoint 2010 called Linq to SharePoint I decided I would give it a try rather than taking my normal approach of using CAML<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2011/10/25/linq-to-sharepoint-vs-caml-vs-sql-performance/#comments" title="Comment on Linq to SharePoint vs. CAML vs. SQL Performance">2 Comments</a></span>
						<a title="Permanent Link to Linq to SharePoint vs. CAML vs. SQL Performance" href="http://blog.metrostarsystems.com/2011/10/25/linq-to-sharepoint-vs-caml-vs-sql-performance/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5482">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2011/10/13/fedtalks2011/">FedTalks2011</a>
						</h2>
						<span class="date"><span>Posted on October 13th, 2011 in <a href="http://blog.metrostarsystems.com/category/community/" title="View all posts in Community" rel="category tag">Community</a>, <a href="http://blog.metrostarsystems.com/category/news/" title="View all posts in News" rel="category tag">News</a>, <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>.</span></span>
						<p>I had the pleasure of attending FedTalks2011 &#8211; an event held October 11, 2011 at the Warner Theater in Washington D.C. The event was hosted by FedScoop and brought together “the greatest minds in government and business technology to discuss how innovation can aid in the way government works.” I was introduced to top White<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2011/10/13/fedtalks2011/#respond" title="Comment on FedTalks2011">No Comments</a></span>
						<a title="Permanent Link to FedTalks2011" href="http://blog.metrostarsystems.com/2011/10/13/fedtalks2011/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
						<div class="post-b " id="post-5402">
												<div class="post-content">
						<h2>
							<a href="http://blog.metrostarsystems.com/2011/10/03/jennys-sharepoint-tip-rollup-items-across-a-site-collection-by-creating-a-cross-list-data-view-web-part/">Jenny&#8217;s SharePoint Tip:  Rollup items across a site collection by creating a cross list data view web part.</a>
						</h2>
						<span class="date"><span>Posted on October 3rd, 2011 in <a href="http://blog.metrostarsystems.com/category/technology/" title="View all posts in Technology" rel="category tag">Technology</a>, <a href="http://blog.metrostarsystems.com/category/tips/" title="View all posts in Tips &amp; Tricks" rel="category tag">Tips &amp; Tricks</a>.</span></span>
						<p>While working on a client project I had a request to rollup all  calendar items across a single site collection on the home page of the root site.  After reviewing several blogs describing how to create a cross list data view web part (dvwp) I was able to successfully create a solution per the client<em> &#8230; </em></p>
					</div>
					<div class="clear"></div>
					<div class="post-footer">
						<span class="comm float-left"><a href="http://blog.metrostarsystems.com/2011/10/03/jennys-sharepoint-tip-rollup-items-across-a-site-collection-by-creating-a-cross-list-data-view-web-part/#comments" title="Comment on Jenny&#8217;s SharePoint Tip:  Rollup items across a site collection by creating a cross list data view web part.">4 Comments</a></span>
						<a title="Permanent Link to Jenny&#8217;s SharePoint Tip:  Rollup items across a site collection by creating a cross list data view web part." href="http://blog.metrostarsystems.com/2011/10/03/jennys-sharepoint-tip-rollup-items-across-a-site-collection-by-creating-a-cross-list-data-view-web-part/" class="read-more float-right">Continue reading...</a>
					<div class="clear"></div>			
					</div>
			</div> <!-- .post -->
			
	
	<div class="clear"></div>
	
<p>If Microsoft reads this post, please make sure to adjust your documentation, since this omission causes a lot of unnecessary research and frustration when trying to customize Office Communicator 2007 R2.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2011/10/03/jennys-sharepoint-tip-rollup-items-across-a-site-collection-by-creating-a-cross-list-data-view-web-part/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 Series</title>
		<link>http://blog.metrostarsystems.com/2010/02/17/windows-phone-7-series/</link>
		<comments>http://blog.metrostarsystems.com/2010/02/17/windows-phone-7-series/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:17:12 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Our Culture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MIX10 Conference]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Project Natal]]></category>
		<category><![CDATA[Windows Phone 7 Series]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=2516</guid>
		<description><![CDATA[Earlier this week, at the Mobile World Congress in Barcelona, Microsoft unveiled &#8220;Windows Phone 7 Series&#8220;.  This new phone, which Microsoft is targeting to unleash by the 2010 holiday season, will take a stab at the iPhone and its market by providing a completely new user experience (a Zune HD like experience) extensive integration with<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p>Earlier this week, at the <a title="Mobile World Congress" href="http://www.mobileworldcongress.com/index.htm" target="_blank">Mobile World Congress </a>in Barcelona, Microsoft unveiled &#8220;<a title="Windows Phone 7 Series" href="http://www.windowsphone7series.com" target="_blank">Windows Phone 7 Series</a>&#8220;.  This new phone, which Microsoft is targeting to unleash by the 2010 holiday season, will take a stab at the iPhone and its market by providing</p>
<ul>
<li>a completely new user experience (a Zune HD like experience)</li>
<li>extensive integration with social networks, such as facebook</li>
<li>video, music and photo aggregation/mashup like abilities</li>
<li>office productivity tools</li>
<li>integration with zune (videos &amp; music) and xbox live (games)</li>
<li>GPS, maps, search</li>
<li>and many more features &#8230;&#8230;</li>
</ul>
<p><strong><span style="text-decoration: underline;">Windows Phone 7 Series Demo<strong><span> </span></strong><strong><span> </span></strong><strong><span> </span></strong><strong><span> </span></strong></span></strong></p>
<p><strong></strong><strong> </strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/MdDAeyy1H0A&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/MdDAeyy1H0A&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong><span style="text-decoration: underline;">Behind the Desgin<br />
</span></strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/DAzKkfAeFwY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/DAzKkfAeFwY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>We are only 2 months into 2010 and it seems that this year, Microsoft is going all outs in the Mobile and Gaming Markets, both of which will get hit by critical products during 2010 holiday season:</p>
<li>Mobile: Windows Phone 7 Series</li>
<li>Gaming: Project Natal</li>
<p>As a End User:  Make sure not be naughty this year. And if you are reading this blog post Santa, I promise to be a good developer (commenting my code)  and a good individual (helping others).</p>
<p>As a Developer: Make sure to stay connected to the latest and try to attend <a title="MIX 10 Conference" href="http://live.visitmix.com/Registration" target="_blank">MIX10 Conference </a>where they will release further details on not only &#8221;Windows Phone 7 Series&#8221;, but also Microsoft’s broad web platform and tools that help bring together the clients, servers and cloud services needed for creating great rich web applications.</p>
<p>A very exciting year for both Users and Developers. <img src='http://blog.metrostarsystems.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>2010, the year of creating exceptional user experiences across all devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2010/02/17/windows-phone-7-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surface SDK and Windows 7</title>
		<link>http://blog.metrostarsystems.com/2010/02/08/surface-sdk-and-windows-7/</link>
		<comments>http://blog.metrostarsystems.com/2010/02/08/surface-sdk-and-windows-7/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:01:56 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Our Culture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[.MSI]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=2501</guid>
		<description><![CDATA[I recently upgraded my computer from Windows Vista to Windows 7.  And while setting up my computer, I discovered that the Microsoft Surface SDK only works on Windows Vista. I am not going to lie, but I was very disappointed and could not see why the SDK could not work on Windows 7. Hence, I went ahead and searched<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p>I recently upgraded my computer from Windows Vista to Windows 7.  And while setting up my computer, I discovered that the Microsoft Surface SDK only works on Windows Vista.</p>
<p>I am not going to lie, but I was very disappointed and could not see why the SDK could not work on Windows 7. Hence, I went ahead and searched the web for individuals with the same issue. Hence, I discovered this post which helps you with adjusting the Surface SDK msi file, along with samples to work on Windows 7.</p>
<p>Great Post !!!</p>
<p><a href="http://www.grumpydev.com/2009/05/17/surface-sdk-sp1-on-vista-and-win7-x64/">http://www.grumpydev.com/2009/05/17/surface-sdk-sp1-on-vista-and-win7-x64/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2010/02/08/surface-sdk-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please wait while Setup finishes determining your disk space requirements</title>
		<link>http://blog.metrostarsystems.com/2010/02/02/please-wait-while-setup-finishes-determining-your-disk-space-requirements/</link>
		<comments>http://blog.metrostarsystems.com/2010/02/02/please-wait-while-setup-finishes-determining-your-disk-space-requirements/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:21:23 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Our Culture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[.MSI]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=2495</guid>
		<description><![CDATA[.MSI files can act strangely at times. Causing us to explode in anger as to why it decided that it must check your disk for space requirements. Is this a sign that I must take a break and get a cup of coffee? Hence, I clicked on &#8220;Return&#8221; on the above message and took a<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p>.MSI files can act strangely at times. Causing us to explode in anger as to why it decided that it must check your disk for space requirements.</p>
<p><img title="MSI Message" src="http://blog.metrostarsystems.com/wp-content/uploads/2010/02/Sur.png" alt="MSI waiting to determine disk space requirements" width="393" height="311" /></p>
<p>Is this a sign that I must take a break and get a cup of coffee?</p>
<p>Hence, I clicked on &#8220;Return&#8221; on the above message and took a break.</p>
<p>To my surprise, nothing had happened. Moreover, when I clicked on &#8220;Next&#8221;, I received the haunting message again</p>
<p>&#8220;Please wait while Setup finishes determining your disk space requirements&#8221;</p>
<p>Haven&#8217;t I waited enough?<br />
Isn&#8217;t this suposed to be easier?<br />
Is this a sign that I should go home earlier?<br />
Am I on Celebrity Ghost Stories?</p>
<p>And then Command Line came to mind.</p>
<p>A black screen (Night) with white letter (Ghost) .</p>
<p>Try this command (Spell)</p>
<p>&#8220;msiexec /package [sample.msi] /qr&#8221;</p>
<p>and it should install the .MSI without any unwanted messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2010/02/02/please-wait-while-setup-finishes-determining-your-disk-space-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Science Behind Project Natal</title>
		<link>http://blog.metrostarsystems.com/2010/01/25/science-behindproject-natal/</link>
		<comments>http://blog.metrostarsystems.com/2010/01/25/science-behindproject-natal/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:27:06 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Our Culture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Project Natal]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=2432</guid>
		<description><![CDATA[New year, new tools, new games, NO CONTROLLERS? Microsoft is really cranking on getting Project Natal this year with hopes of getting this onto the market by the end of 2010. Check out the following article, which talks about the science behind Project Natal and how other competitors are reacting: http://www.scientificamerican.com/article.cfm?id=microsoft-project-natal Will Natal have the same effect that the Wii had<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p>New year, new tools, new games, NO CONTROLLERS?</p>
<p>Microsoft is really cranking on getting Project Natal this year with hopes of getting this onto the market by the end of 2010. Check out the following article, which talks about the science behind Project Natal and how other competitors are reacting:</p>
<p><a href="http://www.scientificamerican.com/article.cfm?id=microsoft-project-natal">http://www.scientificamerican.com/article.cfm?id=microsoft-project-natal</a></p>
<p>Will Natal have the same effect that the Wii had on us, for the past few years?�<br />
The Wii Remotes slipped out of people hands onto their expensive flat screen TVs before, will my hand hit the TV this time? Will I be in shape to play any of their games?</p>
<p>So many questions, yet, I can&#8217;t wait to play. Which reminds me that I need to buy an Xbox 360!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2010/01/25/science-behindproject-natal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft My Phone</title>
		<link>http://blog.metrostarsystems.com/2009/10/14/microsoft-my-phone/</link>
		<comments>http://blog.metrostarsystems.com/2009/10/14/microsoft-my-phone/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:09:42 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Our Culture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=1766</guid>
		<description><![CDATA[If you ever lost a phone, you know how it feels to know that all the data that you had saved on your phone is gone. All those pictures, music and contacts are gone with the phone. It happened to me and it was a royal pain to recover a small portion of what I<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p>If you ever lost a phone, you know how it feels to know that all the data that you had saved on your phone is gone. All those pictures, music and contacts are gone with the phone. It happened to me and it was a royal pain to recover a small portion of what I had lost.</p>
<p>The experience was a reminder of how much we rely on our mobile devices nowadays; hence, I am extremely glad that Microsoft introduced the &#8220;My Phone&#8221; service. Microsoft My Phone mainly concentrates on</p>
<ul>
<li>Over-the-air back up of your windows mobile phone</li>
<li>Share photos with your favorite social networking sites</li>
<li>Manage your contacts, text messages and more online for free</li>
<li>Find your lost phone</li>
</ul>
<p>If I had this service on my phone last year, I would have been able to</p>
<ul>
<li>Restore all the data onto my new windows mobile phone</li>
<li>Find the last known and current location of my phone on a map</li>
<li>Remotely lock my phone and display a custom message</li>
<li>Remotely perform a hard reset (erasing all data)</li>
<li>Set the phone to ring, even if it&#8217;s set to vibrate or silent.</li>
</ul>
<p>Find out more: <a href="http://myphone.microsoft.com/">http://myphone.microsoft.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2009/10/14/microsoft-my-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing Visual Search</title>
		<link>http://blog.metrostarsystems.com/2009/09/23/bing-visual-search/</link>
		<comments>http://blog.metrostarsystems.com/2009/09/23/bing-visual-search/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:28:05 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Our Culture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[visual search]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=1712</guid>
		<description><![CDATA[As an avid Google user, I keep on asking myself, why would I ever use Bing. Google has been good to me, since I can easily find information in regards to work. However, when it comes to home searches, which usually deal with shopping for tools, electronics, trips, etc… I have noticed that I have<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p>As an avid Google user, I keep on asking myself, why would I ever use <a href="http://www.bing.com/" target="_blank">Bing</a>. Google has been good to me, since I can easily find information in regards to work. However, when it comes to home searches, which usually deal with shopping for tools, electronics, trips, etc… I have noticed that I have been leaning towards Bing, rather than Google.</p>
<p>I guess that the marketing campaign, which brands Bing as a &#8220;Decision Engine&#8221;, is starting to hit home. Moreover, recently Bing released a &#8220;Visual Search&#8221; capability, which I find to be really useful. We are more likely to remember by pictures than names.</p>
<p><a href="http://www.bing.com/visualsearch" target="_blank">http://www.bing.com/visualsearch</a></p>
<p>Searching for cell phones was a breeze.</p>
<p><a href="http://www.bing.com/visualsearch?q=Cell+phones&amp;g=cell_phones" target="_blank">http://www.bing.com/visualsearch?q=Cell+phones&amp;g=cell_phones</a></p>
<p><img src="http://blog.metrostarsystems.com/wp-content/uploads/2009/09/092309_1727_BingVisualS1.png" alt="" width="791" height="474" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2009/09/23/bing-visual-search/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Silverlight Streaming of Sunday Night NFL Football</title>
		<link>http://blog.metrostarsystems.com/2009/08/24/silverlight-streaming-of-sunday-night-nfl-football/</link>
		<comments>http://blog.metrostarsystems.com/2009/08/24/silverlight-streaming-of-sunday-night-nfl-football/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 22:31:25 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NFL]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[sports]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=1411</guid>
		<description><![CDATA[Silverlight is one of those technologies that keeps on giving. And what &#8216;s more important to guys than football? NFL Football is one of those sports where Full HD Streaming, 5 cameras, instant replay, slow motion, DVR like capabilities, expert analysis and fantasy stats can really shine out. There are even more features that will<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p><a href="http://silverlight.net/" target="_blank">Silverlight</a> is one of those technologies that keeps on giving. And what &#8216;s more important to guys than football? NFL Football is one of those sports where Full HD Streaming, 5 cameras, instant replay, slow motion, DVR like capabilities, expert analysis and fantasy stats can really shine out. There are even more features that will make Sunday Night Football online a must.</p>
<p><a href="http://www.itvt.com/story/5482/nbc-nfl-deal-offer-silverlight-powered-live-interactive-streaming-sunday-night-football">http://www.itvt.com/story/5482/nbc-nfl-deal-offer-silverlight-powered-live-interactive-streaming-sunday-night-football</a></p>
<p>Silverlight streaming started with the 2008 Beijing Olympics, and now Sunday Night Football! What&#8217;s next? I certainly hope that Soccer is next (MLS, La Liga)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2009/08/24/silverlight-streaming-of-sunday-night-nfl-football/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ride the Microsoft Wave</title>
		<link>http://blog.metrostarsystems.com/2009/08/06/ride-the-microsoft-wave/</link>
		<comments>http://blog.metrostarsystems.com/2009/08/06/ride-the-microsoft-wave/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 13:16:46 +0000</pubDate>
		<dc:creator>Jorge "El Che" Vasquez</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Our Culture]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Wave]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=1241</guid>
		<description><![CDATA[Keeping track of technology can, at times, be a time consuming endeavor. Especially when it comes to Microsoft technologies. Moreover, trying to explain these technologies to users can take even longer. Hence, when I found the &#8220;Microsoft Wave&#8221; site it reminded me that Microsoft has a lot of way cool technologies that can be applied<em> ... </em>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://blog.metrostarsystems.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCSharp.js"></script>
<p>Keeping track of technology can, at times, be a time consuming endeavor. Especially when it comes to Microsoft technologies. Moreover, trying to explain these technologies to users can take even longer.</p>
<p>Hence, when I found the &#8220;Microsoft Wave&#8221; site it reminded me that Microsoft has a lot of way cool technologies that can be applied to our daily lives.</p>
<p>Having a site in which all types of users can learn about the latest developments and products from Microsoft is a life saver.</p>
<p>Check it out: <a title="Microsoft Wave" href="http://www.microsoft.com/uk/wave/home.aspx" target="_blank">Microsoft Wave</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2009/08/06/ride-the-microsoft-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

