User Portlet User Portlet

Discussions
It would be nice also to be able to list which product one might be proficient at, or even own a license. Like webMathematica, Workbench, SystemModeler, etc... Obviously one can do that in the text section, but a structured way would be more...
This is exactly what I was looking for. Perfect answer. THANK YOU Vitaliy!
I just heard it is not in M9. Hoping for 9.1... However this code is still a good way to do it: data = Accumulate[RandomReal[{-0.8, 1}, 1000]]; {ListLinePlot, ListLinePlot[Accumulate]} ...