<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Paul Andrew</title><link>http://blogs.msdn.com/b/pandrew/</link><description>Senior Product Manager in the Windows Phone division at Microsoft</description><dc:language>en-NZ</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>TechEd North America 2013</title><link>http://blogs.msdn.com/b/pandrew/archive/2013/05/16/teched-north-america-2013.aspx</link><pubDate>Fri, 17 May 2013 00:06:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419516</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10419516</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10419516</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2013/05/16/teched-north-america-2013.aspx#comments</comments><description>&lt;p&gt;Hey, I'm presenting at TechEd North America 2013 for Office 365 on Security and Identity Management.&lt;/p&gt;
&lt;p&gt;Here's the talks that I'm involved in.&lt;/p&gt;
&lt;p&gt;1. &lt;a title="Overview of Office 365 Identity Management" href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/OUC-B211#fbid=vLm3QnVLt1O"&gt;Overview of Office 365 Identity Management&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. &lt;a title="Security in Microsoft Office 365" href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/OUC-B205#fbid=vLm3QnVLt1O"&gt;Security in Microsoft Office 365&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. &lt;a title="Microsoft Office 365 Directory and Access Management with Windows Azure Active&amp;amp;nbsp;Directory" href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/OUC-B341#fbid=vLm3QnVLt1O"&gt;Microsoft Office 365 Directory and Access Management with Windows Azure Active&amp;nbsp;Directory&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419516" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/pandrew/archive/tags/TechEd/">TechEd</category><category domain="http://blogs.msdn.com/b/pandrew/archive/tags/Office+365/">Office 365</category></item><item><title>My SharePoint Conference Talk on SharePoint Scalability</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/11/25/my-sharepoint-conference-talk-on-sharepoint-scalability.aspx</link><pubDate>Fri, 25 Nov 2011 16:18:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10241574</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10241574</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10241574</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/11/25/my-sharepoint-conference-talk-on-sharepoint-scalability.aspx#comments</comments><description>&lt;p&gt;It's posted here: &lt;a href="http://www.youtube.com/user/sharepointconference#p/search/0/w3bxy5UbCro"&gt;http://www.youtube.com/user/sharepointconference#p/search/0/w3bxy5UbCro&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10241574" width="1" height="1"&gt;</description></item><item><title>Platformer Move Left Glitch Fix</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/10/25/platformer-move-left-glitch-fix.aspx</link><pubDate>Wed, 26 Oct 2011 00:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10230036</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10230036</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10230036</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/10/25/platformer-move-left-glitch-fix.aspx#comments</comments><description>&lt;p&gt;I have been trying out code samples on Windows Phone. The &lt;a href="http://create.msdn.com/en-US/education/catalog/sample/platformer"&gt;platformer game sample&lt;/a&gt; moves a player left and right by tilting the phone in the direction to travel. The sample code as published on 10/4/2011 has a problem where the player gets stuck when you tilt to move left until you tilt a lot and he flys over left. This happens because the collision code detects a collision with the ground tile at low speeds. Here is my update for the HandleCollisions() method which avoids the problem.&lt;/p&gt;
&lt;pre class="scroll"&gt;&lt;code class="csharp"&gt; /// &amp;lt;summary&amp;gt;&lt;br /&gt; /// Detects and resolves all collisions between the player and his neighboring&lt;br /&gt; /// tiles. When a collision is detected, the player is pushed away along one&lt;br /&gt; /// axis to prevent overlapping. There is some special logic for the Y axis to&lt;br /&gt; /// handle platforms which behave differently depending on direction of movement.&lt;br /&gt; /// &amp;lt;/summary&amp;gt;&lt;br /&gt; private void HandleCollisions()&lt;br /&gt; {&lt;br /&gt; // Get the player's bounding rectangle and find neighboring tiles.&lt;br /&gt; Rectangle bounds = BoundingRectangle;&lt;br /&gt; int leftTile = (int)Math.Floor((float)bounds.Left / Tile.Width);&lt;br /&gt; int rightTile = (int)Math.Ceiling(((float)bounds.Right / Tile.Width)) - 1;&lt;br /&gt; int topTile = (int)Math.Floor((float)bounds.Top / Tile.Height);&lt;br /&gt; int bottomTile = (int)Math.Ceiling(((float)bounds.Bottom / Tile.Height)) - 1;&lt;br /&gt; &lt;br /&gt; // Reset flag to search for ground collision.&lt;br /&gt; isOnGround = false;&lt;br /&gt; &lt;br /&gt; // For each potentially colliding tile,&lt;br /&gt; for (int y = topTile; y &amp;lt;= bottomTile; ++y)&lt;br /&gt; {&lt;br /&gt; //&lt;br /&gt; // The y loop checks all tile rows that the player intersects with from top to bottom. The x loop checks&lt;br /&gt; // each tile that the player intersects with on that row depending on the players direction of travel.&lt;br /&gt; // The collision tests are required to go in the direction of travel so as to avoid detecting collisions&lt;br /&gt; // with the platform that the player is running on in the horizontal direction. Instead a ground&lt;br /&gt; // collision will be detected and corrected first in the vertical direction and since the player position&lt;br /&gt; // is moved back up and is no longer in line with the platform when the horizontal collision check occurs.&lt;br /&gt; // This direction of travel identification is only required because the collision correction assumes that&lt;br /&gt; // the axis to bounce the player back is the axis with the smallest overlap. This isn't always 100% true.&lt;br /&gt; //&lt;br /&gt; if (velocity.X &amp;lt; 0)&lt;br /&gt; for (int x = rightTile; x &amp;gt;= leftTile; --x)&lt;br /&gt; HandleTileCollisions(ref bounds, x, y);&lt;br /&gt; else&lt;br /&gt; for (int x = leftTile; x &amp;lt;= rightTile; ++x)&lt;br /&gt; HandleTileCollisions(ref bounds, x, y);&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt; // Save the new bounds bottom.&lt;br /&gt; previousBottom = bounds.Bottom;&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt; /// &amp;lt;summary&amp;gt;&lt;br /&gt; /// Calcualtes and corrects collisions of the player position with items on the level map. This method identifies the depth of the &lt;br /&gt; /// collision in the x and y axis and moves the player position back to a location that would not overlap with the object it&lt;br /&gt; /// collided with. It does this in the axis with the smallest collision as a guess as to the direction the player should bounce&lt;br /&gt; /// off the object being collided with. This method does a nice job of having common code for collisions regardless of the&lt;br /&gt; /// direction of travel on the axis as one way is +ve and the other is -ve.&lt;br /&gt; /// &amp;lt;/summary&amp;gt;&lt;br /&gt; /// &amp;lt;param name="bounds"&amp;gt;the bounding rectabgle in pixels for the player sprite as calculated by the GetBoundingRectangle property&amp;lt;/param&amp;gt;&lt;br /&gt; /// &amp;lt;param name="x"&amp;gt;the x location of the tile on the map in the range 0 - 19&amp;lt;/param&amp;gt;&lt;br /&gt; /// &amp;lt;param name="y"&amp;gt;the y location of the tile on the map in the range 0 - 14&amp;lt;/param&amp;gt;&lt;br /&gt; void HandleTileCollisions(ref Rectangle bounds, int x, int y)&lt;br /&gt; {&lt;br /&gt;&lt;/code&gt;&lt;code class="csharp"&gt; // put the code in here from within the for loop in the original HandleCollisions() method&lt;br /&gt; &lt;/code&gt;&lt;code class="csharp"&gt;}&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10230036" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/pandrew/archive/tags/Windows+Phone/">Windows Phone</category></item><item><title>System Reset, Hello World Windows Phone Development</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/10/19/system-reset-hello-world-windows-phone-development.aspx</link><pubDate>Wed, 19 Oct 2011 22:02:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10227823</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10227823</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10227823</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/10/19/system-reset-hello-world-windows-phone-development.aspx#comments</comments><description>&lt;p&gt;On Monday this week I just started a new job on the planning and strategy team in the Windows Phone division at Microsoft. I’ll be working on the developer platform for the team and the work will likely be a lot of research, analysis and coding. Right now, I’m brand new to phone development so I’m trying to learn as much about writing phone apps ASAP. I am also very much looking forward to all the new stuff I have to learn.&lt;/p&gt;  &lt;p&gt;I have really enjoyed my time working in the SharePoint team. It’s a great team with really good people and a fantastic product. I hope a lot more people will get good value from all of the technical content that I’ve been involved in for SharePoint. Thank you to all the people I’ve worked with in the SharePoint community. The SharePoint MVPs have been really great to work with especially and I’ve made lots of friends from this group.&lt;/p&gt;  &lt;p&gt;This will be somewhat of a reset for me. This is not SharePoint, and it’s not Windows Workflow Foundation that I worked on before that. So, I’m looking to collect pointers to guides for trying out all the things available to developers of Windows Phone apps. I’ll publish what I learn and some Windows Phone developer getting started references as I go. If you have a favourite code sample on Windows Phone, please send me a link!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10227823" width="1" height="1"&gt;</description></item><item><title>Video published of the Full Farm Failover demo in the SharePoint 2011 Conference Keynote</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/10/06/video-published-of-the-full-farm-failover-demo-in-the-sharepoint-2011-conference-keynote.aspx</link><pubDate>Fri, 07 Oct 2011 05:02:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10221436</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10221436</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10221436</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/10/06/video-published-of-the-full-farm-failover-demo-in-the-sharepoint-2011-conference-keynote.aspx#comments</comments><description>&lt;p&gt;You can watch the demo that I worked on here: &lt;a href="http://www.mssharepointconference.com/pages/keynote.aspx"&gt;http://www.mssharepointconference.com/pages/keynote.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Skip through to 42 minutes to see the 10 minute demo.&lt;/p&gt;
&lt;p&gt;Watch as SharePoint 2010 handles the network cable to the SQL Server being disconnected and fails over to a secondary SQL Server machine thanks to SQL "Denali" Always On.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10221436" width="1" height="1"&gt;</description></item><item><title>SharePoint Scalability Report and the SharePoint Conference 2011 Keynote Demo</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/10/03/sharepoint-scalability-report-and-the-sharepoint-conference-2011-keynote-demo.aspx</link><pubDate>Mon, 03 Oct 2011 22:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10219424</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10219424</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10219424</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/10/03/sharepoint-scalability-report-and-the-sharepoint-conference-2011-keynote-demo.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;We just published the &lt;/span&gt;&lt;span style="font-family: 'Verdana','sans-serif'; mso-bidi-font-size: 10.0pt;"&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=229493"&gt;Scale Test Report for Very Large Scale Document Repositories&lt;/a&gt; on Technet. This is all the details of the scale tests we did to help support the increases that we made in the &lt;a href="http://technet.microsoft.com/en-us/library/cc262787.aspx"&gt;SharePoint Limits and Boundaries document&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Verdana','sans-serif'; mso-bidi-font-size: 10.0pt;"&gt;The first keynote demo at the &lt;a href="http://www.mssharepointconference.com"&gt;SharePoint Conference 2011&lt;/a&gt; used the same SharePoint farm and we've spent the last 3 weeks setting it up with SQL Server "Denali" CTP 3 for the conference.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Alternate link to the paper as the LinkId is currently broken:&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=27573"&gt;http://www.microsoft.com/download/en/details.aspx?id=27573&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10219424" width="1" height="1"&gt;</description></item><item><title>New SharePoint 2010 Implementers Courseware, Two Courses: Internet Sites Implementers and Enterprise Content Management Implementers</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/08/01/sharepoint-2010-implementers-courseware.aspx</link><pubDate>Mon, 01 Aug 2011 13:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10191331</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10191331</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10191331</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/08/01/sharepoint-2010-implementers-courseware.aspx#comments</comments><description>&lt;p&gt;I am pleased to announce that TechNet have published two new Training Courses for Implementing SharePoint Solutions. Each of these courses contains 15 modules representing 5 days of instructor led training and each module includes video lessons, hands on labs, and a quiz.&lt;/p&gt;
&lt;h5&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="http://technet.microsoft.com/en-US/sharepoint/hh126808" target="_blank"&gt;SharePoint Enterprise Content Management Implementers Course&lt;/a&gt;&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;This course teaches implementers how to leverage features in SharePoint Server to implement an Enterprise Content Management (ECM) system. ECM systems are designed to manage large amounts of content, including content in the form of documents and content in pages, wiki libraries, blog posts, and other types of non-document content. Document management is the heart of ECM. Document management in SharePoint Server consists of a rich feature set that includes tight integration to Microsoft Office client applications, standard version-control features, and innovative features that allow SharePoint Server to bridge the gap between a folder-based mindset of the typical user and the metadata-based mindset of a records manager. This course develops the key skills that are necessary to deploy SharePoint Server for ECM solutions at organizations of any size. Larger organizations should start with this course and supplement it with expertise in large-scale ECM implementations, whereas medium and smaller organizations may find all they need in this course to implement their systems successfully.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-US/sharepoint/hh126808"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-28-42-metablogapi/8321.clip_5F00_image002_5F00_26713AE2.png" width="244" height="211" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h5&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="http://technet.microsoft.com/en-US/sharepoint/hh126807" target="_blank"&gt;SharePoint for Internet Sites Implementers Course&lt;/a&gt;&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;This course describes how to implement and brand a SharePoint based public web site using SharePoint web content management (WCM). Once the course is completed, you will be able to implement a SharePoint deployment of a branded web site with structured content management. You will also be able to successfully plan, deploy, monitor, and maintain an Internet site on SharePoint. No development experience is required, but experience with HTML and CSS is recommended.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-US/sharepoint/hh126807"&gt;&lt;img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-28-42-metablogapi/0474.clip_5F00_image004_5F00_05E9FB30.png" width="244" height="215" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10191331" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/pandrew/archive/tags/SharePoint/">SharePoint</category></item><item><title>New Demos of SharePoint 2010 web site capabilities</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/07/13/new-demos-of-sharepoint-2010-web-site-capabilities.aspx</link><pubDate>Wed, 13 Jul 2011 16:36:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10186131</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10186131</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10186131</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/07/13/new-demos-of-sharepoint-2010-web-site-capabilities.aspx#comments</comments><description>&lt;p&gt;We have two new demos of SharePoint 2010 for Internet Sites capability demos.&lt;/p&gt;  &lt;p&gt;The first one shows a SharePoint 2010 based web site that includes search, web analytics, social networking integration, and web content management.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.demomate.com/content/SharePoint/SharePoint_2010_Customer_Engagement_Demo.html" href="http://www.demomate.com/content/SharePoint/SharePoint_2010_Customer_Engagement_Demo.html"&gt;http://www.demomate.com/content/SharePoint/SharePoint_2010_Customer_Engagement_Demo.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The second one shows the same web site, calling out additional search features, showing a mobile view of the site, and showing integration with WebTrends.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.demomate.com/content/SharePoint/SharePoint_2010_Customer_Engagement_2.html" href="http://www.demomate.com/content/SharePoint/SharePoint_2010_Customer_Engagement_2.html"&gt;http://www.demomate.com/content/SharePoint/SharePoint_2010_Customer_Engagement_2.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;For more information about SharePoint 2010 for Internet Sites see: &lt;a title="http://sharepoint.microsoft.com/en-us/internetsites/Pages/Home.aspx" href="http://sharepoint.microsoft.com/en-us/internetsites/Pages/Home.aspx"&gt;http://sharepoint.microsoft.com/en-us/internetsites/Pages/Home.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10186131" width="1" height="1"&gt;</description></item><item><title>Articles about Scaling SharePoint to Large Content Database Capacity</title><link>http://blogs.msdn.com/b/pandrew/archive/2011/07/08/articles-about-scaling-sharepoint-to-large-content-database-capacity.aspx</link><pubDate>Fri, 08 Jul 2011 19:46:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10184704</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10184704</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10184704</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/07/08/articles-about-scaling-sharepoint-to-large-content-database-capacity.aspx#comments</comments><description>&lt;p&gt;Today we &lt;a href="http://blogs.msdn.com/b/pandrew/archive/2011/07/08/announcing-new-larger-content-database-size-limits-and-rbs-clarifications.aspx"&gt;announced new scalability limits for SharePoint content databases&lt;/a&gt;. SharePoint 2010 implementations can make use of scale up and scale out. Scale up means increasing hardware resources available so that the software can do more. Scale out means increasing the number of servers that you are loading up and for SharePoint this also means increasing the number of SharePoint Content Databases that you work with.&lt;/p&gt;
&lt;p&gt;With the new content database capacity limits we have guidance for scaling up with SharePoint and using more hardware resources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc262787.aspx"&gt;SharePoint Server 2010 capacity management: Software boundaries and limits&lt;/a&gt;&amp;nbsp;(updated July 8th, 2011)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=223599"&gt;Managing Multi-Terabyte Content Databases with Microsoft&lt;sup&gt;&amp;reg;&lt;/sup&gt; SharePoint&lt;sup&gt;&amp;reg;&lt;/sup&gt; 2010&lt;/a&gt;&amp;nbsp;by Bill Baer&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc298801.aspx"&gt;Storage and SQL Server capacity planning and configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh307868.aspx"&gt;Scale-out Collaboration Sites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc262971.aspx"&gt;TechNet SharePoint Performance and Capacity&amp;nbsp;Management Section&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="margin-bottom: 3pt;" class="ProductHead"&gt;It's also important to note that using an RBS provider, whether the Microsoft one or a third party one, does not increase the data size scalability of SharePoint. All the limits numbers apply whether your data is all in SQL Server or if BLOBs are moved out using an RBS povider.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10184704" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/pandrew/archive/tags/SharePoint/">SharePoint</category></item><item><title>Read the detail about SharePoint 2010 and Remote Blob Storage </title><link>http://blogs.msdn.com/b/pandrew/archive/2011/07/08/read-the-detail-about-sharepoint-2010-and-remote-blob-storage.aspx</link><pubDate>Fri, 08 Jul 2011 19:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10184700</guid><dc:creator>Paul Andrew</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/rsscomments.aspx?WeblogPostID=10184700</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/pandrew/commentapi.aspx?WeblogPostID=10184700</wfw:comment><comments>http://blogs.msdn.com/b/pandrew/archive/2011/07/08/read-the-detail-about-sharepoint-2010-and-remote-blob-storage.aspx#comments</comments><description>&lt;p&gt;What is Remote Blog Storage (RBS) and what can it do for me? View the second part of &lt;a href="http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=988"&gt;this SharePoint Team Blog article&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Additional articles on RBS with SharePoint 2010:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff628583.aspx"&gt;Plan for RBS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee748638.aspx"&gt;Manage RBS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee748649.aspx"&gt;Overview of RBS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee748631.aspx"&gt;Install and configure RBS&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff629463.aspx"&gt;Install and configure RBS with 3&lt;sup&gt;rd&lt;/sup&gt; party &amp;nbsp;provider&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee748641.aspx"&gt;Set a content database to use RBS&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff628254.aspx"&gt;Migrate content into or out of RBS&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff943565.aspx"&gt;Maintain RBS&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ff628259.aspx"&gt;Disable RBS on a content database&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;It's also important to note that using an RBS provider, whether the Microsoft one or a third party one, does not increase the data size scalability of SharePoint. All the limits numbers apply whether your data is all in SQL Server or if BLOBs are moved out using an RBS povider. Although there are many benefits of RBS providers, they do not break through the SharePoint supported content database size limits.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10184700" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/pandrew/archive/tags/SharePoint/">SharePoint</category></item></channel></rss>