>

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.

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 …

Bar is Still Pretty High to Extend MOSS

Today, I was working with a client and describing how to modify the content query web part and display additional bits of information from a content type. "First, you configure the CQWP to connect to its data sources, then you export it to your …

Unknown error during check in or check out

If you get an unknown error when you try to check in or check out your document in Microsoft Office SharePoint Server 2007, then it is possible that you have an incorrect installation of MOSS in your server.Try the following KB article, for a detailed …

Display Content Query Web Part Results in a Grid / Table

Overview and Objective Out of the box, MOSS’ Content Query Web Part (CQWP) displays its results in a list format, similar to search results. It is also possible to display the results in a grid format (i.e. HTML table format). Grid formats ar…

Standard WSS/MOSS Data Entry Screens Do Not Support Cascading Drop-downs (or other intra-from communication)

UPDATE (04/2008): This great blog entry shows a good javascript based approach to this problem: http://webborg.blogspot.com/2008/04/add-functions-and-events-to-sharepoint.html UPDATE II: (04/2008): This blog entry looks promising as well: http://w…

Yes/No (check box) filtering in Content Query Web Part

To filter for a query for the Yes/No check box entitled "PG Milestone", configure CQWP like this: This is another one of those obvious-once-you-know-it but hard-to-find-an-answer-to questions: How to filter on a Yes/No check box using the co…

Create Bar Graphs in SharePoint

Overview: (UPDATE 12/04/07: Added another interesting resource at the end linking to another blog that addresses this via a very interesting web part) This blog entry describes how to create a bar graph in SharePoint. This works in both WSS and MOSS…

SharePoint Does Not Provide “Who Has Access” Reports

UPDATE 01/28/08: This codeplex project addresses this issue: http://www.codeplex.com/AccessChecker. I have not used it, but it looks promising if this is an issue you need to address in your environment. UPDATE 11/13/08: Joel Oleson wrote up a very …