Development, customization, administration and thoughts on Microsoft Office SharePoint Server 2007 (MOSS), Windows SharePoint Services v3 (WSSv3), SharePoint Portal Server 2003, BizTalk, and anything else that comes to mind.
Browse by Tags
All Tags »
Programming (RSS)
-
In SharePoint Portal Server 2003 (and WSS 2.0) it was a simple task to discover the ghosted status of pages in your SharePoint environment. Simply run "select * from docs where content is not null and leafname like '*.aspx' and listid is null". And to Read More...
|
-
Let me begin by saying some nice things about SharePoint event handlers. <Aside>I am talking here of course about MOSS and WSS v3</Aside> Microsoft has really opened the doors on SharePoint, allowing developers unprecedented granularity in Read More...
|
-
In MOSS and WSS v3, it is now possible to extend the functionality of stsadm (pronounced s-t-s-admin). For those who may not know, stsadm.exe is located (in a typical installation) at c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin. Read More...
|