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: Development
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
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
Introducing the Cross Site Collection Search Configurator
While I was working at Intergen I was alerted to a small issue with configuring search keywords, best bets and synonyms. This simply being that they are set on a per site collection basis and there is no OOTB solution … Continue reading
Posted in Development, SharePoint, Tools
2 Comments
Turn off custom error pages in SharePoint.
There are a number of good posts out there that will tell you how to get useful, for a developer, error messages out of SharePoint. Useful things to know while attempting SharePoint Development A solution to “An unexpected error has … Continue reading
Posted in Best Practice, Development, SharePoint
Leave a comment
SharePoint and Agile
Go together like a horse and carriage. Well, that’s my take anyway. I’ve been involved on a few SharePoint projects now that have taken a tradition approach, i.e. waterfall style, to the development of the customers desired end product. While … Continue reading
Posted in Best Practice, Development
Leave a comment
Sorting with a Comparison Delegate
I’ve just seen the awesome power of delegates, I can’t believe that I’ve never used them all that much before, mostly because I’ve been able to take advantage of using SQL or CAML to do my ordering, hey adding an … Continue reading
Posted in Development
Leave a comment
