Welcome to MSDN Blogs Sign in | Join | Help

Mark Arend

SHAREPOINT
TIPS & TECHNIQUES
nb… provided as-is

Browse by Tags

Colleagues, Social Distance & Relevance in People Search; Social Networking tools
MOSS provides some very powerful features to enable the new buzzword "social networking." Discussions about these can be found pretty easily, and I give an overview of some tools near the end of this posting. But specifics about how some of the details Read More...
Scaling MySites; How Many MySites per Content DB?
I've worked with several companies who have between 100,000 and 200,000 employees.  Naturally, they want to architect a solution for MySites that can accommodate everyone in the company.  TechNet has information in the Plan for software boundaries Read More...
Modifying MySite Owner Security
When someone creates a MySite, they are automatically given full control of that site.  More accurately: a MySite is a site collection; the creator becomes the first & only Site Collection Administrator; the creator is made a member of the Owners Read More...
New Design and Build Guide for MOSS 2007
This is a topic near and dear to my heart.  I've spent many hours helping customers plan and execute a wide range of customizations for MOSS 2007.  Now, the ECM Team (Enterprise Content Management) has published an exhaustive paper on these Read More...
Test With Correct Privileges
When developing web parts and other components with code, it's important to remember that operations performed by code may require certain privileges.  During development, the code runs in the security context of the developer, who is usually a server Read More...
Virtual PC and Virtual Server
Wait.. A posting not about SharePoint? How can this be? Well, it's somewhat related to SharePoint, since so many people use Virtual PC to host a development SharePoint environment. Since SharePoint requires Windows Server 2003, that's the best choice Read More...
Using Reflector to See SharePoint's "Source" Code
Do you sometimes use a "reflector" program to examine SharePoint source code? This can be necessary to: Understand out how SharePoint is doing something, to find what elements can be customized. Understand what members to override in classes Read More...
MySite Pages and Architecture
MySites are very interesting on many levels. When you start to think about how to architect, deploy or customize them, you may encounter some initial confusion and a lack of detailed information. For instance, did you know that your MySite's Home page Read More...
SharePoint 2007 Permissions Matrix
Many times it helps to see an overall comparison of SharePoint 2007 permissions. I assembled a matrix that shows lots of useful information that helps you understand how permission levels are related, and how they affect security trimming of Site Actions Read More...
VSeWSS 1.1 Now Available!
So, I'm not one to just post what I read on other blogs... but if you're a MOSS developer, you should definitely know about the Visual Studio Extensions for WSS 3.0, Version 1.1 . This add-on for Visual Studio turbocharges your creation & management Read More...
Searching Resource (resx) files
Often, a request comes to customize some of the text that SharePoint displays. And often, that text is stored in one of SharePoint's resource files, so it's just a matter of finding the right one. But I've noticed that Windows explorer doesn't do a very Read More...
SharePoint Lists as DataTables
You may know that SPList can return a DataTable type: SPList.Items.GetDataTable(). And if you've worked with this, you may know that the DataTable you get is not databound to the list. This means you can't update the List from changes you make to the Read More...
Master Page stsadm commands
Have you ever wanted to use stsadm to view or manipulate a site's master page? Unfortunately there are no default commands to do so. But stsadm is easy--and fun, some might even argue--to extend. I wrote a sample project that you can use to perform the Read More...
Trial Period [Evaluation Period] for this product has expired
I was still getting this error on one of my VPCs, and found some blog entries with a little difficulty. Thought I'd post another to make it easier to find. One thing is, there are two possible issues that are known to cause it. StandaloneDCWorkaround Read More...
Self Service Site Creation
By default, in Microsoft Office SharePoint Server 2007 (if you are using the Corporate Intranet Portal template as your default site) when you go to the “Sites” link and click the Create Site button…SharePoint creates a subsite as a member of your portal’s Read More...
More Posts Next page »
Page view tracker