<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Chris Bortlik's Blog</title><subtitle type="html">Helping you achieve the full value of the Microsoft SharePoint platform for enterprise business applications.</subtitle><id>http://blogs.technet.com/cbortlik/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/cbortlik/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-05-01T21:50:00Z</updated><entry><title>SharePoint as a Development Platform</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/11/06/sharepoint-as-a-development-platform.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/11/06/sharepoint-as-a-development-platform.aspx</id><published>2009-11-06T19:54:40Z</published><updated>2009-11-06T19:54:40Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;While preparing to present my 2 sessions at the “Maximize Your SharePoint Investment: Leverage It as a Development Platform!” events that we’re doing for Northeast enterprise customers in &lt;/font&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032428173&amp;amp;culture=en-US"&gt;&lt;font size="2"&gt;Waltham, MA (November 19)&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; and &lt;/font&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032431609&amp;amp;Culture=en-US"&gt;&lt;font size="2"&gt;Rochester, NY (December 9)&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; I continue to be amazed at how rich and robust SharePoint is for configuring and developing custom solutions.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;I’ve been involved in architecting and developing browser based applications for well over 10 years – both on Microsoft and other technologies. My technical evolution over the years has been consistent with what many others have experienced:&lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;ul&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/ul&gt;    &lt;li&gt;     &lt;p&gt;&lt;font size="2"&gt;Static sites: HTML &amp;amp; JavaScript using tools like Notepad, FrontPage, DreamWeaver&lt;/font&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;font size="2"&gt;Dynamic sites : C++, ISAPI extensions on IIS, Java&lt;/font&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;font size="2"&gt;Wrapper applications: ASP&lt;/font&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;font size="2"&gt;Frameworks: ASP.NET, AJAX&lt;/font&gt;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;&lt;font size="2"&gt;Platform: SharePoint&lt;/font&gt;&lt;/p&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;ul&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;As with previous evolutions, using SharePoint as an application platform enables you to get out of the business of writing plumbing functions and focus on building applications that add unique value to your business. For example, why should you spend time writing workflows from scratch or building forms based solutions when SharePoint has out of the box capabilities and tools to automate most of that? Why should you write complex web controls, search, business intelligence and sites when SharePoint has so many out of the box site templates, features and web parts that you can configure and extend?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;SharePoint provides a great layer of abstraction, services and functionality on top of ASP.NET This helps you accelerate your development cycles, lower project risk, reduce costs and get to market faster.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;I’m very excited about many things that are coming in SharePoint 2010 to further improve the development experience on the SharePoint platform. In future blog posts I’ll dive into these areas deeper. However, if I’m pressed to outline my top 5 items in these areas they would be:&lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font size="2"&gt;Development on a non server environment. In SharePoint 2010, you can now develop on 64-bit client machines that are running &lt;a href="http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx"&gt;Windows 7 or Vista SP1 (or later).&lt;/a&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;SharePoint as a first class citizen in Visual Studio 2010. Great improvements here that any ASP.NET developer would love including, integrated debugging, visual designers, project/control templates, WSP deployment/packaging and tracing. There is also rich integrated Application Lifecycle Management through Visual Studio and Team Foundation Server.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Silverlight web parts shipping out of the box to enable you to quickly add rich Silverlight capabilities to your SharePoint site.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;&lt;a href="http://sharepoint2010.microsoft.com/product/capabilities/Composites/Pages/default.aspx"&gt;Composite applications&lt;/a&gt; that include round tripping, packaging and distribution of tasks between business analysts, power users and developers. Significant improvements such as Visio 2010 for designing workflows; SharePoint Designer improvements (including exporting to reusable WSP packages); Access Services; InfoPath Forms Services; Word Services; Visio Services; PerformancePoint Services; and Excel Services.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Business Connectivity Services for creating reusable read/write data connections to external data sources (e.g. Active Directory, ERP, CRM, SQL Server, Oracle, etc.) that can be exposed and used across SharePoint and the Office clients, including off-line usage via SharePoint Workspace.&lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;font size="2"&gt;There is so much more that we’ll get into at the local events and in future blog posts. For now, I encourage you to check out some of the links and resources highlighted in my earlier &lt;a href="http://blogs.technet.com/cbortlik/archive/2009/10/20/sharepoint-2010-announcements-at-the-sharepoint-conference-today.aspx"&gt;SharePoint 2010 blog post&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3292055" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term=".NET" scheme="http://blogs.technet.com/cbortlik/archive/tags/.NET/default.aspx" /><category term="Visual Studio" scheme="http://blogs.technet.com/cbortlik/archive/tags/Visual+Studio/default.aspx" /><category term="OBA" scheme="http://blogs.technet.com/cbortlik/archive/tags/OBA/default.aspx" /><category term="Events" scheme="http://blogs.technet.com/cbortlik/archive/tags/Events/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /><category term="InfoPath" scheme="http://blogs.technet.com/cbortlik/archive/tags/InfoPath/default.aspx" /><category term="PerformancePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/PerformancePoint/default.aspx" /><category term="Excel" scheme="http://blogs.technet.com/cbortlik/archive/tags/Excel/default.aspx" /><category term="Access" scheme="http://blogs.technet.com/cbortlik/archive/tags/Access/default.aspx" /><category term="SharePoint Workspace" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint+Workspace/default.aspx" /><category term="Visio" scheme="http://blogs.technet.com/cbortlik/archive/tags/Visio/default.aspx" /><category term="SharePoint Designer" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint+Designer/default.aspx" /></entry><entry><title>“Learning Snacks” for SharePoint 2010 Now Available</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/10/28/learning-snacks-for-sharepoint-2010-now-available.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/10/28/learning-snacks-for-sharepoint-2010-now-available.aspx</id><published>2009-10-28T11:22:27Z</published><updated>2009-10-28T11:22:27Z</updated><content type="html">&lt;p&gt;Want to quickly learn about SharePoint 2010 products in preparation of the new Beta release? Try these new “Learning Snacks”; bite-sized online readiness courses provided by Microsoft Learning, on the following subjects: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/_silverlight/learningsnacks/SP10/snack01/Default.html"&gt;&lt;i&gt;Developing Solutions with Microsoft SharePoint 2010&lt;/i&gt;&lt;/a&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;Microsoft SharePoint 2010 enables developers to build rich solutions easily, rapidly, and efficiently. This Learning Snack demonstrates how you can use Microsoft Visual Studio 2010 to create and deploy your solutions. It also demonstrates how you can build Silverlight applications using the SharePoint 2010 client object model and use LINQ to SharePoint to create SharePoint entities&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/_silverlight/learningsnacks/SP10/snack02/Default.html"&gt;&lt;i&gt;Experiencing the Microsoft SharePoint 2010 User Interface&lt;/i&gt;&lt;/a&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Microsoft SharePoint 2010 includes an enhanced user interface that provides IT professionals with a streamlined administration experience. This Learning Snack describes the features of the SharePoint 2010 user interface. It demonstrates how the new Central Administration console enables you to perform several administrative tasks from one central location. The Learning Snack also describes how Shared Application Architecture can be used for flexible deployments in SharePoint 2010 &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/_silverlight/learningsnacks/SP10/snack03/Default.html"&gt;&lt;i&gt;Managing and Troubleshooting with Microsoft SharePoint 2010&lt;/i&gt;&lt;/a&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Microsoft SharePoint 2010 facilitates administration by providing several tools that help IT professionals efficiently manage data and troubleshoot any issues. This Learning Snack describes the Large List Resource Throttling feature, which helps you manage large lists. It demonstrates how a SQL Server logging database can be used to log SharePoint events. The Learning Snack also demonstrates how the SharePoint Best Practices Analyzer can be used to detect and automatically fix common issues&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3289767" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Visual Studio" scheme="http://blogs.technet.com/cbortlik/archive/tags/Visual+Studio/default.aspx" /><category term="Training" scheme="http://blogs.technet.com/cbortlik/archive/tags/Training/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /></entry><entry><title>TechNet Webcast Series: SharePoint Internet Business</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/10/23/technet-webcast-series-sharepoint-internet-business.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/10/23/technet-webcast-series-sharepoint-internet-business.aspx</id><published>2009-10-22T23:52:55Z</published><updated>2009-10-22T23:52:55Z</updated><content type="html">&lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="832"&gt;         &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;            &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;               &lt;tr&gt;                 &lt;td valign="top" width="770"&gt;                   &lt;p&gt;&lt;b&gt;TechNet Webcast Series: SharePoint Internet Business                        &lt;br /&gt;&lt;/b&gt;&lt;i&gt;Wednesdays at 1:00 PM Pacific Standard Time, 200-Level Partner-hosted Webcasts&lt;/i&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;                      &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;                         &lt;tr&gt;                           &lt;td valign="top" width="423"&gt;                             &lt;p&gt;&lt;b&gt;                                 &lt;br /&gt;&lt;/b&gt;Tune in and learn how you can use Microsoft SharePoint for Internet Business to help you build your public-facing portal.&amp;#160; In this series, you will learn from experienced partners&amp;#160; how to create secure, dynamic web presence with personalization, rich commerce capabilities, catalogue and content management, business analytics, and search capabilities for anytime, anywhere access by customers and business partners&lt;/p&gt;                              &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                              &lt;p&gt;&lt;b&gt;&lt;a href="http://www.microsoft.com/events/series/sharepointserver.aspx?tab=webcasts&amp;amp;id=42953"&gt;Click here for current schedule and registration&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;                           &lt;/td&gt;                            &lt;td valign="top" width="368"&gt;                             &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;                                 &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;&lt;b&gt;Partner &lt;/b&gt;&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;&lt;b&gt;Date &lt;/b&gt;&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;b&gt;Registration &lt;/b&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Razorfish &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Oct 28, 2009 &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429228&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;Click here&lt;/a&gt; &lt;/u&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Habaneros &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Nov 4, 2009&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032428765&amp;amp;Culture=en-US"&gt;Click here&lt;/a&gt; &lt;/u&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Rosetta / H3&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Nov 11, 2009&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032428781&amp;amp;Culture=en-US"&gt;Click here&lt;/a&gt; &lt;/u&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Corus Works &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Nov 18, 2009&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032428926&amp;amp;Culture=en-US"&gt;Click here&lt;/a&gt; &lt;/u&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Inetium &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Dec 2, 1009&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429344&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;Click here&lt;/a&gt; &lt;/u&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Pointbridge &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Dec 9, 2009&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;u&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429349&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;Click here&lt;/a&gt; &lt;/u&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Metalogix &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Jan 13, 2010&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032430160&amp;amp;Culture=en-US"&gt;Click here&lt;/a&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Razorfish &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Jan 20, 2010&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;Coming soon! &lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Quilogy &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Jan 27, 2010&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032430165&amp;amp;Culture=en-US"&gt;Click here&lt;/a&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Metalogix &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Feb 3, 2010&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;Coming soon! &lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;RightPoint &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Feb 10, 2010&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032430168&amp;amp;Culture=en-US"&gt;Click here&lt;/a&gt;&lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;HP &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Pending&lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;Coming soon! &lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                                  &lt;tr&gt;                                   &lt;td valign="top" width="134"&gt;                                     &lt;p&gt;Dell &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="106"&gt;                                     &lt;p&gt;Pending &lt;/p&gt;                                   &lt;/td&gt;                                    &lt;td valign="top" width="118"&gt;                                     &lt;p&gt;Coming soon! &lt;/p&gt;                                   &lt;/td&gt;                                 &lt;/tr&gt;                               &lt;/tbody&gt;&lt;/table&gt;                           &lt;/td&gt;                         &lt;/tr&gt;                       &lt;/tbody&gt;&lt;/table&gt;                   &lt;/p&gt;                    &lt;p&gt;&lt;b&gt;TechNet Webcast Session Details                       &lt;br /&gt;&lt;/b&gt;&lt;i&gt;Webcast abstracts and details For all confirmed sessions&lt;/i&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;Creating Branded User Experiences in SharePoint (Level 200)&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: Razorfish&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;You can use Microsoft Office SharePoint Server 2007 to develop Internet, intranet and extranet applications with great success. However, external-facing applications come with the extra challenge of having to reflect the company’s brand and integrating transactional, personalization, and marketing features. Attend this webcast to discover that SharePoint Server is an excellent platform for a variety of Web-related needs across the features of SharePoint and using add-on frameworks and components that take advantage of the rich integration capabilities of SharePoint Sever. To illustrate these best practices, we show you some recently launched sites developed on SharePoint Server 2007. Presenter:&lt;b&gt; &lt;/b&gt;Andre Engberts, Technology Director, Razorfish&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429228&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;Register to attend - Oct 28, 2009 at 1 pm PST&lt;/a&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;10 Reasons Your Next Website Should be Hosted on SharePoint for Internet Sites (Level 200)&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: Habañeros Consulting Group&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;SharePoint for Internet Sites is being leveraged by a number of industry-leading organizations across the globe. Join us for a in-depth look at how your organization can benefit from SharePoint for Internet Sites. In this webcast we will review ten areas of SharePoint FIS that are delivering concrete value to organizations that have deployed the technology. Presenters:&lt;b&gt; &lt;/b&gt;Ben Skelton, Practice Leader, Websites and eCommerce, Habañeros Consulting Group and Jasvir Shukla, Information Archiect, Habañeros Consulting Group&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032428765&amp;amp;Culture=en-US"&gt;Register to attend – Nov 4, 2009 at 1 pm PST&lt;/a&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;Creating SharePoint Web Sites and Reaching Smartphone Users with Mobile Entrée (Level 200)&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: Rosetta and H3 Solutions&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;In this webcast, Dan Lindsay of Rosetta demonstrates how Rosetta has leveraged Microsoft Office SharePoint Server 2007 for Internet Sites, , to build highly engaging, interactive, and effective marketing Web sites for their clients. He also addresses how SharePoint Server allows Rosetta to address all critical aspects of Web site development and deployment, including creating rich user experiences, managing content, search engine optimization, analytics, and accessibility Dan along with Lisa Ruff of H3 Solutions, will show how using H3’s Mobile Entrée the SharePoint Server Internet site can reach the Smartphone user for a full experience. Presenters:&lt;b&gt; &lt;/b&gt;Dan Lindsay, Director, Lead Solution Architect Microsoft Solution Center, Rosetta Lisa Ruff, Business Development Manager, Mobile Entrée&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032428781&amp;amp;Culture=en-US"&gt;Register to attend – Nov 11, 2009 at 1 pm PST&lt;/a&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;X Design Pattern for Web Sites Where Contributors and Consumers Cross Boundaries (Level 200)&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: CorusWorks&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;Historically, Internet sites were built for external users to consume passive content. Now, there is an added ability for internal contributors to provide managed content. In this webcast, we present customer case studies of Internet sites, extranets, and communities, and we demonstrate how the X design pattern provides the ability for internal users and external Web users to act both as contributors and consumers. The key to this functionality is the layer in the middle where information and the process flow can be managed in both directions, mashed-up, manipulated, and analyzed. We introduce you to CorasWorks Solution for Internet Sites, which is a packaged solution that extends Microsoft Office SharePoint Server 2010 to enable organizations to accomplish this without requiring custom code development. Presenter: Adam Macaulay, Vice President of Technology, CorusWorks&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032428926&amp;amp;Culture=en-US"&gt;Register to attend – Nov 18, 2009 at 1 pm PST&lt;/a&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;Design Considerations for a Public-facing Web Site (Level 200)&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: Inetium&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;An effective Internet site based on Microsoft Office SharePoint Server 2007 needs to be planned for and implemented in a way that is different than a typical public-facing site. A Web designer can certainly start with an empty master page and build it like any other site, but doing this would not take advantage of the powerful capabilities of SharePoint Server. In this webcast, we provide an overview of what is possible to brand, what SharePoint Server capabilities it makes sense to use, and what you might want to create yourself. Presenter: Lori Neff, Senior Consultant, UI Designer and Developer.&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429344&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;Register to attend –Dec 2, 2009 at 1 pm PST&lt;/a&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;Using Your Existing SharePoint Server Investment to Power Your Web Site (Level 200)&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: Pointbridge&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;IT departments are continually pressed to do more with less. In this webcast, an IT professional shares his first-hand experience with companies who have used their existing Microsoft Office SharePoint Server investments to power increased functionality and business satisfaction on their public Web sites. Discover the financial benefits of consolidation and why more and more organizations are choosing SharePoint Server as their Web platform of choice. Presenter: David Soderna, Engagement Manager, Pointbridge.&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032429349&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;Register to attend – Dec 9, 2009 at 1 pm PST&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;Upgrading and Migrating from MCMS2002 to MOSS&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: Metalogix&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;Upgrading from Microsoft Content Management Server (MCMS) 2002 to Microsoft Office SharePoint Server (MOSS)2007 can be a challenging and difficult process. Administrators and developers need to understand the differences between channels and page libraries and how document and image libraries replace resource galleries. Metalogix will provide an overview of the new MOSS containership model and address how Metalogix Website Migration Manager can support advanced MCMS to MOSS migration and upgrade scenarios. Find out how Metalogix Website Migration Manager can reduce your migration effort by up to 90% when compared to manual approaches. Presented by: Rasool Ryani, Director. &lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032430160&amp;amp;Culture=en-US"&gt;Register to attend – Jan 13, 2010 at 1 pm PST&lt;/a&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;Planning Your Internet Presence&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: Quilogy&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;This webinar will discuss best practices for approaching the design and development of public web sites using MOSS 2007.&amp;#160; The first half of the presentation will discuss tactics and techniques for information architecture and design with a focus on content-centric design, user-experience design, and visual interface design.&amp;#160; The second phase of the webinar will touch upon the development team structure, development methodology, planning for page layouts, content deployment, and optimization techniques. Presenters: Jim McPherson, Practice Director, Interactive and Digital Solutions; Dan Hugge, Managing Consultant, and Sundar Swaminathan, SharePoint Architect.&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032430165&amp;amp;Culture=en-US"&gt;Register to attend – Jan 27, 2010 at 1 pm PST&lt;/a&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;Creating Highly Branded, Rich User Experiences in SharePoint&lt;/b&gt;&lt;/p&gt;                    &lt;p&gt;Presented by: RightPoint&lt;/p&gt;                    &lt;p&gt;&lt;b&gt;&lt;i&gt;Event Abstract: &lt;/i&gt;&lt;/b&gt;Does your SharePoint solution create a compelling online experience for your the end-user?&amp;#160; Learn how to design rich user-experience for your SharePoint solutions where design and branding align with the needs, behaviors, and values of your target audience.&amp;#160; Learn how to combines the art of design with the science of usability to produce the best in form and function within your SharePoint solutions. Presenter: Ross S Freedman, Director&lt;/p&gt;                    &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032430168&amp;amp;Culture=en-US"&gt;Register to attend – Feb 10, 2010 at 1 pm PST&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;                 &lt;/td&gt;               &lt;/tr&gt;             &lt;/tbody&gt;&lt;/table&gt;         &lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3288606" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Events" scheme="http://blogs.technet.com/cbortlik/archive/tags/Events/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /></entry><entry><title>SharePoint 2010 Announcements at the SharePoint Conference Today</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/10/20/sharepoint-2010-announcements-at-the-sharepoint-conference-today.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/10/20/sharepoint-2010-announcements-at-the-sharepoint-conference-today.aspx</id><published>2009-10-20T03:18:17Z</published><updated>2009-10-20T03:18:17Z</updated><content type="html">&lt;p&gt;What a day here in Las Vegas! Earlier today we publicly unveiled SharePoint 2010 at the SharePoint Conference (SPC). There is such a positive energy, buzz and excitement from the 7,000+ customer and partner attendees.&lt;/p&gt;  &lt;p&gt;Today’s events included the announcement that both SharePoint and Office 2010 will enter the public beta phase in November.&lt;/p&gt;  &lt;p&gt;Not here at the SharePoint Conference this week and looking for more information? Check out the resources below:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx"&gt;SharePoint team blog&lt;/a&gt;: Jeff Teper – Corporate Vice President, SharePoint Server, has a great post describing all of the key capabilities related to SharePoint 2010.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://sharepoint2010.microsoft.com/Pages/default.aspx"&gt;SharePoint 2010 official site&lt;/a&gt;: This is the place to get all of the news, reviews and see demos on SharePoint 2010. You can also sign up to be notified when the public beta is available in November.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/threads"&gt;SharePoint 2010 forum&lt;/a&gt;: Great site to get answers to SharePoint 2010 questions.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/presspass/presskits/sharepoint/Default.aspx"&gt;SharePoint 2010 PressPass&lt;/a&gt;: View the SPC 2009 keynote video, a Q&amp;amp;A with Jeff Teper, and more.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/sharepoint/ee514561.aspx"&gt;SharePoint 2010 Developer Center&lt;/a&gt;: Early information on the SharePoint 2010 developer platform and resources have been released on MSDN.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.mssharepointitpro.com:"&gt;http://www.mssharepointitpro.com:&lt;/a&gt; IT Pro information and resources.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/sharepoint"&gt;http://www.microsoft.com/sharepoint:&lt;/a&gt; Additional SharePoint information on the official SharePoint site.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Now that SharePoint 2010 has gone public, I’ll be blogging and sharing more information.&lt;/p&gt;  &lt;p&gt;What aspects of SharePoint 2010 are you most looking forward to? What are you looking for more information on?&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3287784" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /></entry><entry><title>SharePoint Consulting and Training Resources</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/10/12/sharepoint-consulting-and-training-resources.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/10/12/sharepoint-consulting-and-training-resources.aspx</id><published>2009-10-12T13:02:00Z</published><updated>2009-10-12T13:02:00Z</updated><content type="html">&lt;P&gt;Over the past few months I have been meeting and working with customers to help them with Microsoft Office &lt;A href="http://sharepoint.microsoft.com/product/capabilities/Pages/default.aspx" mce_href="http://sharepoint.microsoft.com/product/capabilities/Pages/default.aspx"&gt;SharePoint 2007&lt;/A&gt; (MOSS) and to plan for &lt;A href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx" mce_href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx"&gt;SharePoint 2010&lt;/A&gt;. Our discussion usually starts with generic questions such as: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How do we architect and setup our SharePoint environment? &lt;/LI&gt;
&lt;LI&gt;What features should we turn on and what’s the impact of doing so?&lt;/LI&gt;
&lt;LI&gt;How do we move content from one environment to another?&lt;/LI&gt;
&lt;LI&gt;What are the best practices for governance, security and information architecture?&lt;/LI&gt;
&lt;LI&gt;How much disk space do we need and what should we think about when planning for search and content databases?&lt;/LI&gt;
&lt;LI&gt;What about backups?&lt;/LI&gt;
&lt;LI&gt;How do we train our end users?&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;While there are some quick answers to these questions, most of the time there is much more to think about than just the surface level questions. Discussions that go well beyond a quick conversation.&lt;/P&gt;
&lt;P&gt;In some ways getting started with SharePoint is a lot like building a new house for the first time. Just like how you would never build a house without having detailed architectural blue prints and plans, and involving subject matter experts (plumbers, electricians, etc.) to help with the construction, so too should you consider engaging certified SharePoint partners to help with the detailed architectural design, training and implementation. &lt;/P&gt;
&lt;P&gt;What many customers do not realize is that there are often a number of free benefits and services available to them that are designed to assist with the up front planning. These include:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/licensing/software-assurance/packaged-services.aspx" mce_href="http://www.microsoft.com/licensing/software-assurance/packaged-services.aspx"&gt;Packaged services consulting benefits&lt;/A&gt;: Prepaid consulting days that many customers have available to them based on their contract with Microsoft. Key ones to note for SharePoint:&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;SharePoint Deployment Planning Services (SDPS)&lt;/STRONG&gt; is designed to help your organization plan an effective deployment that can optimize the core capabilities of Microsoft Office SharePoint Server.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Business Value Planning Services (BVPS)&lt;/STRONG&gt; helps your organization's business decision makers develop a plan to maximize the business value of the Microsoft Office system through structured, multi-day engagements.&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;There are also a number of different IT and end user training resources available. Most of these are at no additional charge as well:&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/licensing/software-assurance/training-vouchers.aspx" mce_href="http://www.microsoft.com/licensing/software-assurance/training-vouchers.aspx"&gt;Training vouchers&lt;/A&gt; can be used to attend training classes with Microsoft certified training partners.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/licensing/software-assurance/e-learning.aspx" mce_href="http://www.microsoft.com/licensing/software-assurance/e-learning.aspx"&gt;E-Learning&lt;/A&gt; courses can be used for self paced training.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://blogs.technet.com/cbortlik/archive/2009/08/27/free-office-sharepoint-and-windows-training-resources-for-your-intranet.aspx" mce_href="http://blogs.technet.com/cbortlik/archive/2009/08/27/free-office-sharepoint-and-windows-training-resources-for-your-intranet.aspx"&gt;The Productivity Hub&lt;/A&gt; can be downloaded, installed and customized in your SharePoint environment to both provide training resources and showcase key SharePoint capabilities.&lt;/LI&gt;&lt;/UL&gt;&lt;/OL&gt;
&lt;P&gt;One final note: many of the resources above are provided to Microsoft customers that have Software Assurance (SA) for SharePoint. If you don’t currently have SA for SharePoint, now may be a good time to get the above resources as well as the rights to use &lt;A href="http://sharepoint.microsoft.com/product/capabilities/Pages/default.aspx" mce_href="http://sharepoint.microsoft.com/product/capabilities/Pages/default.aspx"&gt;SharePoint 2007&lt;/A&gt; now and &lt;A href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx" mce_href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx"&gt;SharePoint 2010&lt;/A&gt; after it is launched next year.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3286184" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Enterprise Agreement" scheme="http://blogs.technet.com/cbortlik/archive/tags/Enterprise+Agreement/default.aspx" /><category term="EA" scheme="http://blogs.technet.com/cbortlik/archive/tags/EA/default.aspx" /><category term="Training" scheme="http://blogs.technet.com/cbortlik/archive/tags/Training/default.aspx" /><category term="SA" scheme="http://blogs.technet.com/cbortlik/archive/tags/SA/default.aspx" /><category term="Software Assurance" scheme="http://blogs.technet.com/cbortlik/archive/tags/Software+Assurance/default.aspx" /><category term="Adoption" scheme="http://blogs.technet.com/cbortlik/archive/tags/Adoption/default.aspx" /><category term="Deployment" scheme="http://blogs.technet.com/cbortlik/archive/tags/Deployment/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /></entry><entry><title>See you at the SharePoint Conference in Las Vegas!</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/09/01/see-you-at-the-sharepoint-conference-in-las-vegas.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/09/01/see-you-at-the-sharepoint-conference-in-las-vegas.aspx</id><published>2009-09-01T18:58:07Z</published><updated>2009-09-01T18:58:07Z</updated><content type="html">&lt;p&gt;It’s hard to believe, but the &lt;a href="http://www.mssharepointconference.com"&gt;SharePoint Conference&lt;/a&gt; is less than 7 weeks away! The conference is being held in Las Vegas from October 19-22. This will be &lt;strong&gt;&lt;u&gt;THE&lt;/u&gt;&lt;/strong&gt; place to hear and see all about SharePoint 2010.&lt;/p&gt;  &lt;p&gt;I will be attending the SharePoint Conference and will be involved in a few things, including:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Presenting a session titled: “Office 2007 vs. Office 2010 - Deployment Considerations”&lt;/li&gt;    &lt;li&gt;Proctoring hands on labs where you can use SharePoint 2010&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The hands on labs are self explanatory. This will be your time to take a guided tour of all things SharePoint 2010 and be able to use the latest bits.&lt;/p&gt;  &lt;p&gt;My presentation, at first glance, may seem a little odd. Why, at the SharePoint Conference of all places, are we talking about Office? &lt;/p&gt;  &lt;p&gt;The answer: in the 2007 product release, the Office client lights up many of the key SharePoint capabilities and helps drive end user usage and adoption. More details on that can be found &lt;a href="http://blogs.technet.com/cbortlik/archive/2009/05/05/office-sharepoint-and-exchange-2007-better-together.aspx"&gt;here&lt;/a&gt; in my prior blog post. In the 2010 release, we will build upon and extend this integration.&lt;/p&gt;  &lt;p&gt;This session will dive into the pros and cons of Office 2007 and Office 2010 deployment and discuss how deploying Office 2007 now can help pave the way for Office 2010 in the future. Specific areas of focus will include the Open XML file formats; Office Business Applications; user interface changes and adoption; application virtualization; and integration of the Office client with SharePoint, Exchange and Office Communications Server (OCS).&lt;/p&gt;  &lt;p&gt;Are you planning to be at the SharePoint Conference as well? If so, what sessions and topics are you most interested to learn about?&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3278507" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="Adoption" scheme="http://blogs.technet.com/cbortlik/archive/tags/Adoption/default.aspx" /><category term="Deployment" scheme="http://blogs.technet.com/cbortlik/archive/tags/Deployment/default.aspx" /><category term="Events" scheme="http://blogs.technet.com/cbortlik/archive/tags/Events/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /></entry><entry><title>New look, new focus …</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/08/28/new-look-new-focus.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/08/28/new-look-new-focus.aspx</id><published>2009-08-28T21:25:16Z</published><updated>2009-08-28T21:25:16Z</updated><content type="html">&lt;p&gt;I recently changed roles here at Microsoft and decided it was time to put a fresh coat of paint on the blog. &lt;/p&gt;  &lt;p&gt;While I will continue to work with Northeast Enterprise customers in a technical pre sales role, my focus will be shifting from the Microsoft Office client to the SharePoint platform. This change will allow me to get back to my roots and work more deeply with SharePoint architecture, design, development and implementation.&lt;/p&gt;  &lt;p&gt;I’ll continue to blog about things that are Office related but the posts will generally be more about how Office integrates with SharePoint and ways that you can leverage the &lt;a href="http://blogs.technet.com/cbortlik/archive/2009/05/05/office-sharepoint-and-exchange-2007-better-together.aspx"&gt;SharePoint platform&lt;/a&gt; at your company.&lt;/p&gt;  &lt;p&gt;This is an exciting time to be working with SharePoint given all of the recent &lt;a href="http://blogs.technet.com/cbortlik/archive/2009/07/14/office-sharepoint-visio-and-project-2010-news.aspx"&gt;news and announcements&lt;/a&gt; around Office &amp;amp; SharePoint 2010. I’m looking forward to seeing many of you at the &lt;a href="http://www.mssharepointconference.com"&gt;SharePoint Conference&lt;/a&gt; in October.&lt;/p&gt;  &lt;p&gt;Until then feel free to reach out to me and &lt;a href="http://blogs.technet.com/cbortlik/contact.aspx"&gt;send me&lt;/a&gt; your comments and areas of interest for future blog posts.&lt;/p&gt;  &lt;p&gt;P.S. Given my role change, we also now have a job opening here at Microsoft in the Northeast region and we will be hiring for an Office client technical specialist. Ping me if you know of anyone interested.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3277942" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Events" scheme="http://blogs.technet.com/cbortlik/archive/tags/Events/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /></entry><entry><title>Free Office, SharePoint and Windows training resources for your Intranet</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/08/27/free-office-sharepoint-and-windows-training-resources-for-your-intranet.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/08/27/free-office-sharepoint-and-windows-training-resources-for-your-intranet.aspx</id><published>2009-08-27T15:32:00Z</published><updated>2009-08-27T15:32:00Z</updated><content type="html">&lt;P&gt;We have recently released the Productivity Hub as a free &lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=277fefca-d62f-41bc-943d-79002254cfee" mce_href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=277fefca-d62f-41bc-943d-79002254cfee"&gt;download&lt;/A&gt;. A number of my customers have been beta testing this Hub over the past few months and it has received great feedback and helped to accelerate the deployment, adoption and training for Office and SharePoint 2007.&lt;/P&gt;
&lt;P&gt;The Hub is a SharePoint Server 2007 site collection that serves as a learning community and is fully customizable. It provides a central place for your training efforts, and includes training content from Microsoft’s core products. Microsoft also provides ongoing and updated content packs. &lt;/P&gt;
&lt;P&gt;The Hub uses SharePoint Server’s social networking capabilities, such as blogs and discussion groups. In addition, it offers the Coach program, a change management feature to help you train end users to self-help, reducing the burden on your training and IT staff. The Coach program impacts productivity in a collaborative and positive way. &lt;/P&gt;
&lt;P&gt;What the Productivity Hub is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Format: Pre-loaded SharePoint site collection, optimized for Web 2.0 functionality and easily deployed within SharePoint Server 2007 environment. &lt;/LI&gt;
&lt;LI&gt;Content: Convenient end user productivity training in a variety of formats (documents, videos, podcasts, etc.). Receive free quarterly updates of content that you will learn about through the Productivity blog. &lt;/LI&gt;
&lt;LI&gt;Blog: The Productivity blog offers tips and tricks for end user productivity. Use it as is, or your training staff can use the posts as their own to help them get started in running an internal blog. &lt;/LI&gt;
&lt;LI&gt;Train the trainer: Includes IT/Manager section to aid with deployment of the site collection, and guidance to develop the Coach program. &lt;/LI&gt;
&lt;LI&gt;Products: Office 2007 System applications including SharePoint Server 2007. Windows 7 and others will be added in the future. &lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3277449" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="Training" scheme="http://blogs.technet.com/cbortlik/archive/tags/Training/default.aspx" /><category term="Adoption" scheme="http://blogs.technet.com/cbortlik/archive/tags/Adoption/default.aspx" /><category term="Deployment" scheme="http://blogs.technet.com/cbortlik/archive/tags/Deployment/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /></entry><entry><title>Office, SharePoint, Visio and Project 2010 News …</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/07/14/office-sharepoint-visio-and-project-2010-news.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/07/14/office-sharepoint-visio-and-project-2010-news.aspx</id><published>2009-07-14T04:44:00Z</published><updated>2009-07-14T04:44:00Z</updated><content type="html">&lt;P&gt;Today at the Microsoft Worldwide Partner Conference, major announcements were made regarding Office, SharePoint, Project and Visio 2010.&lt;/P&gt;
&lt;P&gt;Microsoft Office 2010, Microsoft SharePoint Server 2010, Microsoft Visio 2010 and Microsoft Project 2010 have reached the technical preview engineering milestone. Starting today, tens of thousands of people will be invited to test Office and Visio as part of the Technical Preview program. Full details can be found in this &lt;A href="http://www.microsoft.com/presspass/press/2009/jul09/07-13Office2010WPCPR.mspx" mce_href="http://www.microsoft.com/presspass/press/2009/jul09/07-13Office2010WPCPR.mspx"&gt;press release&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Here are some additional resources that were made available today:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/office2010" mce_href="http://www.microsoft.com/office2010"&gt;Office 2010 site&lt;/A&gt;: Get all of the news and see demos of the next version of Office.&lt;/LI&gt;
&lt;LI&gt;&lt;A title="Office 2010 Press Pass" href="http://www.microsoft.com/presspass/presskits/2010office/Default.aspx" mce_href="http://www.microsoft.com/presspass/presskits/2010office/Default.aspx"&gt;Office 2010 Press Pass&lt;/A&gt;: Additional press releases and information on Office 2010.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://sharepoint.microsoft.com/2010/sneak_peek/Pages/default.aspx" mce_href="http://sharepoint.microsoft.com/2010/sneak_peek/Pages/default.aspx"&gt;SharePoint 2010 preview site&lt;/A&gt;: See some of what is coming in SharePoint 2010.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.digitalwpc.com/" mce_href="http://www.digitalwpc.com/"&gt;Worldwide Partner Conference site&lt;/A&gt;: Watch the keynotes and read other announcements.&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3263623" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="Events" scheme="http://blogs.technet.com/cbortlik/archive/tags/Events/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /><category term="OneNote" scheme="http://blogs.technet.com/cbortlik/archive/tags/OneNote/default.aspx" /><category term="Outlook" scheme="http://blogs.technet.com/cbortlik/archive/tags/Outlook/default.aspx" /><category term="InfoPath" scheme="http://blogs.technet.com/cbortlik/archive/tags/InfoPath/default.aspx" /><category term="Excel" scheme="http://blogs.technet.com/cbortlik/archive/tags/Excel/default.aspx" /><category term="Access" scheme="http://blogs.technet.com/cbortlik/archive/tags/Access/default.aspx" /><category term="Groove" scheme="http://blogs.technet.com/cbortlik/archive/tags/Groove/default.aspx" /><category term="Word" scheme="http://blogs.technet.com/cbortlik/archive/tags/Word/default.aspx" /><category term="PowerPoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/PowerPoint/default.aspx" /><category term="Project" scheme="http://blogs.technet.com/cbortlik/archive/tags/Project/default.aspx" /><category term="SharePoint Workspace" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint+Workspace/default.aspx" /><category term="Visio" scheme="http://blogs.technet.com/cbortlik/archive/tags/Visio/default.aspx" /></entry><entry><title>How Office 2007 Helps Protect Your Information</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/06/12/how-office-2007-helps-protect-your-information.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/06/12/how-office-2007-helps-protect-your-information.aspx</id><published>2009-06-12T18:59:58Z</published><updated>2009-06-12T18:59:58Z</updated><content type="html">&lt;p&gt;One of the primary business concerns that I hear from my customers is: “How do we keep our information and documents safe?” &lt;/p&gt;  &lt;p&gt;Since so much of what we all do is collaborating and sharing information with others via Microsoft Office, today’s post summarizes some of the top ways that the Office 2007 system can help keep your business critical information safe and secure.&lt;/p&gt;  &lt;p&gt;Below are my top 10. As always, your feedback and comments are encouraged and appreciated.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Information Rights Management (IRM) enables you to protect &lt;a href="http://office.microsoft.com/en-us/help/HA101029181033.aspx"&gt;Word, Excel and PowerPoint&lt;/a&gt; documents so that you can restrict who can view, edit, copy and print documents and for how long. You can also protect e-mail messages in &lt;a href="http://office.microsoft.com/en-us/help/HA101003661033.aspx"&gt;Outlook&lt;/a&gt; to prevent people from viewing, forwarding, printing, copying and replying to all on messages. These capabilities are especially useful in making sure that sensitive information does not leave your company.&lt;/li&gt;    &lt;li&gt;Document inspection in &lt;a href="http://office.microsoft.com/en-us/word/HA100744351033.aspx?pid=CH100996521033"&gt;Word&lt;/a&gt;, &lt;a href="http://office.microsoft.com/en-us/excel/HA100744381033.aspx?pid=CH100648291033"&gt;Excel&lt;/a&gt; and &lt;a href="http://office.microsoft.com/en-us/powerpoint/HA100744371033.aspx?pid=CH100673541033"&gt;PowerPoint&lt;/a&gt; helps ensure that sensitive information is easily removed from documents. Examples are comments and revision history (e.g. if you were tracking changes); speaker notes; watermarks; document properties; and hidden data.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=79d06e72-4b45-4669-9eac-0eca5821e8ff&amp;amp;displaylang=en"&gt;Digital signature&lt;/a&gt; capabilities integrated in Office 2007 enable you to electronically sign documents and confirm the identity of the person that signed the document. Many customers are using this capability to secure their documents and also eliminate paper based approval and signature processes.&lt;/li&gt;    &lt;li&gt;Office 2007 integrates with &lt;a href="http://sharepoint.microsoft.com/Pages/Default.aspx"&gt;SharePoint&lt;/a&gt; so people can publish documents securely to a SharePoint site which can be setup with proper access controls, versioning, work-flow, audit and archival policies.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://office.microsoft.com/en-us/sharepointserver/HA101054761033.aspx?pid=CH101768471033"&gt;Excel Services&lt;/a&gt; allows you to publish an Excel workbook to SharePoint while securing sensitive information, macros, data connections, charts and formulas. One of the benefits of this is that anyone with a browser, and the proper access rights, can view only the components of the spreadsheet that you allow.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://office.microsoft.com/en-us/groove/FX100487641033.aspx"&gt;Groove&lt;/a&gt; facilitates secure collaboration and sharing of documents and information internally and externally. Groove solves a common business problem where teams need to collaborate inside and outside of the firewall. Rather than having people email documents, or publish them to external public websites, Groove allows for secure and encrypted sharing of information. IT can also setup policies and audit the usage of Groove to manage the process.&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://msdn.microsoft.com/en-us/library/aa338205.aspx#office2007aboutnewfileformat_benefitsofthenewfileformat"&gt;Open XML&lt;/a&gt; file format, which is the default for many programs in Office 2007, offers a number of security benefits and it also prevents most documents from being corrupted. Also, in the rare case that an Office 2007 document does become corrupted – you no longer lose the whole document. You can recover the document and remove the part of the document (e.g. image, video) that became corrupted.&lt;/li&gt;    &lt;li&gt;Need to save an Office document to PDF or XPS but don’t want to spend extra money licensing 3rd party software? Great news. Office 2007 provides free integrated support for saving Office documents directly to &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&amp;amp;displaylang=en"&gt;PDF or XPS&lt;/a&gt;. Starting with &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=B444BF18-79EA-46C6-8A81-9DB49B4AB6E5&amp;amp;displaylang=en"&gt;Service Pack 2 (SP2)&lt;/a&gt; of Office 2007 these capabilities are directly integrated with Office.&lt;/li&gt;    &lt;li&gt;Office 2007 is significantly more secure than prior versions of Office. In fact, the majority of Office security exploits and vulnerabilities do not affect Office 2007. By default, items that could possibly cause harm to your computer are disabled in Office 2007. The &lt;a href="http://office.microsoft.com/en-us/word/HA100337761033.aspx?pid=CH100487501033"&gt;Trust Center&lt;/a&gt; in Office 2007 enables you to have much greater flexibility and control over &lt;a href="http://office.microsoft.com/en-us/word/HA100341271033.aspx?pid=CH100487501033"&gt;add-ins&lt;/a&gt;; trusted &lt;a href="http://office.microsoft.com/en-us/word/HA100341381033.aspx?pid=CH100487501033"&gt;publishers&lt;/a&gt; and &lt;a href="http://office.microsoft.com/en-us/word/HA100319991033.aspx?pid=CH100487501033"&gt;locations&lt;/a&gt;; &lt;a href="http://office.microsoft.com/en-us/word/HA100310671033.aspx?pid=CH100487501033"&gt;ActiveX Controls&lt;/a&gt;; and &lt;a href="http://office.microsoft.com/en-us/word/HA100310711033.aspx?pid=CH100487501033"&gt;macros&lt;/a&gt;.&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=A12ECA33-A20D-45E2-895C-5E021F3AE4C5&amp;amp;displaylang=en"&gt;Office Security Guide&lt;/a&gt; provides IT with more in depth details on security in Office 2007. If you are using Group Policy, &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=A46F1DBE-760C-4807-A82F-4F02AE3C97B0&amp;amp;displaylang=en"&gt;solution accelerator templates&lt;/a&gt; exist to assist with applying security best practices.&lt;/li&gt; &lt;/ol&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3254095" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /><category term="Outlook" scheme="http://blogs.technet.com/cbortlik/archive/tags/Outlook/default.aspx" /><category term="Excel" scheme="http://blogs.technet.com/cbortlik/archive/tags/Excel/default.aspx" /><category term="Groove" scheme="http://blogs.technet.com/cbortlik/archive/tags/Groove/default.aspx" /><category term="Word" scheme="http://blogs.technet.com/cbortlik/archive/tags/Word/default.aspx" /><category term="PowerPoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/PowerPoint/default.aspx" /><category term="Security" scheme="http://blogs.technet.com/cbortlik/archive/tags/Security/default.aspx" /><category term="Solutions" scheme="http://blogs.technet.com/cbortlik/archive/tags/Solutions/default.aspx" /></entry><entry><title>Want to get Office Enterprise 2007 for $9.95?</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/06/08/want-to-get-office-enterprise-2007-for-9-95.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/06/08/want-to-get-office-enterprise-2007-for-9-95.aspx</id><published>2009-06-08T16:30:28Z</published><updated>2009-06-08T16:30:28Z</updated><content type="html">&lt;p&gt;We recently rolled out changes to the Microsoft &lt;a href="http://www.microsoft.com/licensing/software-assurance/home-use-program.aspx"&gt;Home Use Program&lt;/a&gt; (HUP) that may enable you to download &lt;a href="http://office.microsoft.com/en-us/suites/FX101674041033.aspx"&gt;Office Enterprise 2007&lt;/a&gt; for your home personal use for just $9.95! &lt;/p&gt;  &lt;p&gt;Details can be found on the Home Use &lt;a href="http://www.microsofthup.com"&gt;site&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Not familiar with the Home Use Program? Home Use is just one of the many &lt;a href="http://www.microsoft.com/licensing/software-assurance/faq.aspx"&gt;Software Assurance&lt;/a&gt; (SA) benefits that many of our customers enjoy. &lt;/p&gt;  &lt;p&gt;In addition to getting upgrade rights to newer versions of Microsoft software, SA benefits also help with training and deploying Microsoft software.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3251884" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="Enterprise Agreement" scheme="http://blogs.technet.com/cbortlik/archive/tags/Enterprise+Agreement/default.aspx" /><category term="EA" scheme="http://blogs.technet.com/cbortlik/archive/tags/EA/default.aspx" /><category term="Training" scheme="http://blogs.technet.com/cbortlik/archive/tags/Training/default.aspx" /><category term="SA" scheme="http://blogs.technet.com/cbortlik/archive/tags/SA/default.aspx" /><category term="Software Assurance" scheme="http://blogs.technet.com/cbortlik/archive/tags/Software+Assurance/default.aspx" /><category term="Adoption" scheme="http://blogs.technet.com/cbortlik/archive/tags/Adoption/default.aspx" /><category term="Deployment" scheme="http://blogs.technet.com/cbortlik/archive/tags/Deployment/default.aspx" /><category term="OneNote" scheme="http://blogs.technet.com/cbortlik/archive/tags/OneNote/default.aspx" /><category term="Outlook" scheme="http://blogs.technet.com/cbortlik/archive/tags/Outlook/default.aspx" /><category term="InfoPath" scheme="http://blogs.technet.com/cbortlik/archive/tags/InfoPath/default.aspx" /><category term="Excel" scheme="http://blogs.technet.com/cbortlik/archive/tags/Excel/default.aspx" /><category term="Access" scheme="http://blogs.technet.com/cbortlik/archive/tags/Access/default.aspx" /><category term="Groove" scheme="http://blogs.technet.com/cbortlik/archive/tags/Groove/default.aspx" /><category term="Word" scheme="http://blogs.technet.com/cbortlik/archive/tags/Word/default.aspx" /><category term="PowerPoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/PowerPoint/default.aspx" /></entry><entry><title>June 26 - Office 2007 Deployment Hands On Lab in Waltham, MA Office</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/05/22/june-26-office-2007-deployment-hands-on-lab-in-waltham-ma-office.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/05/22/june-26-office-2007-deployment-hands-on-lab-in-waltham-ma-office.aspx</id><published>2009-05-22T15:02:52Z</published><updated>2009-05-22T15:02:52Z</updated><content type="html">&lt;p&gt;On Friday, June 26, 2009 from 8:30am – 4:00pm, I will be leading another 1 day technical hands-on lab related to Office 2007 deployment. &lt;/p&gt;  &lt;p&gt;The event will be held at the Microsoft offices at 201 Jones Rd., Sixth Floor, Waltham, MA 02451&lt;/p&gt;  &lt;p&gt;Space is limited and attendance is restricted to Northeast enterprise customers only. Register Today!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=13-3F-8C-4A-B1-96-D5-DA-BC-BD-55-34-E1-4B-56-04&amp;amp;Culture=en-US"&gt;&lt;b&gt;Click here to register&lt;/b&gt;&lt;/a&gt; &lt;b&gt;or call 877.673.8368 and reference Event Code &lt;/b&gt;&lt;a href="http://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=13-3F-8C-4A-B1-96-D5-DA-BC-BD-55-34-E1-4B-56-04&amp;amp;Culture=en-US"&gt;&lt;b&gt;1032400099&lt;/b&gt;&lt;/a&gt;&lt;b&gt;.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Event Summary&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Join us for the Deploying and Managing Office 2007 in the Enterprise hands on lab to learn about the new tools and technologies to deploy the 2007 Microsoft Office System. In this event, you will receive practical technical information and proven techniques necessary to design, customize, and deploy an Office 2007 installation in your environment. You will be given the deep technical assistance required to better plan your organization’s deployment, and have the opportunity to work with experienced resources that can help resolve potential deployment blockers and other upgrade related issues. &lt;/p&gt;  &lt;p&gt;Join us for this one-day hands-on-lab and get technical information and experience on the following:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Planning for the deployment of Office 2007 &lt;/li&gt;    &lt;li&gt;Office Resource Kit &lt;/li&gt;    &lt;li&gt;Deploying the 2007 Microsoft Office system with the Deployment Workbench &lt;/li&gt;    &lt;li&gt;Office Customization Tool (OCT) &lt;/li&gt;    &lt;li&gt;Multi-language integration &lt;/li&gt;    &lt;li&gt;Local installation source &lt;/li&gt;    &lt;li&gt;Group Policy Object templates and accelerators &lt;/li&gt;    &lt;li&gt;Office Migration Planning Manager (OMPM) scanning tool &lt;/li&gt;    &lt;li&gt;Detecting add-ins &lt;/li&gt;    &lt;li&gt;Handling macro and Access database concerns &lt;/li&gt;    &lt;li&gt;Converting documents to Office 2007 &lt;/li&gt;    &lt;li&gt;Compatibility of Office 2007 with prior formats &lt;/li&gt;    &lt;li&gt;Strategies and tools for ramping users up on the new Office 2007 fluent user interface &lt;/li&gt;    &lt;li&gt;Best practices in the Enterprise &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;What is a hands-on-lab?&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;These aren't your typical IT training class. They are delivered by Microsoft Field Technical Specialists with real world deployment experience. These hands-on labs are for experienced IT Pros who want to gain hands-on practice and experience with Microsoft’s Office deployment technologies. You can expect to spend the majority of the time interacting with the deployment tools / technologies in your own virtual lab environment with a moderate level of instructor presentation. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Who Should Attend?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;These courses are for IT Professionals and Technical Decision Makers who require a in-depth knowledge of Microsoft’s deployment technologies and tools. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Prerequisites?&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;To get the most from this course, you will need to be familiar with the Windows and Office desktop environment. &lt;/p&gt;  &lt;p&gt;Register Today! This special, no charge training event will fill quickly and space is limited, so be sure to register as soon as possible to reserve your seat. Note that attendance is restricted to Northeast enterprise customers only.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3244508" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="Training" scheme="http://blogs.technet.com/cbortlik/archive/tags/Training/default.aspx" /><category term="Deployment" scheme="http://blogs.technet.com/cbortlik/archive/tags/Deployment/default.aspx" /><category term="Events" scheme="http://blogs.technet.com/cbortlik/archive/tags/Events/default.aspx" /></entry><entry><title>Office 2010: Register for the Technical Preview Program and Get More Info …</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/05/13/office-2010-register-for-the-technical-preview-program-and-get-more-info.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/05/13/office-2010-register-for-the-technical-preview-program-and-get-more-info.aspx</id><published>2009-05-13T16:48:35Z</published><updated>2009-05-13T16:48:35Z</updated><content type="html">&lt;p&gt;Earlier this week Microsoft made some important Office 2010 announcements during our annual &lt;a href="http://www.microsoft.com/presspass/events/teched/default.mspx"&gt;TechEd conference&lt;/a&gt;. One of the announcements was that Microsoft will have an invitation only &lt;a href="https://microsoft.crgevents.com/Office2010TheMovie/Content/Default.aspx?p=Home&amp;amp;"&gt;Technical Preview Program for Office 2010&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;This program is scheduled to launch in July 2009 and will offer selected customers the opportunity to experience early, pre-release versions of Office 2010 which will include the following applications:&amp;#160; Word 2010, Excel 2010, Outlook 2010, PowerPoint 2010, OneNote 2010, Access 2010, InfoPath 2010 and Publisher 2010. &lt;/p&gt;  &lt;p&gt;As we count down to the start of the Technical Preview Program for Office 2010, more information and resources on Office 2010 are becoming publicly available for our customers and partners. These include:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;a href="https://microsoft.crgevents.com/Office2010TheMovie/Content/Default.aspx?p=Home&amp;amp;"&gt;Office 2010 Technical Preview Registration&lt;/a&gt;: Register to be considered for the Technical Preview Program, which is scheduled to begin in July 2009.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.technet.com/office2010/"&gt;Office 2010 IT Blog&lt;/a&gt;: The official Office 2010 blog of the Microsoft Office product group. This includes information on the preliminary system requirements for Office 2010.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://social.technet.microsoft.com/Forums/en-US/office2010general/threads"&gt;Office 2010 Forum&lt;/a&gt;: A place to discuss the Office 2010 Technical Preview Program and other information and questions around the new version Office&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.office2010themovie.com/"&gt;Office 2010 the Movie&lt;/a&gt;: A fun trailer and preview of things to come.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/presspass/features/2009/Apr09/04-15Office2010.mspx?rss_fdn=Top%20Stories"&gt;Office 2010 Press Release&lt;/a&gt;: Some high level details on Office, SharePoint and Exchange 2010.&lt;/li&gt; &lt;/ol&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3240295" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="Deployment" scheme="http://blogs.technet.com/cbortlik/archive/tags/Deployment/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /><category term="OneNote" scheme="http://blogs.technet.com/cbortlik/archive/tags/OneNote/default.aspx" /><category term="Outlook" scheme="http://blogs.technet.com/cbortlik/archive/tags/Outlook/default.aspx" /><category term="InfoPath" scheme="http://blogs.technet.com/cbortlik/archive/tags/InfoPath/default.aspx" /><category term="Exchange" scheme="http://blogs.technet.com/cbortlik/archive/tags/Exchange/default.aspx" /><category term="Excel" scheme="http://blogs.technet.com/cbortlik/archive/tags/Excel/default.aspx" /><category term="Access" scheme="http://blogs.technet.com/cbortlik/archive/tags/Access/default.aspx" /><category term="Word" scheme="http://blogs.technet.com/cbortlik/archive/tags/Word/default.aspx" /><category term="PowerPoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/PowerPoint/default.aspx" /></entry><entry><title>Office, SharePoint and Exchange 2007 – Better Together</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/05/05/office-sharepoint-and-exchange-2007-better-together.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/05/05/office-sharepoint-and-exchange-2007-better-together.aspx</id><published>2009-05-05T18:48:00Z</published><updated>2009-05-05T18:48:00Z</updated><content type="html">&lt;P&gt;One of the topics that I frequently present on at conferences is the Office system and why it is “better” to use the Office 2007 client with the 2007 versions of the SharePoint and Exchange server products.&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://cid-d70e59a936fa955f.skydrive.live.com/self.aspx/Public/Presentations/Office%202007%20Event/Office%202007%20System%20Better%20Together.pptx" mce_href="http://cid-d70e59a936fa955f.skydrive.live.com/self.aspx/Public/Presentations/Office%202007%20Event/Office%202007%20System%20Better%20Together.pptx"&gt;presentation&lt;/A&gt; that I use for most of these sessions is a summary of many of the key items discussed in the Office/SharePoint “better together” &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0d05a69-f67b-4d37-961e-2db3c4065cb9&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0d05a69-f67b-4d37-961e-2db3c4065cb9&amp;amp;DisplayLang=en"&gt;whitepaper&lt;/A&gt;. It also touches upon some of the areas discussed in this Exchange 2007 &lt;A href="http://www.microsoft.com/exchange/evaluation/featurecomparison.mspx" mce_href="http://www.microsoft.com/exchange/evaluation/featurecomparison.mspx"&gt;feature comparison&lt;/A&gt; for the Exchange server with different Outlook and Outlook Web Access clients.&lt;/P&gt;
&lt;P&gt;Here are some of the highlights:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;Enterprise Content Management&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Content Management process integrated into the Word, Excel and PowerPoint 2007 clients. This helps increase the adoption and usage of your SharePoint site and integrates critical functionality such as &lt;A href="http://office.microsoft.com/en-us/word/HA102783411033.aspx" mce_href="http://office.microsoft.com/en-us/word/HA102783411033.aspx"&gt;workflow&lt;/A&gt; and &lt;A href="http://office.microsoft.com/en-us/word/HA100475241033.aspx" mce_href="http://office.microsoft.com/en-us/word/HA100475241033.aspx"&gt;document properties&lt;/A&gt;, including metadata that is used to drive SharePoint views and improve search results.&lt;/LI&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;PowerPoint Slide Libraries&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Publish slides for central storage, reuse and change notification. &lt;A href="http://office.microsoft.com/en-us/powerpoint/HA012261671033.aspx?pid=CH101030571033" mce_href="http://office.microsoft.com/en-us/powerpoint/HA012261671033.aspx?pid=CH101030571033"&gt;Slide libraries&lt;/A&gt; add a great amount of business value by making sure that key corporate messages, content and branding are being reused and kept in sync.&lt;/LI&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;Excel Services&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Publish spreadsheets for server hosting, web viewing and component access control. The Excel Services &lt;A href="http://office.microsoft.com/en-us/sharepointserver/HA102058281033.aspx?pid=CL100626951033" mce_href="http://office.microsoft.com/en-us/sharepointserver/HA102058281033.aspx?pid=CL100626951033"&gt;whitepaper&lt;/A&gt; and my recent Excel for Business Intelligence (BI) &lt;A href="http://blogs.technet.com/cbortlik/archive/2009/05/01/excel-2007-your-business-intelligence-client-solution.aspx" mce_href="http://blogs.technet.com/cbortlik/archive/2009/05/01/excel-2007-your-business-intelligence-client-solution.aspx"&gt;blog post&lt;/A&gt; have additional details.&lt;/LI&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;Outlook / SharePoint Integration&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Bi-directional sync of calendars, tasks, contacts, and discussion boards. Offline access to document libraries. The Outlook Exchange website has a great &lt;A href="http://www.outlookexchange.com/articles/JasonSherry/sherry_c24p1.asp" mce_href="http://www.outlookexchange.com/articles/JasonSherry/sherry_c24p1.asp"&gt;article&lt;/A&gt; that walks thru all of the details.&lt;/LI&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;Outlook&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt; / Exchange 2007 Utilization&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Unified communications, Managed folders, Scheduling enhancements and more. This &lt;A href="http://office.microsoft.com/en-us/outlook/HA100743061033.aspx" mce_href="http://office.microsoft.com/en-us/outlook/HA100743061033.aspx"&gt;article&lt;/A&gt; reviews these and other new Outlook 2007 capabilities in greater detail.&lt;/LI&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;Electronic Forms&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Publish e-forms for e-mail and browser based form completion. My InfoPath &lt;A href="http://blogs.technet.com/cbortlik/archive/2009/04/08/infopath-going-green-saving-money-and-accelerating-development.aspx" mce_href="http://blogs.technet.com/cbortlik/archive/2009/04/08/infopath-going-green-saving-money-and-accelerating-development.aspx"&gt;blog post&lt;/A&gt; provides more information on this and other ways to leverage InfoPath.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;U&gt;OneNote / SharePoint Integration&lt;/U&gt;&lt;/STRONG&gt;: You can have OneNote automatically synchronize shared notebooks with SharePoint, which can then be searched and viewed by people with the appropriate permissions. More information on OneNote can be found in this &lt;A href="http://blogs.technet.com/cbortlik/archive/2009/03/04/love-onenote-prove-it.aspx" mce_href="http://blogs.technet.com/cbortlik/archive/2009/03/04/love-onenote-prove-it.aspx"&gt;blog post&lt;/A&gt;. &lt;/LI&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;Groove / SharePoint Integration&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Direct synchronization between Groove workspaces and SharePoint document libraries. This &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=B109FBC4-6E60-45F6-BF50-218707C37955&amp;amp;displaylang=en"&gt;whitepaper&lt;/A&gt; demonstrates how you can use Groove to securely collaborate and extend SharePoint to customers and partners that are outside of your organization and those with the need for off-line functionality or access to content in low network bandwidth scenarios.&lt;/LI&gt;
&lt;LI&gt;&lt;A&gt;&lt;STRONG&gt;&lt;U&gt;Access / SharePoint Integration&lt;/U&gt;&lt;/STRONG&gt;&lt;/A&gt;: Host Access data on SharePoint sites, use either browser or Access client to work with data. This enables you to move Access data to SharePoint lists and also helps with querying and joining multiple SharePoint lists and other data sources. More details can be found &lt;A href="http://office.microsoft.com/en-us/access/HA101314631033.aspx?pid=CH101741461033" mce_href="http://office.microsoft.com/en-us/access/HA101314631033.aspx?pid=CH101741461033"&gt;here&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3235774" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="Training" scheme="http://blogs.technet.com/cbortlik/archive/tags/Training/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /><category term="OneNote" scheme="http://blogs.technet.com/cbortlik/archive/tags/OneNote/default.aspx" /><category term="Outlook" scheme="http://blogs.technet.com/cbortlik/archive/tags/Outlook/default.aspx" /><category term="InfoPath" scheme="http://blogs.technet.com/cbortlik/archive/tags/InfoPath/default.aspx" /><category term="Exchange" scheme="http://blogs.technet.com/cbortlik/archive/tags/Exchange/default.aspx" /><category term="Excel" scheme="http://blogs.technet.com/cbortlik/archive/tags/Excel/default.aspx" /><category term="Access" scheme="http://blogs.technet.com/cbortlik/archive/tags/Access/default.aspx" /><category term="Groove" scheme="http://blogs.technet.com/cbortlik/archive/tags/Groove/default.aspx" /><category term="Word" scheme="http://blogs.technet.com/cbortlik/archive/tags/Word/default.aspx" /><category term="PowerPoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/PowerPoint/default.aspx" /><category term="Solutions" scheme="http://blogs.technet.com/cbortlik/archive/tags/Solutions/default.aspx" /></entry><entry><title>Excel 2007 – Your Business Intelligence Client Solution</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/cbortlik/archive/2009/05/01/excel-2007-your-business-intelligence-client-solution.aspx" /><id>http://blogs.technet.com/cbortlik/archive/2009/05/01/excel-2007-your-business-intelligence-client-solution.aspx</id><published>2009-05-01T23:50:00Z</published><updated>2009-05-01T23:50:00Z</updated><content type="html">&lt;P&gt;Many of my customers are evaluating business intelligence (BI) solutions. There are often many business drivers behind this trend including the need for analysis, reporting, planning and forecasting. &lt;/P&gt;
&lt;P&gt;Prior to the release of &lt;A href="http://office.microsoft.com/en-us/excel/FX100487621033.aspx" mce_href="http://office.microsoft.com/en-us/excel/FX100487621033.aspx"&gt;Excel 2007&lt;/A&gt; many customers would purchase a variety of different BI tools each with their own user interface, licensing costs and set of functionality. With Excel 2007 we have sought to bring BI to the masses while eliminating the need for a number of different tools and lowering the overall total cost of ownership for BI solutions.&lt;/P&gt;
&lt;P&gt;Here is a summary of my top 10 favorite aspects of Excel 2007 for BI solutions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Excel has become the rich BI client front end for &lt;A href="http://www.microsoft.com/business/performancepoint/" mce_href="http://www.microsoft.com/business/performancepoint/"&gt;PerformancePoint&lt;/A&gt;, &lt;A href="http://www.microsoft.com/sharepoint/default.mspx" mce_href="http://www.microsoft.com/sharepoint/default.mspx"&gt;SharePoint&lt;/A&gt;, &lt;A href="http://www.microsoft.com/sqlserver/2005/en/us/data-mining.aspx" mce_href="http://www.microsoft.com/sqlserver/2005/en/us/data-mining.aspx"&gt;SQL Server&lt;/A&gt; and any &lt;A href="http://office.microsoft.com/en-us/excel/HP100898981033.aspx?pid=CH100648471033" mce_href="http://office.microsoft.com/en-us/excel/HP100898981033.aspx?pid=CH100648471033"&gt;external data source or system&lt;/A&gt;. This allows users to easily aggregate, slice and dice many disparate data sources and get a consolidated view of their business.&lt;/LI&gt;
&lt;LI&gt;By supporting 1 million rows and 16,000 columns of data in the same workbook, Excel 2007 allows you to work with more data. This addresses a critical business need expressed by many Excel users and overcomes previous product limitations of 64,000 rows which often resulted in the creation of multiple workbooks and extensive macros and programming to link the data together.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://office.microsoft.com/en-us/excel/HA101080881033.aspx?pid=CH101024611033" mce_href="http://office.microsoft.com/en-us/excel/HA101080881033.aspx?pid=CH101024611033"&gt;Excel Services&lt;/A&gt; enables you to easily publish an Excel workbook to SharePoint and then allow other users to access that data with just a web browser. This is of tremendous value when you want to make sure that everyone is looking at the latest version of data (aka a “single version of the truth”) and cases where you want to suppress hidden formulas, data and secure other sensitive data.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://office.microsoft.com/en-us/excel/HA101655491033.aspx?pid=CH100740791033" mce_href="http://office.microsoft.com/en-us/excel/HA101655491033.aspx?pid=CH100740791033"&gt;Conditional formatting&lt;/A&gt; adds powerful data visualization capabilities to Excel. You can easily add data bars, color scales, key performance indicators (KPI), and other icon sets to spot trends.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://office.microsoft.com/en-us/excel/HP101773841033.aspx?pid=CH101768451033" mce_href="http://office.microsoft.com/en-us/excel/HP101773841033.aspx?pid=CH101768451033"&gt;Pivot tables&lt;/A&gt; can now be created and used by anyone to organize and report on data. You do not need to be the “Excel guru” to be able to work with and change pivot tables. The redesigned pivot table capability and wizards streamlines the process.&lt;/LI&gt;
&lt;LI&gt;The graphics engine for Office has been significantly improved with Office 2007. &lt;A href="http://office.microsoft.com/en-us/excel/HP012337281033.aspx?pid=CH102859841033" mce_href="http://office.microsoft.com/en-us/excel/HP012337281033.aspx?pid=CH102859841033"&gt;Charting&lt;/A&gt; and &lt;A href="http://office.microsoft.com/en-us/excel/HA100395371033.aspx" mce_href="http://office.microsoft.com/en-us/excel/HA100395371033.aspx"&gt;SmartArt&lt;/A&gt; produce professional looking graphics in very little time. These graphics can be shared and reused across Excel, PowerPoint and Word and eliminate the need for many 3rd party services and tools.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://office.microsoft.com/en-us/excel/HA100485461033.aspx?pid=CH101024591033" mce_href="http://office.microsoft.com/en-us/excel/HA100485461033.aspx?pid=CH101024591033"&gt;Tables&lt;/A&gt; in Excel automatically add common tools for working with related sets of data. For example, the &lt;A href="http://office.microsoft.com/en-us/excel/HP100739411033.aspx?pid=CH100648451033" mce_href="http://office.microsoft.com/en-us/excel/HP100739411033.aspx?pid=CH100648451033"&gt;filter&lt;/A&gt; and &lt;A href="http://office.microsoft.com/en-us/excel/HP100739471033.aspx?pid=CH100648451033" mce_href="http://office.microsoft.com/en-us/excel/HP100739471033.aspx?pid=CH100648451033"&gt;sort&lt;/A&gt; features have been improved and are automatically enabled now for Excel tables. You can apply multiple selections and even filter and sort by color (e.g. rows highlighted in green) and conditional format (e.g. by KPI).&lt;/LI&gt;
&lt;LI&gt;Advanced built in &lt;A href="http://office.microsoft.com/en-us/excel/HP100818651033.aspx?pid=CH100648411033" mce_href="http://office.microsoft.com/en-us/excel/HP100818651033.aspx?pid=CH100648411033"&gt;formulas&lt;/A&gt; automate the creation of even the most complex calculations. Using Excel tables you can now even refer to cells based on user defined column and row names (e.g. Northeast, Southwest, etc.) rather than having to figure out the cryptic cell/column numbering (e.g. A1).&lt;/LI&gt;
&lt;LI&gt;Data tools for identifying and &lt;A href="http://office.microsoft.com/en-us/excel/HP100739431033.aspx?pid=CH100648451033" mce_href="http://office.microsoft.com/en-us/excel/HP100739431033.aspx?pid=CH100648451033"&gt;removing duplicates&lt;/A&gt;, &lt;A href="http://office.microsoft.com/en-us/excel/HP100952491033.aspx?pid=CH100648541033" mce_href="http://office.microsoft.com/en-us/excel/HP100952491033.aspx?pid=CH100648541033"&gt;consolidating&lt;/A&gt; data and performing &lt;A href="http://office.microsoft.com/en-us/excel/HA102370521033.aspx?pid=CH100648511033" mce_href="http://office.microsoft.com/en-us/excel/HA102370521033.aspx?pid=CH100648511033"&gt;what-if analysis&lt;/A&gt; improves how you work with large sets of data and obtain meaningful insight from it.&lt;/LI&gt;
&lt;LI&gt;Custom &lt;A href="http://msdn.microsoft.com/en-us/office/aa905411.aspx" mce_href="http://msdn.microsoft.com/en-us/office/aa905411.aspx"&gt;Office Business Application&lt;/A&gt; by partners and customers for building solutions on top of Excel. These could range from advanced &lt;A href="http://msdn.microsoft.com/en-us/office/aa905533.aspx" mce_href="http://msdn.microsoft.com/en-us/office/aa905533.aspx"&gt;Visual Studio .NET&lt;/A&gt; applications to basic &lt;A href="http://office.microsoft.com/en-us/excel/HA102898061033.aspx" mce_href="http://office.microsoft.com/en-us/excel/HA102898061033.aspx"&gt;macros&lt;/A&gt;. Since Excel uses the &lt;A href="http://office.microsoft.com/en-us/excel/HA100069351033.aspx" mce_href="http://office.microsoft.com/en-us/excel/HA100069351033.aspx"&gt;Open XML&lt;/A&gt; industry standard file format, Excel documents can be programmatically built and accessed from various tools.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Want to learn more? Check out the &lt;A href="http://www.microsoft.com/bi/" mce_href="http://www.microsoft.com/bi/"&gt;Microsoft Business Intelligence&lt;/A&gt; site and review &lt;A href="http://www.microsoft.com/bi/evidence/case-studies.aspx" mce_href="http://www.microsoft.com/bi/evidence/case-studies.aspx"&gt;customer case studies&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3234138" width="1" height="1"&gt;</content><author><name>cbortlik</name><uri>http://blogs.technet.com/members/cbortlik.aspx</uri></author><category term=".NET" scheme="http://blogs.technet.com/cbortlik/archive/tags/.NET/default.aspx" /><category term="Office" scheme="http://blogs.technet.com/cbortlik/archive/tags/Office/default.aspx" /><category term="OBA" scheme="http://blogs.technet.com/cbortlik/archive/tags/OBA/default.aspx" /><category term="MSDN" scheme="http://blogs.technet.com/cbortlik/archive/tags/MSDN/default.aspx" /><category term="SharePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/SharePoint/default.aspx" /><category term="PerformancePoint" scheme="http://blogs.technet.com/cbortlik/archive/tags/PerformancePoint/default.aspx" /><category term="Excel" scheme="http://blogs.technet.com/cbortlik/archive/tags/Excel/default.aspx" /><category term="SQL Server" scheme="http://blogs.technet.com/cbortlik/archive/tags/SQL+Server/default.aspx" /><category term="Solutions" scheme="http://blogs.technet.com/cbortlik/archive/tags/Solutions/default.aspx" /></entry></feed>