<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">InfoPath Team Blog</title><subtitle type="html">Tips and tricks to get the most out of Microsoft InfoPath</subtitle><id>http://blogs.msdn.com/infopath/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/infopath/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2008-06-30T10:46:00Z</updated><entry><title>InfoPath 2010 Performance Highlights</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/10/27/infopath-2010-performance-highlights.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/10/27/infopath-2010-performance-highlights.aspx</id><published>2009-10-27T15:40:00Z</published><updated>2009-10-27T15:40:00Z</updated><content type="html">&lt;P&gt;At&amp;nbsp;last week's SharePoint conference in Las Vegas, Rick Severson, a test lead on the InfoPath product team presented a session called Performance Best Practices for SharePoint Forms Services 2010. This session covered best practices and&amp;nbsp;performance&amp;nbsp;improvements in InfoPath 2010. In this post, we will cover the highlights from this session. &lt;/P&gt;
&lt;P&gt;&lt;U&gt;InfoPath Team Members who attended SPC&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;(From Back Row Left to Right: Daniel Witriol (Program Manager Lead), Darvish Shadravan (Technology Specialist), Rick Severson (Test Lead), Nick Dallett (Program&amp;nbsp; Manager Lead), Roberto Taboada (Program Manager), Bojana Duke (Program Manager), Peter Allenspach (Group Program Manager), Umut Alev (Development Lead))&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 337px" title="SPC - InfoPath Team Picture" alt="SPC - InfoPath Team Picture" src="http://blogs.msdn.com/photos/infopath/images/9913802/original.aspx" width=450 height=337 mce_src="http://blogs.msdn.com/photos/infopath/images/9913802/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;We had about 100 people in the room for this deep dive of InfoPath performance best practices. Rick opened the session by defining what fast forms are. He used a&amp;nbsp;sample 1040EZ form to demonstrate a &lt;EM&gt;"lightning fast form"&lt;/EM&gt; out of the box. In&amp;nbsp;InfoPath Forms Services&amp;nbsp;2010,&amp;nbsp;we've improved performance by achieving initial form load times of .8 seconds and subsequent form loads of .4 seconds.&amp;nbsp;A&amp;nbsp;sample passport form with 60 controls and some simple rules and data validation was used to demonstrate that requests per second (RPS) have increased. With this form, 1200 requests can be processed per second. That's a total of 2.1 million users per hour. &lt;/P&gt;
&lt;P&gt;Rick then&amp;nbsp;moved on&amp;nbsp;to cover some of the scalability highlights in this release.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Requests per second (RPS) have doubled.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;We can now scale out&amp;nbsp;to 8 Web front ends for a single backend.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Performance of SharePoint lists that have been customized using InfoPath is comparable to the default, out of the box SharePoint lists.&lt;/LI&gt;
&lt;LI&gt;Forms with Sandboxed code can process 340 RPS in a 1x3 topology&lt;/LI&gt;
&lt;LI&gt;Our new State Service allows for better scaling and faster session performance&lt;/LI&gt;
&lt;LI&gt;We’ve ported many fixes into 2007 SP2 so you can take advantage of many of these performance gains today&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Performance improvements&amp;nbsp;include - &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Our new, enhanced rich text control which is optimized for multiple instances on a form&lt;/LI&gt;
&lt;LI&gt;OnHover rendering of secondary data which improves rendering time&lt;/LI&gt;
&lt;LI&gt;Performance in customized SharePoint&amp;nbsp;lists ensures that you get the richness of InfoPath without sacrificing performance&lt;/LI&gt;
&lt;LI&gt;New State Service&lt;/LI&gt;
&lt;LI&gt;Optimized .js for Ajax behavior rendering&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 337px" title="InfoPath 2010 - Performance Improvements" alt="InfoPath 2010 - Performance Improvements" src="http://blogs.msdn.com/photos/infopath/images/9915565/original.aspx" width=450 height=337 mce_src="http://blogs.msdn.com/photos/infopath/images/9915565/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;In the next part of the session, Rick covered some best practices for optimizing the performance of your forms. He focused on the following 4 areas - Data Connections, Controls, Data size and business logic.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For optimal performance, he recommended that you filter data at source rather than returning large data sets when querying data sources.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;InfoPath 2010 users can now take advantage of our new browser form filtering capabilities.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Users should avoid running data queries on form load and instead run them on demand.&lt;/LI&gt;
&lt;LI&gt;It's a good practice to combine data queries with other actions, such as view switches to minimize the number of postbacks.&lt;/LI&gt;
&lt;LI&gt;To further improve performance, we recommend that you reduce form complexity, avoid out of context controls and avoid postbacks.&lt;/LI&gt;
&lt;LI&gt;When possible, you should take advantage of first request optimized forms.&amp;nbsp; You can do this by avoiding logic in your form that has to be calculated on load.&amp;nbsp; For example, if you use a default value of DateTime.Now(), then this has to be calculated on load so the form cannot be first request optimized.&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 337px" title="InfoPath 2010 Performance - Areas to tune" alt="InfoPath 2010 Performance - Areas to tune" align=middle src="http://blogs.msdn.com/photos/infopath/images/9915566/original.aspx" mce_src="http://blogs.msdn.com/photos/infopath/images/9915566/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;The key takeaways from this session were high performance out of the box, complex solutions can be tuned easily and performance matters!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Additional Resources for improving the performance of your InfoPath forms:&lt;/STRONG&gt;&lt;BR&gt;Designing Browser enabled forms for Performance in InfoPath Forms Services&lt;BR&gt;&lt;A href="http://blogs.msdn.com/infopath/archive/2008/05/09/designing-browser-enabled-forms-for-performance-in-infopath-forms-services.aspx" target=_blank mce_href="http://blogs.msdn.com/infopath/archive/2008/05/09/designing-browser-enabled-forms-for-performance-in-infopath-forms-services.aspx"&gt;http://blogs.msdn.com/infopath/archive/2008/05/09/designing-browser-enabled-forms-for-performance-in-infopath-forms-services.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Capacity Planning Document For IPFS&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc879113.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc879113.aspx"&gt;http://technet.microsoft.com/en-us/library/cc879113.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;InfoPath Forms Services 2007 Web Testing Toolkit&lt;BR&gt;&lt;A href="http://www.codeplex.com/ipfswebtest" mce_href="http://www.codeplex.com/ipfswebtest"&gt;http://www.codeplex.com/ipfswebtest&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9913547" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Performance" scheme="http://blogs.msdn.com/infopath/archive/tags/Performance/default.aspx" /><category term="SharePoint Conference 2009" scheme="http://blogs.msdn.com/infopath/archive/tags/SharePoint+Conference+2009/default.aspx" /></entry><entry><title>InfoPath 2010 is unveiled at the SharePoint Conference</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/10/20/infopath-at-the-sharepoint-2010-conference.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/10/20/infopath-at-the-sharepoint-2010-conference.aspx</id><published>2009-10-20T22:51:00Z</published><updated>2009-10-20T22:51:00Z</updated><content type="html">&lt;P&gt;As many of you may know, the SharePoint Conference 2009 is taking place this week in Las Vegas, Nevada and it's been a particularly exciting week for the InfoPath product team. Over the past 3 years of product development, we have made huge investments in integrating with the SharePoint platform. Finally, this week, we got the opportunity to unveil the fruits of these investments to the world, and so far, the reception has been tremendously positive! (Check out what people are saying about InfoPath 2010 on &lt;A title=Twitter href="http://twitter.com/#search?q=%23spc09%20infopath" target=_blank mce_href="http://twitter.com/#search?q=%23spc09%20infopath"&gt;Twitter&lt;/A&gt;.)&lt;/P&gt;
&lt;P&gt;&lt;U&gt;SPC is taking place at the Mandalay Bay Hotel&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 347px" title="SPC 2009 - Mandalay Bay Hotel" alt="SPC 2009 - Mandalay Bay Hotel" src="http://blogs.msdn.com/photos/infopath/images/9910869/original.aspx" width=450 height=347 mce_src="http://blogs.msdn.com/photos/infopath/images/9910869/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;InfoPath Booth&lt;/U&gt;: &lt;/P&gt;
&lt;P&gt;(from left: Umut Alev - development lead, Peter Allenspach - group program manager, Rick Severson - test lead):&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 337px" title="SharePoint Conference - InfoPath Team Members" alt="SharePoint Conference - InfoPath Team Members" src="http://blogs.msdn.com/photos/infopath/images/9910843/original.aspx" width=450 height=337 mce_src="http://blogs.msdn.com/photos/infopath/images/9910843/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;InfoPath 2010 is well represented at this year's conference with a total of 5 sessions. The 1st session took place on Monday and was presented by Peter Allenspach and Bojana Duke from the InfoPath program management team.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;The InfoPath session drew big crowds&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 337px" title="SPC 2009 - InfoPath Session Audience" alt="SPC 2009 - InfoPath Session Audience" align=baseline src="http://blogs.msdn.com/photos/infopath/images/9910810/original.aspx" width=450 height=337 mce_src="http://blogs.msdn.com/photos/infopath/images/9910810/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;The session opened with an introduction to InfoPath 2010, followed by 3 feature demos which illustrated just how easy InfoPath 2010 makes it for Information Workers to create their own solutions without reliance on IT departments. Some highlights below - &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;InfoPath 2010 Overview:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 337px" title="InfoPath 2010 Overview" alt="InfoPath 2010 Overview" src="http://blogs.msdn.com/photos/infopath/images/9910804/original.aspx" width=450 height=337 mce_src="http://blogs.msdn.com/photos/infopath/images/9910804/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Demo 1: Customizing a SharePoint list form&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this demo, Peter and Bojana walked through a real Microsoft internal College Recruiting scenario. Employees use SharePoint lists to sign up for recruiting trips. Bojana wowed the audience by taking the Recruitment Trip list form and customizing it in InfoPath in under a minute! &lt;/P&gt;
&lt;P&gt;Peter and Bojana then went on to show how this form could be further enhanced and customized. Our new out of the box rules were used to add data validation and to conditionally show or hide sections in the form. A data connection to the Colleges list was added to pull details about the colleges into the recruiting trip sign-up&amp;nbsp;form. The form layout was customized using our new pre-built layout tables and themes. They then showed how in a single click, the form could be published to SharePoint. Not only that, but they then showed how the list, including the customized form could be taken offline in SharePoint Workspace.&lt;/P&gt;
&lt;P&gt;Last but not least, they opened the form in Firefox showing that you can use your browser of choice to fill out your forms.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Before Form&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 325px" title="SharePoint List - Default Form" alt="SharePoint List - Default Form" src="http://blogs.msdn.com/photos/infopath/images/9910244/original.aspx" width=450 height=325 mce_src="http://blogs.msdn.com/photos/infopath/images/9910244/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;After Form&lt;/U&gt;:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 342px" title="SharePoint List - Customized InfoPath Form" alt="SharePoint List - Customized InfoPath Form" src="http://blogs.msdn.com/photos/infopath/images/9910245/original.aspx" width=450 height=342 mce_src="http://blogs.msdn.com/photos/infopath/images/9910245/original.aspx"&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;U&gt;Offline Form in SharePoint Workspace&lt;/U&gt;:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 284px" title="SharePoint WorkSpace - Offline Form" alt="SharePoint WorkSpace - Offline Form" src="http://blogs.msdn.com/photos/infopath/images/9910865/original.aspx" width=450 height=284 mce_src="http://blogs.msdn.com/photos/infopath/images/9910865/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Demo 2: Creating Mashups using the InfoPath Form Web Part&lt;BR&gt;&lt;/STRONG&gt;The 2nd demo took the Recruiting scenario to the next level. In this demo, Bojana created a simple portal page with 2 Web Parts, the Recruiting trip list and the new InfoPath Form Web Part. In only a few clicks, she connected the 2 Web Parts. Now when she selected an item in the recruitment list, the details for that trip were displayed in an InfoPath form. &lt;/P&gt;
&lt;P&gt;&lt;U&gt;Portal Page&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 272px" title="InfoPath Form Web Part" alt="InfoPath Form Web Part" src="http://blogs.msdn.com/photos/infopath/images/9910803/original.aspx" width=450 height=272 mce_src="http://blogs.msdn.com/photos/infopath/images/9910803/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;They concluded the 2nd demo by showing that both SharePoint solutions and InfoPath forms are truly portable and reusable. The site was saved as a template (WSP) and a new site was created from this template. The SharePoint list, portal page and InfoPath form were fully functional on this new site.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Demo 3: Office Business Applications: Procurement scenario&lt;/STRONG&gt;&lt;BR&gt;In this final demo,&amp;nbsp; Peter and Bojana showed the audience how InfoPath helps IT departments develop full Office Business Applications on the SharePoint platform. They used a procurement scenario to demo these capabilities. In this scenario, an employee submits a request to purchase a new laptop computer. The solution used an InfoPath form that connects to a vendor database, that brings in details about the goods you can purchase. &lt;/P&gt;
&lt;P&gt;&lt;U&gt;Procurement Form&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 382px" title="Procurement Form" alt="Procurement Form" src="http://blogs.msdn.com/photos/infopath/images/9910856/original.aspx" width=450 height=382 mce_src="http://blogs.msdn.com/photos/infopath/images/9910856/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;This type of application can be built in SharePoint Designer, using web part pages to create the user experience. The data can be stored in form libraries, SharePoint lists, and external systems using Business Connectivity Services. If InfoPath rules don’t do the job of defining the desired form behavior sandboxed or full trust code can be added to the forms. SharePoint workflows can be used to send e-mail notifications and track status. And once you’re all done, you can package your application so it can be tested and eventually deployed to the production servers.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Procurement Portal Page&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 337px" title="Procurement Portal Page" alt="Procurement Portal Page" src="http://blogs.msdn.com/photos/infopath/images/9910857/original.aspx" width=450 height=337 mce_src="http://blogs.msdn.com/photos/infopath/images/9910857/original.aspx"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This first session set the stage for the remaining InfoPath sessions of the week:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Building Applications with InfoPath and SharePoint Designer&amp;nbsp;&lt;EM&gt;(this session took place on Tuesday - more details to follow)&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Performance Best Practices for Forms Applications&lt;/LI&gt;
&lt;LI&gt;InfoPath 2010: Form Design Best Practices&lt;/LI&gt;
&lt;LI&gt;Form-Driven Mashups using InfoPath and Forms Services 2010&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Stay tuned for more updates from Las Vegas!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9910238" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="SharePoint" scheme="http://blogs.msdn.com/infopath/archive/tags/SharePoint/default.aspx" /><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Whats New" scheme="http://blogs.msdn.com/infopath/archive/tags/Whats+New/default.aspx" /></entry><entry><title>InfoPath 2010 Overview Video</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/08/25/infopath-2010-overview-video.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/08/25/infopath-2010-overview-video.aspx</id><published>2009-08-25T18:55:00Z</published><updated>2009-08-25T18:55:00Z</updated><content type="html">&lt;P&gt;Check out the InfoPath 2010 overview video created by the InfoPath Product Marketing team&amp;nbsp;on &lt;A href="http://www.microsoft.com/officebusiness/office2010/" mce_href="http://www.microsoft.com/officebusiness/office2010/"&gt;http://www.microsoft.com/officebusiness/office2010/&lt;/A&gt;. Click on the Videos tab and then click the InfoPath link.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9883808" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Video" scheme="http://blogs.msdn.com/infopath/archive/tags/Video/default.aspx" /><category term="Overview" scheme="http://blogs.msdn.com/infopath/archive/tags/Overview/default.aspx" /></entry><entry><title>New Demo Video Posted: Creating Forms in InfoPath 2010</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/08/19/new-demo-video-posted-creating-forms-in-infopath-2010.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/08/19/new-demo-video-posted-creating-forms-in-infopath-2010.aspx</id><published>2009-08-19T23:56:00Z</published><updated>2009-08-19T23:56:00Z</updated><content type="html">&lt;P&gt;The first&amp;nbsp;in a series of feature demo videos&amp;nbsp;created by the InfoPath Product team is available for your viewing pleasure on Youtube.&lt;/P&gt;
&lt;P&gt;In this video, Bojana Duke, a Program Manager on the InfoPath team, covers the basics of creating forms in InfoPath 2010 using some of our great new features including Page and Section Layouts, Quick Rules, Rules Manager and the Picture Button control.&lt;/P&gt;
&lt;P&gt;To learn more, check out the video on &lt;A href="http://www.youtube.com/watch?v=VKJ3A12RfE8" mce_href="http://www.youtube.com/watch?v=VKJ3A12RfE8"&gt;http://www.youtube.com/watch?v=VKJ3A12RfE8&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9875962" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Layout" scheme="http://blogs.msdn.com/infopath/archive/tags/Layout/default.aspx" /><category term="Technical Preview" scheme="http://blogs.msdn.com/infopath/archive/tags/Technical+Preview/default.aspx" /><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Beta" scheme="http://blogs.msdn.com/infopath/archive/tags/Beta/default.aspx" /><category term="Picture button" scheme="http://blogs.msdn.com/infopath/archive/tags/Picture+button/default.aspx" /><category term="Designer" scheme="http://blogs.msdn.com/infopath/archive/tags/Designer/default.aspx" /></entry><entry><title>Office 2010 Technical Beta recruiting update and contest rules</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/08/04/office-2010-technical-beta-recruiting-update-and-contest-rules.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/08/04/office-2010-technical-beta-recruiting-update-and-contest-rules.aspx</id><published>2009-08-05T04:54:00Z</published><updated>2009-08-05T04:54:00Z</updated><content type="html">&lt;P&gt;Hey folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Since we posted the information about the Office 2010 technical beta a couple of weeks ago, and our "Win an XBox" contest,&amp;nbsp;we've had quite a few folks sign up for the program.&amp;nbsp; &lt;STRONG&gt;Welcome to all the new folks in the technical beta!&lt;/STRONG&gt;&amp;nbsp; There are still slots available for folks interested in InfoPath, and we'll continue to take nominations until we're full.&lt;/P&gt;
&lt;P&gt;Please note that the &lt;STRONG&gt;Technical Beta&lt;/STRONG&gt; is different from the &lt;STRONG&gt;Technical Preview&lt;/STRONG&gt; program.&amp;nbsp;&amp;nbsp;Individuals and companies&amp;nbsp;who are accepted into the Technical Beta sign a non-disclosure agreement and get access to both Office 2010 and SharePoint 2010.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;InfoPath 2010 Technical Beta Solution Contest&lt;/STRONG&gt; is open only to members of the &lt;STRONG&gt;Technical Beta.&lt;/STRONG&gt; In order for you to come into the program by being&amp;nbsp;sponsored by the InfoPath team, you must indicate on your nomination form that you are primarily interested in InfoPath.&amp;nbsp; Also, you must include a valid e-mail address so that we can contact you to invite you into the program.&lt;/P&gt;
&lt;P&gt;Here are the official eligibility rules for the contest:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;******************************&lt;/P&gt;
&lt;P style="TEXT-INDENT: 0in; MARGIN: 0in 0in 0pt; mso-list: none; tab-stops: .5in" class=Auto1&gt;&lt;FONT size=3&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;CONTEST DESCRIPTION:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;A name=two&gt;&lt;/A&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-bookmark: two"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;This is a skill-based Contest.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The object of this Contest is to create a video demo of an application built by the entrant using Microsoft InfoPath 2010 and Microsoft SharePoint Server 2010.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;For purposes of this Contest, each video demo you create and submit in the Contest will be called an “entry.”&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;All eligible entries received will be judged using the criteria described below to determine the winners of the prizes described below. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-bookmark: two"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #00b050; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-bookmark: two"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;FONT size=3&gt;WHAT ARE THE START AND END DATES?&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="mso-bookmark: two"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="mso-bookmark: two"&gt;&lt;/SPAN&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-weight: bold; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;FONT size=3&gt;This Contest starts at 12:01 a.m. Pacific Time (PT) on 8/1/2009, and ends at 11:59 p.m. PT on 10/15/2009 (“Entry Period”).&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-weight: bold; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;FONT size=3&gt;CAN I ENTER?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;You are eligible to enter this Contest if you meet the following requirements at time of entry:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo2; mso-add-space: auto" class=MsoListParagraphCxSpFirst&gt;&lt;SPAN style="LAYOUT-GRID-MODE: line; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="LAYOUT-GRID-MODE: line; FONT-SIZE: 12pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;You are &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="LAYOUT-GRID-MODE: line; FONT-SIZE: 12pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;actively enrolled in the Office 2010 Technical Beta&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;program with a valid program ID and are a legal resident of the 50 United States and District of Columbia, or Canada; &lt;B style="mso-bidi-font-weight: normal"&gt;and&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="LINE-HEIGHT: normal; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 1in; mso-list: l0 level2 lfo2" class=MsoListParagraph&gt;&lt;SPAN style="LAYOUT-GRID-MODE: line; FONT-FAMILY: 'Courier New'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Courier New'"&gt;&lt;SPAN style="mso-list: Ignore"&gt;o&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LAYOUT-GRID-MODE: line; FONT-SIZE: 12pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;&lt;FONT face=Calibri&gt;If you are 18 of age or older, but are considered a minor in your place of residence, you should ask your parent’s or legal guardian’s permission prior to submitting an entry into this Contest; &lt;B style="mso-bidi-font-weight: normal"&gt;and&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in" type=disc&gt;
&lt;LI style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo2" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;You are NOT &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-weight: bold; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;an&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-weight: bold; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;employee &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;of Microsoft Corporation or an employee of a Microsoft subsidiary; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;and&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo2" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;You are&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt; &lt;B style="mso-bidi-font-weight: normal"&gt;NOT&lt;/B&gt; involved in any part of the administration and execution of this Contest; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial"&gt;and&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; TEXT-INDENT: -0.25in; MARGIN: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo2" class=MsoListParagraph&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; FONT-SIZE: 12pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;You are NOT &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-SIZE: 12pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri"&gt;an immediate family (parent, sibling, spouse, child) or household member of a Microsoft employee, an employee of a Microsoft subsidiary, or a person involved in any part of the administration and execution of this Contest.&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;This Contest is void outside the geographic area described above and wherever else prohibited by law. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;******************************&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;The full rules of the competition, including instructions on how to submit your video demo, are posted on the official forums that are accessible to members of the Technical Beta.&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;The link to nominate yourself for the program is here:&amp;nbsp; &lt;A href="http://connect.microsoft.com/InvitationUse.aspx?ProgramID=3343&amp;amp;SiteID=160&amp;amp;InvitationID=Beta-PRJM-HVCM"&gt;http://connect.microsoft.com/InvitationUse.aspx?ProgramID=3343&amp;amp;SiteID=160&amp;amp;InvitationID=Beta-PRJM-HVCM&lt;/A&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;I'm really looking forward to seeing&amp;nbsp;the great solutions you come up with using the great new features in InfoPath 2010&amp;nbsp;and SharePoint 2010.&amp;nbsp; Thanks for your continued support!&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;-Nick Dallett&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=FlushLeft&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-size: 12.0pt; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;Lead Program Manager, Microsoft InfoPath&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9857596" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Community" scheme="http://blogs.msdn.com/infopath/archive/tags/Community/default.aspx" /><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Beta" scheme="http://blogs.msdn.com/infopath/archive/tags/Beta/default.aspx" /><category term="Technical Preview Contest" scheme="http://blogs.msdn.com/infopath/archive/tags/Technical+Preview+Contest/default.aspx" /></entry><entry><title>InfoPath 2010 feature videos</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/07/17/check-out-infopath-2010-feature-videos-on-youtube.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/07/17/check-out-infopath-2010-feature-videos-on-youtube.aspx</id><published>2009-07-17T18:15:00Z</published><updated>2009-07-17T18:15:00Z</updated><content type="html">&lt;P&gt;Check out some of the new InfoPath 2010 features in action in the following&amp;nbsp;videos on youtube:&lt;/P&gt;
&lt;P&gt;&lt;A title="InfoPath 2010 Richer Browser Forms" href="http://www.youtube.com/user/jenkensok#play/uploads/3/0jqCJvySs_4" target=_blank mce_href="http://www.youtube.com/user/jenkensok#play/uploads/3/0jqCJvySs_4"&gt;InfoPath 2010 Richer Browser Forms&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="InfoPath 2010 Picture Button" href="http://www.youtube.com/user/jenkensok#play/uploads/4/yB-urBxbIv4" target=_blank mce_href="http://www.youtube.com/user/jenkensok#play/uploads/4/yB-urBxbIv4"&gt;InfoPath 2010 Picture Button&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="InfoPath 2010 Oneclick Publishing" href="http://www.youtube.com/user/jenkensok#play/uploads/5/llRFFs_iHJ4" target=_blank mce_href="http://www.youtube.com/user/jenkensok#play/uploads/5/llRFFs_iHJ4"&gt;InfoPath 2010 Oneclick Publishing&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9837532" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Browser Forms" scheme="http://blogs.msdn.com/infopath/archive/tags/Browser+Forms/default.aspx" /><category term="Technical Preview" scheme="http://blogs.msdn.com/infopath/archive/tags/Technical+Preview/default.aspx" /><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Video" scheme="http://blogs.msdn.com/infopath/archive/tags/Video/default.aspx" /><category term="Picture button" scheme="http://blogs.msdn.com/infopath/archive/tags/Picture+button/default.aspx" /><category term="Publish" scheme="http://blogs.msdn.com/infopath/archive/tags/Publish/default.aspx" /></entry><entry><title>What's New in InfoPath 2010?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/07/15/what-s-new-in-infopath-2010.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/07/15/what-s-new-in-infopath-2010.aspx</id><published>2009-07-16T04:20:00Z</published><updated>2009-07-16T04:20:00Z</updated><content type="html">&lt;P&gt;Here's a quick overview of some of&amp;nbsp;the great new features in InfoPath 2010. Stay tuned for upcoming posts with more details!&lt;/P&gt;
&lt;P&gt;Microsoft InfoPath 2010 makes it easier than ever to design electronic forms. InfoPath now includes the Office Fluent UI and allows the creation of powerful, interactive forms, without having to write any code. With a few clicks, Office users can customize SharePoint list forms, add custom layouts and rules to validate the data, and take them offline in SharePoint Workspace. &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;IT professionals can create custom forms for document workflows and Office Business Applications that include managed code, digital signatures and that connect to line of business data.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;In InfoPath 2010, we’ve made some big investments to make it much easier to build rich forms-based applications on top of the SharePoint Server 2010 platform.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Quickly Design Forms with Easy-to-Use Tools&lt;/STRONG&gt;&lt;BR&gt;New features to help you quickly and easily create forms include our new Fluent UI, pre-built layout sections, out-of-the-box rules, improved rules management, and varied styles.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The New tab in the Designer Backstage presents you with the available form templates that you can choose from. Most templates start you off with a default layout table. &lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 419px" title="InfoPath 2010 Designer New Tab" alt="InfoPath 2010 Designer New Tab" align=baseline src="http://blogs.msdn.com/photos/infopath/images/9834931/original.aspx" width=450 height=419 mce_src="http://blogs.msdn.com/photos/infopath/images/9834931/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;U&gt;Stay tuned for more details on our new and improved form design features!&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Layout your Forms Using Pre-built Page and Section Layouts&lt;/STRONG&gt;&lt;BR&gt;Laying out your form and making it look more attractive is now easier than ever. Insert one of our pre-built page layouts to give your form structure. Then, insert some section layouts into the page layout to start building your form.&lt;/P&gt;
&lt;P&gt;Page and Section Layouts in InfoPath Designer:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 202px" title="InfoPath 2010 Designer Layouts" alt="InfoPath 2010 Designer Layouts" align=baseline src="http://blogs.msdn.com/photos/infopath/images/9834957/original.aspx" width=450 height=202 mce_src="http://blogs.msdn.com/photos/infopath/images/9834957/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;New and Improved Controls&lt;/STRONG&gt;&lt;BR&gt;We’ve added some new controls and narrowed the feature gap between client and browser forms, ensuring a more consistent form filling experience for all our users. &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;New controls in InfoPath 2010 include:&lt;BR&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Picture buttons – Instead of the default gray button, use any image as a button in your form.&lt;/LI&gt;
&lt;LI&gt;Hyperlink capabilities –Allow users to insert their own hyperlinks when filling out forms.&lt;/LI&gt;
&lt;LI&gt;Date and time picker – Allow users to insert dates and times in their forms&lt;/LI&gt;
&lt;LI&gt;Person/Group pickers – Updated! This is now a first class control and is included by default in the Controls gallery.&lt;/LI&gt;
&lt;LI&gt;Signature Line (Editor Only) – Allow users to digitally sign a&amp;nbsp; form&lt;BR&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Controls and functionality that are now supported in browser forms include:&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Bulleted, numbered, and plain lists, multiple selection list boxes, Combo boxes, Choice group and sections, and Filtering functionality.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Add Rules to your Forms&lt;/STRONG&gt;&lt;BR&gt;With our new out-of-the-box rules (or quick rules) and improved rules management UI, you can easily add rules to validate data, format your form, or perform other actions with just a couple of clicks, and without any code. &lt;/P&gt;
&lt;P&gt;Quick Rules in InfoPath Designer:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 507px" title="InfoPath 2010 Designer Quick Rules" alt="InfoPath 2010 Designer Quick Rules" src="http://blogs.msdn.com/photos/infopath/images/9834962/original.aspx" width=450 height=507 mce_src="http://blogs.msdn.com/photos/infopath/images/9834962/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Publish Forms Quickly&lt;/STRONG&gt;&lt;BR&gt;Our new “quick” publish functionality allows you to publish forms in a single click (no more clicking through the Publishing Wizard every time you want to make an update to your forms!)&lt;BR&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Create Forms for SharePoint Lists&lt;/STRONG&gt;&lt;BR&gt;Using InfoPath, you can now extend and enhance the forms used for creating, editing and viewing items in a SharePoint list. In a browser, simply navigate to a SharePoint list, and on the SharePoint Ribbon under List Tools, choose the Customize Form option. This will automatically generate a form which looks very similar to the default out-of-the-box SharePoint list form.&lt;/P&gt;
&lt;P&gt;You can then customize and enhance this form by modifying the layout, creating additional views or pages, and adding rules to validate your data, show or hide sections of the form or set a fields value (to name just a few of the options).&lt;/P&gt;
&lt;P&gt;Example of Customized SharePoint List Form:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG style="WIDTH: 450px; HEIGHT: 510px" title="Customized SharePoint List Form" alt="Customized SharePoint List Form" align=baseline src="http://blogs.msdn.com/photos/infopath/images/9834948/original.aspx" width=450 height=510 mce_src="http://blogs.msdn.com/photos/infopath/images/9834948/original.aspx"&gt;&lt;BR&gt;&lt;EM&gt;&lt;U&gt;Stay tuned for more details on SharePoint List Customization!&lt;/U&gt;&lt;/EM&gt; &lt;/P&gt;
&lt;P&gt;We recommend using a form associated with a SharePoint list when possible. This provides the most straightforward design and form management experience. However, there are more complex scenarios where using a form associated with a form library is preferred e.g. if your form has a complex schema or if you need to add code to your form.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Create SharePoint Applications&lt;BR&gt;&lt;/STRONG&gt;With InfoPath 2010, SharePoint Server 2010, and SharePoint Designer 2010, you can easily create powerful team, departmental or enterprise applications on top of SharePoint Server. &lt;BR&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Form-based applications: InfoPath forms can be integrated with components such as workflow, reporting, and custom Web pages to create rich form-based applications.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Document Workflows: InfoPath can be used to design custom workflow initiation and task forms that drive document management processes.&lt;/LI&gt;
&lt;LI&gt;Business Connectivity Services: Integrating with BCS, it is straightforward to design InfoPath forms that create, read, update, and delete business data from a back-end system.&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;Stay tuned for more details on creating SharePoint applications!&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Create Mashups using the InfoPath Form Web Part&lt;/STRONG&gt;&lt;BR&gt;Now, without writing a single line of code, you can host your InfoPath browser forms in Web pages by simply adding the InfoPath Form Web Part to a Web Part page. You can also connect it to other Web Parts on the page to send or receive data.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;Stay tuned for more details on the InfoPath Form Web Part!&lt;/EM&gt;&lt;/U&gt;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Build Forms with Code&lt;BR&gt;&lt;/STRONG&gt;Using Visual Studio Tools for Applications, you can add managed code to your forms.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;U&gt;Stay tuned for more details on programming with InfoPath!&lt;/U&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;InfoPath Editor&lt;/STRONG&gt;&lt;BR&gt;The InfoPath 2010 Editor Fluent user interface provides a much improved, simpler user experience for filling out forms. &lt;/P&gt;
&lt;P&gt;Form opened in InfoPath 2010 Editor:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 450px; HEIGHT: 343px" title="InfoPath 2010 Filler" alt="InfoPath 2010 Filler" align=baseline src="http://blogs.msdn.com/photos/infopath/images/9834955/original.aspx" width=450 height=343 mce_src="http://blogs.msdn.com/photos/infopath/images/9834955/original.aspx"&gt;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;SharePoint Workspace&lt;/STRONG&gt;&lt;BR&gt;InfoPath 2010 is the forms technology used by SharePoint Workspace 2010 for creating and filling out forms. &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;InfoPath Forms Services Administration and Management&lt;/STRONG&gt;&lt;BR&gt;We have invested in many improvements to make it easier to manage your InfoPath Forms Services as a component of Microsoft SharePoint Server 2010.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We hope you enjoy using InfoPath 2010 and look forward to getting your feedback!&lt;/P&gt;
&lt;P&gt;The InfoPath Team&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9834911" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Technical Preview" scheme="http://blogs.msdn.com/infopath/archive/tags/Technical+Preview/default.aspx" /><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Whats New" scheme="http://blogs.msdn.com/infopath/archive/tags/Whats+New/default.aspx" /></entry><entry><title>Install the Office 2010 Technical Preview and win an Xbox 360 Elite!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/07/13/install-the-office-2010-technical-preview-and-win-an-xbox-360-elite.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/07/13/install-the-office-2010-technical-preview-and-win-an-xbox-360-elite.aspx</id><published>2009-07-13T22:22:00Z</published><updated>2009-07-13T22:22:00Z</updated><content type="html">&lt;P&gt;We on the InfoPath team are delighted to announce the release of Microsoft InfoPath 2010 (Technical Preview). We’re really excited to share all of our great new features with you!&lt;/P&gt;
&lt;P&gt;(Click the thumbnails for higher-resolution images.)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/photos/infopath/images/9832157/original.aspx" mce_href="http://blogs.msdn.com/photos/infopath/images/9832157/original.aspx"&gt;&lt;IMG style="WIDTH: 442px; HEIGHT: 494px" title="InfoPath 2010" alt="InfoPath 2010" src="http://blogs.msdn.com/photos/infopath/images/9832155/original.aspx" width=442 height=494 mce_src="http://blogs.msdn.com/photos/infopath/images/9832155/original.aspx"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/photos/infopath/images/9832099/original.aspx" mce_href="http://blogs.msdn.com/photos/infopath/images/9832099/original.aspx"&gt;&lt;IMG style="WIDTH: 425px; HEIGHT: 370px" title="InfoPath Desiger 2010" alt="InfoPath Desiger 2010" src="http://blogs.msdn.com/photos/infopath/images/9832107/425x370.aspx" width=425 height=370 mce_src="http://blogs.msdn.com/photos/infopath/images/9832107/425x370.aspx"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Highlights&lt;/STRONG&gt;&lt;/P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;Use InfoPath to customize SharePoint list forms&lt;/LI&gt;
&lt;LI&gt;Design forms more quickly and easily with page and section layouts, themes, and Fluent user interface.&lt;/LI&gt;
&lt;LI&gt;Add smarts to your forms with pre-built rules&lt;/LI&gt;
&lt;LI&gt;Publish your forms with one-click&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Where do I sign up?&lt;/STRONG&gt;&lt;BR&gt;The Office 2010 Technical Preview is a limited-availability release.&amp;nbsp; To sign up to be considered for the Office 2010 Technical Preview program:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Log on to Microsoft Connect with your Windows Live ID, using the following link:&amp;nbsp;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;&lt;A href="http://connect.microsoft.com/InvitationUse.aspx?ProgramID=3343&amp;amp;SiteID=160&amp;amp;InvitationID=Beta-PRJM-HVCM"&gt;http://connect.microsoft.com/InvitationUse.aspx?ProgramID=3343&amp;amp;SiteID=160&amp;amp;InvitationID=Beta-PRJM-HVCM&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Complete the registration form for Microsoft Connect&lt;/LI&gt;
&lt;LI&gt;Read and complete the Technical Beta Nomination Form&lt;/LI&gt;
&lt;LI&gt;When the forms asks “Which Microsoft Office Application are you most interested in testing?”, choose InfoPath.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;How do I win the Xbox?&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Build a real-world end to end application using InfoPath 2010 and Microsoft SharePoint Server 2010.&lt;/LI&gt;
&lt;LI&gt;Download the Community Clips Recorder from &lt;A href="http://communityclips.officelabs.com/"&gt;http://communityclips.officelabs.com/&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Record a walkthrough of your solution, showing us how you used InfoPath forms and other Office technologies (5 minutes maximum)&lt;/LI&gt;
&lt;LI&gt;Submit the finished video to us&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Contest is limited to eligible members of the InfoPath 2010 Technical&amp;nbsp;Preview program referenced above, and additional limitations may apply.&amp;nbsp; All submissions will be reviewed by the InfoPath team, and prizes will be awarded in several categories, including best overall solution, best video, and best bug.&amp;nbsp; Contest details will be posted on the technical preview site&amp;nbsp;at &lt;A href="http://connect.microsoft.com/"&gt;http://connect.microsoft.com&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;We will post more details on our new features in the coming weeks. Stay tuned!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9832180" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Technical Preview" scheme="http://blogs.msdn.com/infopath/archive/tags/Technical+Preview/default.aspx" /><category term="InfoPath 2010" scheme="http://blogs.msdn.com/infopath/archive/tags/InfoPath+2010/default.aspx" /><category term="Beta" scheme="http://blogs.msdn.com/infopath/archive/tags/Beta/default.aspx" /></entry><entry><title>New book on SharePoint content types</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2009/02/02/new-book-on-sharepoint-content-types.aspx" /><id>http://blogs.msdn.com/infopath/archive/2009/02/02/new-book-on-sharepoint-content-types.aspx</id><published>2009-02-03T02:08:00Z</published><updated>2009-02-03T02:08:00Z</updated><content type="html">&lt;P&gt;Have you ever wanted to do more with content types in SharePoint, but weren't quite sure how?&amp;nbsp; There's a new book by David Gerhardt and Kevin Martin&amp;nbsp;which goes deep on the subject, including a chapter on creating Document Information Panels using InfoPath.&lt;/P&gt;
&lt;P&gt;Check it out!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.amazon.com/Building-Content-Type-Solutions-SharePoint/dp/1584506695/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1221580433&amp;amp;sr=8-1" mce_href="http://www.amazon.com/Building-Content-Type-Solutions-SharePoint/dp/1584506695/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1221580433&amp;amp;sr=8-1"&gt;http://www.amazon.com/Building-Content-Type-Solutions-SharePoint/dp/1584506695/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1221580433&amp;amp;sr=8-1&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9391922" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="document information panel" scheme="http://blogs.msdn.com/infopath/archive/tags/document+information+panel/default.aspx" /></entry><entry><title>Estimate performance and capacity requirements for InfoPath Forms Services environments</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2008/10/03/estimate-performance-and-capacity-requirements-for-infopath-forms-services-environments.aspx" /><id>http://blogs.msdn.com/infopath/archive/2008/10/03/estimate-performance-and-capacity-requirements-for-infopath-forms-services-environments.aspx</id><published>2008-10-04T04:22:00Z</published><updated>2008-10-04T04:22:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;A new document went live today on Technet around capacity planning for IPFS.&amp;nbsp; Have a look and let us know what you think:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc879113.aspx"&gt;&lt;FONT face=Calibri color=#0000ff size=3&gt;http://technet.microsoft.com/en-us/library/cc879113.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8976067" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author></entry><entry><title>Do you have what it takes to define the future of InfoPath?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2008/09/03/do-you-have-what-it-takes-to-define-the-future-of-infopath.aspx" /><id>http://blogs.msdn.com/infopath/archive/2008/09/03/do-you-have-what-it-takes-to-define-the-future-of-infopath.aspx</id><published>2008-09-03T19:43:00Z</published><updated>2008-09-03T19:43:00Z</updated><content type="html">&lt;P&gt;&lt;STRONG&gt;Program Manager Wanted&lt;/STRONG&gt;&lt;BR&gt;The InfoPath clan is looking for a new member who’s skilled in the dark arts of user experience design. We are looking for someone who can help vanquish the evil of complex interfaces that tax a helpless populace. We are searching far and wide for a PM who can wield UI heavy feature areas and who can fiercely impart their passion for user experience excellence upon our kin. For those who dare to cross us, know that we are a young and boisterous clan, we move quickly to keep our territory growing and our ranks fun.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;The great and triumphant history of the InfoPath clan&lt;/STRONG&gt;&lt;BR&gt;Once upon a time those of us seeking the path to information settled upon the land of electronic forms. It was the year MMIII, a time immediately following the failed invasion of the great bubble. Ours was a chaotic and grim landscape dominated by old and decrepit offerings. In response, our people focused on creating a new generation of e-form, one that was fully ‘e’ from its inception, one without a history tied to the ancient convoluted ways of papyrus. Our people created an e-form that fully embraced the interoperability of the ‘e’ world, being compliant with the scriptures of XML and sending/receiving information using the silky services that permeate the great Web of truth. We called ourselves “InfoPath”, forever symbolizing our mission as the righteous seeking the path to information. Today our craftsmen are forging the next incarnation of e-forms. Working under the protection of the great rulers of the Office Kingdom, we fashion the Microsoft Office InfoPath product which provides both an e-form designer and an e-form filler. Moreover, our clan provides components that are used throughout the isle of Office, finding their way into offerings including Word, Excel, PowerPoint, Outlook, Groove, and SharePoint Designer. Those who would evade the clients of the Office Kingdom, utilize our Web-based technology to fill out InfoPath forms on Web sites hosted within the famed and cavernous Microsoft Office SharePoint Server. With the upcoming renaissance number XIV of the Office Kingdom a great many changes have been set afoot to satisfy humans and giants alike.&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;The Oracles&lt;/STRONG&gt;&lt;BR&gt;Our oracles tell us that in future times our craftsman will continue lowering the bar to entry for e-form design. We will move away from InfoPath’s early days as a tool wieldable only by developers and the strongest of Office users. We will target a broad base of Office citizenry including those who like the creature comforts available in the Babbage-like sheets of Excel and the Morton-like sites of SharePoint. We will integrate more tightly with those in the Office Kingdom, mixing ourselves completely into the bricks that bond to form the citadels of Office client and Office server. We will seek out new life and new civilizations… we will find the mythical creature known only as ‘Silverlight’. Its glow is rumored to be able to improve the visual look and feel of forms. It is said to be able to make them fly… or at least float.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Dost thou have what it takes? &lt;/STRONG&gt;&lt;BR&gt;-- I am skilled in user experience design and have proven experience working in the design field. Please bring or send us a portfolio of your work.&amp;nbsp;&lt;BR&gt;-- I like enterprise software, it’s not all about games and music for me…&lt;BR&gt;-- I have passion to spare, I was born to drive the value of a great user experience across a team.&lt;BR&gt;-- I like working in a team environment, my peers describe me as a “people person”.&lt;BR&gt;-- I have an educational background that would lead me to succeed at Microsoft in the Program Management role such as a BS or MS degree in Computer Science or a related field, or a minimum of 3 years industry experience. &lt;BR&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;(Note&lt;/STRONG&gt;: Despite the flavor of this job posting, no experience in Renaissance Fairs, Dungeons and Dragons, or Old British Reenactments is expected or required. You don’t even need to have enjoyed Harry Potter. Just knock our socks off and you're in!)&lt;BR&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10212&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10" mce_href="http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10212&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10"&gt;http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10212&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8922265" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Jobs Career" scheme="http://blogs.msdn.com/infopath/archive/tags/Jobs+Career/default.aspx" /></entry><entry><title>Are you ready to join the InfoPath dev or test team?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2008/09/03/are-you-ready-to-join-the-infopath-dev-or-test-team.aspx" /><id>http://blogs.msdn.com/infopath/archive/2008/09/03/are-you-ready-to-join-the-infopath-dev-or-test-team.aspx</id><published>2008-09-03T19:30:00Z</published><updated>2008-09-03T19:30:00Z</updated><content type="html">&lt;P&gt;Are you ready to take the next step, and make the move from writing tools that use InfoPath, to writing InfoPath itself?&amp;nbsp; We currently have open positions in Development, and Test.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;To search for&amp;nbsp;positions on the InfoPath team,&amp;nbsp;have a look at these positions on the Microsoft careers site:&amp;nbsp; &lt;A href="http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10212&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10" mce_href="http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10212&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10"&gt;http://members.microsoft.com/careers/search/results.aspx?FromCP=Y&amp;amp;JobCategoryCodeID=&amp;amp;JobLocationCodeID=&amp;amp;JobProductCodeID=10212&amp;amp;JobTitleCodeID=&amp;amp;Divisions=&amp;amp;TargetLevels=&amp;amp;Keywords=&amp;amp;JobCode=&amp;amp;ManagerAlias=&amp;amp;Interval=10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Software Development Engineer&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;InfoPath is an integral part of Microsoft Office and Microsoft Office SharePoint Server (one of the fastest growing businesses at Microsoft). We are a team that is tasked with delivering some incredibly powerful scenarios that will greatly enhance the Microsoft Office SharePoint Server brand. Do you want to be part of a team that will deliver to our customers some incredibly rich forms and views using the latest AJAX/web-service technology? If the answer to these questions is yes and you have the qualifications noted below, we want to talk to you.&lt;BR&gt;&lt;BR&gt;Qualifications:&lt;BR&gt;&lt;BR&gt;You must have a proven track record of shipping software through at least one product cycle while dealing with challenges such as cross-team dependencies and a constantly evolving ecosystem. You must also be able to extend your impact by working with other team members to instill strong design principles.&lt;BR&gt;&lt;BR&gt;You must also have solid fundamental computer science skills and have a passion for cutting-edge software development. Proficiency in C++, C# and JavaScript are required. Experience with AJAX, Dynamic HTML, and web services are big pluses. A Good understanding of basic algorithms and data structures, effective communication and cross-group skills are essential. A BS/MS in Computer Science or Engineering, or equivalent, and 1 to 5 years of software development experience are required.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Software Development Engineer in Test&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Are you passionate about XML and related technologies? Do you want to help millions of users migrate from paper forms to electronic forms? &lt;BR&gt;Started in Office 2003, InfoPath provided the ability to easily design and fill out electronic forms. InfoPath enables information workers to hook up their forms to various XML data providers like databases, SharePoint Team Services, and web services. In our latest version, we expanded our product to integrate with other Office 2007 applications, such as Word, Excel, and Outlook. This is just the start for InfoPath and you can be part of the force to change how people fill out forms in the future!&lt;BR&gt;In the next release of InfoPath, we are committed to improve the user experience. We will add many new feature sets and move to a new rendering framework. We’re looking for a strong SDET who is passionate about shipping highest quality product and has shipping experience in at least 1 complete product cycle. Ideal candidate would be technical, self-motivated, and customer focused. You can work directly with developers and program managers under minimal supervision. You have excellent communication skills and able to work with test counterparts across Office. The job involves owning and testing features end-to-end, providing feedbacks to product design, creating test design spec and test cases, writing automation, analyzing and troubleshooting manual and automated test cases. &lt;BR&gt;The position requires a Bachelors degree in Computer Science or equivalent experience. Familiarity with XML, .NET technologies, C#, C/C++, VBscript/Jscript is a plus.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8922262" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Jobs Career" scheme="http://blogs.msdn.com/infopath/archive/tags/Jobs+Career/default.aspx" /></entry><entry><title>Consuming Excel Data using InfoPath Database Data Connections</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2008/08/22/consuming-excel-data-using-infopath-database-data-connections.aspx" /><id>http://blogs.msdn.com/infopath/archive/2008/08/22/consuming-excel-data-using-infopath-database-data-connections.aspx</id><published>2008-08-22T23:13:00Z</published><updated>2008-08-22T23:13:00Z</updated><content type="html">&lt;P&gt;InfoPath data connections can be one of the most powerful features of the product.&amp;nbsp; However, sometimes the out-of-box support for various data sources just doesn't seem to cut it when you get out into the field.&amp;nbsp; How in the world can I get data from an Excel spreadsheet&amp;nbsp; into my InfoPath form?&amp;nbsp; A typical response might include externally automating Excel via COM or the managed PIA to create InfoPath forms.&amp;nbsp; Or you might try using the Excel 2003 XML spreadsheet file format with the InfoPath XML data connection.&amp;nbsp; While both solutions are feasible, they can be a bit clunky to manage multiple files generated from your spreadsheet…&lt;BR&gt;&amp;nbsp;&lt;BR&gt;Here is your question answered!&amp;nbsp; Access 2007 provides support for linked tables, virtual tables that pull data from a data source external to an Access database.&amp;nbsp; Since InfoPath has a built-in database data connection that can query data directly from an Access database, Access 2007 can effectively act as a router for data sources that aren't directly supported by InfoPath.&amp;nbsp; In this post, we'll step through setting up an InfoPath database data connection that queries data from an Excel spreadsheet.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Prepare your Excel spreadsheet&lt;/STRONG&gt;&lt;BR&gt;Once you've added all the necessary data to your Excel spreadsheet, save the Excel workbook to a shared network location that will be accessible to all users filling out your InfoPath form.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Create the Access database to link the Excel data&lt;/STRONG&gt;&lt;BR&gt;Launch Access 2007 and create a new blank database.&amp;nbsp; When you create a blank database, a default table will be created.&amp;nbsp; Go ahead and delete the table (just closing the query view should remove the table.)&lt;BR&gt;Switch to the "External Data" tab in the Ribbon&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.msdn.com/photos/infopath/images/8888619/original.aspx" mce_src="http://blogs.msdn.com/photos/infopath/images/8888619/original.aspx"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Click the "Excel" icon in the "Import" chunk to launch the "Get External Data - Excel Spreadsheet" wizard.&lt;BR&gt;Browse to the Excel workbook that you saved in the "Prepare your Excel spreadsheet" section, above.&lt;BR&gt;Select "Link to the data source by creating a linked table" and then click "OK".&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.msdn.com/photos/infopath/images/8888624/original.aspx" mce_src="http://blogs.msdn.com/photos/infopath/images/8888624/original.aspx"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Choose the Sheet or Named Range that you want to import, then click "Next &amp;gt;". If the first row of the spreadsheet contains column headers, check the "First Row Contains Column Headings", then click "Next &amp;gt;".&lt;/P&gt;
&lt;P&gt;Type a name for the linked table (I'll call it "Spreadsheet" for this post), then click "Finish".&lt;BR&gt;Click "OK" when Access tells you it's done linking the table.&amp;nbsp; When the dialogs close, you'll see the linked table listed in the "All Tables" task pane&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.msdn.com/photos/infopath/images/8888633/original.aspx" mce_src="http://blogs.msdn.com/photos/infopath/images/8888633/original.aspx"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Save the Access database to the same directory where the Excel file was saved, then close Access.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Design the InfoPath Form Template to Query the Linked Table&lt;/STRONG&gt;&lt;BR&gt;Design an InfoPath Form Template based on a "Database" (you could also add the data connection as a secondary database data connection in an existing form template).&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.msdn.com/photos/infopath/images/8888634/original.aspx" mce_src="http://blogs.msdn.com/photos/infopath/images/8888634/original.aspx"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Once you've clicked "OK", the "Data Connection Wizard" will open.&amp;nbsp; Click "Select Database…" to open the "Select Data Source" file browser dialog.&lt;/P&gt;
&lt;P&gt;Click "New Source…"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: At this point, it's tempting to just browse to the Access database as you normally would.&amp;nbsp; However, the default provider used in that case does not support linked tables, so InfoPath will see no tables in the database.&amp;nbsp; In order to select the appropriate provider, you have to click "New Source…"&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.msdn.com/photos/infopath/images/8888638/original.aspx" mce_src="http://blogs.msdn.com/photos/infopath/images/8888638/original.aspx"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Select "ODBC DSN", then click "Next &amp;gt;".&lt;BR&gt;Select "MS Access database", then click "Next &amp;gt;".&lt;/P&gt;
&lt;P&gt;Browse to the Access database that you created in the "Create the Access database to link the Excel data", above, then click "OK".&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;:&amp;nbsp; This browse dialog can be a bit confusing.&amp;nbsp; If you get mixed up by the unusual browsing experience, you can just type or paste the full path to the database in the "Database Name" field (boxed in green in the screenshot below).&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.msdn.com/photos/infopath/images/8888641/original.aspx" mce_src=" http://blogs.msdn.com/photos/infopath/images/8888641/original.aspx"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select the name of the linked table, then click "Next &amp;gt;"&lt;BR&gt;Finish the data connection wizard as you would for any other database data connection.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;At this point, you're good to go.&amp;nbsp; The data connection to your Excel data will behave the same as a query-only Access database data connection.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://blogs.msdn.com/photos/infopath/images/8888643/425x369.aspx" mce_src="http://blogs.msdn.com/photos/infopath/images/8888643/425x369.aspx"&gt;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;- Forrest Dillaway, InfoPath Test&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8888747" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author></entry><entry><title>New InfoPath articles on Office Online</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2008/07/30/new-infopath-articles-on-office-online.aspx" /><id>http://blogs.msdn.com/infopath/archive/2008/07/30/new-infopath-articles-on-office-online.aspx</id><published>2008-07-31T06:35:00Z</published><updated>2008-07-31T06:35:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;The following new article and video demos are now available on the &lt;A href="http://office.microsoft.com/en-us/infopath/FX100487661033.aspx"&gt;&lt;FONT color=#0000ff&gt;InfoPath Home Page on Microsoft Office Online&lt;/FONT&gt;&lt;/A&gt;:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;A href="http://office.microsoft.com/en-us/infopath/HA102776921033.aspx"&gt;&lt;FONT color=#0000ff&gt;Get started: Create a meeting note system with InfoPath and SharePoint&lt;/FONT&gt;&lt;/A&gt;-shows you how to use a sample form template included with InfoPath and a SharePoint document library to create a meeting note system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;A href="http://office.microsoft.com/en-us/infopath/HA102636741033.aspx"&gt;&lt;FONT color=#0000ff&gt;Demo: Store InfoPath forms in a document library on a SharePoint site&lt;/FONT&gt;&lt;/A&gt;-watch how you can publish a sample form template to a new document library.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;A href="http://office.microsoft.com/en-us/infopath/HA102549121033.aspx"&gt;&lt;FONT color=#0000ff&gt;Demo: Populate a drop-down list box from a SharePoint list&lt;/FONT&gt;&lt;/A&gt;—watch how you can put that SharePoint list into a list box control on an InfoPath form template.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;At the end of each article, you can let me know if you like or hate these articles by answering the question, &lt;B&gt;Was this information helpful?&lt;/B&gt;, and then entering your comments and suggestions in the box. I read your comments every month and either write new or modify existing articles based on your comments. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;Thank you for using InfoPath!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;Arsenio Locsin&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'"&gt;InfoPath Technical Writer&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8792862" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author></entry><entry><title>Designing browser-enabled forms for performance in InfoPath Forms Services (Part 6)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/infopath/archive/2008/06/30/designing-browser-enabled-forms-for-performance-in-infopath-forms-services-part-6.aspx" /><id>http://blogs.msdn.com/infopath/archive/2008/06/30/designing-browser-enabled-forms-for-performance-in-infopath-forms-services-part-6.aspx</id><published>2008-06-30T20:46:00Z</published><updated>2008-06-30T20:46:00Z</updated><content type="html">&lt;P&gt;&lt;STRONG&gt;Part 6 – Addendum: Links to related performance resources&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Welcome to the sixth article in our series about designing InfoPath browser-enabled forms for better performance and scalability. In our previous articles we defined performance in terms of responsiveness, listed a number of conditions that cause postbacks, and looked at some of conditions that make postbacks more expensive, reducing the responsiveness and scalability of a form system. We also described some of the issues that affect form-rendering performance in the browser and suggested using the Design Checker to monitor browser compatibility issues while designing a form template in the InfoPath Designer. Finally, we listed some useful performance monitoring counters available in PerfMon.&lt;/P&gt;
&lt;P&gt;In this addendum, we list a variety of links to additional resources you might want investigate if you are interested learning more about designing forms with InfoPath 2007. In keeping with our theme, the emphasis is on performance, but you will also find other related resources that you can use to broaden your understanding of the online forms environment. Since InfoPath is built on SharePoint technologies, the following resources provide information not only on InfoPath Forms Services and browser-enabled forms, but also SharePoint, ASP.NET, and SQL Server. In addition, we’ve included some general resources on monitoring and testing, and thrown in a few good blogs as well.&lt;/P&gt;
&lt;P&gt;Hope you’ve found this series helpful in demystifying InfoPath browser-enabled forms performance. Be sure to let the InfoPath team know if you have comments or questions about your own forms requirements by adding comments here or on the InfoPath newsgroup listed below!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Brad Valantine&lt;BR&gt;Technical Writer&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;InfoPath&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;Improving the Performance of InfoPath 2007 Forms&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb380251.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/bb380251.aspx"&gt;http://msdn2.microsoft.com/en-us/library/bb380251.aspx&lt;/A&gt; &lt;BR&gt;A whitepaper about performance and the InfoPath rich client. Because of differences between the client and browser-enabled forms, not everything applies to Forms Services and browser forms, but a must read nonetheless.&lt;/P&gt;
&lt;P&gt;InfoPath Forms Services best practices&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc261832(TechNet.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc261832(TechNet.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc261832(TechNet.10).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Microsoft Office Forms Server TechNet TechCenter&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/office/bb267350.aspx" mce_href="http://technet.microsoft.com/en-us/office/bb267350.aspx"&gt;http://technet.microsoft.com/en-us/office/bb267350.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;InfoPath Forms Services roadmap&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc262885.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc262885.aspx"&gt;http://technet.microsoft.com/en-us/library/cc262885.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;InfoPath 2007 features that are unavailable in InfoPath Forms Services &lt;BR&gt;&lt;A href="http://office.microsoft.com/en-us/infopath/HA102105871033.aspx" mce_href="http://office.microsoft.com/en-us/infopath/HA102105871033.aspx"&gt;http://office.microsoft.com/en-us/infopath/HA102105871033.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Forms Server 2007 Home Page &lt;BR&gt;&lt;A href="http://office.microsoft.com/en-us/formsserver/FX100490391033.aspx" mce_href="http://office.microsoft.com/en-us/formsserver/FX100490391033.aspx"&gt;http://office.microsoft.com/en-us/formsserver/FX100490391033.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;InfoPath 2007 Home Page &lt;BR&gt;&lt;A href="http://office.microsoft.com/en-us/infopath/FX100487661033.aspx" mce_href="http://office.microsoft.com/en-us/infopath/FX100487661033.aspx"&gt;http://office.microsoft.com/en-us/infopath/FX100487661033.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Planning and architecture for Office Forms Server 2007&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc303371(TechNet.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc303371(TechNet.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc303371(TechNet.10).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Plan InfoPath Forms Services&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc262498(TechNet.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc262498(TechNet.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc262498(TechNet.10).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Office Developer Center: InfoPath 2007 Resource Center&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/en-us/office/aa905443.aspx" mce_href="http://msdn.microsoft.com/en-us/office/aa905443.aspx"&gt;http://msdn.microsoft.com/en-us/office/aa905443.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;InfoPath Forms Services Architecture&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms772323.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/ms772323.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms772323.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Form Development and Deployment Lifecycle&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms772031.aspx" mce_href="http://msdn.microsoft.com/en-us/library/ms772031.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms772031.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Creating InfoPath Form Templates That Work With Forms Services&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-gb/library/aa945450(VS.80).aspx" mce_href="http://msdn2.microsoft.com/en-gb/library/aa945450(VS.80).aspx"&gt;http://msdn2.microsoft.com/en-gb/library/aa945450(VS.80).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Support: Microsoft Help and Support: Forms Server 2007 Solution Center&lt;BR&gt;&lt;A href="http://support.microsoft.com/ph/11846" mce_href="http://support.microsoft.com/ph/11846"&gt;http://support.microsoft.com/ph/11846&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;SharePoint&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;Plan for performance and capacity (Office SharePoint Server)&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc262971(TechNet.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc262971(TechNet.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc262971(TechNet.10).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Plan for performance and capacity (Windows SharePoint Services)&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc288124(TechNet.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc288124(TechNet.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc288124(TechNet.10).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;White paper: Intel Performance Testing of Windows SharePoint Services (WP)&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc288383(TechNet.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc288383(TechNet.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc288383(TechNet.10).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;How to Optimize a SharePoint Server 2007 Web Content Management Site for Performance&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb727371.aspx" mce_href="http://msdn.microsoft.com/en-us/library/bb727371.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb727371.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;White paper: Planning and Monitoring SQL Server Storage for Windows SharePoint Services: Performance Recommendations and Best Practices&lt;BR&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc287996(TechNet.10).aspx" mce_href="http://technet.microsoft.com/en-us/library/cc287996(TechNet.10).aspx"&gt;http://technet.microsoft.com/en-us/library/cc287996(TechNet.10).aspx&lt;/A&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ASP.NET&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;ASP.NET Performance&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/44e5wy6k.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/44e5wy6k.aspx"&gt;http://msdn2.microsoft.com/en-us/library/44e5wy6k.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;ASP.NET Session State Overview&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms178581.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/ms178581.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms178581.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Developing High-Performance ASP.NET Applications&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/5dws599a.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/5dws599a.aspx"&gt;http://msdn2.microsoft.com/en-us/library/5dws599a.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Monitoring ASP.NET Application Performance&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/3xxk09t8.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/3xxk09t8.aspx"&gt;http://msdn2.microsoft.com/en-us/library/3xxk09t8.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;SQL Server&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;Performance (Database Engine)&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb510669(SQL.100).aspx" mce_href="http://msdn.microsoft.com/en-us/library/bb510669(SQL.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/bb510669(SQL.100).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Monitoring (Database Engine)&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/bb510705(SQL.100).aspx" mce_href="http://msdn.microsoft.com/en-us/library/bb510705(SQL.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/bb510705(SQL.100).aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;Monitoring and Testing&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;Life-Cycle Performance Testing for Eliminating Last-Minute Surprises&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb905531.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/bb905531.aspx"&gt;http://msdn2.microsoft.com/en-us/library/bb905531.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;Server Performance and Scalability Killers&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms951773.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/ms951773.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms951773.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Performance Counters in the .NET Framework&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/w8f5kw2e.aspx" mce_href="http://msdn.microsoft.com/en-us/library/w8f5kw2e.aspx"&gt;http://msdn.microsoft.com/en-us/library/w8f5kw2e.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;Books&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Designing Forms for Microsoft Office InfoPath and Forms Services 2007 (Microsoft .NET Development Series)&lt;BR&gt;By Scott Roberts and Hagen Green&lt;BR&gt;Publisher: Addison-Wesley (c. 2007)&lt;BR&gt;ISBN 0321410599&lt;BR&gt;&lt;A href="http://www.informit.com/store/product.aspx?isbn=0321410599" mce_href="http://www.informit.com/store/product.aspx?isbn=0321410599"&gt;http://www.informit.com/store/product.aspx?isbn=0321410599&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A couple of great online books from the folks in Patterns and Practices:&lt;BR&gt;Improving .NET Application Performance and Scalability&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/ms998530.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/ms998530.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms998530.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Performance Testing Guidance for Web Applications&lt;BR&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb924375.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/bb924375.aspx"&gt;http://msdn2.microsoft.com/en-us/library/bb924375.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Blogs and Newsgroups&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Pashman's InfoPath Goldmine: Tips and Tricks for Tuning Forms Services Performance&lt;BR&gt;&lt;A href="http://blogs.msdn.com/timpash/archive/2007/08/02/tips-and-tricks-for-tuning-forms-services-performance.aspx" mce_href="http://blogs.msdn.com/timpash/archive/2007/08/02/tips-and-tricks-for-tuning-forms-services-performance.aspx"&gt;http://blogs.msdn.com/timpash/archive/2007/08/02/tips-and-tricks-for-tuning-forms-services-performance.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Performance Research, Part 1: What the 80/20 Rule Tells Us about Reducing HTTP Requests&lt;BR&gt;&lt;A href="http://yuiblog.com/blog/2006/11/28/performance-research-part-1/" mce_href="http://yuiblog.com/blog/2006/11/28/performance-research-part-1/"&gt;http://yuiblog.com/blog/2006/11/28/performance-research-part-1/&lt;/A&gt; &lt;BR&gt;The first article in a series about research done by Yahoo into web page performance optimization.&lt;/P&gt;
&lt;P&gt;Agile Testing: Performance vs. load vs. stress testing&lt;BR&gt;&lt;A href="http://agiletesting.blogspot.com/2005/02/performance-vs-load-vs-stress-testing.html" mce_href="http://agiletesting.blogspot.com/2005/02/performance-vs-load-vs-stress-testing.html"&gt;http://agiletesting.blogspot.com/2005/02/performance-vs-load-vs-stress-testing.html&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Ben Curry: Using Performance Monitor (perfmon.exe) to Monitor SharePoint Server 2007&lt;BR&gt;&lt;A href="http://mindsharpblogs.com/ben/archive/2007/02/14/1569.aspx" mce_href="http://mindsharpblogs.com/ben/archive/2007/02/14/1569.aspx"&gt;http://mindsharpblogs.com/ben/archive/2007/02/14/1569.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Ben Curry: SharePoint Server 2007 Performance Counters&lt;BR&gt;&lt;A href="http://mindsharpblogs.com/ben/archive/2008/05/07/4806.aspx" mce_href="http://mindsharpblogs.com/ben/archive/2008/05/07/4806.aspx"&gt;http://mindsharpblogs.com/ben/archive/2008/05/07/4806.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Thom Robbins .NET Weblog: InfoPath Tips and Tricks&lt;BR&gt;&lt;A href="http://blogs.msdn.com/trobbins/archive/tags/InfoPath+Tips+and+Tricks/default.aspx" mce_href="http://blogs.msdn.com/trobbins/archive/tags/InfoPath+Tips+and+Tricks/default.aspx"&gt;http://blogs.msdn.com/trobbins/archive/tags/InfoPath+Tips+and+Tricks/default.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Joel Oleson's Blog - SharePoint Land: &lt;BR&gt;Performance &amp;amp; Scale&lt;BR&gt;&lt;A href="http://blogs.msdn.com/joelo/archive/tags/Performance+_2600_amp_3B00_+Scale/default.aspx" mce_href="http://blogs.msdn.com/joelo/archive/tags/Performance+_2600_amp_3B00_+Scale/default.aspx"&gt;http://blogs.msdn.com/joelo/archive/tags/Performance+_2600_amp_3B00_+Scale/default.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Good List of Performance Counters&lt;BR&gt;&lt;A href="http://blogs.msdn.com/joelo/archive/2007/01/16/good-list-of-performance-counters.aspx" mce_href="http://blogs.msdn.com/joelo/archive/2007/01/16/good-list-of-performance-counters.aspx"&gt;http://blogs.msdn.com/joelo/archive/2007/01/16/good-list-of-performance-counters.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;S.Y.M. Wong-A-Ton: Enterprise Solutions &lt;BR&gt;&lt;A href="http://enterprise-solutions.swits.net/"&gt;http://enterprise-solutions.swits.net/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Paul Vick - Panopticon Central: The Ten Rules of Performance&lt;BR&gt;&lt;A href="http://www.panopticoncentral.net/archive/2004/02/10/270.aspx" mce_href="http://www.panopticoncentral.net/archive/2004/02/10/270.aspx"&gt;http://www.panopticoncentral.net/archive/2004/02/10/270.aspx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Technorati - infopath Blogs, Photos, Videos and more on Technorati&lt;BR&gt;&lt;A href="http://technorati.com/tag/InfoPath" mce_href="http://technorati.com/tag/InfoPath"&gt;http://technorati.com/tag/InfoPath&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Discussions in Infopath General Questions&lt;BR&gt;&lt;A href="http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.infopath&amp;amp;lang=en&amp;amp;cr=US" mce_href="http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.infopath&amp;amp;lang=en&amp;amp;cr=US"&gt;http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.infopath&amp;amp;lang=en&amp;amp;cr=US&lt;/A&gt; &lt;BR&gt;Use this newsgroup to communicate with the InfoPath community.&lt;/P&gt;
&lt;P mce_keep="true"&gt;MSDN Forums: SharePoint - InfoPath Forms Services&lt;BR&gt;&lt;A href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1206&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1206&amp;amp;SiteID=1&lt;/A&gt;&lt;BR&gt;This forum is another place you can ask questions about Forms Services.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8672019" width="1" height="1"&gt;</content><author><name>infopath</name><uri>http://blogs.msdn.com/members/infopath.aspx</uri></author><category term="Browser Forms" scheme="http://blogs.msdn.com/infopath/archive/tags/Browser+Forms/default.aspx" /></entry></feed>