Thursday, April 15, 2010
InfoPath 2007 Object Model Poster
Look here
Tuesday, March 30, 2010
How to display the Form version on the InfoPath 2007 Form
substring-before( substring-after( /processing-instruction()[local-name(.) = "mso-infoPathSolution"], 'solutionVersion="'), '"')
Source: http://www.nivot.org/2008/09/30/WhyVSTO30VisualStudio2008SharePointWindowsWorkflowAndInfoPathMightGiveYouAHernia.aspx
Friday, March 26, 2010
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.
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.
Wednesday, January 20, 2010
Diving into Sharepoint 2007
As I'm starting to dive into Sharepoint, I've created an overview of links which seemed to be interesting on this topic. Here is what I've got:
MSDN Patterns and Practices : Developing Sharepoint Applications
- Microsoft NL: Matthijs Hoekstra
- Sharepoint MVP NL: Mirjam van Olst
- Mike Fitzmaurice
- MikeFitz@Wordpress
- SDN: Information Worker
Tuesday, May 5, 2009
Design Patterns
Ever needed a solution for a software problem ? With a Solution Patterns you can resolve the problem on a proven way.
Microsoft provides an overview of the Enterprise Patterns used in .NET (See online HTML or download PDF )
And not to forget the list of GoF