>

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.

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…

Thinking About Commercial Products

I put up a SharePoint Designer extensions project up at CodePlex earlier this year and even though it’s really quite limited in scope, I estimate that it’s been downloaded by 40 to 60 (possibly even 100) companies in just about two months.

Sunday Morning Funny: “Jesus Must Die”

We bought our first (and only) "luxury" car back when hurricane Floyd nailed the east coast of the U.S. We got a LOT of rain here in New Jersey and several days passed before life returned to normal. Just before Floyd struck, we made an off…

Google Did Accept My Live Spaces Blog Into the AdSense Program

UPDATE: As of 03/09, I have found no way to integrate my live spaces account with Google Adsense. Microsoft’s system here seems to prevent all of the technical mechanisms that Google provides would-be adsense hosters. I tend to believe this i…

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…

Implementing Master / Detail Relationships Using Custom Lists

Forum users frequently as questions like this: > Hello,> > Please tell me if there are any possibilities to build a custom list with> master and detail type (like invoices) without using InfoPath.> SharePoint provides some out of…

Creating custom links in the Quick Launch bar

Quick launch bar is the left panel in the SharePoint site that is used for navigation. 1. Navigate to the Site Actions Menu to the Site Settings Page of your site 2. In the Quick Launch page the Add Heading is used to create a new Group in the Qu…

WhitePaper for SQL Storage and Performance for SharePoint

Microsoft has released a whitepaper that provides recommendations on the database architecture, Network Topology recommendations and the Physical storage recommendations. The whitepaper also provides information on monitoring, maintaining and troublesh…

Workflow Permissions in SharePoint 2007

Workflows are designed under the security concept that they run as System Account in the Windows SharePoint Services and the App Pool Identity on the server computer and domain. In Windows SharePoint Services the workflows always have administrator pri…

Programmatically retrieving Site Usage in SharePoint 2007

Site Usage reports can be retrieved programmatically by using the GetUsageData method from the SPWeb class. This method would return a Data Table that contains information about the usage of the site based on the specified type of report, interval, nu…