Feb29

How to hide View: menu on the right-hand-side of the SharePoint 2007 toolbar?

Categories: SharePoint 2007
Display the view in a browser Open the source in an editor. This is done by "right-click / view source" in IE Search for "ms-listheaderlabel". It will land on a <td> tag. Right under that <td> tag you wi...
 
Feb19

DevTeach 2008 Toronto

Categories: Speaking engagements
Yes. I will be delivering three talks on SharePoint at the DevTeach 2008 conference in Toronto May 12-16 2008. I am thrilled to be invited once again after DevTeach Vancouver in November 2007. Check out the conference at http://www.devteach.com. ...
 
Feb13

How to enable session state in SharePoint WSS 3.0?

Categories: SharePoint 2007
Before you can use sessions you first have to enable the session state module in the web.config file in a WSS 3.0 sharepoint site. Just uncomment the following line:   <!—<add name="Session" type="System.Web.SessionState.Ses...