SharePoint Portal Header
==========================
Extreme SharePoint Design: Dynamic Style Sheets
http://sharingpoint.blogspot.com/2006/02/extreme-sharepoint-design-dynamic.html
说明: 该文给出了一个为SharePoint写的portal header.
SharePoint dynamic link libraries
===========================
admin.dll
Administrative operations such as creating and deleting subwebs, and managing users through the FrontPage permissions dialog box.
Path: http://www.server.com/subweb/_vti_bin/_vti_adm/admin.dll
author.dll
Authoring operations, such as uploading files, applying themes, renaming and deleting documents, and so forth.
Path: http://www.server.com/subweb/_vti_bin/_vti_aut/author.dll
owssvr.dll
SharePoint Team Services functionality, such as list creation, deletion, and authoring, as well as the HTML page-rendering system.
Path: http://www.server.com/subweb/_vti_bin/owssvr.dll
shtml.dll
Perform the FrontPage Server Extensions browse-time functionality, such as saving the results of HTML form submissions to a document in the user's team Web site.
Path: http://www.server.com/subweb/_vti_bin/shtml.dll/_vti_rpc
Windows SharePoint Services RPC Protocol
==========================
URL Protocol
http://msdn.microsoft.com/en-us/library/ms478653.aspx
该文列出了可以通过Http Get请求执行的RPC methods. 即, CAML与RPC结合起来, 对WFE服务器发出请求, 去执行那些不修改数据库内容的RPC协议的方法.
Windows SharePoint Services RPC Methods
http://msdn.microsoft.com/en-us/library/ms480784.aspx
该文列出了所有的WSS的RPC方法.
[WSS]Use RPC protocol to access WSS v3 site
http://blogs.msdn.com/stcheng/archive/2008/12/17/wss-use-rpc-protocol-to-access-wss-v3-site.aspx
该博文较详细地讲解了WSS RPC的使用和一些技巧.