In order to run a previous version of PowerShell, you don’t need to install the versions that you can get…
Category Archives: SharePoint 2007
How to: Resolve “Unable to start debugging on the web server. The web server is not configured correctly”.
This is a strange message actually. You’re not supposed to see this, unless someone tinkers with the web.config file of…
How To: Use JavaScript to hide SP2010 elements (quick & dirty)
Add a <script src=”http://server/sites/teamsite/Style Library/Scripts/scriptFileName.js” type=”text/javascript”></script> line in the Master Page that is being used by the page that displays…
How To: Add a modal dialog box in ItemStyle.xsl
Normally, you will want to use a modal dialog box to display a webpage, form, or something of the kind,…
How to: Define which fields to appear in a SharePoint RSS Feed
In SharePoint 2007: 1. Navigate to the list/library that you want to get an RSS feed for 2. Navigate to…
How to: Install and use Reporting Services with SharePoint 2007
Here is an impeccable guide on how to work with Reporting Services in SharePoint 2007. The following are the steps…
How to: Build a complex calculated formula for a SharePoint list
You reference fields/columns by their display names in square brackets, eg: [Deliverable Status]. You concatenate these with the “CONCATENATE” keyword…
How to: Change the display of items in a CQWP
If you’re using a content query web part to display list items on a page, you will have to change…
How To: Edit a Content Editor WebPart’s presentation xslt
1. Edit a page 2. Add a Content Editor Web Part on the page 3. Edit the CEWP 4. Export…
How to: add properties to custom web parts
You can easily add custom properties to your custom web parts so that you can pass in values to them…