Follow Me
Recent Tweets
- And the finished product was deicious http://t.co/EUQavv8K 1 hour ago
- Pesto stuffed chicken headed for the oven :) http://t.co/ZZT6LirK 2 hours ago
- Just mashed this up for dinner tonight :) http://t.co/JKFmPwwR 2 hours ago
- Mind, blown! 2 days ago
- Wow! Part one done and part two to come, this show is amazing! 3 days ago
Catgegories
Category Archives: SharePoint
Visual Web Parts for SharePoint in the Sandbox
Get ‘em while they’re hot! Visual Studio 2010 SharePoint Power Tools plus a sandboxed compilation to ensure you’re not accidentally calling outside of the allowed set of types and members.
Posted in Deployment, Development, Sandbox, SharePoint, Visual Studio
Leave a comment
SPServices Helper Function: Resolve the Guid of a View
If you’re using the excellent SPServices library to wrap up access to the SharePoint web services from JavaScript, good stuff! If, like me, you want to query a View on a given list you’ll need to pass the Guid of … Continue reading
Posted in Development, jQuery, SharePoint, SPServices
5 Comments
SPEasy Setup Scripts: Gotcha!
A workmate of mine just recently used the SharePoint Easy Setup Script to setup a Windows 7 machine for SharePoint development. Upon trying to browse newly created Web Applications with host headers he was prompted to authenticate but these authentication … Continue reading
Posted in Development, SharePoint
Leave a comment
Serving HTML5 Video from SharePoint Document Libraries
So you want to serve up some video content and use the <video> tag? Cool! You want to do it using video files you have in SharePoint? Cool, that shouldn’t be too hard. Unfortunately out of the box SharePoint 2010 … Continue reading
Posted in Configuration, Development, HTML5, SharePoint
3 Comments
SharePoint 2010 SP1 is out, but wait there’s more!
So SharePoint 2010 Service Pack 1 is available for Download. The SharePoint team are also shipping a June 2011 CU with a bunch of fixes that didn’t get into SP1 and it’s “ strongly recommended to install the June 2011 … Continue reading
Posted in Maintenance, Service Pack, SharePoint, SP1
Leave a comment
Running SharePoint Timer Jobs from PowerShell
From time to time you need to execute a given SharePoint timer job now. Sure you could go into Central Admin, find it and run it manually, but where’s the fun in that? Plus sometimes you need to automate this, … Continue reading
Posted in PowerShell, SharePoint, Timer Jobs
2 Comments
Browser Caps for WP7 as a Mobile Device
So, people are using the Windows Phone 7 browser now, I’m one of them; I love my WP7. Anyway OOTB SharePoint doesn’t recognise the this as a mobile browser. So I had to edit the compat.browser file ( %WebAppRootDir%\ App_Browsers\compat.browser … Continue reading
Posted in Deployment, SharePoint
Leave a comment
Disable Mobile Redirection for a Web Application via PowerShell
So I’ve got a SharePoint site that is optimised for viewing in mobile browsers, problem is that OOTB SharePoint is trying to show the fugly “mobile view”. Now Waldek has a post about just this problem, in my case I’ve … Continue reading
Posted in Deployment, Development, PowerShell, SharePoint
3 Comments
Provisioning Web Parts via the AllUsersWebParts element
Right, so you want to have a Page Layout that contains some web parts when a user creates a page using that layout. Cool, no problem, use an <AllUsersWebParts> element just like Andrew Connell blogs about problem is, if you … Continue reading
Posted in Development, SharePoint
Leave a comment
Adding FAST Keywords and Best Bets via Powershell.
Reading the TechNet docs on Add, edit, remove and display keywords by using Windows PowerShell (FAST Search Server 2010 for SharePoint) was a little confusing. Specifically the important note about making sure that you have a Search Settings Group. When … Continue reading
Posted in FAST, PowerShell, SharePoint
Leave a comment
