Customizing the search box in SharePoint 2010

In this blog post I will show you how to customize the search area in the header of your custom master page. Since this site is for an intranet, I started by making a copy of the v4.master and renaming that copy. You could also use the Starter Master Page, by Randy Drisgill on CodePlex. When [...]

Read full story Comments { 0 }

Using the .s4-titlerowhidetitle in your custom master page.

When creating a custom master page you want to make sure to keep the s4-titlerowhidetitle class.  If you don’t have this in your custom master page you can find the tag  directly after the #s4-bodyContainer in your v4.master. (Please don’t edit the v4.master directly!) <div id=”s4-titlerow” class=”s4-notdlg s4-titlerowhidetitle”> … </div> IMHO it’s a gem when [...]

Read full story Comments { 0 }

A cleaner layout when using the web part tool pane!

How many times have you gone to edit a web part on the page, only to have to scroll to the right to see the tool pane? If you happen to have a large screen then this is not much of an issue, but if you have a smaller screen or have numerous windows open [...]

Read full story Comments { 0 }

SharePoint 2010 customizations and the modal dialog

I blogged on this once before, but I just found the text part posted from 12/29/2009. So I am posting it again with updates. When creating a custom master page with SharePoint 2010 you will run into issues.  First one: you find that the modal dialog (pop-up) is using some, or all, of your custom [...]

Read full story Comments { 0 }

Adding Custom Site Actions Items to my SharePoint 2010 Blog

When you first create a blog on SharePoint 2010 it seems clunky in allowing the management of posts, comments, etc. Since I have a fixed width blog I don’t use the third column. Yes you can move the web part but what fun is that when we can try something new and add some links [...]

Read full story Comments { 0 }

Adding a Twitter feed with SharePoint xml viewer web part

Working on sites these days you have many social feeds that need to be added to your SharePoint site. One way we have accomplished this is using the XML viewer web part. You can add this into a web part zone on your page through your browser or you can add the web part directly [...]

Read full story Comments { 0 }