ProblemThe default placement of the web part properties toolpane is sometimes troublesome to custom designs as well as a horrible user experience. The method SharePoint uses to display this panel is...
This post was unpublished...here is picture instead
I just started a free project on codeplex, called SUIE it contains web parts and other solutions for enhancing the SharePoint User Interface. The Tabber web part will convert any web part zone...
Using some code I found in an OOTB page layout I have found an easy way to add styles for when the page is in edit mode. This is neccesary if you want to change how fields and controls are laid out...
If you are like me and most SharePoint developers you are most likely juggling mutliple remote desktops from virtual machine development, server builds, and general maintenance. With so many...
Dropbox is a great file sharing tool not just to share files with colleagues but allow you share files with your self across different environments. I am often working on servers behind firewalls...
When recently using reporting services integrated with SharePoint 2010 a colleague of mine and I noticed that when a report viewer web part was set to dynamic height the page would not resize...
Promote
$w = Get-SPWebApplication "http://myserver/"
$w.UseClaimsAuthentication = 1
$w.Update()
$w.MigrateUsers()
Just a quick tip for anyone trying to remove a content type that receives and error that the content type is still in use. Even if you are sure you removed any content and list associated with the...
The OOTB functionality in SharePoint 2007 for rendering Lookup FIelds in forms is to replace the standard dropdown with a custom auto complete psuedo dropdown if 19 or more items exist in the...
When recently using reporting services integrated with SharePoint 2010 a colleague of mine and I noticed that when a report viewer web part was set to dynamic height the page would not resize...
Just a heads up if anyone will be in Baltimore, MD March 6-9 I will be speaking at SharePointConference.org in a prototyping session. He is the blurb about my session:HOW TO: Prototyping Techniques...
