Contributor Page



73:  The Making of CollaborationToday.info

In this episode Niklas Heldloff from IBM and OpenNTF.org comes on the show to talk about the brand new community site: collaborationToday.info. Niklas was one of the team that built this site. This is the first part of a series of videos that detail what the site is and how various pieces were built. This video focuses on what features the site contains and how you might go about setting up your own version when it becomes available. Big thanks to the team that created this site. I think this is a huge contribition to the community, not only the site itself, but the code - which should make it to OpenNTF in a couple weeks or so. I think this will be an app that you'll want to pick apart to see how it was built. Also I want to thank Niklas for taking the time to make the video and joining me on the "Drive to 99"!!!

78:  XPages and Counting Clicks

In this show Niklad Heidloff comes back to take another look at a technique used in the CollaborationToday.info website. He will show how they keep a count of what articles people are clicking on. Just wanted to say another big thanks to Niklas for contributing these videos to NotesIn9 and to the team from OpenNTF.org for creating the application in the first place.

77:  Data Caching Tips from CollaborationToday.info

In this show we take abother look at the great new website CollaborationToday.info. This is is an aggregration of relevant news and articles for IBM Collaboration Solutions. In order to maximize performance this site caches view data into memory by using a Java bean. This means that in can render pages from memory rather then having to hit a view index on disc all the time.