<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Office 12 Servers</title><link>http://blog.u2u.info/DottextWeb/patrick/category/82.aspx</link><description>Office 12 Servers</description><managingEditor>Patrick Tisseghem</managingEditor><dc:language>en-US</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Patrick Tisseghem</dc:creator><title>Hosting InfoPath 2007 forms in WSS v3 / MOSS 2007 pages.</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/21/29841.aspx</link><pubDate>Mon, 21 Aug 2006 06:13:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/21/29841.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/29841.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/21/29841.aspx#Feedback</comments><slash:comments>13</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/29841.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/29841.aspx</trackback:ping><description>&lt;P&gt;One of the great things you can do with the next version of InfoPath in combination with the InfoPath Forms Server is that you can &lt;STRONG&gt;embed an InfoPath form in your own Web or Windows application&lt;/STRONG&gt;. Hosting the form in a Web page requires your page to be hosted on the same IIS Web application (a.k.a virtual server) as your SharePoint site where the InfoPath template is made available. But if you use SharePoint pages, that is no problem.&amp;nbsp;Just create a Web Part or use the &lt;STRONG&gt;&lt;A href="http://www.smartpart.info"&gt;Son of the SmartPart&lt;/A&gt;&lt;/STRONG&gt; for that matter, and drop the Web Part on one of your pages. On the example below, I have a MOSS 2007 page layout with the Web Part already on it. The Web Part has one property called InfoPath template location and when setting this, a form based on the template is rendered by the ASP.NET 2.0 InfoPath Form server control&amp;nbsp;delivered as a child control&amp;nbsp;of the Web Part. &lt;/P&gt;&lt;IMG src="http://www.u2u.info/BlogImages/wp2weo9c.jpg"&gt; 
&lt;P&gt;All of the validation and submitting is done in the InfoPath template itself. I used a second view to display a small message when the submit was successful. &lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.u2u.info/BlogImages/wph1bv6w.jpg"&gt;&lt;/P&gt;&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1604);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/29841.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Using the ASP.NET 2.0 Control Adapter Framework in WSS v3 or MOSS 2007</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/21/29840.aspx</link><pubDate>Mon, 21 Aug 2006 05:54:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/21/29840.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/29840.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/21/29840.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/29840.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/29840.aspx</trackback:ping><description>I refer to my &lt;A href="http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/18/29642.aspx"&gt;previous post&lt;/A&gt; for an explanation about the underlying reasons for using the &lt;STRONG&gt;ASP.NET 2.0 Control Adapter Framework in SharePoint&lt;/STRONG&gt; next version. Frank (from Tam Tam) started a new blog and the first article is a &lt;STRONG&gt;&lt;A href="http://blogs.tamtam.nl/frank/PermaLink,guid,aad39854-4f7d-4666-8a0a-0fc02f3cd01b.aspx"&gt;general walk-through&lt;/A&gt;&lt;/STRONG&gt; on how to configure a site with the control adapters. The result is that the navigation controls' rendering behaviour is changed from TABLE elements to DIVs and nested ULs. Great work Frank!&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1603);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/29840.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Avoiding TABLE elements in your SharePoint pages</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/18/29642.aspx</link><pubDate>Fri, 18 Aug 2006 07:36:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/18/29642.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/29642.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/18/29642.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/29642.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/29642.aspx</trackback:ping><description>&lt;P&gt;Yesterday, I spent a full day talking about the Web Content Management features delivered with MOSS 2007 here for the Tam Tam guys (and girl). One of the issues they are facing is with &lt;STRONG&gt;government policies requiring them to have no table elements in the design of their Web pages&lt;/STRONG&gt;. Question of course was, what is happening with SharePoint next version and very specifically in Internet-facing sites. There was some disappointment when looking at the HTML-sources generated by SharePoint. All of the navigation controls dump their stuff as a set of TABLE elements. Not good!&lt;BR&gt;&lt;BR&gt;So, the question came of course how to change this behaviour and how to tweak SharePoint to let the navigation controls generate DIV and nested UL tags. A big &amp;#8216;Duh?&amp;#8217; from me to be honest at the start. I have trained a lot of people on SharePoint but I can&amp;#8217;t remember this issue coming up in any of my classes. Anyway, after a G-search and a small discussion with the students I found out that their question was not so uncommon as it first seemed. It looks like speech engines have problems with the TABLE and prefer DIVs when reading out a page for blind people and there are also problems with crawling engines not behaving at their maximum with TABLE-style layouts. So the &amp;#8216;Duh?&amp;#8217; ended up in &amp;#8216;Jeez..this looks an interesting challenge&amp;#8217;.&lt;BR&gt;&lt;BR&gt;Now the solution is luckily provided by ASP.NET 2.0. First of all, the AspMenu navigation controls used by SharePoint (and for that matter by ASP.NET 2.0 itself) cannot be tweaked to spit out DIVs and nested ULs instead of TABLE tags. It looks like it is kind of hard-wired in the controls. &lt;BR&gt;&lt;BR&gt;There is however the possibility to make use of the Control Adapter framework in ASP.NET 2.0. The general idea here is that the output of the rendering of a control is intercepted by the adapter and then transformed in basically anything you want before it is flushed to the client. It is an interesting approach and useful for a lot of scenarios. And good news is that the ASP.NET guys have provided us with a clean adapter framework to get us quickly up-and-running. &lt;BR&gt;&lt;BR&gt;There is an out-of-the-box Menu Adapter that we were able to activate for the SharePoint pages and yes, all of the AspMenu navigation controls didn&amp;#8217;t spit out TABLE tags. Unfortunately, the result were not DIVs and nested ULs but SPANs. Bummer!&lt;BR&gt;&lt;BR&gt;After looking a little further, we found a couple of other interesting resources on the Web that could help us (also thanks to our ASP.NET girl @ U2U). The most interesting one is the &lt;A href="http://www.asp.net/CSSAdapters/Default.aspx"&gt;&lt;STRONG&gt;CSS friendly ASP.NET 2.0 control adapters beta 1.1&lt;/STRONG&gt;&lt;/A&gt; tool you can download. It has good documentation and some samples to work with. Take for example&amp;nbsp;a look at this &lt;A href="http://www.asp.net/CSSAdapters/Menu.aspx"&gt;&lt;STRONG&gt;page&lt;/STRONG&gt;&lt;/A&gt; to see what you can do with the adapters. &lt;A href="http://weblogs.asp.net/scottgu/archive/2006/05/02/CSS-Control-Adapter-Toolkit-for-ASP.NET-2.0-.aspx"&gt;Scott Guthrie&lt;/A&gt; has also a good posting on it.&amp;nbsp;Exactly what we were looking for and after some work, one of the &amp;#8216;brightest&amp;#8217; students in the class got it working for a SharePoint internet site. No more TABLEs, only DIVs and nested ULs. I leave it up to the TAM TAM guys to decide whether they want to make the procedures public :)&lt;BR&gt;&lt;BR&gt;Interesting day yesterday. Let&amp;#8217;s see what today brings!&lt;BR&gt;&lt;/P&gt;&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1602);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/29642.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Ted Patisson on .NET Rocks</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/17/29569.aspx</link><pubDate>Thu, 17 Aug 2006 08:40:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/17/29569.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/29569.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/17/29569.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/29569.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/29569.aspx</trackback:ping><description>&lt;P&gt;First thing I did this morning was to download &lt;STRONG&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=cd21acdf-9c7b-47f5-bc77-b402c83b964a&amp;amp;displaylang=en "&gt;the latest .NET Rocks show featuring Ted Patisson&lt;/A&gt;&lt;/STRONG&gt; talking about WSS v3 and MOSS 2007. On my way from the hotel to the Tam Tam offices here in Den Haag I listened already for half an hour and it is always a delight to hear Ted speaking. It was an awesome experience working on and delivering the Ascend and Touchdown material with him. So, listen to the show.. and then subscribe to the &lt;STRONG&gt;&lt;A href="http://www.mseventseurope.com/TechEd/06/Pre/Static/Developers/PCSharepoint.aspx"&gt;TechEd pre-conference workshop&lt;/A&gt;&lt;/STRONG&gt; we are doing on WSS v3. There are still places left :)&lt;/P&gt;&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1601);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/29569.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>More IT Pro content for MOSS 2007</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/08/28888.aspx</link><pubDate>Tue, 08 Aug 2006 08:34:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/08/28888.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/28888.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/08/28888.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/28888.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/28888.aspx</trackback:ping><description>&lt;A href="http://blogs.msdn.com/sharepoint/archive/2006/08/08/691540.aspx"&gt;Joel Oleson&lt;/A&gt; has posted a good amount of resources for IT Pros on the SharePoint team blog. Definitely good reading... also for developers :)&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1599);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/28888.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Is it a bug or is it not a bug?</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/07/28794.aspx</link><pubDate>Mon, 07 Aug 2006 13:59:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/07/28794.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/28794.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/07/28794.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/28794.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/28794.aspx</trackback:ping><description>&lt;P&gt;I get many questions from people who are trying out all kinds of things in the beta 2 of WSS and MOSS 2007. Lots of times they hit the wall because it does not work. They ask me then whether it is a bug or not. These questions are often very hard to answer :).&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.tamtam.nl/mart/"&gt;Mart&lt;/A&gt; (via &lt;A href="http://jopx.blogspot.com/2006/08/known-issue-lists-with-2007-office.html"&gt;Joris&lt;/A&gt;)&amp;nbsp;has posted a couple of useful links in case you first want to check out whether the wall you hit is actually a bug or not. And often there is a workaround described that maybe allows you to continue with your experiments. &lt;/P&gt;
&lt;LI&gt;Office 2007 clients - &lt;A href="http://officebeta.iponet.net/en-us/products/FX101517941033.aspx"&gt;&lt;FONT color=#355ea0&gt;http://officebeta.iponet.net/en-us/products/FX101517941033.aspx&lt;/FONT&gt;&lt;/A&gt; 
&lt;LI&gt;2007 Microsoft Office Server - &lt;A href="http://officebeta.iponet.net/en-us/products/FX101517541033.aspx"&gt;&lt;FONT color=#355ea0&gt;http://officebeta.iponet.net/en-us/products/FX101517541033.aspx&lt;/FONT&gt;&lt;/A&gt; 
&lt;LI&gt;Windows SharePoint Services - &lt;A href="http://officebeta.iponet.net/en-us/products/FX101517981033.aspx"&gt;&lt;FONT color=#355ea0&gt;http://officebeta.iponet.net/en-us/products/FX101517981033.aspx&lt;/FONT&gt;&lt;/A&gt; &lt;/LI&gt;&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1598);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/28794.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Future of Commerce Server</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/03/28229.aspx</link><pubDate>Thu, 03 Aug 2006 12:34:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/03/28229.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/28229.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/03/28229.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/28229.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/28229.aspx</trackback:ping><description>&lt;STRONG&gt;&lt;A href="http://www.microsoft.com/commerceserver/default.mspx"&gt;Commerce Server 2007&lt;/A&gt;&lt;/STRONG&gt; is available for download from the Microsoft site. There is a free evaluation version targetting developers who want to get started with it. The story of Commerce Server is a bit fuzzy to me. I don't see any plans in the &lt;STRONG&gt;&lt;A href="http://www.informationweek.com/hardware/showArticle.jhtml?articleID=191601534&amp;amp;subSection=Servers"&gt;recent talks about the roadmap&lt;/A&gt;&lt;/STRONG&gt; to bring the product on top of Windows SharePoint Services 2007 and delivered as a set of MOSS features and solutions, like the what happened with CMS.On the contrary, it seems that they move in the other direction and keep it apart from it. That's a pitty to my opinion. It would be nice to have a number of commerce-type of features (shopping basket, product catalogs, ...) available for MOSS 2007 to enrich for example the Internet sites you can build with it. My thinking is that if Microsoft is not going to offer this, one or more partners should build this. So, if you have time and money to invest :), go ahead and create an e-commerce MOSS 2007 site definition and dozens of little features that enable us to do e-commerce in our SharePoint sites. I am pretty sure it is going to be very profitable.&amp;nbsp;Would love to hear if some partners are already thinking in that direction!&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1597);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/28229.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Office 2007 Sales Enablement Resources</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/02/28036.aspx</link><pubDate>Wed, 02 Aug 2006 06:31:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/02/28036.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/28036.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/02/28036.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/28036.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/28036.aspx</trackback:ping><description>&lt;P&gt;I am currently compiling new Office 2007 Sales Enablement seminars for BDM's and TDM's plus a small 'Discover what Office 2007 can do for you' technical workshop for Microsoft EMEA. The delivery starts next month and it will bring me again in a lot of countries in EMEA (Turkey, Russia, Sweden, Norway, France, Prague,... all the way down to South-Africa). During the prep of all the material to cover I stumbled upon this site that provides a good overview of the kind of stuff I will have in the seminars and workshop. It is again on the &lt;A href="http://www.msreadiness.com/2007office.asp"&gt;US Partner Readiness&lt;/A&gt; site.&lt;/P&gt;
&lt;P&gt;By the way, if you are a partner and you have Office 2007 based solutions, case-studies, POCs or whatever that you think might me be interested for me to include in the sales talks, let me know. I am looking per area in Office 2007 and SharePoint 2007 for some compelling demos or cases to talk about. Send me the stuff!! (patrick@u2u.be)&lt;/P&gt;&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1596);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/28036.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Gorilla goes bananas!</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/01/27955.aspx</link><pubDate>Tue, 01 Aug 2006 14:19:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/01/27955.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/27955.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/01/27955.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/27955.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/27955.aspx</trackback:ping><description>&lt;P&gt;Ted Patisson has started a new adventure with his new training company called Gorilla Training dedicated to SharePoint 2007 trainings.&amp;nbsp;Asking him for an explanation about the choice of the name he replied that it would offer him a lot of marketing potential. I am sure it does :)&lt;/P&gt;
&lt;P&gt;To amuse you SharePoint geeks, he created &lt;A href="http://www.gorillatraining.com/screencasts.aspx"&gt;a number of screencasts &lt;/A&gt;that are so typically TP. I am really looking forward to the two of us on the same podium at TechEd Europe. He in a monkey suit and me in a ? suit. Fill in the ? yourself :)&lt;/P&gt;&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1594);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/27955.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Patrick Tisseghem</dc:creator><title>Office 2007 WebCasts</title><link>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/01/27915.aspx</link><pubDate>Tue, 01 Aug 2006 06:59:00 GMT</pubDate><guid>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/01/27915.aspx</guid><wfw:comment>http://blog.u2u.info/DottextWeb/patrick/comments/27915.aspx</wfw:comment><comments>http://blog.u2u.info/DottextWeb/patrick/archive/2006/08/01/27915.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.u2u.info/DottextWeb/patrick/comments/commentRss/27915.aspx</wfw:commentRss><trackback:ping>http://blog.u2u.info/DottextWeb/patrick/services/trackbacks/27915.aspx</trackback:ping><description>&lt;P&gt;Interesting webcasts scheduled the next coming weeks:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;U&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032303790&amp;amp;Culture=en-US"&gt;&lt;FONT color=#6699cc&gt;&lt;STRONG&gt;Introduction to Visual Studio Tools for the 2007 Microsoft Office System&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/U&gt;&lt;STRONG&gt; &lt;/STRONG&gt;by&lt;STRONG&gt; &lt;/STRONG&gt;Eric Carter (8/8/2006 10:00 AM)&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032303792&amp;amp;Culture=en-US"&gt;&lt;FONT color=#6699cc&gt;&lt;STRONG&gt;Integrating Your Solutions with the 2007 Microsoft Office System User Interface&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/U&gt; by Savraj Dhanjal (8/9/2006 10:00 AM )&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032304479&amp;amp;Culture=en-US"&gt;&lt;FONT color=#6699cc&gt;&lt;STRONG&gt;Developing, Deploying, and Hosting Rich Office InfoPath 2007 Client and Browser Forms&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/U&gt;&amp;nbsp;by Pradeep Rasam (8/15/2006 10:00 AM )&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032303794&amp;amp;Culture=en-US"&gt;&lt;FONT color=#6699cc&gt;&lt;STRONG&gt;Building Collaborative Applications Without Code Using Office SharePoint Designer 2007&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/U&gt;&amp;nbsp;by Rob Mauceri (8/22/2006 10:00 AM )&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032304828&amp;amp;Culture=en-US"&gt;&lt;FONT color=#6699cc&gt;&lt;STRONG&gt;Extending the Web Content Management Features of Office SharePoint Server 2007&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;by Jim Masson (9/5/2006 10:00 AM )&lt;/LI&gt;&lt;/UL&gt;&lt;script language='javascript' type='text/javascript'&gt;RedirectToNewPage(1593);&lt;/script&gt;&lt;img src ="http://blog.u2u.info/DottextWeb/patrick/aggbug/27915.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>