MS Project, MOSS + 70 custom fields for your task lists!
Powered by MaxBlogPress  

Get a free email account @sharepointbuzz.com
Sign up
Check e-mail

SharePoint Online
SharePoint BUZZ Logo

Recent User Interface and Navigation

  • Customizing Admin.master - Master Page Monday’s 09.24.07

    This is our second edition of Master Page Monday’s. In our first edition, we shared some links that were useful to the SharePoint branding community. Today, we are going to provide a tip that will allow you to brand not just your default.master or application.master but also your admin.master. The admin.master takes [...]

  • Back into the Sharing Mode

    The last month I have been extremely busy: work, contracts, community projects and just enjoying the summer. I have quit my full time job and started working as a full time consultant for a Microsoft Gold Partner within downtown Toronto.
    I have had no time to post but have tried to make an effort [...]

  • Quick CSS Tip: Remove Recycle Bin Link from QuickLaunch Menu

    A client wanted to remove the Recylce Bin menu item from the Quick Launch Menu. This can be easily achieved using CSS customization for MOSS 2007.  Just thought I’d share it with everyone the following CSS code will hide the Recycle Bin from the QuickLaunch menu.
    div.ms-quicklaunch table.ms-recyclebin {
    display: none;
    }
    You can do this [...]

  • How To Customize QuickLaunchMenu

    The ever popular quick launch menu has some great functionality that SharePoint 2007 offers since it uses AspMenu Members (Microsoft.SharePoint.WebControls). This how to guide will provide you with as much information as possible so that its worthy for you to keep visiting time and time again. The default quick launch menu [...]

  • SharePoint Sitegroups in MOSS 2007 - Creating SiteGroups In Code

    Sharepoint BUZZ would like to salute Ton Stegeman for his effort and sharing with the Sharepoint community his series on Sharepoint Sitegroups. We’d like to see more blogging posts like this.
    This is the second article in a series (of 3) about SharePoint sitegroups. In part 1, Ton Stegeman discussed how you can manage these site [...]