Posted by Shantha Kumar on 25th July 2009

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 [...]

Posted by Shantha Kumar on 10th July 2009

In this post, I’ll show you how to get all the folders including subfolders from Document Library or List in sharepoint.
This is just easy, by using SPQuery object and setting ViewAttributes property in it; we can retrieve only the folders from the SharePoint List, with a single condition. Now I’ll show you a code,

SPSite site [...]

Posted by Shantha Kumar on 9th July 2009

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 [...]