User Kasper - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T13:40:18Zhttp://stackoverflow.com/feeds/user/23499http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1737149/limit-the-number-of-available-visible-content-types-in-document-libraries1Limit the number of available/visible Content Types in document libraries Kasper2009-11-15T10:06:52Z2009-11-15T20:23:37Z
<p>Users seems to have a hard time picking the right document template when the "New" list contains a lot of items.</p>
<p>Rather then displaying 50 items in the "new" dropdown list I am looking for a solution that will only show the documents which is relevant at the moment. I have a "Life cycle" choice field in another list and only a subset of documents should be visible as per the value of that choice field. My question is whether there is a good reason <b>not</b> to set the Hidden property on each item when the value of "Life cycle" changes.</p>
<p>The suggestions on <a href="http://www.sharepointoverflow.com/questions/401/hide-contenttypes-based-on-listitem-value" rel="nofollow">SharePointOverflow</a> points to a JQuery-based approach where I tends to like a Event Receiver approach ( Iterate through the content types in the document library when the value of the "Life Cycle" field is changed). </p>
<p>What do you prefer and why?</p>
http://stackoverflow.com/questions/1737745/dependency-inject-sql-connection/1737764#17377640Answer by Kasper for Dependency Inject Sql Connection?Kasper2009-11-15T15:06:20Z2009-11-15T15:06:20Z<p>Martin Fowler has an article on the subject <a href="http://martinfowler.com/articles/injection.html#FormsOfDependencyInjection" rel="nofollow">here</a>, that explains the various approaches. On a personal note, I prefer the interface injection but that is a question of taste.</p>
http://stackoverflow.com/questions/1733514/how-to-access-sharepoint-data-using-c/1737212#17372120Answer by Kasper for How to access sharepoint data using C#?Kasper2009-11-15T10:39:53Z2009-11-15T10:39:53Z<p>To me it sounds like you should use the Out Of The Box SharePoint web services. There is no reason why you should have to learn the entire SharePoint API when you could get along just talking to the web service.</p>
<p>This <a href="http://www.infoq.com/articles/swanson-moss-web-services" rel="nofollow">primer on InfoQ</a> is good, but do a seach on SharePoint Web Services and you will find plenty of sources</p>
http://stackoverflow.com/questions/961654/how-to-maintain-a-design-specification-in-a-scrum-environment4How to maintain a design specification in a Scrum environment?Kasper2009-06-07T10:31:22Z2009-10-23T08:06:44Z
<p>I really like the concept in the <a href="http://agilemanifesto.org/" rel="nofollow">agile manifesto</a> that the focus should be on working software rather then on comprehensive documentation. On the other hand a part of my job is also to manage the product and as such I need a up to date version design document at all times. Some might say that the current version of the working software IS all the documentation that I need, but I need the documentation to prove that the product works as per the customers specifications, even after 10 changes to the original design.</p>
<p>In a previous job each and every approved change was integrated in a design document per major feature in the system. This procedure added a significant overhead to each change, since at least one and posible two word docs had to be updated, approved and signed. </p>
<p>At least this procedure worked in a waterfall project but now I am looking for a more agile way to document the current agreed state of the solution so I am really looking forward to hear how you handle this issue, thanks.</p>
<p>Edited: My issue here is how to track how come the system looks or behaves the way it does. So I have an existing system in production and the customers logs an issue that the system should do Y when X is entered. Then I'll need to figure out the <strong>current</strong> specification for that piece of functionality which might have been changed a number of times in various user stories, sigh.</p>
http://stackoverflow.com/questions/1501666/assessment-of-project-mangerss-volume-of-work-what-is-a-good-methodology/1512040#15120400Answer by Kasper for Assessment of project mangers's volume of work - what is a good methodology?Kasper2009-10-02T22:11:50Z2009-10-02T22:11:50Z<p>I am trying to understand WHY you have been asked to estimate the amount of work that a project manager does on a project.
At best it is just a request for a rule of thumb, otherwise it indicates that your boss just don't know the first thing about running a project. Even when projects looks very similar there will always be something unique about a project:</p>
<ul>
<li>The team is not identical (teaching
the new guy the ropes takes time)</li>
<li>The spec might vary just a tiny bit
(and that tiny bit might double the
workload)</li>
<li>Even the season might influence the
outcome</li>
<li>and so on and so forth</li>
</ul>
<p>Each and every condition on the project might change the workload of the project manager, so it will always be a <strong>subjective</strong> assessment.</p>
http://stackoverflow.com/questions/1495062/integrating-powershell-in-sharepoint1Integrating PowerShell in SharePointKasper2009-09-29T21:30:37Z2009-09-30T09:30:26Z
<p>For some time I have been looking at the possibility to integrate PowerShell as a scripting engine in SharePoint but I haven't found the right solution yet.</p>
<p>My main objective is to enable event triggers in e.g. a list to call and execute a PowerShell script (by filename) on the local server. This would give me a lot of flexibility compared to using an ordinary event handler written in visual studio, but the question is whether it is possible and whether I have overlooked some serious security issues?</p>
<p>Since each and every unique idea that I come up with in many years have already be invented by somebody else, I might have missed an existing product/project so any links to such projects will be appreciated, thanks</p>
http://stackoverflow.com/questions/1479592/consuming-sharepoint-web-services/1480853#14808531Answer by Kasper for Consuming Sharepoint web services Kasper2009-09-26T09:35:40Z2009-09-26T09:35:40Z<p>Eric White has a nice Sharepoint Web service primer that might be a good place for you to start from :</p>
<p><a href="http://blogs.msdn.com/ericwhite/archive/2009/01/06/getting-started-with-sharepoint-wss-web-services-using-linq-to-xml.aspx" rel="nofollow">http://blogs.msdn.com/ericwhite/archive/2009/01/06/getting-started-with-sharepoint-wss-web-services-using-linq-to-xml.aspx</a></p>
http://stackoverflow.com/questions/1478882/boss-doesnt-believe-my-time-estimate-advice-backup/1479742#14797421Answer by Kasper for Boss doesn't believe my time estimate... advice/backup?Kasper2009-09-25T21:51:59Z2009-09-25T21:51:59Z<p>Most likely neither your boss nor you have a complete idea about the proposed app, as it is just an idea on a napkin.
Rather then arguing about the estimates perhaps you should do a few spikes, just to test your estimates, is that an option?</p>
<p>As Dustin said this sure looks like a text book example of an agile process. In order to minimize the risk on this project you might choose to deploy a version each month or so. If the customer is happy about the product, well that is perfect, but if he cancells the project during the development your company have only lost X month of work, rathen then the full 18 months. </p>
http://stackoverflow.com/questions/1407711/adding-relations-to-an-access-database/1407860#14078600Answer by Kasper for Adding relations to an Access Database.Kasper2009-09-10T21:33:22Z2009-09-10T21:33:22Z<p>There might be a tool out there that might be able to "guess" the relations but I doubt it. Frankly I am scared of databases without proper foreign keys in particular and multi user apps that uses Access as a DBMS as well.
I guess that the app must be some sort of internal tool, otherwise I would suggest that you move to a proper DBMS ( SQL Express is for free) and adds the foreign keys. </p>
http://stackoverflow.com/questions/1407063/what-are-the-qualities-skillset-to-look-for-while-hiring-for-software-quality-eng/1407130#14071301Answer by Kasper for What are the Qualities/Skillset to look for while hiring for Software Quality Engineer Position ?Kasper2009-09-10T19:07:06Z2009-09-10T19:07:06Z<p>Interpersonal skills, as a triumphant or condescending attitude might easily get him or her killed while dealing with developers :-)</p>
http://stackoverflow.com/questions/1377184/how-to-hand-over-a-project-systematically/1384158#13841582Answer by Kasper for How to hand over a project systematically?Kasper2009-09-05T20:11:33Z2009-09-05T20:11:33Z<p>Most handovers, perhaps all of them, will cause a lot of information to be lost. The only effective way to perform a handover that I have seen is to do it gradually. One way to do it is to allow a few key people from phase One to stay on the project well into Phase Two.</p>
<p>The extreme solution is to get rid of all handovers, and start using an Agile mindset.</p>
http://stackoverflow.com/questions/1380277/sharepoint-find-out-if-current-user-belongs-to-specified-group/1384047#13840470Answer by Kasper for Sharepoint: find out if current user belongs to specified groupKasper2009-09-05T19:06:06Z2009-09-05T19:06:06Z<p>Hi,</p>
<p>One way to approach that kind of issues is to find inspiration at Codeplex. The quality of the code that people have released is usually very good. </p>
<p>I am sure that you can find the solution here: <a href="http://accesschecker.codeplex.com/" rel="nofollow">http://accesschecker.codeplex.com/</a></p>
http://stackoverflow.com/questions/1052405/which-file-based-dbms-should-i-support-in-an-open-source-project1Which file based DBMS should I support in an open source project?Kasper2009-06-27T08:38:44Z2009-09-02T12:21:43Z
<p>I am working on an open source project which can use a number of DBMS' as backend. So far we supports SQL Server 2005 and SQL Server 2008 but we would also like to support some additional databases including some file based DBs.</p>
<p>Note: The file based databases must work on a 64-bit platform, so MS Access is not an option as there is no 64-bit provider AFAIK.</p>
<p>Which DBMS should a database centric open source project support in your opinion?</p>
http://stackoverflow.com/questions/1150313/weird-splistitem-url-when-adding-a-new-announcement0Weird SPListItem URL when adding a new announcementKasper2009-07-19T16:55:34Z2009-08-30T16:39:42Z
<p>When I add a new item in a default Announcement list using the GUI the new item looks just as I would expect, showing the title of the item in the breadcrumb. However when adding the new item through the object model:</p>
<p>SPList theList = web.Lists["announcement"];</p>
<p>SPListItem theitem = theList.Add();</p>
<p>theitem["Title"] = "this is the title";</p>
<p>theitem.Update();</p>
<p>then the breadcrumb will display something like
WebTitle.ListTitle.34_.000, which I believe to be the itemID and versionnumber of the item.</p>
<p>A search give <a href="http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/splistitemurl-funky-return-fiesta/" rel="nofollow">this</a> but I would like to know the root cause and possible how to avoid the issue. </p>
http://stackoverflow.com/questions/1150313/weird-splistitem-url-when-adding-a-new-announcement/1354260#13542600Answer by Kasper for Weird SPListItem URL when adding a new announcementKasper2009-08-30T16:39:42Z2009-08-30T16:39:42Z<p>The issue has been resolved. Actually the list in question was a discussion list, not a announcement list ( why it was then named "announcement" is a big mystery),
Since a discussion is actually a thread container and the threads within the container, I had to call <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.utilities.sputility.createnewdiscussion.aspx" rel="nofollow">SPUtility.CreateNewDiscussion</a> rather then list.Add.</p>
http://stackoverflow.com/questions/1314336/sharepoint-2010-and-firefox-safari-will-kerberos-work0SharePoint 2010 and Firefox/Safari, will Kerberos work ?Kasper2009-08-21T21:33:59Z2009-08-22T09:39:38Z
<p>As far as I know both FireFox and Safari can not work with Kerberos in a SharePoint context for the time being, but why is that, and should we expect that both FireFox and Safari will play ball in the SharePoint 2010 timeframe?</p>
http://stackoverflow.com/questions/1272867/software-task-project-planning-books/1280195#12801950Answer by Kasper for Software task/project planning books?Kasper2009-08-14T20:59:57Z2009-08-14T20:59:57Z<p>Since you are (also) looking for an easy path from user stories/ use cases to test cases you might find BDD and frameworks like <a href="http://www.codeplex.com/storyq/" rel="nofollow">StoryQ</a> interesting, as it convert your use cases to a number of unit tests.</p>
http://stackoverflow.com/questions/1141147/what-steps-can-i-take-to-optimise-build-times-in-teamcity/1224798#12247980Answer by Kasper for What steps can I take to optimise build times in TeamCity?Kasper2009-08-03T21:48:55Z2009-08-03T21:48:55Z<p>As a rule of thumb you should keep the build that is triggered on commit as short as posible, so you should try to refactor the build configuration into a slim on commit build, and run the current configuration once every hour or so.</p>
http://stackoverflow.com/questions/1218471/for-home-projects-can-mercurial-or-git-or-other-dvcs-provide-more-advantages-o/1219222#12192220Answer by Kasper for For home projects, can Mercurial or Git (or other DVCS) provide more advantages over Subversion?Kasper2009-08-02T16:32:04Z2009-08-02T16:32:04Z<p>Why bother? </p>
<p>At e.g. <a href="http://beanstalkapp.com/pricing" rel="nofollow">Beanstalk</a> you can get free SVN hosting if you can keep the repository below 100 MB. That is cheap and they will even handle backing up the repository.
I assume that you will be able to locate free or cheap services for other VCSs as well</p>
http://stackoverflow.com/questions/1219094/separate-firstname-and-lastname-from-fullname-string-in-c/1219146#12191461Answer by Kasper for Separate firstname and lastname from fullname string in C#Kasper2009-08-02T16:02:21Z2009-08-02T16:02:21Z<p>If you only have a few users (<100k) then see if you can get somebody to do it manually, and use your time on something worthwhile. Since it is a one time job the ROI sucks :-)</p>
http://stackoverflow.com/questions/279097/microsoft-visual-studio-tools-for-office-is-it-worth-using/341873#3418731Answer by Kasper for Microsoft Visual Studio Tools for Office. Is it worth using?Kasper2008-12-04T20:06:48Z2009-07-31T10:09:27Z<p>Before VSTO 3.0 I would agree with Ryan Lanciaux but not anymore. These days I have become so productive in VSTO that I do even small one off jobs in VSTO. That have saved my butt in a few cases as the add-in became very popular within the firm, and all I had to do was to add the path to the Click-once package :-)</p>
http://stackoverflow.com/questions/1196415/what-datatype-to-use-when-storing-latitude-and-longitude-data-in-sql-databases/1196772#11967720Answer by Kasper for What datatype to use when storing latitude and longitude data in SQL databases?Kasper2009-07-28T21:12:37Z2009-07-28T21:12:37Z<p>Well, you asked how to store Latitude/Longitude and my answer is: Don't, you might consider using the <a href="http://en.wikipedia.org/wiki/World%5FGeodetic%5FSystem" rel="nofollow">WGS 84</a> ( in Europe <a href="http://en.wikipedia.org/wiki/European%5FTerrestrial%5FReference%5FSystem%5F1989" rel="nofollow">ETRS 89</a> ) as it is the standard for Geo references. </p>
<p>But that detail aside I used a User Defined Type in the days before SQL 2008 finally include geo support.</p>
http://stackoverflow.com/questions/1190974/creating-a-plugin-for-outlook-with-vs-2008/1191106#11911061Answer by Kasper for Creating a plugin for outlook with VS 2008Kasper2009-07-27T23:00:44Z2009-07-27T23:00:44Z<p>It sound like you should take a look at <a href="http://weblogs.asp.net/avnerk/archive/2007/01/03/vsto-for-outlook-2007-building-the-add-in-part-2.aspx" rel="nofollow">this guide</a>. </p>
<p>By the way, it almost always pays off to visit www.outlookcode.com/ when dealing with Outlook.</p>
http://stackoverflow.com/questions/1184879/setting-up-a-sandbox-dev-environment-for-sharepoint/1184968#11849680Answer by Kasper for Setting up a sandbox dev environment for SharepointKasper2009-07-26T16:34:38Z2009-07-26T16:34:38Z<p>One option could be to copy an existing virtual image from the company network and run that image at home.
If you don't have any existing images at the company you can create one using the "physical to VM" option in VMware workstation / Virtual server and then clone an existing server.</p>
<p>Remember that you might need to create a library of images if you have to test code on an box with SP1, SP2, June Cumulative and so on.
<a href="http://serverfault.com/questions/18290/virtual-machine-guest-optimization-tips">this</a> post on ServerFault is a nice guide to max the performance of the image.</p>
http://stackoverflow.com/questions/1184764/store-options-in-database-or-in-a-file/1184859#11848590Answer by Kasper for Store options in database or in a file?Kasper2009-07-26T15:37:44Z2009-07-26T15:37:44Z<p>That depends on a number of factors:</p>
<ol>
<li>Do you have more then one Front End
Server, then the database approach
requires less maintainance.</li>
<li>If you have a Dev, QA as well as a
Prod environment then the file
approach makes sense as the config
will not be changed when
copying/restoring a database from
one of the other environments.</li>
</ol>
http://stackoverflow.com/questions/1183071/what-is-the-most-important-feature-of-sharepoint-2010/1183131#11831310Answer by Kasper for What is the most important feature of SharePoint 2010Kasper2009-07-25T21:37:04Z2009-07-25T21:37:04Z<p>So far I'll say that the updated BDC is the most important feature but since integration with 3rd party applications is my daytime job I might be biased</p>
http://stackoverflow.com/questions/1182148/what-approach-do-you-use-to-find-information-on-how-a-class-method-framework-work/1182170#11821701Answer by Kasper for What approach do you use to find information on how a class/method/framework works?Kasper2009-07-25T14:19:46Z2009-07-25T14:19:46Z<ol>
<li>Any day of the week: the source code</li>
<li>If the source code is not available
as I only have the assembly : Red
Gates Reflector</li>
<li>Ask colleagues</li>
<li>If that doesn't give the answer,
then try google</li>
<li>Try asking on StackOverflow</li>
</ol>
http://stackoverflow.com/questions/1181848/is-sql-server-2005-express-good-enough-for-development/1181876#11818764Answer by Kasper for Is SQL Server 2005 Express good enough for developmentKasper2009-07-25T11:09:31Z2009-07-25T11:09:31Z<p>If your MSDN subscription permits I'll recommend that your devs install the developer edition of either SQL 2005 or SQL 2008 as that version includes the SQL profiler which will make it easier for the devs to pinpoint SQL bottlenecks.</p>
http://stackoverflow.com/questions/1180364/how-do-you-get-file-details-in-a-sharepoint-itemeventreciever-in-the-itemadding-e/1180445#11804451Answer by Kasper for How do you get file details in a SharePoint ItemEventReciever in the ItemAdding Event?Kasper2009-07-24T22:17:30Z2009-07-24T22:17:30Z<p>As Janie wrote this event is triggered before the insert, but you should be able to access the BeforeProperties so you don't have the use the ItemAdded event. </p>
<p>That would in most cases be to late as the ItemAdding event is commonly used to validate the input.</p>
<p>Happy coding</p>
http://stackoverflow.com/questions/1159351/what-good-web-file-management-systems-do-you-use/1180077#11800771Answer by Kasper for What good web file management systems do you use?Kasper2009-07-24T20:45:59Z2009-07-24T20:45:59Z<p>Sharepoint, just use the WSS 3.0 that comes for free with a Windows Server license.</p>
<p>One of the best features in WSS is document management, including versioning. Since SharePoint supports document level access out of the box, you should be able to set up a very nice system using the out-of-the-box functionality.
The search functionallity also handles the item level security so if search locates documents that the current user will not be able to access, they will be trimmed out of the result set :-) </p>
http://stackoverflow.com/questions/1737745/dependency-inject-sql-connection/1737764#1737764Comment by Kasper on Dependency Inject Sql Connection?Kasper2009-11-15T16:42:06Z2009-11-15T16:42:06ZAgree, but I doubt that the only difference will be the connectionstring, that is most likely just the tip of the iceberg. If the connectionstring really is the only property that differs then a setter method will do quite nicelyhttp://stackoverflow.com/questions/1734024/managing-multiple-software-projects/1735766#1735766Comment by Kasper on managing multiple software projectsKasper2009-11-15T15:13:19Z2009-11-15T15:13:19ZTrue, bubble diagrams makes the properties of the projects in the portfolio visible. Alignment with the product development strategy (if it exists) should also be assessed.http://stackoverflow.com/questions/1494064/iterating-through-a-splistitem-splistComment by Kasper on Iterating through a SPListItem/SPListKasper2009-09-29T22:10:48Z2009-09-29T22:10:48ZAre your users using Outlook? if so then you might just use the out of the box functionality and save you self some workhttp://stackoverflow.com/questions/1407711/adding-relations-to-an-access-database/1407860#1407860Comment by Kasper on Adding relations to an Access Database.Kasper2009-09-11T06:00:45Z2009-09-11T06:00:45ZTony, nothing as such but in this case both issues are presenthttp://stackoverflow.com/questions/1407711/adding-relations-to-an-access-database/1407860#1407860Comment by Kasper on Adding relations to an Access Database.Kasper2009-09-10T22:16:48Z2009-09-10T22:16:48ZWell, since this is brown field it might be kind of tricky to replace the database, but it should still be doable. Then again, if the DAL is nice and clean the ROI on replacing the DB might be to lowhttp://stackoverflow.com/questions/1377184/how-to-hand-over-a-project-systematically/1384158#1384158Comment by Kasper on How to hand over a project systematically?Kasper2009-09-05T20:51:04Z2009-09-05T20:51:04ZThat is exaclly the reason why the key players should never travel together :-) http://stackoverflow.com/questions/1223094/problem-finding-item-list-id-in-wss-3-0/1223222#1223222Comment by Kasper on Problem finding Item List Id in WSS 3.0Kasper2009-08-03T16:53:05Z2009-08-03T16:53:05Z<a href="http://blogs.msdn.com/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx" rel="nofollow">blogs.msdn.com/brianwilson/archive/…</a>http://stackoverflow.com/questions/1223094/problem-finding-item-list-id-in-wss-3-0/1223222#1223222Comment by Kasper on Problem finding Item List Id in WSS 3.0Kasper2009-08-03T16:49:36Z2009-08-03T16:49:36ZBrian Wilson wrote a very nice guide about event handling and included a ready-to-use framework. Event handler can be a lot of fun, happy codinghttp://stackoverflow.com/questions/1218471/for-home-projects-can-mercurial-or-git-or-other-dvcs-provide-more-advantages-o/1219222#1219222Comment by Kasper on For home projects, can Mercurial or Git (or other DVCS) provide more advantages over Subversion?Kasper2009-08-02T18:15:17Z2009-08-02T18:15:17ZMy point is that there is no reason to set up your own VCS for home project when you can get free hosting on both SVN and GIT. http://stackoverflow.com/questions/1219094/separate-firstname-and-lastname-from-fullname-string-in-c/1219146#1219146Comment by Kasper on Separate firstname and lastname from fullname string in C#Kasper2009-08-02T16:19:33Z2009-08-02T16:19:33Zexactly ;-) I only know it to wellhttp://stackoverflow.com/questions/1181502/creating-a-server-project-in-vb6-and-ms-access/1181535#1181535Comment by Kasper on creating a server project in vb6 and ms-accessKasper2009-07-25T08:12:11Z2009-07-25T08:12:11ZI have to agree, there is no reason to use Access as the DBMS on a multi user system. I dropped MS Access when SQL 2005 express became available and I have never regretted that.
BTW why VB6 when Microsoft stopped support for that product in March last year?http://stackoverflow.com/questions/1150313/weird-splistitem-url-when-adding-a-new-announcementComment by Kasper on Weird SPListItem URL when adding a new announcementKasper2009-07-20T07:25:48Z2009-07-20T07:25:48ZThe code is not the actual code as I can't access that code repository from home right now, sorry. http://stackoverflow.com/questions/1052405/which-file-based-dbms-should-i-support-in-an-open-source-projectComment by Kasper on Which file based DBMS should I support in an open source project?Kasper2009-06-28T21:34:37Z2009-06-28T21:34:37ZJust for the record: The project is for windows only and in C# (framework 3.5) We'll add support for SQLite first and perhaps Firebird (embedded) second. For the time being I see no reason to support MySQL or similar when a SQL 2008 express is for free, but perhaps one day I might see the light :-) http://stackoverflow.com/questions/1023472/recommend-a-tutorial-to-read-excel-file-in-c/1023539#1023539Comment by Kasper on recommend a tutorial to read Excel file in C#Kasper2009-06-21T16:25:00Z2009-06-21T16:25:00ZHi George2,
No, not really. But try to have a look at some of the projects on codeplex, that is how I dig into a new subject, by reading other peoples code :-)http://stackoverflow.com/questions/961654/how-to-maintain-a-design-specification-in-a-scrum-environment/961698#961698Comment by Kasper on How to maintain a design specification in a Scrum environment?Kasper2009-06-07T11:50:39Z2009-06-07T11:50:39ZI completely agree that days for the big upfront design is over, but the transition will most likely be painfull. I have had some success teaching some of the customers to think and act like a true Product Owner but the documention issue remains.
BTW I have just been taken a Scrum Master class with Jeff Sutherland so the basics are covered, now I "just" have to implement it for real :-)