What’s New in SharePoint 2010 -4 (Themes)
Now, SharePoint 2010 coming with a new gallery for themes. We can view that theme gallery on the following url, http://server/_catalogs/theme/Forms/AllItems.aspx
Now we can upload and store the themes to Themes gallery. The themes in this gallery can be used by this site or any of its sub sites.
To apply the theme for SharePoint site, follow [...]
What’s New in SharePoint 2010 – 3 (14 Hive)
When we compared to the SharePoint hive folder with previous editions, some additional folders are available.
In SharePoint 2010, the physical path leads to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14 instead of folder 12.
New folders available in SharePoint Hive folder are,
Policy
UserCode
WebClients
WebServices
What’s New in SharePoint 2010 – 2 (SharePoint Management Shell)
Another interesting SharePoint new feature. SharePoint 2010 now coming with a new management console called, “SharePoint Management Shell”. Which contains the Powershell cmdlets for SharePoint, by using this we control and manage the SharePoint operations like we done in STSADM command.
To know more information on SharePoint Management Console and basic cmdlet operation, Zach Rosenfield blog [...]
What’s New in SharePoint 2010 – 1 (SPAlert)
Now i am starting a new series which focused on the new features available in upcoming SharePoint 2010.
In previous versions; by out of the box, alerts are send only through e-mails, but in SP2010 we can able to send an alerts to mobile devices as SMS Message. For that, we have a new property under [...]
SP2010 Resources
I found some download links has the information on SharePoint 2010. Here i placed those links, that ‘ll be useful for all who want to know about SharePoint 2010.
Hosting Environments for SharePoint 2010 Products
Summarizes the support for hosting environments and illustrates common hosting architectures.
Cross-farm Services in SharePoint 2010 Products
Illustrates how to deploy services across farms [...]
Calling SharePoint webservice using JQuery
This post will explains you about, how to connect and retrieve the SharePoint data’s by calling SharePoint webservices using JQuery. This will be helpful in displaying SharePoint content in Pages without using Server side scripts and other long coding; we can achieve that by using simple JQuery methods.
For that we need to download the JQuery [...]
Convert Relative Url to Absolute Url in SharePoint using Javascript
If you are come around core.js file, you all can see many functions available on that file.Those fuctions are very usefull when we need that in customization, for instance
We have a relative url of the current sharepoint site, I need to convert that relative url to absolute url, there comes a simple method called makeAbsUrl
The [...]
SharePoint Databases
I did some research on SharePoint Databases and how are they providing datas to SharePoint sites?. Here i am come up with some details of Databases used in SharePoint.
Database Name
Description
Availablity
SharePoint_AdminContent_
GUID
This is the Central Admin Content database, is used to store all WSS 3.0 / MOSS content.
WSS3.0, MOSS
SharePoint_Config
The configuration database contains data about all the databases [...]
The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.
The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.
The above error will be thrown at the time of updating Library or Lists items due to authentication problem, or We didn’t have the rights to update the items.
By using the follwoing code, We [...]
Download Document from SharePoint Library using WebService
In this post, I am going to explain about downloading a document from sharepoint library using webservice, For that we need following things,
Read the contents from Document, located in SharePoint Library
Create and store the contents on a new document in Local Machine
To get the contents from Document under Sharepoint library,we shall use the GetItem method [...]
