Site Pal Avatars, kinda cool, what do you think?
SitePal.com
Well, I just finished up some work in our CAB app to dynamically associate help with specific CAB smartparts. I thought it was pretty cool in the end to be able to do this with a Builder Strategy and not have to hardcode all of the help references in each component. So, there are a few parts to make this work. The HelpComponent is a serializable type we defined to store help info. The Help Provider Service will be used to load our stored HelpConfiguration file. The Help Provider Strategy hooks up ......