The image verification code you entered is incorrect.

Sharepoint

Sharepoint is a set of Microsoft products and technologies aimed at providing enterprise collaboration and knowledge management capabilities. The offering rests on three key functional areas: portals, enterprise search and document management.

I do quite a lot of Sharepoint stuff at work, so this page is to collate things I find useful wrt Sharepoint.

Capacity Planning

Custom Web Part Page Templates

Factiva Offering Packaging and Deploying Web Parts

Multilingual Sharepoint

Skinning Sharepoint

Web Part Directory

Portal CSS Designer

Colour Scheme Generator

To change the duration of the "!new" thing to 1 day:
stsadm.exe -o setproperty -pn days-to-show-new-icon -pv 1 -url [Your Virtual Server's URL]

User profile - excluding disabled accounts

Having trouble figuring out which of the bloody index properties is the one to edit to remove it from the advanced search drop-down list? Execute this SQL statement against your PORTALNAME_SERV database:

SELECT * FROM MX_Properties
WHERE ((Flags & 2048) > 0)
ORDER BY DisplayName


Reply

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <br> <h1> <h2> <h3>
  • Lines and paragraphs break automatically.
  • You may use [acidfree:xx] tags to display acidfree videos or images inline.
  • Images can be added to this post.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.