DISQUS

SharePoint Magazine: SharePoint Magazine User Experience Week: Using DelegateControls to Customize the User Experience

  • Paul Culmsee · 10 months ago
    Brilliant stuff this - i wish I had thought of that method way back when I wrote that series. Gold metal clever workaround mate :-)
  • Chris Poteet · 9 months ago
    I don't quite understand why you're categorizing this as UX. Nothing in this article actually improves the UX of SharePoint. Development does not always mean UX.
  • Bjørn Furuknap · 9 months ago
    Are you saying that having a method to alter the CSS of a page is not part of user experience?

    DelegateControls is very much a part of the user experience, yes. Both the top navigation and quicklaunch data sources are DelegateControls, as is the search box, the My site links, the visual interface... All of these things affect the user experience.

    Add your own DelegateControls to your own master or content pages and you can modify the entire interface and behavior of a site by adding or removing Features from a site.

    So how you can say that DelegateControls are not part of UX is a mystery to me. But I am very open to your further thoughts.
  • Chris Poteet · 9 months ago
    You indeed can use Delegate controls to modify the UX, but it just confounds me because in the article you don't actually give any examples of improving the UX of a SharePoint site. I doubt removing the search control and adding a yellow background improves the UX.

    I guess I was just hoping for a more tangible example of improving the UX with delegate controls not just what they are.
  • Bjørn Furuknap · 9 months ago
    I tend not to create what you call tangible examples at all. I'd rather people be creative on their own by telling people how a certain feature works and then leave it up to them to explore the full potential.

    I do evaluate your feedback, though :-) Why don't you pick up where I left and write another article with more tangible examples?
  • Chris Poteet · 9 months ago
    I did some interesting stuff making the search control more usable with delegate controls.

    I always wanted to do a project where the delegate controls were all modified to reduce the horrible markup making MOSS more standards compliant. I bet that would be a huge task.
  • Bjørn Furuknap · 9 months ago
    I think you have your work cut out for you, yes :-)
  • jainnitin · 3 months ago
    I am placing a usercontrol (contain Menu control) didn't display any where on site. Can I user

    ASP.Net menu control inside the usercontrol.