Blog
Visual Studio SharePoint List Rich HTML Field
I couldn't figure out how to add Rich HTML field to a List I was deploying in a project. I searched MSDN, it's literary reference for the Type property was "DataType". I threw my hands up. I remembered a trick I used somewhere else when I creating site templates...
SharePoint 2013 Modal Dialogs that work.
Customer request modal dialogs from time to time in their applications. We use Twitter Bootstrap pretty heavy but sometimes we don't have complete control over the JavaScript Framework. In those cases you're forced to use the OOB SharePoint Modal implementation. The...
multiple wordpress sites on Azure
http://tapanila.net/running-multiple-wordpress-blogs-on-azure-websites/
SharePoint 2007 Master Page Inheritance
Problem: When Creating Sites within a Web Applications Site Collection the Master Page can be set to inerhit but new sites do not enherit from the master page as expected. This is due to a bug in Microsoft sharepoint and has been deemed as a low priority. You can read...
Add more than two levels to SharePoint navigation control
Problem: Sharepoint out of the box only allows you to create Menus with a single Sub Menu within the navigation bar. Menu - | -Sub Menu Solution: If you are looking for something like this. Menu - | -Sub Menu - | -Sub Menu 1. Open the master page in SharePoint...
Publish MySite Master page changes
Assume you have to make changes to a Mysite default.aspx or default.master page. Assume then that you have to publish your changes to all my sites. There is not link within SharePoint to access the mysite structure for all site users. Use the link below to navigate to...
Use webpart settings in all webparts
Problem: When you create or modify a webpart for a page it is only available for that page. Assume you create a list on your site and want to share that list with other sites within the collection. Solution: 1. Select Edit Page 2. Select Edit within the Webpart and...
Customize SharePoint 2007 Search Look
Create a panel and store default Search within that panel Set Visible attribute to False so that the default search is hidden Add new Search Locate Core.css using in the Hive or use SharePoint Designer Controls the light blue border around the search box td.ms-sbcell{...
Updating MySite Master Pages and Design
After much head banging!! I have drawn the conclusion that MySites do not work like your typical SharePoint Portal Sites. Normally one would simply check out a page whether its was a master page or an ASPX page and modify it using sharepoint designer. While...