Category: Technical

Please vote for my VS suggestion

This weekend I added a suggestion for a new simple but powerfull feature in the next version of Visual Studio. In my opinion it’s a pretty good one (otherwhise I wouldn’t have posted it anyway), so I thought perhaps you agree on this. Feel free to vote and help me get this one up there.

Read more

Showing blog posts on other site

I use the blog feature of SharePoint 2010 quite often. It provides a good way of publishing new news items in your organisation. But sometimes, there’s the requirement of displaying your blog messages on a different site, for exmaple the landingpage of your intranet. Well there are a few ways of accomplishing this, but usually

Read more

Excluding FBA users from people search

When you’re using FBA authentication to allow external users access to your SharePoint environment, you’ll notice that when using people search, those account will also show up. In some cases this might be usefull, but sometimes you’ll want to exclude those users and only show your internal domain users. Settings this is is quite easy

Read more

SP2010: Refreshing actions for an external list

In a project I’m working on, we’re using external lists with corresponding external content types to display data from a remote SQL server in SharePoint. All worked well and the customer was satisfied. Untill one day, the customer requested that a custom action was added to the external content type. “No problem!” I said, well

Read more

SharePoint 2010 grouped view bug

Last week I updated several farms with SP1 and the June 2011 CU. After updating, several users reported problems with grouped list views. After some investigation, the problems can be easily reproduced: – Create or open an existing list which contains a grouped view – Expand one of the groups to show data – Reload

Read more

Copy document link to clipboard feature

Today I stumbled upon a nice feature on Codeplex. It’s quite simple and allows you to copy the URL to a SharePoint document directly to clipboard. This comes in handy when you’ve got WebApps setup to display documents when you click them, because the URL to documents will become something like: https://www.site.com/_layouts/WordViewer.aspx?id=….  If you want

Read more

Displaying the correct date in search results SharePoint 2010

When you crawl content from a file share, you’ll notice that when SharePoint displays search results, all the displayed dates are exactly the same. Instead of displaying the date the file was last modified, it seems to display the date on which the file was added to the search index. When you want to display

Read more

Translation Search Server Express options in SharePoint Foundation

Lately I’ve been installing a lot of SharePoint Foundation environment. Mainly because it’s free and Dutch folks tend to be a bit cheap 😉 I’ve added Search Server Express 2010 to those installations to enhance the search options available to the users. Now usually, I install english software so all management things are in English,

Read more

Struggling with ASP.NET MVC (2)

For a new project I’ve started, I decided to try out ASP.NET MVC. I consider my ASP.NET skills as good, so I assumed that would give me a head start with MVC. Not sure if it did though, thinking ‘old’ ASP.NET based seems to be more of a challenge as opposed to really helping. A

Read more