Welcome to my blog on all things SharePoint. I have a range of articles that will interest you if you've made it as far as visiting my blog. I was awarded as an SharePoint MVP by Microsoft in July 2010. I currently live in New York and am an Enterprise Architect at AvePoint Inc.. I co founded www.NothingButSharePoint.com with Mark Miller in 2010.

MVP AwardJeremy Thake Profile Photo

Whitepapers

NBSP

Check out my articles on NothingButSharePoint.com

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 .

RSS Feed Feed your read!

Archives

November 2012 (6)
October 2012 (8)
September 2012 (4)
August 2012 (7)
July 2012 (13)
June 2012 (4)
March 2012 (1)
February 2012 (1)
January 2012 (5)
September 2011 (2)
August 2011 (1)
July 2011 (3)
June 2011 (7)
May 2011 (3)
April 2011 (3)
March 2011 (3)
February 2011 (2)
January 2011 (1)
December 2010 (4)
September 2010 (4)
July 2010 (5)
June 2010 (4)
May 2010 (6)
April 2010 (7)
March 2010 (5)
February 2010 (7)
January 2010 (3)
December 2009 (1)
November 2009 (6)
October 2009 (9)
September 2009 (7)
August 2009 (6)
July 2009 (13)
June 2009 (4)
May 2009 (12)
April 2009 (4)
March 2009 (4)
February 2009 (13)
January 2009 (4)
December 2008 (4)
November 2008 (11)
October 2008 (16)
September 2008 (4)
August 2008 (5)
July 2008 (4)
June 2008 (8)
May 2008 (5)
April 2008 (9)
March 2008 (5)
February 2008 (6)
January 2008 (1)
November 2007 (11)
October 2007 (8)
September 2007 (24)
August 2007 (5)
July 2007 (2)
May 2007 (1)
April 2007 (1)
March 2007 (1)
February 2007 (3)
January 2007 (4)
November 2006 (7)
October 2006 (7)
September 2006 (18)
August 2006 (14)
June 2006 (3)
May 2006 (8)
April 2006 (4)
March 2006 (38)
February 2006 (30)
January 2006 (2)
December 2005 (3)
November 2005 (28)
May 2005 (1)
April 2005 (5)
March 2005 (1)
November 2004 (1)
August 2004 (11)
July 2004 (1)
Failed to render control: An error occurred during a call to extension function 'createMonthUrl'. See InnerException for a complete description of the error.

Links

Tag Cloud

Ajax, Apple, DotNetNuke, Enterprise Content Management, Error Resolution, Gadgets, General, Governance, Microsoft .Net Development, Mobile, SharePoint, Sharepoint Business Forms, Sharepoint Business Intelligence, Sharepoint Collaboration, SharePoint Development, Sharepoint Enterprise Content Management, Sharepoint Enterprise Search, Sharepoint Portal, US Migration, Web 2.0, Workflow
Aug 302006

Aug 232006

Hummingbird -> MOSS 2007

Was reading Steve Sofian's blog on his journey with Hummingbird to IBM Document Manager ingetration and wondering about whether Microsoft will bother to integrate with IBM DM themselves. Hummingbird are making mad efforts to integrate with Sharepoint 2003 and 2007 in the thought that if they integrate, customers won't dump Hummingbird for DM but just use Sharepoint as a Portal.
Realistically Sharepoint 2007 will do everything that is required by Hummingbird clients and if it doesn't out of the box, they'll be plenty of Vendors (or the leagues of .Net programmers out there) out there selling packages to put the functionality in there.

The Sharepoint 2007 customer base will be a lot bigger than Hummingbird and other Vendors will get on the band wagon immediately if not already with add-ins. Just try finding any developer material on Hummingbird anywhere on the web...it just doesn't exist. If you type in a Sharepoint error in Google thousands of useful blog links come up! It's going to be like comparing Windows development to OSX development.
Published: 8/23/2006  12:00 AM | 0  Comments | 0  Links to this post

Aug 232006

Sharepoint University

Stumbled across these forums at Sharepoint University today, has a nice feature of an RSS feed for each room which I've not come across before. Extremely handy!
Published: 8/23/2006  12:00 AM | 0  Comments | 0  Links to this post

Aug 232006

Hummingbird API COM communication on ASP.Net and WinForms

