<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Catapult Systems Blogs</title><link>http://blogs.catapultsystems.com/_layouts/feed.aspx?xsl=2&amp;web=/&amp;page=331ba167-9bf3-45d4-a69f-36113a54a2e4&amp;wp=bd48c91f-3fa7-4a46-80bb-a4d19217a679</link><description>Blogs about technology and miscellaneous ramblings from our employees</description><ttl>60</ttl><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CatapultSystemsBlogs" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>OCS 2007 R2 Web Scheduler Reviewed</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/v5uP3mmmmys/ocs-2007-r2-web-scheduler-reviewed.aspx</link><description>&lt;div class=ExternalClass1353CB28CBF141F5B35D1B3F071CE804&gt;&lt;p&gt;The OCS Web Scheduler allows users to schedule conference calls and live meetings without the Outlook Add-in for Live Meeting. This is particularly helpful for users testing Office 2010, because there is no Live Meeting add-in for Outlook 2010 yet.&lt;/p&gt;
&lt;p&gt;Basically, setup.exe creates two virtual directories on the server hosting the web components role (usually the front-end server) and is a very simple installation wizard. &lt;/p&gt;
&lt;p&gt;After installation, you have to activate it from the command-line, following the readme file gets installed by setup as a guide:&lt;/p&gt;
&lt;p&gt;LcsCmd.exe /web /action:Activate /role:Meeting /poolname:poolname /User:serviceaccount /Password:password&lt;br&gt;Pay close attention to the account used - the readme file specifies that it must be the RTC service account used during installation.&lt;/p&gt;
&lt;p&gt;Then, you need to configure a default SMTP server:&lt;br&gt;cscript WebSchedulerConfig.vbs /Action:SetSmtpServer /SMTPServer:fqdn of email server&lt;br&gt;&lt;/p&gt;
&lt;p&gt;The URLs that it creates are /conf/int and /conf/ext (for reverse proxy)&lt;/p&gt;
&lt;p&gt;I was not impressed with the out-of-box experience for these reasons:&lt;/p&gt;
&lt;p&gt;1) The web scheduler generates a plain text meeting invite instead of html&lt;br&gt;2) The meeting invite does not list the call-in number! The meeting recipients must click on a link to view the dial-in number. &lt;br&gt;3) By default, when you schedule a meeting, it defaults to a closed meeting instead of anonymous (not good if you want outside people to join) and it defaults to *not* sending the invite. You have to remember to check that box at the bottom of the form, otherwise no meeting invites are sent. &lt;br&gt;4) It forces the use of a passcode for participants above and beyond the conference ID. Then, if you're the leader, you have to enter your phone number and your passcode (four separate strings)&lt;br&gt;5) It does not use your default conference ID.&lt;/p&gt;
&lt;p&gt;Before installing it on a production front-end server, make sure you do it after-hours because this installation will stop the front-end services.&lt;/p&gt;
&lt;p&gt;Download link is here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6D6848EC-E7D6-41F4-82D9-5BED3526FCBD&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=6D6848EC-E7D6-41F4-82D9-5BED3526FCBD&amp;amp;displaylang=en&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/v5uP3mmmmys" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joe Stocker</dc:creator><pubDate>2009-11-10 23:35:00</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/IT/archive/2009/11/10/ocs-2007-r2-web-scheduler-reviewed.aspx</feedburner:origLink></item><item><title>Applying the October 2009 OCS Patches</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/YZ8FckkuRVA/applying-the-october-2009-ocs-patches.aspx</link><description>&lt;div class=ExternalClass966BFCD3EFA74E7B9CF9764EEC032BE8&gt;&lt;p&gt;There are so many roles within OCS that it can be overwhelming if you don't know where to start.&lt;br&gt;I recommend starting with the Front-End server, then proceeding to the Edge, followed by CWA, Mediation, Monitoring, and then Archiving.&lt;/p&gt;
&lt;p&gt;Microsoft has made the process easier with a new Update Resource Center &lt;a href="http://technet.microsoft.com/en-us/office/ocs/ee695846.aspx"&gt;http://technet.microsoft.com/en-us/office/ocs/ee695846.aspx&lt;/a&gt;, and a Cumulative Server Update Installer KB 968802 (released 11/9/09) that detects the role and then applies only the appropriate hotfixes to the role. &lt;br&gt;The only thing this tool is missing is it does not install the Database hotfix KB 969834. The database hotfix must be applied after the Update Installer finishes, otherwise the Conferencing Attendant service will not accept attempts to start conference calls from remote attendees (the userpin service fails to connect to the database, because the schema is not what the binary expects).&lt;br&gt;One of the gotcha's with this tool is it does not prompt to restart the Mediation server services, whereas the other roles prompt you to restart the server. This causes a problem because&lt;br&gt;you're left to assume that a restart is not necessary. The services continue to run fine. However, before mediation can hand off calls to the front end, you need to at least restart the mediation service (or simply reboot). &lt;/p&gt;
&lt;p&gt;As always, before applying patches, verify that you have backups, and that you have recently tested a restore to an alternate DR environment.&lt;br&gt;It should go without saying, but testing all components of OCS is also important. Here is a sample test plan to use after applying updates:&lt;/p&gt;
&lt;p&gt;1) Call the Conference Attendant&lt;br&gt;2) Call Outlook Voice Access&lt;br&gt;3) Call a number tied to each location profile/mediation server&lt;br&gt;4) Schedule a live meeting and test audio/video externally and internally&lt;br&gt;5) Test federation&lt;br&gt;6) Test Communicator Web Access&lt;/p&gt;
&lt;p&gt;There are a few suprises after this latest round of OCS patching.&lt;br&gt;1. After users sign into &lt;a href="https://cwa.catapultsystems.com/dialin"&gt;https://cwa.catapultsystems.com/dialin&lt;/a&gt;, they are given an error message:&lt;br&gt;&amp;quot;Your phone extension is not configured. Please use your complete phone number and PIN to join conferences.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;But it doesn't let you change it. According the comments at the bottom of &lt;a href="http://blog.misthos.com/2009/08/ocs-r2-dial-in-conferencing-july-update.html"&gt;Adam Gent's blog&lt;/a&gt; post, the field becomes populated if you use the ext structure in your tel URI. So, for example, if your number was +12045551212;ext=1212 the 1212 extension would be listed on the CWA page. His &lt;a href="http://blog.misthos.com/2009/10/follow-up-july-updates-dial-in.html"&gt;follow up post &lt;/a&gt;goes into even greater detail on how the userpin service works.&lt;br&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/YZ8FckkuRVA" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joe Stocker</dc:creator><pubDate>2009-11-10 23:25:00</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/IT/archive/2009/11/10/applying-the-october-2009-ocs-patches.aspx</feedburner:origLink></item><item><title>Q&amp;A from Tulsa Windows 7 Presentation</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/94vBSn37eaM/q-a-from-tulsa-windows-7-presentation.aspx</link><description>&lt;div class=ExternalClass8434965E9C9D46679DFC34274EF0244A&gt;
&lt;p&gt;In Tulsa last week there were some good questions asked which I could not answer related to Windows 7. Specifically:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question&lt;/strong&gt;: Can boot to VHD be used to boot to Linux or Windows XP? &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Answer&lt;/b&gt;: At this point in time the answer is no. Boot to VHD will ONLY work for Windows 7 or Server 2008 R2. Nothing else. (&lt;a title="http://thelazyadmin.com/blogs/thelazyadmin/archive/2009/01/12/windows-7-boot-from-vhd.aspx" href="http://thelazyadmin.com/blogs/thelazyadmin/archive/2009/01/12/windows-7-boot-from-vhd.aspx"&gt;http://thelazyadmin.com/blogs/thelazyadmin/archive/2009/01/12/windows-7-boot-from-vhd.aspx&lt;/a&gt;) and (&lt;a title="http://superuser.com/questions/4203/is-it-possible-how-to-boot-an-xp-vhd-in-windows-7" href="http://superuser.com/questions/4203/is-it-possible-how-to-boot-an-xp-vhd-in-windows-7"&gt;http://superuser.com/questions/4203/is-it-possible-how-to-boot-an-xp-vhd-in-windows-7&lt;/a&gt;) &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question&lt;/strong&gt;: Will RDP work on Windows 7 Home editions?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Answer&lt;/b&gt;:  “Although the Home editions include the Remote Desktop Protocol (RDP) client, they do not include the RDP host service.” referenced from: &lt;a title="http://www.enduserblog.com/2009/08/the-remote-desktop-experience-on-windows-7.html" href="http://www.enduserblog.com/2009/08/the-remote-desktop-experience-on-windows-7.html"&gt;http://www.enduserblog.com/2009/08/the-remote-desktop-experience-on-windows-7.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/94vBSn37eaM" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cameron Fuller</dc:creator><pubDate>2009-11-10 19:50:00</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/cfuller/archive/2009/11/10/q-a-from-tulsa-windows-7-presentation.aspx</feedburner:origLink></item><item><title>Best of SharePoint 2010</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/svJfEjhBZfA/best-of-sharepoint-2010.aspx</link><description>&lt;div class=ExternalClass165A5DDBA61F47BE8826F382AEF3D583&gt;&lt;p&gt;Well, we’re half way through our 5 city tour with Catapult Systems “Best of SharePoint 2010”. My colleagues and I have delivered this great day long SharePoint 2010 overview in Austin, TX and Tampa, FL. Today is Dallas then Houston on Thursday and Denver next Thursday. There is still time to register if you are in Houston and Denver. Just hit &lt;a href="http://www.catapultsystems.com/Learn/Events/Pages/Events.aspx" target="_blank"&gt;our Events page&lt;/a&gt; and get all of the details.&lt;/p&gt;  &lt;p&gt;For those of you who did attend, thank you for all of the valuable feedback. The event is getting better as we go and we’re adding more demos at each event. (20 demos at last count.)&lt;/p&gt;  &lt;p&gt;Here are the decks:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;a href="/matthew/Media/1%20-%20Best%20of%20SharePoint%202010%20-%20Sites%20and%20Communities.pdf" target="_blank"&gt;Sites and Communities&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="/matthew/Media/2%20-%20Best%20of%20SharePoint%202010%20-%20Content%20and%20Search.pdf" target="_blank"&gt;Content and Search&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="/matthew/Media/3%20-%20Best%20of%20SharePoint%202010%20-%20Insights.pdf" target="_blank"&gt;Insights&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="/matthew/Media/4%20-%20Best%20of%20SharePoint%202010%20-%20Composites.pdf" target="_blank"&gt;Composites&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="/matthew/Media/5%20-%20Best%20of%20SharePoint%202010%20-%20Upgrades.pdf" target="_blank"&gt;Upgrades&lt;/a&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;I am looking forward to Denver on the 19th!&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/svJfEjhBZfA" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew McDermott</dc:creator><pubDate>2009-11-10 07:17:44</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/matthew/archive/2009/11/10/best-of-sharepoint-2010.aspx</feedburner:origLink></item><item><title>Customize HTML Editor Predefined Table Formats</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/6x0eTYCeaRQ/customize-html-editor-predefined-table-formats.aspx</link><description>&lt;div class=ExternalClass1A13E36D26EA4C56914A9B6D8FF7AD43&gt;
&lt;div class=ExternalClassC3988C99BB674FD1877B8B4B15D1767F&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class=Section1&gt;
&lt;p class=MsoNormal&gt;The publishing features of MOSS allow you to create tables on publishing pages.  Out-of-the box, MOSS comes with a set of predefined table formats that control the style of the header row, first column, alternating line-styles, etc.  Most likely though, none of these styles are what you are looking for.  Customizing these styles is quite easy once you create some CSS classes that conform to the specific naming convention.&lt;/p&gt;
&lt;h3&gt;Inserting a Table with a Predefined Table Format&lt;/h3&gt;
&lt;p class=MsoNormal&gt;To insert a new table using a predefined table format click the new table button on the Rich Text Editor toolbar.&lt;/p&gt;
&lt;p class=MsoNormal&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px" title=rteToolbar border=0 alt=rteToolbar src="/tlingenfelder/Lists/Posts/Attachments/25/rteToolbar_5_4060B644.png" width=324 height=64&gt; &lt;/p&gt;
&lt;p class=MsoNormal&gt;This will open the Insert Table webpage dialog.  The highlighted section below is used to format your table according to the predefined table format that you choose.&lt;/p&gt;
&lt;p class=MsoNormal&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px" title=ptfdialog border=0 alt=ptfdialog src="/tlingenfelder/Lists/Posts/Attachments/25/ptfdialog_5_4060B644.png" width=373 height=484&gt; &lt;/p&gt;
&lt;p class=MsoNormal&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;Notice that there are several options in this section that determine how the table will be formatted.  The first option is &lt;strong&gt;Use Predefined Table Format&lt;/strong&gt;.  When you select this check box you will have to choose from one of the table formats in the drop down list.  I will discuss how to have new predefined table formats appear in this list later in this post.&lt;/p&gt;
&lt;p class=MsoNormal&gt;After you select the type of table format that you want to use, there are four additional options that you can specify in the &lt;strong&gt;Apply special formats to:&lt;/strong&gt; section.  These options control the application of additional CSS classes to &amp;lt;tr&amp;gt; and &amp;lt;td&amp;gt; elements that are used to apply additional formatting to the heading row, first column, last row, and last column when these items are checked.&lt;/p&gt;
&lt;h3&gt;Developing a Predefined Table Format&lt;/h3&gt;
&lt;p class=MsoNormal&gt;The the Rich Text Editor adds the table to the publishing region, it will append the appropriate CSS class references to the &amp;lt;table&amp;gt;, &amp;lt;tr&amp;gt;, and &amp;lt;td&amp;gt; elements as specified by the options chosen in the webpage dialog in order to render the table as desired.  This will require you to create several CSS classes that will be used to format the table.&lt;/p&gt;
&lt;table style="border-bottom:medium none;border-left:medium none;border-collapse:collapse;border-top:medium none;border-right:medium none" class=MsoTableGrid border=1 cellspacing=0 cellpadding=0&gt;
&lt;tbody&gt;
&lt;tr style="height:27.75pt"&gt;
&lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="margin-bottom:0pt" class=MsoNormal&gt; &lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:windowtext 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;First Column Style&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:windowtext 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;Odd Column Style&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:windowtext 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;Even Column Style&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:windowtext 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;Last Column Style&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="height:27.75pt"&gt;
&lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="margin-bottom:0pt" class=MsoNormal&gt;HeaderRow&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#943634;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;HeaderFirstCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#d99594;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;HeaderOddCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#e5b8b7;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;HeaderEvenCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#f2dbdb;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;HeaderLastCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="height:27.75pt"&gt;
&lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="margin-bottom:0pt" class=MsoNormal&gt;OddRow&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#76923c;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;FirstCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#c2d69b;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;OddCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#d6e3bc;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;EvenCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#eaf1dd;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;LastCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="height:27.75pt"&gt;
&lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="margin-bottom:0pt" class=MsoNormal&gt;EvenRow&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#31849b;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;FirstCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#92cddc;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;OddCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#b6dde8;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;EvenCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#daeef3;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;LastCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="height:27.75pt"&gt;
&lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;height:27.75pt;border-top:medium none;border-right:medium none;padding-top:0in" width=160&gt;
&lt;p style="margin-bottom:0pt" class=MsoNormal&gt;FooterRow&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#e36c0a;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;FooterFirstCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#fabf8f;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;FooterOddCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#fbd4b4;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;FooterEvenCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-bottom:black 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;width:119.7pt;padding-right:5.4pt;background:#fde9d9;height:27.75pt;border-top:medium none;border-right:black 1pt solid;padding-top:0in" width=160&gt;
&lt;p style="text-align:center;margin-bottom:0pt" class=MsoNormal align=center&gt;&lt;span class=SpellE&gt;FooterLastCol&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p class=MsoNormal&gt; &lt;/p&gt;
&lt;p class=MsoNormal&gt;The out-of-the-box table styles reside in a file in the LAYOUTS folder, called .../12/TEMPLATE/LAYOUT/1033/STYLES/HtmlEditorTableFormats.css. Since, this item lives directly on the file system it is not available to content authors or style designers from SharePoint Designer.  However, once you create a CSS file that contains CSS classes with using the appropriate class naming convention and reference it on your page, the rich text editor will no longer reference the predefined table formats in the HtmlEditorTableFormats.css and will now display your custom table formats, enabling easy editing from users with SharePoint Designer.&lt;/p&gt;
&lt;p class=MsoNormal&gt;&lt;strong&gt;CSS Class Naming Convention&lt;/strong&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;All predefined table formats must adhere to a strict naming convention so that the styles will be applied appropriately.  All of the CSS classes *MUST* have a prefix of ms-rteTable in the class name.&lt;/p&gt;
&lt;p class=MsoNormal&gt;There are 17 styles that you can define to control the formatting for a predefined table (this includes one for the table itself).  The following CSS class definitions are needed for a complete predefined table format, for your own custom table format you should replace &lt;em&gt;name&lt;/em&gt; in the definitions below with the name of your table format.&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; tr.ms-rteTableHeaderRow-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableHeaderFirstCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableHeaderOddCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableHeaderEvenCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableHeaderLastCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; tr.ms-rteTableOddRow-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableFirstCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableOddCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableEvenCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableLastCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; tr.ms-rteTableEvenRow-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; tr.ms-rteTableFooterRow-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableFooterFirstCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableFooterOddCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableFooterEvenCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;
&lt;p class=MsoNormal&gt;.ms-rteTable-&lt;em&gt;name&lt;/em&gt; td.ms-rteTableFooterLastCol-&lt;em&gt;name&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;For example: To create a predefined table format called CustomerData, the table CSS definition would be named &lt;nobr&gt;&lt;em&gt;.ms-rteTable-CustomerData&lt;/em&gt;&lt;/nobr&gt; and the CSS class name definition for the header first column would be &lt;nobr&gt;&lt;em&gt;.ms-rteTable-CustomerData td.ms-rteTableHeaderFirstCol-CustomerData.&lt;/em&gt;&lt;/nobr&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/6x0eTYCeaRQ" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Travis Lingenfelder</dc:creator><pubDate>2009-11-05 16:52:00</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/tlingenfelder/archive/2009/11/05/customize-html-editor-predefined-table-formats.aspx</feedburner:origLink></item><item><title>SharePoint Ports and Firewall Configuration for a Secure Environment</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/rfa-EH9kY9c/sharepoint-ports-and-firewall-configuration-for-a-secure-environment.aspx</link><description>&lt;div class=ExternalClass2F27D02D301740F4A8CDBA93BEF8D025&gt;
&lt;div class=ExternalClass1243BB61C8AD4CCBBA44127DE5BFAD45&gt;
&lt;p&gt;While trying to configure MOSS in a secure environment that will be used for a DOTCOM site where the WFEs are in a different subnet than that of the SQL Server, CA, and Indexer we ran into some trouble administering services running on the WFEs.  It turns out there are some ports that need to opened to allow communication through the firewall that sits between the subnet where the WFEs sit and the subnet where the CA box resides.&lt;/p&gt;
&lt;p&gt;I found a great document and Visio diagram on TechNET that will help to configure firewall traffic.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc262834.aspx" target="_blank"&gt;Plan security hardening for extranet environments&lt;/a&gt; - TechNET article&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=85533&amp;amp;clcid=0x409" target="_blank"&gt;Extranet hardening planning tool: back-to-back perimeter&lt;/a&gt; - Awesome Visio diagram that has it all!&lt;/p&gt;&lt;/div&gt;
&lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:89ae5c01-42ee-4d31-b934-6e5154d0ab0a" class=wlWriterEditableSmartContent&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/SharePoint" rel=tag&gt;SharePoint&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/Firewall" rel=tag&gt;Firewall&lt;/a&gt;,&lt;a href="http://del.icio.us/popular/Seurity" rel=tag&gt;Seurity&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/rfa-EH9kY9c" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Travis Lingenfelder</dc:creator><pubDate>2009-11-05 16:35:00</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/tlingenfelder/archive/2009/11/05/sharepoint-ports-and-firewall-configuration-for-a-secure-environment.aspx</feedburner:origLink></item><item><title>Windows Systems Do Not Require Unique SIDs</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/3WAABlNYfpg/windows-systems-do-not-require-unique-sids.aspx</link><description>&lt;div class=ExternalClass035EED37669C4A79A42080F84F995C15&gt;&lt;p&gt;&lt;img style="margin:0px 10px 0px 0px;display:inline" align=left src="http://blackandwhitemontage.files.wordpress.com/2009/09/robin_pow1.jpg?w=164&amp;amp;h=134" width=100 height=75&gt;Holy cow batman! &lt;/p&gt;  &lt;p&gt;The title says it all and is the conclusion of one Mark Russinovich – Windows Guru Guru Extraordinaire.&lt;/p&gt;  &lt;p&gt;Check out his blog post: &lt;a href="http://snipurl.com/t1g2j "&gt;The Machine SID Duplication Myth&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/3WAABlNYfpg" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Sandys</dc:creator><pubDate>2009-11-03 09:06:04</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/jsandys/archive/2009/11/03/windows-systems-do-not-require-unique-sids.aspx</feedburner:origLink></item><item><title>Q&amp;A from Windows 7 Discussion</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/qcI0z9NmDn0/q-a-from-windows-7-discussion.aspx</link><description>&lt;div class=ExternalClass3AD025E8964D47C1A008D25208B322D9&gt;
&lt;p&gt;During a recent discussion on Windows 7 there were some solid questions asked about DirectAccess and BranchCache which I did not have the answer to. So after some research here they are!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question&lt;/strong&gt;: What ports are used from the client to the DirectAccess Infrastructure?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Answer&lt;/b&gt;: (Reference from: &lt;a href="http://en.wikipedia.org/wiki/DirectAccess"&gt;http://en.wikipedia.org/wiki/DirectAccess&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;“DirectAccess uses IPv6 to reach intranet resources. A DirectAccess client and server can use IPV6 native, &lt;a href="http://en.wikipedia.org/wiki/6to4"&gt;6to4&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Teredo_tunneling"&gt;Teredo tunneling&lt;/a&gt;, or IP-HTTPS to send IPv6 traffic across the IPv4 Internet.&lt;/p&gt;
&lt;p&gt;The IP-HTTPS protocol is an &lt;a href="http://en.wikipedia.org/wiki/SSL"&gt;SSL&lt;/a&gt; tunnel on TCP port 443 that connects a DirectAccess client to a DirectAccess server on the edge of a target network. &lt;a href="http://en.wikipedia.org/wiki/IPv6"&gt;IPv6&lt;/a&gt; subnets provisioned by the server network are tunneled over &lt;a href="http://en.wikipedia.org/wiki/IPv4"&gt;IPv4&lt;/a&gt; or IPv6 to the client: IPv4 access is not provisioned with this connection.”&lt;/p&gt;
&lt;p&gt;For additional information on protocol and port requirements see &lt;a href="http://technet.microsoft.com/en-us/library/dd637780(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/dd637780(WS.10).aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Question&lt;/b&gt;: What happens when a file which has been downloaded to a branch office is in BranchCache and the content of the file is changed? Is the full file replicated across the network link or only the deltas which occurred to the file?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Answer&lt;/b&gt;: (This topic was discussed on: &lt;a href="http://social.technet.microsoft.com/Forums/en/windowsserver2008r2branchoffice/thread/7da4c4bf-d6df-4410-b640-74f1188b7f58"&gt;http://social.technet.microsoft.com/Forums/en/windowsserver2008r2branchoffice/thread/7da4c4bf-d6df-4410-b640-74f1188b7f58&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;“BranchCache performs differential transfer of file that was changed *&lt;b&gt;as long as the tail of the file is what got modified&lt;/b&gt;*. Changes in the 'middle' or 'beginning' of a file will lead to the file being copied in its entirety. In addition, files that are smaller than a single segment (i.e. 32 MB), any change (even at the tail of the file) will result into a different segment hash and hence BranchCache will not discover that segment in the branch, thereby triggering a complete transfer.” &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Additional recommended readings:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.windowsnetworking.com/articles_tutorials/Introduction-BranchCache-Part1.html"&gt;http://www.windowsnetworking.com/articles_tutorials/Introduction-BranchCache-Part1.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.augustoalvarez.com.ar/2009/07/26/windows-server-2008-r2-and-windows-7-branchcache/"&gt;http://blog.augustoalvarez.com.ar/2009/07/26/windows-server-2008-r2-and-windows-7-branchcache/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://go2.wordpress.com/?id=725X1342&amp;amp;site=augustoalvarez.wordpress.com&amp;amp;url=http://www.microsoft.com/downloads/details.aspx?displaylang%3Den%26FamilyID%3Da9a1ed8a-71ab-468e-a7e0-470fd46e46b3"&gt;http://go2.wordpress.com/?id=725X1342&amp;amp;site=augustoalvarez.wordpress.com&amp;amp;url=http%3A%2F%2Fwww.microsoft.com%2Fdownloads%2Fdetails.aspx%3Fdisplaylang%3Den%26FamilyID%3Da9a1ed8a-71ab-468e-a7e0-470fd46e46b3&lt;/a&gt;) &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ee07308f-7c53-4c76-9ed9-670bc25a4c9d"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ee07308f-7c53-4c76-9ed9-670bc25a4c9d&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/qcI0z9NmDn0" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cameron Fuller</dc:creator><pubDate>2009-11-02 09:00:00</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/cfuller/archive/2009/11/02/q-a-from-windows-7-discussion.aspx</feedburner:origLink></item><item><title>11/17 PMI Houston Presentation: PMIS and Project 2010</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/DVjwntvf3Kw/1117-pmi-houston-presentation-pmis-and-project-2010.aspx</link><description>&lt;div class=ExternalClass83C87EC9024E4B83B1052A93939344D6&gt;
&lt;p&gt;I’ll be delivering my spiel on Leveraging Technology to Build a PMIS (with a Special Preview of Project 2010) at the University of Houston chapter on 11/17.  Hope to see some of you there.&lt;/p&gt;
&lt;p&gt;To my knowledge, this may be the first public demo of the Project 2010 features in Houston.  &lt;/p&gt;
&lt;p&gt;The event is free.  For additional information, please click on the link below:&lt;/p&gt;
&lt;p&gt;&lt;a title="http://www.pmihouston.org/index.php?mo=cm&amp;amp;op=ld&amp;amp;fid=29&amp;amp;eid=370" href="http://www.pmihouston.org/index.php?mo=cm&amp;amp;op=ld&amp;amp;fid=29&amp;amp;eid=370"&gt;http://www.pmihouston.org/index.php?mo=cm&amp;amp;op=ld&amp;amp;fid=29&amp;amp;eid=370&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/DVjwntvf3Kw" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Lavinsky</dc:creator><pubDate>2009-11-02 08:16:00</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/epm/archive/2009/11/02/1117-pmi-houston-presentation-pmis-and-project-2010.aspx</feedburner:origLink></item><item><title>Austin SharePoint User Group: SharePoint 2010 Preview</title><link>http://feedproxy.google.com/~r/CatapultSystemsBlogs/~3/wJAJUyfK7dM/austin-sharepoint-user-group-sharepoint-2010-preview.aspx</link><description>&lt;div class=ExternalClassB55CBDD25E504A9799EA0DCEF9DE9BA8&gt;&lt;p&gt;Matthew McDermott, Microsoft MVP, and Brad Freels, Microsoft Senior Technology Specialist, will provide a 2 hour overview of the great new features of SharePoint 2010. &lt;/p&gt;  &lt;p&gt;Including: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Sites: UI Changes, Mobility Support, Office Client Support &lt;/li&gt;    &lt;li&gt;Communities: Social Improvements, My Sites, Activity Feeds &lt;/li&gt;    &lt;li&gt;Content: Enterprise Content Types, Metadata, Video Content Types &lt;/li&gt;    &lt;li&gt;Search: Phonetic Search, Navigation, Relevance &lt;/li&gt;    &lt;li&gt;Insights: Visio Services, Web Analytics, PerformancePoint Services &lt;/li&gt;    &lt;li&gt;Composites: BCS, External Lists, SharePoint Designer &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;We won't be able to cover EVERYTHING in two hours- there is just too much! We will do our best to cover the highlights and take questions from the audience to drive the conversation into the areas that impact you the most. &lt;/p&gt;  &lt;p&gt;Come early, stay late! We'll answer your questions if we can.&lt;/p&gt;  &lt;table border=1 cellspacing=0 bordercolor="#cbcbcb" cellpadding=0 width=396 bgcolor="#f7f7f7"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td&gt;         &lt;table border=0 cellspacing=0 cellpadding=0 width=394&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign=top width=10&gt; &lt;/td&gt;                &lt;td valign=top width=193&gt; &lt;/td&gt;                &lt;td valign=top width=25&gt; &lt;/td&gt;                &lt;td valign=top width=168&gt; &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td valign=top width=10&gt; &lt;/td&gt;                &lt;td valign=top width=193 align=left&gt;                 &lt;p&gt;&lt;font color="#ba0103" face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;strong&gt;Date/Time:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;                  &lt;p&gt;&lt;strong&gt;Wednesday, Nov. 11th:&lt;/strong&gt;                    &lt;br&gt;Welcome Time: 5:45-6:00&lt;em&gt;&lt;/em&gt; Intro &amp;amp; Logistics: 6:00 - 6:05&lt;em&gt;&lt;/em&gt; Presentation: 6:05-8:00&lt;/em&gt;&lt;/p&gt;                  &lt;p&gt;&lt;a href="http://rs6.net/tn.jsp?et=1102788900772&amp;amp;s=6024&amp;amp;e=001lu1FaU-pOT-shlDQff3wWnmObpMtQF6As6pGSu58KdPW0ho-pABNg14HRSeDmiKcCjyH9iaVPJYzIHrlufMHuMFbhqGGL3g1tiOBgjRf_LQKVZRApx1SEt0j0iYsHLLeUaI6htXIAn-lDgiNPbD9Ag=="&gt;Click here&lt;/a&gt; to RSVP.&lt;em&gt;&lt;/em&gt;                    &lt;br&gt;&lt;/p&gt;               &lt;/td&gt;                &lt;td valign=top width=25&gt; &lt;/td&gt;                &lt;td valign=top width=168 align=left&gt;                 &lt;p&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;strong&gt;&lt;font color="#ba0103"&gt;Event Location:&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;                  &lt;p&gt;Microsoft Office                   &lt;br&gt;9606 N. Mopac Expressway Suite 200                    &lt;br&gt;Austin, TX 78759&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td valign=top width=10&gt; &lt;/td&gt;                &lt;td valign=top width=193&gt; &lt;/td&gt;                &lt;td valign=top width=25&gt; &lt;/td&gt;                &lt;td valign=top width=168&gt; &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CatapultSystemsBlogs/~4/wJAJUyfK7dM" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew McDermott</dc:creator><pubDate>2009-10-29 08:08:30</pubDate><feedburner:origLink>http://blogs.catapultsystems.com/matthew/archive/2009/10/29/austin-sharepoint-user-group-sharepoint-2010-preview.aspx</feedburner:origLink></item></channel></rss>
