Westin's Technical Log
-
View RSS or possibly xCalendar in Outlook 2003
There is an interesting article on MSDN entitled “Custom Calendar Providers for Outlook 2003” which contains a hidden gem: a way to integrate RSS with a Calendar view in Outlook 2003.
-
Free MapPoint Web Service Access for 1 Year
The MapPoint web service is offering a free 1 year subscription to MSDN subscribers.
-
Format a Date for InfoPath 2003
If you ever need to generate a date that is compliant with InfoPath 2003's date format (ISO 8601), here is the handy little function that appears throughout the InfoPath SDK code:
-
Preparing for a Portal
An article in EnterpriseAppsPipeline cites a recent Forrester study that indicates that the success of an enterprise portal deployment hinges on, amongst other things:
-
Integrate SharePoint Portal Search with Office 2003 Research Task Pane
Ok. I did a search on the internet to make sure this wasn't already painfully obvious to everyone already. So, with the risk of stating the obvious, here is how you can integrate your SharePoint Portal Server 2003 search engine directly into your Office 2003 research task pane.
-
Link List That Controls Another Web Part
Add two Content Editor Web Parts to the web part page.
In Web Part A add the following code:
<iframe name=”myframe” src=”http://www.msn.com”></iframe>
-
Multi-Value Filtering on SharePoint Lists
James writes:
-
Web Part Page Maintenance
In the Microsoft Knowledge Base article 830342, entitled "Soap:Server Exception of Type Microsoft.SharePoint.SoapServer.SoapServerException" Message Appears When You Try to Edit a Portal by Using FrontPage there are a variety of solutions which probably do work. However, one of the solutions mentions opening up the web part page maintenance page.
In order to do this, simply append "?contents=1" to the URL of the page. For example:
http://myportal/myarea/default.aspx?contents=1
-
How To Add a Hyperlink To a SharePoint Event Outlook Export
You may have noticed that in a SharePoint event list, you can export an event list item as an iCalendar file. Although the link is generated script, you can create this link manually if you want to post it on another page or in an email for convenience. The format of the URL is as follows:
-
xCalendar
Ray Ozzie of Groove points out a great idea in his September 2003 entry: xCal. An XML equivalent to iCal that is supported by Outlook and behaves like RSS.