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

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 312007

MOSS 2007 Records Management Review

A fellow Solution Architect I work with specialises in Records Management and is on the Professional Records Management Associations boards etc. here in Australia.

 

I have also been reading through Joel Olsen's Whitepaper on Compliance Features in the 2007 Microsoft Office System that was written back in November 2006.

 

What I am attempting to do is investigate how the likes of TRIM, OpenText and Interwoven work in terms of Records Management/Document Management and see where Sharepoint matches these "out of the box".

 

Platform Advantages

The advantage of Sharepoint is that it is built on a framework with a very substantial API Object Model. This enables me to write implementations that hook into the Sharepoint platform pretty much anywhere I please...potentially meaning that you can do anything you want in Sharepoint but it's going to take billable effort to do it.

Other Vendor products don't have as many hooks in and as many interfaces exposed which makes it hard to definitely be able to say yes to functionality especially around areas of User Interface and Events where Sharepoint is extremely strong.

The nice thing is that most of the API work in Sharepoint would be added using Features to Site Collections with hooks in for Events etc. A lot of other vendor products mean hacking away at the platform code which means that upgrades become a living nightmare! This is something that is often forgotten to be mentioned when doing custom development on such a platform.

 

Over the next few weeks I intend on producing some more structured articles on what Sharepoint can do in terms Records Management and where it needs work.

 

Quick Look

 I showed the Records Center to our Guru and she started flying requirements at me based on all the "Acts" that are out there. I've put a very brief account of some of these points:

