>

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.

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…

Summary Link Web Part

Summary Link Webpart can be used to provide a summary of links from both inside of your SharePoint site and also from outside for SharePoint. The Summary link webpart provides an easy way to build a page of links to various resources. This webpart is a…

SharePoint Errors

The following are some articles that are useful in identifying SharePoint errors. SharePoint errors are logged in the event viewer and in SharePoint logs located in the 12 hive in the following path. C:\Program Files\Common Files\Microsoft Shared\web s…

Feature Element in Feature.xml

The Feature Element tag in a feature.xml file defines the feature and specifies the location of assemblies, files, dependencies or properties that support the Feature.Some of the attributes that can be defined in a Feature Element are, ActivateOnDefau…

Form Services Limitations

Infopath 2007 has many new features and controls, however the following are the controls and features of Infopath 2007 that are not supported by Infopath Form services.The controls that are not supported in Infopath Form Services are,1.ActiveX control …

WSS 3.0 and MOSS SP1 has been released

You can get the latest of the SharePoint 2007 service packs from the following links,Windows SharePoint Services 3.0 Service Pack 1 (SP1)2007 Microsoft Office Servers Service Pack 1 (SP1)

Microsoft’s SharePoint Capacity Planning Tool Beta

Microsoft has released the beta version of the SharePoint Capacity Tool. This tool as the name says it all is will guide you on the kind of infrastructure needs and farm topology design based on the number of users, network bandwidth, hardware availabi…

Change the Welcome Page in Publishing template of SharePoint

To change the welcome page of a SharePoint site based on the publishing template to a custom aspx page, Place your aspx page in the _layouts folder of the 12 hive of SharePoint Navigate to the Site Settings page from the Site Actions menu of your site…

w3wp associated with your SharePoint application

To find which w3wp is associated with your SharePoint application, Open command prompt Navigate to C:\Windows\System32 Type CScript iisapp.vbs The iisapp.vbs is a vbscript file that lists all the worker processes along with their process ids running …

Reschedule or Change the interval of a SharePoint custom Timer Job

To reschedule or change the interval of a SharePoint custom Timer Job Change the schedule interval in the custom code using the SPDailySchedule class of the SharePoint object model Build and deploy in the GAC. IISRESET Go to the command prompt and …