Archive

Latest Posts

Debugging SharePoint

Under normal circumstances, when you’re debugging a custom SharePoint solution, the process is easy and simple. However, it’s not always as easy as that. The definition of normal is of course subjective, but typically (and as defined here) it would be a single server environment in which Visual Studio (2010) would be installed on the …

Read on

Adding an Auto-Refresh Content Editor Web Part

The Challenge You want to create a dashboard which will automatically refresh itself on a regular basis The Solution This is easily accomplishable using a SharePoint Web Part and little bit of scripting, JavaScript in this case, to be precise. How to Accomplish This Task Start by going to the page you want to edit, …

Read on

“Drives are running out of free space” – SharePoint Rule

What the issue is In Central Administration, there are two rules that appear to cause a lot of headaches for SharePoint admin’s. These include the following two rules. Drives are running out of free space. Drives are at risk of running out of free space. What’s the (conservative) suggestion These will be set off and …

Read on