Blog - Robert Bogue [MVP]
Rob's Notebook
SharePoint Calendar
Thor Projects LLC - Welcome
Thursday, February 28, 2008

Introducing The SharePoint Shepherd’s Guide for End Users

 

It is with great pleasure that I introduce availability for The SharePoint Shepherd’s Guide for End Users.  The book has been a passion of mine for some time and represents a radical departure from my previous publishing experiences.  This is a book that is specifically designed to provide the most flexibility in my being able to support your needs.

The book itself is a collection of 116 step-by-step guides for how to use SharePoint.  It covers the core tasks that every user needs to be able to do.  It’s not things that just the power users need to do, or that the site administrators need to do.  These are the everyday tasks that every user needs to do.  From uploading a document to recovering an item from the recycle bin, there are step-by-step instructions on where to go and what to do.

The book’s companion site, www.sharepointshepherd.com, contains a complete table of contents and a sample task so you can see what tasks are covered in the book – and how they’re covered in a step-by-step manner.

Right now the book is available from lulu.com.  Lulu.com is a print-on-demand publisher/printer that I’ve used for the production of the book.  This means that books are printed after you order them.  Generally this occurs within 24-48 hours.  The book will eventually be available on Amazon.com and other online resellers, but that may take as much as 8 weeks from today.  This is due to the way that the book industry works.  Rather than wait until it was available universally I wanted to allow folks to order the book today.

Earlier I mentioned that the way the book was approached was specifically designed to make things flexible.  This is primarily in the area of corporate licensing.  In my conversations with my clients, with Microsoft representatives, and other MVPs, it became apparent that there was a need for corporations to deploy step-by-step guides for their end users.  The Microsoft provided help and learning kit just weren’t enough for most organizations.  This was the genesis of the book – to provide a solution for organizations who need to empower their users to use SharePoint.

Unfortunately, traditional publishers are simply not capable of dealing with corporate licensing deals on any kind of scale.  That meant that I had to find a printer/publisher who would allow me to retain 100% of the rights so that I could license the content to corporations as they need it.

If you want to know more about corporate licensing contact my administrative support at admin@availtekllc.com.  The team will be happy to help you with the options for licensing and the costs.  They’ll also be happy to assist you with large quantity orders of the hardcopy book.  The basic licensing models for the book in electronic form is either in PDF or Word format with varying print options and modification rights.  We should be able to accommodate any need including custom publication requests.


Categories: Professional | 0 Comments
 
Tuesday, February 12, 2008

SharePoint Designer and Governance

Last week at the SharePoint Information Worker Conference I gave a talk on SharePoint Designer.  It was about when and how to use it.  After the talk one of the attendees pointed out that I neglected a fairly important topic in the presentation.  It’s one that I neglected in my article on the same topic.  I was quite disturbed because the topic is so blatantly obvious to me as something I should have talked about that I’m mystified by how I missed it.  It’s not like the topic of governance is a mystery to me.  My articles (here and here) are a good checklist for the things you should consider when deploying SharePoint but they too are markedly absent of suggestions on SPD.  So, here’s a quick discussion that I typically have with my clients.

The topic, as you may have guessed by the title of this post is SharePoint Designer Governance.  I talked about what good users for SPD are and what bad uses for SPD are – but I never came right out and made any recommendations for how to put a governance framework around SPD in your organization.  So here are my recommendations for SPD Governance:

1)      No one is allowed to make master page or page layout changes with SPD in a production area.  I’m not going to get into the customized/un-customized debate.  Put simply, if you’re talking about publishing, you need repeatability.  That is only accomplished by wrapping up SPD changes into Features and Solutions.  If you’re going to wrap the changes up into Features and Solutions do it and test the results.  Don’t try to make the changes in Dev and then promote the code that you didn’t use into QA.

2)      Discourage the use of SPD as an editor for collaboration sites.  With publishing sites it is easy to draw a hard line in the sand.  However, what about situations where it’s just a collaborative site and the site will go away in a few months?  Here you have to educate the user on the issues (for instance, no upgrades) with using SPD but ultimately allow them to do that if they believe it’s necessary.

3)      End Users don’t get to create SPD workflows in a large organization, business analysts do.  Most larger IT shops have the role of a business analyst or a liaison.  These are the folks that are tasked with truly understanding the business and helping IT understand their needs.  These folks are often burdened with the reality that there are a lot of issues that IT doesn’t have the time to fix and are closest to the users so therefore most likely to be inspired to fix the problem.  Empowering them to make small solutions for their business units is a great idea.  The problem with extending this functionality to the end users is that often the end user doesn’t know when something can be created in SPD and when it’s more appropriate to create a workflow template in Visual Studio.  There are also training issues, and potential loop issues to be considered.  In short, move this as close as you can to the users without directly giving them access.

4)      DataView web parts get created on scratch pages or sites and then get exported and reimported.  SharePoint Designer’s ability to create DataView web parts is awesome.  Its ability to accidentally customize a page isn’t.  By setting a policy that dataview web parts will be created and then moved to their production page homes you can minimize the chance that someone will accidentally customize a page and cause issues for upgrades later on.

The primary challenge when looking at SPD roll outs and governance, in my experience, has been a misunderstanding of what the tool does.  It’s a data view web part creator, a workflow creator, and an HTML/CSS editor.  Many folks think that it’s an enhanced editor for WCM content pages (it isn’t) or that SPD workflows are reusable (they’re not.)  Once these two misconceptions are put to bed the perceived number of people who need SharePoint Designer drops dramatically.

SPD is a great prototyping tool and thus a great tool for business analysts.  However, it’s not a tool that should necessarily be in the hands of every user.


Categories: Professional | 2 Comments