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 12th, 2007 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…
By Paul Galvin, on December 11th, 2007 Scenario: In a SharePoint Designer workflow, you need to determine if a date field is blank. Problem: SPD does not provide a direct method for comparing dates to anything other than a date. You cannot create a condition like this: "If [DateF…
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…
|
|