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.
|
By , on December 11th, 2007 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…
By , on December 11th, 2007 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 …
By , on December 11th, 2007 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 …
By Paul Galvin, on December 10th, 2007 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 …
By , on December 10th, 2007 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 …
By Paul Galvin, on December 9th, 2007 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…
By Paul Galvin, on December 8th, 2007 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…
By Paul Galvin, on December 5th, 2007 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…
By Paul Galvin, on December 2nd, 2007 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…
By Paul Galvin, on December 1st, 2007 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 …
|
|