Security Trimmed Controls in SharePoint
Suppose you want to display certain WebPart (or the entire page) to limited audience. You can do this using Security Trimmed Controls. It looks like: 123<Sharepoint:SPSecurityTrimmedControl...
View ArticleSharePoint Simple CMS for SharePoint 2010
You can find other videos in my YouTube chanel. Download SharePoint Simple CMS 2010
View ArticleManipulating SharePoint list items with PHP
For long time I’ve been playing around in my head with the idea to be able to connect to SharePoint Web Services with some third-party tools. Finaly I googled a bit and found quite few articles about...
View ArticleManipulating SharePoint list items with Android (JAVA) and NTLM Authentication
Regarding to my previous post about manipulation of SharePoint list items with PHP I have been struggling with the same problem to connect SharePoint Web Services to Android even longer. I was able to...
View ArticleCreate your custom desing SharePoint master page: brand SharePoint the cool way
You can find other videos in my YouTube chanel. Download SharePoint Simple CMS 2010
View ArticleMaking a POST in Objective-C (Xcode) to SharePoint Webservice requiring...
In my previous posts I was talking about how to use SOAP to SharePoint Webservices using different programing languages (PHP, Android – Java). I found it very convenient to be able to publish also a...
View ArticleSharePoint Webservice SOAP Call for “recently changed items”
I just read a tweet question: @robertkuzma do you know syntax for web service call to get “recently changed items” from share point? The important thing here is to properly create the XML you are...
View ArticleGet items from SharePoint List using PowerShell script
For long time I wanted to dive a bit deeper into PowerShell. Hopefully I will be able to post few of the sharepoint powershell tricks here. First one is about getting list items from a sharepoint list:...
View ArticleGet SharePoint list items and export them to XML using PowerShell
Last time I was explaining how to get sharepoint 2010 list items using powershell script. Now, lets make a step forward and export those items into an XML file:...
View ArticleAdditions to this Web site have been blocked – SharePoint 2010
Just got a very interesting error in my SharePoint 2010. Not exactly sure how it came to be … but anyways. I was making some PowerShell updates to the site … also restored the site using PowerShell …...
View Article