I wanted to use a fly-out message to inform a user who was navigating from a configuration page to the…
Category Archives: SharePoint Server
How to: Create a folder roll-up web part to display the number of items in the folders without the use of code
1. add a content query web part on your page. 2. edit web part 3. define the query 4. select…
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: Troubleshoot adding users to a SharePoint Group
If you’re failing to add a user into a SharePoint group, either by going into the group and then clicking…
Quick tip: Run PowerShell in a previous version mode
In order to run a previous version of PowerShell, you don’t need to install the versions that you can get…
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,…