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
Sep 012009

SharePoint Development Weekly Roundup (01Sep)

TOP THIS WEEK

PODCASTS/WEBCASTS

#SP2010

TOOLS/ENVIRONMENT

SOLUTION PACKAGES

DEVELOPMENT

DEPLOYMENT

ISV/VENDORS

N/A

WCM

SILVERLIGHT

N/A

OTHER

Published: 9/1/2009  7:51 AM | 0  Comments | 0  Links to this post

Aug 252009

SharePoint Development Weekly Roundup (25Aug)

TOP THIS WEEK

PODCASTS/WEBCASTS

#SP2010

TOOLS/ENVIRONMENT

N/A

SOLUTION PACKAGES

DEVELOPMENT

DEPLOYMENT

ISV/VENDORS

N/A

WCM

SILVERLIGHT

N/A

OTHER

Published: 8/25/2009  7:32 AM | 0  Comments | 0  Links to this post

Aug 182009

SharePoint Development Weekly Roundup (18Aug)

[Cross Posted on SharePointDevWiki.com]

TOP THIS WEEK

PODCASTS/WEBCASTS

#SP2010

TOOLS/ENVIRONMENT

SOLUTION PACKAGES

N/A

DEVELOPMENT

DEPLOYMENT

ISV/VENDORS

N/A

WCM

SILVERLIGHT

N/A

OTHER

Published: 8/18/2009  3:23 AM | 0  Comments | 0  Links to this post

Aug 142009

#SharePoint Site Collections and 100Gb Content Database guidance

I’ve been in Adelaide for a few days reviewing a company building a product on top of SharePoint. Some of the team had been on the 4 day “boot camps” that are run here in Australia that cover developing solutions with SharePoint. One of the common things I continue to see in the “wild” is the fact that developers tend not to keep track of the information published on TechNet and MSDN. Some of this information is absolutely necessary to be aware of when developing on SharePoint, such as disposing of SPWeb for performance issues and guidance around how to architecture large scale solutions. This stuff simply doesn’t make it into most training courses and most developers attend training once and don’t go for the refresh so wouldn’t be notified anyway.

100Gb guidance

It is very common for Organisations to implement Intranets with Document Management Systems on the SharePoint platform without the knowledge that if Content Databases grow over 100Gb there are potential performance issues (as discussed in the TechNet article). Once you start hitting this limit, you really need to start splitting up the information within your solution across Content Databases, which means splitting it across Site Collections.

Don’t panic

image

This is something that can be done after the roll out e.g. if you do hit the 100Gb you can start “re-parenting” sites (SPWeb)  into new provisioned Site Collections (SPSite) and using managed paths to allow these to run within the same Web Application.

Misunderstanding

There are mixed opinions on the recommended 100Gb limit depending on what resources you read. This is yet another area of SharePoint that adds confusion to any implementation. As a quick test on Twitter I posted the question “Can a site collection have more than one Content Database?”, it was amazing to see the variations that I received as replies. The “death by information” on TechNet and MSDN that is spread across multiple resources around this topic doesn’t make it any easier to digest either. It’s like an IKEA instruction manual where you’re missing some bolts!

It’s not just for front end performance

Another compelling reason to split the implementation across Site Collections is because rather than having one large 100Gb database, you have multiple smaller ones.

Also separating your information architecture across Site Collections allows you to delegate Site Collection Administrators across your business.

References

Published: 8/14/2009  5:27 PM | 0  Comments | 0  Links to this post

Aug 112009

SharePoint Development Weekly Roundup (11Aug)

[Cross Posted on SharePointDevWiki.com]

TOP THIS WEEK

TOOLS/ENVIRONMENT

SOLUTION PACKAGES

DEVELOPMENT

ISV VENDORS

WCM

SILVERLIGHT

OTHER

Published: 8/11/2009  3:55 AM | 0  Comments | 0  Links to this post

Aug 112009

#SharePoint Implementations: the 80/20 rule

I had an e-mail from Mahdi Sheikhi who was asking me to talk more about the 80/20 rule which I mentioned in a previous article:

“if you can earn 80 percent of your requirement with current SharePoint features and need to development for other features , SharePoint is your solution.”

SharePoint is a Development Platform with lots of functionality available out of the box. SharePoint MVP, Sahil Malik, also recently did a podcast show where he also quoted the 80/20 rule. So what is it?

When you’re gathering requirements, gather requirements!

One of the tips that Sahil raised was that before saying “yes, no problem” about implementing a Solution in SharePoint, do a quick Proof of Concept (PoC) to guarantee it will actually work. The best approach when gathering requirements from Business Users is to gather the requirements…and not drag the conversation down to how it will be implemented in SharePoint. This can be hard sometimes as you wish to explain how you can leverage SharePoint functionality that may improve the End User experience for the End User and extend the requirements with little effort.

Watch out for the traps

Dragging it down to the implementation will cause you to promise functionality that may not be possible with excessive customisation or development. Sahil used a great example of the limitation around SharePoint 2007 not being able to have a BDC Site column in a Content Type, this kind of thing would not be obvious without actually running a PoC.

There are plenty of these trip wires in the SharePoint platform where you think it would be easy and then realise it isn’t! The 80/20 rule is the guidance around where 80% of the requirements can easily be implemented using out of the box components with the Web UI or SharePoint Designer. There are often requirements (the last 20%) that require customisations or development work to occur.

One step forward, one step back

The other thing to bare in mind is that there are often multiple ways to implement the solution to meet the requirements. Often the last 20% of the requirements to be implemented can mean taking a few steps back from the implementation approach and moving down another approach. With all implementations it is worth putting a PoC together across all the requirements where there are unknowns. This would reduce the amount of back steps taken during the process.

Do you really need this?

Often with a lot of discussions with Business Users, they will mention requirements that they have come up with that may never be used. Don’t be a afraid to push back on these, especially if it is something in the last 20%. A delicate way to do this is to take the Agile methodology approach to requirements and rate the priorities and then schedule implementation based on this. Often Business Users see the functionality roll out gradually as more requirements are reached and realise that some of their requirements are not necessary.

Published: 8/11/2009  2:00 AM | 1  Comment | 1  Links to this post

Aug 042009

SharePoint Development Weekly Roundup (04Aug)

[Cross posted on SharePointDevWiki.com]

Top This Week

#SP2010

  • I think everyone is too busy playing in their private betas to blog about #SP2010 :-( *sigh*

Tools/Environment

Solution Packages (WSP)

Development

ISVs/Vendors

WCM

Silverlight

Other

Published: 8/4/2009  4:19 AM | 0  Comments | 0  Links to this post