Declaring a record
Once a working document is declared as a record all of it's versions should be captured and should be viewable. The document, as part of the record, should not be editable and versions of the document, also part of the record should not be either and should not be able to be deleted.
The first thing that our guru noticed was that you could delete versions of a document in a record and that you could also edit the metadata on the record.
She also noticed that sending the document to the Records Center still kep[t the document in the Document Library as well as now having a Record with a document inside it in the Records Center. Even to me this looked a bit unclear.
There isn't much out there in terms of Records Management, in the forms of books, white papers, blog articles and I intend on trying to open this area up a bit.

Record Declaration
Another area that she explained to me was around Record Declaration in terms of Document: linking, extraction, superseding, copying and moving.
Linking - From first glance, declaring a Word Document as a record that has a Hyperlink to another Sharepoint Document did not grab that Document as well when it created that Record.
Copying - Obviously as the Records Center can route to Document Libraries, you can copy and move the Records like any other List Item. I have yet to see whether it keeps an audit trail of these actions for the Record though. Obviously this could be done via Events, but again is more custom development.
There also seemed to be no options for the other features there either around extraction and superseding.

Where next?
I probably need to find out who the Sharepoint Records Management gurus are to shoot me down on my findings and show me how it really works as I go and I will be writing these lessons down as I come across them to save anyone else the pain.

The problem with jumping ahead with a Records Management solution, is no doubt Microsoft have now poached a few Records Managers and are taking all this feedback and writing in all this functionality into the Records Center as either a service pack, a Site Template release or possibly as part of Sharepoint 2009.
It is a major hole in the ECM story for Sharepoint as a Enterprise solution and I would be strongly recommending 3rd Party integration with OpenText, TRIM or Interwoven if there is a strong Records Management requirement.

 

Watch this space as I delve deeper into the world of Records Managers.

Published: 8/31/2007  4:51 PM | 0  Comments | 0  Links to this post

Aug 302007

Sharepoint Team Development & Continuous Integration

Coming from a .Net development background I am used to and promote the Continuous Integration paradigm. The benefits are just worth the intial effort, especially so in team development projects.
There are lots of benefits but the main one is the encourage users to develop solutions that work more than just "on their machine", so that when the build server builds the solution and deploys it to an preview environment we know it's all documented and there isn't any manual tweaks or hidden steps. You can go overboard on how far you take this automation and how far you go across automating these builds to clean fresh environments, rather than just redeploying but that's another story.
 
Ari has made some great comments on Mark Jones technical article on developing and engineering processes.
 
At the bootcamp with Clayton James the other week I highlighted the concern of the seperation of development work being done in Sharepoint Designer (e.g. editing master pages) and the versioning being held within Sharepoint versioning AND the work being done in Visual Studio for producing Site Templates, Web Parts, Event Listeners etc. and these being deployed using Features and being versioned inside SourceSafe/Team Foundation Server.
Sezai has gone to the scary point of pulling all master pages and changes made in Sharepoint Designer into Feature deployment and scripting absolutely everything so you can just delete a Site Collection and recreate everything from a script. This has some huge overhead and some serious headaches in XML editing for various files required! At this stage, short of comparing Site Collections that everyone is working on and scripting the differences I don't see a way around this step.
 
Sooner or later you will become unstuck and a setting will get omitted...or it'll become a real pain to keep creating new environments for developers and in the long run it's better to get these things setup at the start and build from these.
 
I'm predicting someone will write a tool pretty soon that will just point at a Site Collection and do all this scripting automatically. Until that point, typing in XML manually could be the only true answer.
Published: 8/30/2007  5:05 PM | 0  Comments | 0  Links to this post

Aug 302007

Enterprise 2.0: Social Networking and Sharepoint

I am currently preparing for a presentation I will be running in October titled "Using Sharepoint 2007 to Facilitate Enterprise Level Social Networking”.
 
There is obviously quite a lot of content at the moment being posted in various sources on Web 2.0 for the Enterprise and the whole Enterprise Social Networking space.
 
From the various client meetings I've had recently around our Sharepoint capabilities I've found that most are just seeking it as a Document Repository or a Web Content Management System. Clients seem very fearful of the openness of the Collaboration and Web 2.0 functionality. Most aren't even aware of the Excel Services, BDC and Forms Server areas.
Microsoft have just published a new release of the Sharepoint Product web site which seems to be broken down a lot better in terms of the 6 core areas of the platform. I found the previous layout very techically focused, probably due to it being used prior to the release for the beta audience.
 
Sharepoint is such a huge platform and in my new role as a Solution Architect (primarily Technical Presales) I've found it challenging to target the correct core area for the client on the initial overview demonstrations.
 
Over the next few weeks I will be posting a few short summarised articles on this so if you're interested please subscribe to my feed.
Published: 8/30/2007  8:15 AM | 0  Comments | 0  Links to this post

Aug 292007

Get everyone involved and get them doing it everywhere!

I was just reading Kit Kai's blog post on "Can social networking technologies help?". A few interesting points were:

- the emphasis on blogs and all roles getting involved e.g. Project Managers with particular issues which introduced scope creep and how they managed it. The idea being that people can search for these things and if they are blogged about generically enough they'll come up again.
It's a great way of communicating historic things that people at the time might remember, but new people to that area will not. We have similar things in our organisation all the time about why decisions were made and what research was required to come up with the final design etc.

- the other key takeaway was offline ability with all these things. I think it is important to encourage people to be able to contribute whilst away from their desks, imbetween meetings or on the train etc. Enterprises want to be able to encourage that people in the organisation contribute as much knowledge as possible into the collaborative environment. Tacit knowledge is just such a risk in any organisation.

- Kit also mentions Facebook and LinkedIn which seem to be the big talking points because both are being used in Business terms. Businesses are seeing this quite negatively at the moment so it will be interesting if they relate Facebook to general Enterprise 2.0. Do Management perceive that it'll be a distraction to business and don't see the benefits of it. Will it become yet another overhead like E-Mail on day to day activities?

Published: 8/29/2007  11:15 PM | 0  Comments | 0  Links to this post

Aug 202007

Defining a Sharepoint group for a web part

Once you've installed MOSS 2007 you'll notice there are heaps of web parts and making it easier for Portal Admins to find the web part to add can be made easier by "idiot-proof" naming and also grouping the web parts into sections.

 C-Dog has a great article on this which also covers how to automate what group a web part gets added to by using features and editing the .webpart manifest file. It also covers Code Access Security for web parts too and how to wrap this up and deploy it.

Published: 8/20/2007  12:00 AM | 0  Comments | 0  Links to this post