How to: in Sharepoint

How to : Configure usage reporting

How to : Reduce Sharepoint Log files

How to : Configure drop down from a list to then filter another list

How to : Add attributes to a folder.

How to : Find the site that exceeded Site URL limit of 255  (One or more files in the restored site collection will exceed the maximum supported path length)

How to : Set Maximum file size in Sharepoint.

How to : Freeze the title column of a gantt chart 

How to : Customise the New Form.aspx

Change Colors codes for appointments
  Color code tool
  Change Table CSS for calendar
  Customizing the Content Query Web Part and Custom Item Styles
  Configuring and Customizing the Content Query Web Part

Sharepoint Magazine :  10 Best Practices For Building SharePoint Solutions

Posted by donaldb on May 16 2012 in Sharepoint

Datepicker jquery

Customise options datepicker

http://keith-wood.name/datepick.html

Posted by donaldb on May 2 2012 in jQuery

Incoming Email Enabled Sharepoint

How to configure sharepoint so that attachements in emails get saved into a document library directly.

http://www.combined-knowledge.com/Downloads/2007/How%20to%20configure%20Email%20Enabled%20Lists%20in%20Moss2007%20RTM%20using%20Exchange%202007.pdf

Posted by donaldb on Feb 14 2012 in Sharepoint

Back up and restore a farm

All options:

http://technet.microsoft.com/en-gb/library/cc263166%28office.12%29.aspx

using stsadm:

http://technet.microsoft.com/en-gb/library/cc263004%28office.12%29.aspx

Posted by donaldb on Feb 2 2012 in Sharepoint

Windows Workflow State Machine

Examples of State Machine with Workflow helper class.

http://odetocode.com/Articles/465.aspx

Useful Begineers site:

http://msdn.microsoft.com/en-us/netframework/first-steps-with-wf.aspx

http://winwf.codeplex.com/

In order to track WF you will need the Windows Workflow SDK. The Windows Workflow SDK is present in the Windows SDK listed here:

http://www.microsoft.com/download/en/details.aspx?id=19396 

Click on the WFSamples.exe and extract it. The project that has the Tracking tool is at this extracted location:

$ExtractedLocation\Samples\Applications\WorkflowMonitor\CS\WorkflowMonitor

Compile the project and run. You will need to provide the Database connections.

Finally : copy this exe to the directory where the Workflow dll exists as it needs to load it and run the exe.

Posted by donaldb on Jan 20 2012 in WF Tags: ,