Tuesday, April 27, 2010

Training resources for SharePoint 2010

SP2010 Training by msdev

SP2010 on Channel9

Sharepoint 2010 Beta Developer Training Kit

Thursday, April 15, 2010

InfoPath 2007 Object Model Poster

I just discovered that Microsoft has published a poster describing the InfoPath 2007 Object Model (and other Office Object Models)

Look here

Tuesday, March 30, 2010

How to display the Form version on the InfoPath 2007 Form

Just insert an Expression Box control into the Infopath Form using the following XPath expression:

substring-before( substring-after( /processing-instruction()[local-name(.) = "mso-infoPathSolution"], 'solutionVersion="'), '"')

Source: http://www.nivot.org/2008/09/30/WhyVSTO30VisualStudio2008SharePointWindowsWorkflowAndInfoPathMightGiveYouAHernia.aspx

Tuesday, March 9, 2010

File recovery on Windows 7

This morning, I accidently deleted a complete folder on my Windows 7 machine. I automaticly use SHIFT-Delete, so I could not Restore the folder and documents from the Recycle-Bin :(

Looking for tools I discovered the Recuva tool from PiriForm. I downloaded the Portable version, so without installer. Extracted the zip on another drive and selected my drive where the folder was accidently deleted.

Recuva

Thanx to the Recuva tool, I now have all my documents back ! It just worked..

:)

Friday, February 5, 2010

Basic Overview of SharePoint 2007 for End Users

If you want to have an overview of all the SharePoint functionality provided, you can look into the Office SharePoint Server 2007 Training (Standalone Edition). 

The Training is meant for End Users (but Developers can also learn from it. ;) )

and covers the following:

  • Collaboration
  • Enterprise Content Management
  • Bussiness Process and Forms
  • Search
  • Portals and Personalisation
  • Bussiness Intelligence

I found it usefull to get the overview.