February 2009 - Posts
This is definitely a must have have tool for every one who is involved with branding SharePoint sites, My favorite feature, find element by click. This allows you to click on any part of the page and the DOM browser will highlight the element allowing
Read More...
I posted my sharepoint javascript utilities to msdn code gallery site, it contains re-usable methods for getting sharepoint list data, getting list schema information, etc from client. Also has a dropdownloader JS Object that you can instantiate and use
Read More...
SSL is the recommended for securing client to server communications in SharePoint, following is a list of scenarios you might want to consider using SSL for Central Administration Site : Force portal administrators login to central admin via browser instead
Read More...
This is a very long overdue post, I have implemented this back in SPS 2003 and same approach works in current version of SharePoint either WSS or MOSS. In this post I will cover how you can implement a custom document library filtering functionality into
Read More...
I’ve had a few scenarios where I needed to download files from a document library remotely without using any object model code. Here is simple program that does just that. First step is use the Lists web service to retrieve list items from the document
Read More...
I’ve decided to come back to MSDN blogs, for awhile was using personal site www.rgopinathan.com/blog , decided to shut that down. I will be moving all my posts from old blog here…
Read More...
So I tried to to install VseWSS 1.3 CTP on my Windows Server 2008 x64 machine and setup wizard failed with following error If you are experiencing the same error try following steps Run command prompt as administrator (if you have pinned this to your
Read More...