December 2006 Entries
I've decided to walk down the path so many have before me. I'm burning my feed using FeedBurner. So, If you got an aggregator with any self respect, it should fix it for you and all you have to do is nothing. If you have a crappy aggregator you need to change the feed URL to http://feeds.feedburner.com/Nihlenanizer.
This is a really good post on how to leverage the solution and feature framework in SharePoint 2007.
The MOSS team realized a little too late that they sealed the AspMenu-class for extension in WSS v3 / MOSS 2007. So doing the next best thing and released the source code for it. Read this post and download the source.
I've started thinking about accessibility in MOSS 2007 (especially WCM scenarios) and this could be a way to get the menu-control to emit a little less html-tables. Tough what I really would like to do is to get CssAdapters to work with AspMenu, but that is still at the idea-stage in my mind...
In this post I'm going to try to explain what a Feature Receiver is in SharePoint 2007 and show you an example of how to use it. First things first. What is a SharePoint Feature A feature is kinda tricky to explain. It's a functional unit that can be activated and deactivated in different scopes (site collection, web etc). There is a bunch of features out of the box as seen below. Problem definition In a recent project we decided to deploy a big chunk of meta data columns (site columns) as a feature. A couple of these columns...