Author Archives | yuriburger

About yuriburger

SharePoint for the Internet – Part 1, Performance

May 12, 2012

0 Comments

The last months I have been involved in a couple SharePoint internet facing projects and decided to create a list of things to consider, specific to these type of projects. But before I start, I’d like to make a few things clear: 1. There is no definite checklist for deploying SharePoint for the Internet. Every [...]

Continue reading...

Custom SharePoint Health Analyzer Rule for the ViewFormPagesLockdown feature

April 16, 2012

0 Comments

SharePoint 2010 has a special hidden feature that ensures anonymous users with read access cannot view list and library form pages (i.e. “Forms/AllItems.aspx”). This feature is also known as SharePoint Lockdown mode and is automatically enabled on publishing sites. Especially on internet facing SharePoint sites, this feature ensures anonymous users stay out of certain area’s [...]

Continue reading...

Get SharePoint Health Score using PowerShell

April 3, 2012

0 Comments

If you look at the HTTP headers SharePoint 2010 adds to a response you might notice the one that is called “X-SharePointHealthScore”. This special header is used in conjunction with HTTP throttling and ranges in value from 0 to 10. By default this score is calculated using two performance counters: Memory/Available Mbytes and ASP.NET/Requests Current. [...]

Continue reading...

Core Results Web Part with configurable Ranking Model

September 1, 2011

6 Comments

Ranking Models are cool. If you don’t know what they can do for you, here’s a summary: SharePoint 2010 Enterprise Search uses ranking models to determine how data is weighed and results are ranked. Out of the box SharePoint 2010 provides different models, but you can also create your own. Creating your own ranking model [...]

Continue reading...

Output Escaping Rich Text in a Content Query Web Part

August 25, 2011

1 Comment

If you use a SharePoint (2010) Content Query Web Part to display content from a rich text field, you will end up with escaped HTML. Because it is escaped it is rendered as content on your page, probably not what you would want. To fix this, you need to edit the ItemStyle.xsl (preferably a custom [...]

Continue reading...

Changing SharePoint 2010 Search Ranking Model

August 25, 2011

1 Comment

SharePoint 2010 Enterprise Search uses ranking models to determine how data is weighed and results are ranked. Out of the box SharePoint 2010 provides nine different models, from which two are used by default. You also have the option to create your own if this is required. To see which models are registered with your [...]

Continue reading...

Speed up SharePoint 2010 development

July 19, 2011

0 Comments

SharePoint Development tends to be a wee bit more time consuming compared to “standard” ASP.NET development. Although Microsoft really helped us a lot by providing seriously improved integration with Visual Studio 2010, building, packaging, deploying and debugging can still be annoyingly slow. Here are a couple of things you could do to speed things up [...]

Continue reading...

“Code-easy” modifications for SharePoint 2010: Part 2, the custom Content Query Web Part Item Style

July 10, 2011

17 Comments

I always wanted to do a series about easy to build, real life customer requests for SharePoint modifications. And as with most ideas, never really found the time to do it. Well, now’s as good a time as any! Other parts: Part 1, the Validating Email Field. So here is part 2, the custom Content [...]

Continue reading...

Visual Studio 2010: Sandbox Deployment Errors

June 15, 2011

0 Comments

So you created a nice Sandbox SharePoint solution and need to deploy it. You entered the correct Site URL and hit deploy. Unfortunately the output shows  a failed deployment step: Couple of deployment errors Visual Studio might throw at you at this stage: Error occurred in deployment step ‘Activate Features’: Cannot start service SPUserCodeV4 on [...]

Continue reading...

To Sandbox or not to sandbox?

June 3, 2011

4 Comments

Microsoft SharePoint (Foundation) 2010 introduced the concept of running sandboxed code. This code can be deployed using WSP solutions, but the difference is it can be uploaded by authorized users at the Site Collection. Sandbox solutions run in a limited SharePoint Execution context and farm administrators can monitor and manage those solutions. Because of the [...]

Continue reading...
Follow

Get every new post delivered to your Inbox.

Join 80 other followers