| bio | website | bartlannoeye.be/blog |
|---|---|---|
| location | Belgium | |
| age | 28 | |
| visits | member for | 3 years |
| seen | Apr 15 at 5:23 | |
| stats | profile views | 61 |
@bartlannoeye is an enthusiastic consultant for the Microsoft technology stack, mainly focusing on custom .NET and SharePoint development. He’s always open for a new challenge and eager to learn. Bart also keeps a personal blog at http://www.bartlannoeye.be/blog/ on which he describes his interesting discoveries and findings on the problems he encounters during his daily tasks.
|
Jan 11 |
comment |
Sharepoint document library folders Don't use folders in SharePoint 2010, use Document Sets |
|
Jan 6 |
comment |
Selected value in ribbon DropDown/ComboBox is not displayed Should have known nothing is for free in SharePoint :) I'll keep your API in mind for the next project in which I'll have to change the ribbon, thanks ! |
|
Jan 5 |
comment |
Custom ribbon tab contents don't appear +1 on closing and reopening IE in InPrivate for caching. A real pain to develop. |
|
Jan 5 |
comment |
How to get all fields of a list using JS Client Object Model It's not required to add this, but yes I tried. |
|
Nov 29 |
comment |
Document Sets don't enforce allowed Content Types when multiple Doc Set CT are available Which still isn't exactly what you want if you don't allow the CT to be added to the doc lib without being inside the document set. But it can be a solution in some cases. |
|
Nov 22 |
comment |
Translation for EditForm html field's title attribute already thought it was something like that, I'll check it at work tomorrow. |
|
Nov 16 |
comment |
Display an SPFieldUrlValue property from a BCS Model @FrederikPrijck name it fldtypes_somename.xsl and it will get picked up automatically. |
|
Oct 20 |
comment |
Content Type Hub push Content Types with Inherit=FALSE Some call that weird behavior a "SharePoint feature", aka bug. Thanks for the confirmation. |
|
Oct 19 |
comment |
How to efficiently deploy content types to a Content Type Hub I got the same error as above, but the "dependant feature" is my own CT feature provisioning the CTs to the hub. |
|
Oct 13 |
comment |
Localization on a SPField created in code I tried with the AddFieldAsXml. The field takes the localization on list creation, however when changing language, it doesn't change (all other fields do). |
|
Oct 13 |
comment |
Localization on a SPField created in code I still got to push the localized string in some property, since I want the localization to change when the user changes his language in the browser, not only on provisioning. |
|
Sep 29 |
comment |
How to activate TaxonomyFieldAdded feature in Sharepoint Online Feature guid: 73EF14B1-13A9-416b-A9B5-ECECA2B0604C |
|
Aug 13 |
comment |
How to deploy webpart on production (not debugging) server? You test it on a test/integration/acceptance server, not a production server. |
|
Jul 4 |
comment |
aspx/ascx intellisense in WSPBuilder projects +1 ProjectTypeGuids usually do the trick |
|
Jun 8 |
comment |
How to target for IE6 clients with SharePoint 2010? I know the pain, several of our clients have the same issue, even large international banks. But that site (the statistics part), made one of them upgrade at least :) '75% of our visitors use IE6' -> after they changed it was more like 2-5% (nevertheless, first comment wasn't mentioned as a real solution, but guess you got that point) |
|
Jun 8 |
comment |
How to target for IE6 clients with SharePoint 2010? Add this to your masterpage: ie6countdown.com/join-us.html |
|
Jun 7 |
comment |
How can I make a SharePoint open source project at home? You could use it to demonstrate the resulting wsp :) And how to evaluate a product if you don't do some development against it. Anyway, was just giving a ready-made alternative. |
|
Jun 6 |
comment |
How do I modify themable corev4.css? The next update being a sharepoint SP (Service Pack) or CU (Cumulative Update), not the update of your own feature. |
|
Jun 6 |
comment |
How and Where to create list programatically 'It depends' should be part of almost every SharePoint answer :-) |
|
May 23 |
comment |
Automatically fill in metadata on new document created from template Changing default values of the content type with the parameters for the current user when the page loads won't work if you have multiple users in a high concurrency site. |