Exformatics now links SharePoint with Apple iPhone in order to facilitate mobile connectivity to corporate knowledge bases. Read more here.
Here too or here.
Eller her.
Scan-Jour lukkes og Exformatics overtager.
Monday, October 26, 2009
Saturday, October 24, 2009
Creating a Web Part Page programmatically
Using Microsoft.SharePoint API is often not the most easy thing in the world. As an example adding a web part page programmatically is not an easy job - unless you're lucky and hit the right page on MSDN.
I have been trying to add a pages using the SPFolder.Files.Add(, SPTemplateFileType.StandardPage) - but the page was not added as a WebPartPage so I couldn't add web parts to the page in a proper manner.
It was not until I came across the NewWebPage method on MSDN that I managed to get the job done.
I have been trying to add a pages using the SPFolder.Files.Add(
It was not until I came across the NewWebPage method on MSDN that I managed to get the job done.
Tuesday, October 20, 2009
Monday, October 19, 2009
jQuery library for SharePoint services
Using AJAX and jQuery to retrieve data from SharePoint and present it to end-users in advanced end-user interfaces is certainly the way forward.Check out this library for more information. Looks quite promising and have done some tests.
Monday, October 12, 2009
Create a Wiki page programmatically
If you have ever tried to figure out how to create a web part page or wiki page programmatically you'll find it very hard to find any information.
Microsoft MSDN doesn't have a lot of information.
Recently I came across this blog. So some information is out there - not much though.
Microsoft MSDN doesn't have a lot of information.
Recently I came across this blog. So some information is out there - not much though.
Subscribe to:
Posts (Atom)