Today when I tried to install SharePoint Designer 2010 on my server I got the following error:
The language of this installation package is not supported by your system.

Today when I tried to install SharePoint Designer 2010 on my server I got the following error:
The language of this installation package is not supported by your system.

When you are working on the development machine in a test environment sometimes you need to give permissions to users from another forest\domain. But you can’t see the other domain’s users in the people picker of your SharePoint application. If this is the case this post will be very helpful – it describes how to add additional forest\domain to your people picker.
http://martinbruce.blogspot.com/2011/05/sharepoint-2010-multiple-domains-people.html?showComment=1307607931974#c2148053790141003310
These two lines did the work for me:
stsadm -o setapppassword -password "password"
stsadm -o setproperty -pn peoplepicker-searchadforests -pv "domain:domain\user,password" -url "web_app_url"
Sometimes we need to print the content of the SharePoint pages. It’s a basic need of every user. But we have a little issue with this in SharePoint 2007. In SharePoint 2007 it always print the whole page with all graphics of the Master Page on it. It can be real challenge when you need to print only a content of the page.