>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

ReConnecting Content Databases in SharePoint 2007

After the failover of a SharePoint Products and technologies database, it is required to reconnect the contentdatabases. The following are the databases that are required to be reconnected, Content database Admin database Configuration Database Searc…

"One or more field types are not installed properly. Go to the list settings page to delete these field" error from SPQuery

When using SPQuery often one might often encounter this error. This errror is caused because the field that you are refrencing in your CAML query is repersented differently internally. This can be because either you renamed a column or another site col…

Security for Web part connections

It is possible to enable security for web parts from the Central Administration. Enabling or disabling this option will establish the webpart connections in the Page. Navigate to Central Administration-> Application Management – > Application Se…

Disable Right Click in SharePoint Site

You can prevent users from right-clicking in your sharepoint site. Add a content editor web part and add the following piece of code in the source editor of the content editor web part. Save the content editor web part. Users are now prevented from t…

WSS: Technique for creating CAML field definitions.

Additional category: CAML Here is a great posting by a fellow named "craig" on a technique for finding CAML definitions for field content types based off real live definitions from a site. His posting says it all. In brief: Create a content…

WSS: Summary steps to enable useful Features/Elements/etc. Intellisense in VS 2005

Additional categories: Visual Studio 2005 To enable useful intellisense for Features, elements, etc in visual studio 2005: Access a WSS server. Navigate to "c:\program files\common files\microsoft shared\web server extensions\12\TEMPLATE\XML&#34…

Creating a custom activity in workflow and using it in SharePoint Designer to implement Item level permissions in SharePoint 2007

Item level permissions can be implemented in sharepoint 2007 using either the SharePoint object model or the by using the out of the box features. Programmatically providing item level security in sharepoint 2007 can be implemeted either by using event…