knowledge-capture

Scrum Restrospectives, who do you share the results with?

I was wondering what are the best practices regarding Scrum retrospectives results distribution. Do you share the results with every other teams and even outside R&D or do you make the results available to the team only? The results of our retrospectives contain suggestions on what we need to continue doing in the next iterations alon...

How do you collect programming knowledge

Everyday we are faced with programming problems ranging from easy to complex. For me it is important to record that knowledge so that I can find it in the future. The features that I consider that most important is recording ease of use (WYSIWIG would be good), good search capabilities and perhaps hierarchical organization or tags enable...

Source core repositories and sticky notes

An interesting problem occured recently, and I've been thinking of the "best" way (for a given value of "best") to implement this. In essence, it's one of tracking notes against source code. The example that flagged this was getting a problem fixed in live within SLAs, and how to best achieve this. Without going into all the details, it...

How to feed an xml database with tags obtained thru html forms ?

Hello! Not a programmer, I begin with xml, html forms and xslt on Mac. I plan to use a form to post short texts in a xhtml page and invite end users to add some annotations to the said text. The users would select a specific part of the text posted and each annotation would stand for one specific chain of characters. My goal is to c...