Welcome to my blog on all things SharePoint and .NET. I have a range of articles that will interest you if you've made it as far as visiting my blog. I currently live in Perth, Western Australia and am a Independent Sharepoint Consultant. I founded the SharePointDevWiki.com and help facilitate the Perth SharePoint User Group.

Whitepapers

Conferences

Solution Development in SharePoint 2007

This series was inspired by the chatter amongst SharePoint blogs on the best ways to approach customisations in SharePoint using Solutions.

Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6 - Part 7 - Part 8

Leveraging the SharePoint Platform

This series was inspired by a discussion had with Andrew Coates at a Perth SharePoint User Group meeting. This then turned into a 6 part series on Arno Nell's SharePointMagazine.net web site.

Initial post - Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6

Webcasts

I have recorded various web casts that I present at User Groups or just on a specific topic by request:
How ASP.NET Developers can leverage SharePoint webcast
SPSource Webcast: Reverse engineer Lists to ListTemplates and much more
SharePoint Development with Unit Testing webcast
Perth SharePoint UG Web Cast on approaches to deploying artefacts (SPSource)
More...


Podcasts

I have been interviewed about Leveraging the SharePoint Platform by the SharePoint Pod Show: listen here .

Latest Posts

Windows Vista beta 2

May 25, 2006

Well I downloaded Vista beta 2 iso and installed it on a VM...I'm not crazy enough to put it on my laptop just yet! First impressions were...who kidnapped the Apple OSX designer!?! When M$ do things, they don't do them by halves...the Aqua interface is extremely over the top! I'd much prefer it to be completely clean cut as before than flashy and just have the thing run faster!IE 7.0 didn't look more...

 

Since when did trainers require processors?

May 25, 2006

With Apples campaign hitting the screens via news on Lance Armstrong and Internet technology in shoes has gone crazy. Adidas have computers to control shoe comfort! I wonder what Reebok will follow suite with? more...

 

M$ PR wheels are turning

May 23, 2006

Slowly the wheels at M$ are turning now that Sharepoint 2007 release gets closer. There's a good article that's just been published on Sharepoint for CMS 2002 users which clears up a few unanswered questions I had.I'm downloading Vista Beta 2 now and also got Sharepoint 2007 to install on it...lets see what choas I can create!I'd really like to get GrooveServer working to see how they are doing c more...

 

Coldfusion vs. .Net & Opensource vs. Vendors

May 15, 2006

I've been looking for some answers around ASP.Net platform over Coldfusion platform. This forum thread is a good start.I'm also looking into discussions regarding Open source vs. Vendor products. There are a lot of discussions around Operating Systems, but not much around Application solutions.Found this FAQ on MCMS thanks to Antony Day. more...

 

Sharepoint 2007 beta 2

May 10, 2006

Well it's be stated to be publically released in beta on May 23rd. It'll be interesting to get under the covers and take a look at this. I found this article which talks about how they are blending asp.net and Sharepoint technologies into one so that components such as web parts can be used in both situations.I've still yet to see any concrete evidence of the CMS side of things competing against more...

 

MOSS Deployment

May 7, 2006

I read a good article about the new Deployment features on MOSS (M$ Office Sharepoint Server) by Tyler Butler. I am extremely interested to see where M$ see themselves against the likes of RedDot and Teamsite. There main flaw for a Enterprise level CMS is the lack of deploying content out through a firewall to an external facing server as Tyler explains. The article basically explains that MOSS w more...

 

WSE 3.0

May 4, 2006

Having the same problems with passing a Wrapper Class through on a return from a web service:An exception of type 'System.InvalidOperationException' occurred in System.Xml.dll but was not handled in user codeAdditional information: There is an error in XML document (1, 1348).Code compiles correctly and the XML looks fine when I request it directly in the .asmx page!   <?xml version="1.0& more...

 

Hummingbird API

May 3, 2006

I've had to do a bit of work with integrating Hummingbird DM5 into a .Net 2.0 WSE3 Web Service. I was quite suprised at the lack of developer community around this product and was referred to these Yahoo Groups: HumAPI and Docs open mailing list. I also found this one on Google comp.doc.management.The PDF documentation is very detailed and gives sample code but simple things like how to connect t more...