In a previous post I have described our SharePoint 2010 DTAP street. We have quite a number of environments, so it is pretty important to make installation of SharePoint 2010 easy. When we started with SharePoint 2010 in May 2010, the first thing we did was to create a set of installation scripts to install …
Category Archive: Development
Nov
16
2011
Permanent link to this article: http://www.tonstegeman.com/blog/2011/11/organizing-sharepoint-projectsinstallation/
Oct
17
2011
Organizing SharePoint projects – Our DTAP street
With a number of SharePoint 2010 projects running in production and a few projects that are currently in their second stage, I thought it was about time to write something about how we organized these projects. In this post I will describe how we applied DTAP in our projects. It took us a year and …
Permanent link to this article: http://www.tonstegeman.com/blog/2011/10/organizing-sharepoint-projects-our-dtap-street/
Aug
23
2009
JQuery and SharePoint – Lookup fields and event lists
In one of my recent projects I used some JQuery to change the width of a mulitvalued lookup field in SharePoint and to hide the Workspace field in an event list. The script to change the width of multivalued lookup fields: <script type=”text/javascript”> $(document).ready(function() { $(“select[id*='<INSERT_YOUR_FIELDNAME>']“).parent().width(300); $(“select[id*='<INSERT_YOUR_FIELDNAME>']“).parent().height(200); $(“select[id*='<INSERT_YOUR_FIELDNAME>']“).width(300); }); </script> When the lookup list has …
Permanent link to this article: http://www.tonstegeman.com/blog/2009/08/jquery-and-sharepoint-lookup-fields-and-event-lists-2/
May
22
2009
SharePoint Filter web parts: using a context filter in a page layout
For our e-office intranet I was working on a number of page layouts. In this page layout I wanted to use the out of the box Page Field Filter web part. After creating a new page using that page layout, the page crashed immediatly, showing the error message “An unexpected error has occurred”. After switching …
Permanent link to this article: http://www.tonstegeman.com/blog/2009/05/sharepoint-filter-web-parts-using-a-context-filter-in-a-page-layout/
May
21
2009
SharePoint fabulous 40: fixing the Board of Directors template
Today I was looking at the Board of Directors template, which is one of the Windows SharePoint Services 3.0 Application Templates (also known as the fabulous 40). This template contains an event calendar for board events. When you add a new board event to that list, a SharePoint Designer workflow creates a new Meeting minutes …
Permanent link to this article: http://www.tonstegeman.com/blog/2009/05/sharepoint-fabulous-40-fixing-the-board-of-directors-template/
Mar
29
2009
Changing the behavior of the Close button in SharePoint
A number of customers have asked us to change the behavior of the Close button in an announcement. The default behavior is that when the user clicks the Close button, he is redirected to the default view of the list. Unless the querystring contains the ‘Source’ parameter. The user is then redirected to the value …
Permanent link to this article: http://www.tonstegeman.com/blog/2009/03/changing-the-behavior-of-the-close-button-in-sharepoint/
Permanent link to this article: http://www.tonstegeman.com/blog/2009/03/making-changes-to-the-sharepoint-wiki-page-template-adding-navigation-using-a-control-template/
Mar
10
2009
Logging to the Workflow History List in SharePoint workflows
I keep forgetting how to do this, so I decided to write it down. In SharePoint workflows created with Visual Studio you can easily write to the history list. This makes it easier to troubleshoot your workflows. Helper methods First I create 2 static helper methods that do the work for me. public static class …
Permanent link to this article: http://www.tonstegeman.com/blog/2009/03/logging-to-the-workflow-history-list-in-sharepoint-workflows/
Mar
09
2009
Redirect in SharePoint using SPUtility.Redirect
I was looking at the Redirect method in the SPUtility class. Besides the url, this method also takes a parameter of type SPRedirectFlags. I was wondering when to use the values of this enumeration. The MSDN documentation does help a bit, but not very much. I asked on Twitter if anyone knew the meaning of …
Permanent link to this article: http://www.tonstegeman.com/blog/2009/03/redirect-in-sharepoint-using-sputility-redirect/
Feb
20
2009
Storing a collection of objects in the hierarchical object store
For one of the projects that I am working on, we had to store some additional configuration on audiences. After reading the instruction and warning by Robin, I decided the Hierarchical Object Store was the place to save the configuration. Instead of persisting one object, I had to save a number of objects. Inspired by …
Permanent link to this article: http://www.tonstegeman.com/blog/2009/02/storing-a-collection-of-objects-in-the-hierarchical-object-store/




