| bio | website | itidea.nl |
|---|---|---|
| location | Netherlands | |
| age | 35 | |
| visits | member for | 2 years, 3 months |
| seen | Apr 27 at 11:00 | |
| stats | profile views | 364 |
Independent SharePoint developer/consultant in The Netherlands. MCPD.NET, MCPD SharePoint 2010 Developer and SharePoint 2007(WSS and MOSS) certified.
|
Jan 2 |
comment |
how to fetch list of users who have taged a list item with “I Like it” tag Updated the link. |
|
Mar 30 |
comment |
Create Library with PowerShell What kind of object is $line? |
|
Nov 20 |
comment |
CEWP on homepage to hide quick launch working with site collection admin only When you put the css in a file and store the file in a document library maintenance will be easier, but it isn't necessary. Are you sure you the page is checked in and published? |
|
Nov 14 |
comment |
Using SPServices to retrieve duplicates (e.g. Same title) of items in a SharePoint 2007 List? Correct! Awesome guy! |
|
Nov 10 |
comment |
Using SPServices to retrieve duplicates (e.g. Same title) of items in a SharePoint 2007 List? You can always contact Marc: spservices.codeplex.com |
|
Nov 9 |
comment |
How to export a site from SharePoint online? First I thought you could do this from PowerShell, but the command isn't available. Check the command builder: microsoft.com/resources/TechNet/en-us/Office/media/… |
|
Nov 2 |
comment |
SharePoint 2010 - Enable farm scope feature via powershell I also think this is the case. Check the ULS log, it definitely will contain the exception. |
|
Oct 29 |
comment |
HTTP 401 twice before HTTP 200 when serving files Just repeating, but this is an awesome question and answer! Thanks! |
|
Oct 24 |
comment |
Below Code Not working to find duplicate values using jquery Ow, you're not getting the items at all? That's a different question. I'll update my answer with some more info which may help you. |
|
Oct 21 |
comment |
GetItems(cQuery) Yes, dispose the SPWeb: $web |
|
Oct 21 |
comment |
Getting only first value of multi value string in User Profile Property On the top of my head it's UserProfileValueCollection in stead of UserProfileProperyCollection |
|
Sep 28 |
comment |
Advanced Search Returning Zero Results for a Particular Scope Did you check the entries in the ULS log when searching in the problem environment? |
|
Sep 24 |
comment |
Enable-SPFeature CmdLet Not Creating Lists Defined In Feature Too bad you're not posting the code, can't help. |
|
Sep 23 |
comment |
Permissions error in IE 8 but not Firefox 6.0.2? Do you know which statement throws the exception? Is the onSuccess function executed in IE when the exception occurs? |
|
Sep 21 |
comment |
Default value on user profile property Unsupported state: that's not what one wants... Other suggestions? |
|
Sep 19 |
comment |
Default value on user profile property Thanks for the link, I was lucky in the roulette! The script is able to set a default property which can be scheduled. But what if the user already set a value on this property. In that case I don't want to update the property, but leave the value which the user set. I don't think the script provides in this situation. |
|
Sep 17 |
comment |
Enable-SPFeature CmdLet Not Creating Lists Defined In Feature Please update your question with the code which is used in the feature. Are you using SPContext? |
|
Sep 14 |
comment |
Using SPSiteDataQuery and only getting Items which are searchable Why aren't you using SharePoint search possibilities? |
|
Sep 12 |
comment |
SharePoint 2010 Search: When is a document a duplicate? Thanks for your comment. It's not a real answer as you stated, but I appreciate your investigation and providing the links. |
|
Sep 2 |
comment |
passing the sharepoint site name - dynamic or in web.config? An example: wictorwilen.se/Post/… |