SharePoint Dragons

Nikander & Margriet on SharePoint

Category Archives: Uncategorized

SAML 2 in SharePoint 2010

Setting up test and dev environments for SharePoint Online?

Not really easy to do. MS guidelines currently seem to recommend creating a local SharePoint environment that mimicks the structure you have online.

One option that is available for setting up a test environment is to become a MS partner for free (see https://partners.microsoft.com/partnerprogram/PartnerMembershipCenter.aspx ) and register for a free Office 365 subscription you could use as a test environment. Also check:

http://msdn.microsoft.com/en-us/library/hh147180.aspx#odc_sp14_ta_SPOnlineDevGuide_SetupDevEnvironment

This basically says: build sandboxed solutions in a local SharePoint env and test them there, because SPOL won’t let you do that.

Finally, check this: http://www.microsoft.com/download/en/details.aspx?id=17069

Features and editions

This feature overview per SharePoint edition (Foundation, Standard, and Enterprise) is bound to come in handy someday: http://sharepoint.microsoft.com/en-us/buy/pages/editions-comparison.aspx

Print from SharePoint 2010

Although the company name “The Unbounded” sounds more like a Francis Ford Coppola movie than a company name (hey, who are we to judge calling our company Lois & Clark IT Services), their printing services product sounds interesting: http://www.theunbounded.com/products/printing-services/

About SharePoint 2010 and PDF

Features to activate – February 2012

Adding HTML directly to the Content Editor Web Part

So there’s a difference between SPS 2010 and the previous version. We set out to add some HTML to a Content Editor Web Part and had to look a couple of times. Where did that option go? Here’s the answer: http://social.technet.microsoft.com/wiki/contents/articles/4988.how-to-add-html-content-into-the-content-editor-webpart-in-sharep

Cool party trick using NTFS Alternate Data Streams

NTFS Alternate Data Streams allows you to create multiple data streams for a single file. This allows for the possibility to specify metadata such as access rights, date and time info and such. The cool party trick (if you have a somewhat geeky audience) is that you can use it to hide text in Notepad: http://www.codeproject.com/Tips/214552/Hiding-Text-in-Notepad.

The downside of NTFS Alternate Data Streams seems to be that the SharePoint crawler doesn’t play nice with it: http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/c3699c7b-1c38-4769-b5f8-07170475874f

EWS provides added value for SharePoint

The MS Exchange Web Services API allows clients to communicate with Exchange Server: http://msdn.microsoft.com/en-us/library/dd633709(v=EXCHG.80).aspx . The following blog post provides a nice example where SharePoint users get to see how many unread messages they have: http://sw1ma.wordpress.com/2011/11/21/exchange-web-services-ews-managed-api-applications/ . A great way to extend capabilities beyond the ones provided by Outlook Web Access (OWA).

SharePoint performance and stress testing