| bio | website | TheBlackKnightSings.com |
|---|---|---|
| location | Copenhagen, Denmark | |
| age | 51 | |
| visits | member for | 2 years, 11 months |
| seen | 38 mins ago | |
| stats | profile views | 945 |
I'm a SharePoint developer who has been programming professionally since 1981, with foucs on SharePoint since 2006.
Current jobs:
- "Principal SharePoint Developer" at Denmarks leading SharePoint consultancy firm (ProActive) in Copenhagen/Denmark.
- Author/Instructor for DevelopMentor doing SharePoint courses for developers
Other links:
- Blog: The Black Knight Sings
- LinkedIn: http://dk.linkedin.com/in/pjakobse
- Twitter: @SingingKnight
|
May 2 |
answered | Caching SPListItems with Permissions |
|
May 2 |
answered | How to migrate c# application to Web Control to use in SharePoint application |
|
May 2 |
answered | Preventing users from deleting an item from a task list |
|
May 2 |
answered | Is there an item limit on a picture library slideshow web part? |
|
May 2 |
comment |
How can replace the XsltListViewWebPart with a new WebPart? The MyWePart is the Web Part you created, so you should set the properties you need. This code only adds the web part to the page as if it was done by the user adding it through the UI and setting the properties. |
|
May 1 |
comment |
add tags to enterprise keyword column programatically In the snippet you've added item.SystemUpdate(false) before the ` managedField.SetFieldValue(item, terms);`. It should be after. |
|
May 1 |
comment |
add tags to enterprise keyword column programatically Do you have item.Update() anywhere? |
|
May 1 |
answered | Creating scope using Property Query |
|
May 1 |
comment |
Custom Master Page and default.aspx If you get stuck then add the javascript and changed master page to the question |
|
Apr 30 |
comment |
Sharepoint Custom Webservices WSS 3.0 is SharePoint 2007 (it's just the "small" version") |
|
Apr 30 |
comment |
Install sandbox solution to SPWeb The sitecollection usually starts either at the root / or one level below sites, but can be setup in Central Administration to start at any level. |
|
Apr 30 |
answered | Custom Master Page and default.aspx |
|
Apr 30 |
comment |
Index out of range, when opening folders in Shared Documents The ULS logs are in the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS directory on the Server. The best way to view the is to run ULS Viewer while you reproduce the error. |
|
Apr 27 |
revised |
limit to number of times you can checkin/checkout a document added 444 characters in body |
|
Apr 27 |
answered | limit to number of times you can checkin/checkout a document |
|
Apr 27 |
comment |
SharePoint Lists architecture Yes the list item will contain all the fields, but only fill out default and what you enter for the content type you select when adding the item. If you then go into edit and change the content type, it'll let you edit the fields in the new content type, but leave the "old" values in the fields that isn't in it so you can switch back. The limiting of fields by content types are UI only. |
|
Apr 27 |
answered | SharePoint 2010 Workflows, Impersonation Steps,and Security |
|
Apr 27 |
comment |
Index out of range, when opening folders in Shared Documents Can you add any message in the ULS log for the request to the question? |
|
Apr 26 |
comment |
Mysterious Error 3355 - SQL machine not available every day at the same time What does the event log on the database server tell? I'd imagine that's the cause of the problem. Do the cleaning staff vacum the server room at that time and take the plug from the database server? |
|
Apr 26 |
answered | How to correctly get a JavaScript SP.Web object's ID and URL before loading |