I've been doing some .Net 2.0 development with a Web Service to communicate with the DM server via the COM API. I have written a Class Library which both a Windows Forms app uses and a Web Service uses. I've deployed these to a standard Windows 2003 SP1 machine and the Windows Form app works, but the Web Service call fails with the below error:
System.ApplicationException: Error -2147220997 occured: Cannot load the DM Server interface. The DM server may not be started.
at Alphawest.ThirdParty.Hummingbird.HMDMConnector.checkErrorPCDLogin(PCDLogin login) in D:\Projects\HummingbirdDMWindowsApplication\HMDMConnector\HMDMConnector.cs:line 275
at Alphawest.ThirdParty.Hummingbird.HMDMConnector.Login(Int16 networkType, String library, String domain, String username, String password) in D:\Projects\HummingbirdDMWindowsApplication\HMDMConnector\HMDMConnector.cs:line 26
at Alphawest.Web.Services.ThirdParty.Hummingbird.HMDMConnectorWS.Login(Int16 networkType, String library, String domain, String username, String password) in D:\Projects\HummingbirdDMWindowsApplication\HMDMConnectorWS\HMDMConnectorWS.asmx.cs:line 38
I've also tried writing this directly into a web page rather than a web service call and get the same error. There appear to be no errors in the Windows Event Viewer.

I've been digging a bit in the last half hour. I guessed it was permissions between IIS and COM. You can set the Application Identity User in ASP.NET 2.0 in the IIS web site Property page under the ASP.NET tab Configuration Button. Basically the Configuration is a UI for editing the web.config of the ASP.NET web application. It adds this line under <system.web> element.
 
<identity impersonate="true" userName="user" password="password" />
This seems to crack it if you have the correct domain user name and password in there.
 
Hope this helps someone else later down the track!

Published: 8/23/2006  12:00 AM | 6  Comments | 2  Links to this post

Aug 222006

M$ Sharepoint 2007 Learning Portal

Found this link to some free eLearning material available from Microsoft. The courses are pretty basic but have some good presales material on what M$ percieves are it's selling points in the market.
Published: 8/22/2006  12:00 AM | 0  Comments | 0  Links to this post

Aug 222006

Triple J Unearthed online

Graeme Heath pointed me to a great web site done by Triple J (an Australian Radio station) that promotes up and coming bands. You can rate, listen to and download (mp3) what you like. There's plenty of information on each band...gonna be hitting it up for some more music to listent to on the way to work! Only 3 (Fools of April, Razorlily)  bands from Perth in the top 100...come on Perth!
Published: 8/22/2006  12:00 AM | 0  Comments | 0  Links to this post

Aug 222006

AOL...oooppps

Great article on someone who took all that AOL user data that leaked out and profiling them...extemely funny stuff...I wonder what profile I would fit? Sadly heads got chopped also from AOL for the leak also.
Published: 8/22/2006  12:00 AM | 0  Comments | 0  Links to this post

Aug 222006

Google Map mashup - What's the other side of the world

Graeme must be bored today...he found this neat google map javascript mash up that shows what's the other side of the world.
Published: 8/22/2006  12:00 AM | 0  Comments | 0  Links to this post

Aug 212006

Sharepoint 2007 Web Content Pages

I've been having a bit of an experiment with Sharepoint 2007 and creating a Site of 'Publishing Site' type. The best thing to do is make it a top level site and that way it's master pages are used when you create Pages and it uses the Page Layouts etc. within that Site (unless you really want to share Page Layouts across different web sites).

Changing the Page Layout
You can change the Page Layout of a created Page by going to Page | Page Settings in the Page in a web browser.

Changing the Master Page
You can change what Master Page it is using from the Sharepoint Designer by selecting the Page file and going Format | Master Page | Attach Master Page...

There are a few quick tests I like to do in any CMS.
  1. Creating pages and including them in navigation drop down menus.
  2. Creating a summary list of child pages e.g. a Articles list showing title, date and author
Published: 8/21/2006  12:00 AM | 0  Comments | 0  Links to this post

Aug 152006

MOSS 2007 research

I've been researching WSS v3.0 and MOSS 2007. Here are some useful links to kick start you off:
Articles
List of Web Parts available for WSS and MOSS

Sites
Microsoft Office Online Beta
MSDN Sharepoint
Microsoft Sharepoint Community
Sharepoint Kicks

Blogs
Andrew Connell
SharepointBlogs
Westin’s
Patrick Tisseghem’s
MNissen
LauraJ
JanT
SharepointThoughts

Samples
WSS Demo

You can also hit up my Sharepoint Google Reader RSS feed which I will continue to add related feeds to.
Published: 8/15/2006  12:00 AM | 0  Comments | 0  Links to this post

 Next >>