Recent Posts
0
Using the SharePoint Colour Palette Tool
In this post I give an overview of what the colour palette tool for SharePoint is and how it can be used.
Australian SharePoint Conference presentations
Here are my presentations including slides and content from the Australian SharePoint conference 2013
SharePoint Saturday Australia 2013 dates
This post is a list of dates for SharePoint Saturday events in Australia for 2013
Issues with a custom 404 page in SharePoint 2010
This post discusses some issues with a custom 404 page in SharePoint 2010
SharePoint Saturday Sydney Interviews
A video put together by the guys at SSW with some interviews of the speakers at SharePoint Saturday Sydney 2012
Using WebAuthenticationBroker with OAuth 1 in WinRT
In this post I discuss some of the hurdles of working with OAuth1 sites in WinRT apps for Windows 8
Using the BCS picker in a custom application page
A quick example of how to select BCS items in a custom application page
Populate a SharePoint list with items in a CSV file using PowerShell
This post describes a method you can use to populate a SharePoint list with items based on the contents of a CSV file
Starting and connecting to a HyperV VM in Windows 8 via PowerShell
A quick post to share some tricks I came up with around using HyperV on Windows 8
My SharePoint Developer Session Slides
This post contains the slides and content I presented at the 2012 Australian and New Zealand SharePoint conferences
Detect if WP7 has a data connection
This post explains some issues I had determining the state of the data connection in Windows Phone 7
SharePoint developer survey
This post is advertising a survey I have put together to gather some data for an upcoming presentation at the Australian SharePoint Conference
How I migrted to FunnelWeb from WordPress
This post explains the process of how I went about migrating to FunnelWeb from WordPress
Converting WordPress export to BlogML
This post describes a tool I created that can convert the output of a WordPress export in to BlogML
External lists - where is my "Connect to outlook" button?
This post describes how to enable the "Connect to outlook" button on a SharePoint 2010 list when the button doesn't appear
Dialog boxes and long running operations
This post describes how you can use the SPLongOperation object in SharePoint 2010 within a dialog frame
Deploying and setting permissions on a BCS model via PowerShell
This post describes how you can deploy and set permissions for a BCS entity in SharePoint 2010 through PowerShell
CSS not rendering for SharePoint date picker control
This post describes a CSS issue found with the datetime control in SharePoint 2010 and how to fix it
Australian SharePoint Saturday Dates for 2011
This post announces the data for SharePoint Saturday events in Australia for 2011
My “Developing advanced user experience for SharePoint 2010” session
This post shares a range of links that relate to a session I presented at the Australian SharePoint conference in 2011
Configuring Windows NLB with PowerShell (aka. my AutoSPInstaller bit)
This post describes how PowerShell can be used to configure network load balancing for a SharePoint site, and how I included it in AutoSPInstaller
Configuring PowerPoint broadcast in Office 2010
This post describes how you can configure PowerPoint broadcast in your SharePoint farm (part of Office Web Apps)
Problem setting values of an InfoPath form from SharePoint Designer based workflows
This post describes how to correctly set properties to be promoted from an InfoPath form so they can be used in SharePoint workflow
Error: Cannot insert duplicate key row in object 'dbo.Solutions'
This post describes an issue that can arise when working with SharePoint 2010 solutions in Visual Studio 2010
Retrieving the ID of an External Data Item field
This post describes how you can obtain the ID's of individual entities returned from the SharePoint 2010 Business Connectivity Services service app
I’m on the talking shop down under podcast with Jeremy Thake
This post links to a podcast that I was interviewed on during Tech.Ed 2010
New CodePlex Project: SPJumpList – quick launch links for pinned sites
This post describes the SPJumpList project, now available for download
Project Server PSI Error - System.Data.SqlTypes.SqlNullValueException: Data is Null.
This issue describes a problem I came across when trying to work with Project Server 2010 data through the PSI
Using abstract classes in a WCF service
This post discusses an issue I came across when trying to pass classes that inherit from an abstract class in to a WCF service method, and my fix