SharePoint 2010: Search via REST

With the release of SharePoint 2010 we got a whole load of useful REST services.  For example, we can read data from any list or library using ListData.svc and we can do some clever stuff with Excel Services using ExcelRest.aspx. These features make it easy to enhance the user experience by using tools such as [Read More →]

Using the Notifications Framework in a SharePoint 2010 AJAX enabled Web Part

There’s quite a lot of decent content out there about creating AJAX-enabled Visual Web parts in SharePoint 2010. Such as http://msdn.microsoft.com/en-us/gg620536. However, when it comes to creating a standard web part with AJAX, content is a bit more sparse. (Who needs the pain of manually constructing UI’s I hear you say! There are some legitimate [Read More →]

Posted in SharePoint. 1 Comment »

Upgrading Themable stylesheets in SharePoint 2010

Here’s an interesting situation that I’ve stumbled upon lately. Let’s say you have a feature in SharePoint that deploys a themable stylesheet (i.e. to {SharePointRoot}\Template\LAYOUTS\1033\STYLES\Themable\). If you’re doing a clean install of the solution with the feature, all works well. However, lets say you release version 2 of this feature and update the solution using [Read More →]