Tuesday, March 19, 2013

jQuery Primer for SharePoint

http://sharepointmagazine.net/series/a-jquery-primer-for-sharepoint

Get-SPScripts : PowerShell Scripts for SharePoint: Copy SharePoint lists and document libraries from ...

Get-SPScripts : PowerShell Scripts for SharePoint: Copy SharePoint lists and document libraries from ...: This article is the first in a series on exporting and importing SharePoint objects using the Content Deployment API and PowerShell. I’m not...

Monday, March 18, 2013

How to: Set up People Search in SharePoint 2013

Good article by Corey Roth

Here is the link: http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/01/03/how-to-set-up-people-search-in-sharepoint-2013.aspx

Thursday, March 14, 2013

Make a radio button in InfoPath form read only


Conditional formatting is the answer. To set the control to always be disabled do the following:
  1. Right click on your field and select Rules
  2. Create a new formatting rule and click Condition
  3. Choose The expression from the dropdown 
  4. type true() or 1 in the text field (this tells InfoPath to always apply this formatting)
  5. Check the Disable this control checkbox.
  6. Click OK