People who are looking for E-Learning courses and to know what’s new in Sharepoint 2010, please follow the links below and sign up for the courses, even you may download the entire course for offline viewing. Continue reading…
Sharepoint
A quick look on WSS Out Of Box web services – Part 2
In my previous post you can have a quick look on WSS Out Of Box web services – Part 1
In this post once again I want to update few WSS web service handy programs with minimum lines of code.
Before executing the code first of all add web reference http://servername:port/_vti_bin/Webs.asmx Continue reading…
SharePoint 2010 & Office 2010 Launch
Microsoft has made an official announcement that on May 12th, 2010 is the launch date for SharePoint 2010 & Office 2010
Let us join Microsoft virtually on May 12th at 11am EST and listen to Stephen Elop, President of the Microsoft Business Division, use the following link to register for the event Microsoft Office 2010 and SharePoint 2010
A quick look on Sharepoint object model programs – Part 2
In my previous post you can have a quick look on Sharepoint object model programs – Part 1
Here, once again am going to post Sharepoint object model programs (part 2) with minimum lines of code and are really handy, which are actually most useful even. Continue reading…
United Nations agencies websites powered by Sharepoint
The websites of United Nations Development Program – Solutions Network of Asia Pacific (UNDP-SNAP) and United Nations Office for Project Services (UNOPS) built with Sharepoint
The great gigantic sites http://www.snap-undp.org/ and http://www.unops.org/ already developed in Sharepoint, in order to: Continue reading…
Microsoft Most Valuable Professional
Happy to inform you that, on 1st January 2010 I have received a mail from Microsoft that I have been awarded as Microsoft Most Valuable Professional (MVP) in Sharepoint Server. What a surprise! I am so thrilled, thank you so much MICROSOFT for recognizing my contributions and honoring me with MVP award Continue reading…
Sharepoint list form generator
Today I am going to show you how to generate a list form dynamically as soon as you select the list name you can see the form generated for you with file upload field (attachment). I also know that there is an excellent solution Sharepoint Form Generator developed by Alon Havivi, but still I want to share with you, so that for some one the code may be helpful as a whole or part of it Continue reading…
A quick look on WSS Out Of Box web services
Here I am going to show you how to create/delete site collection and create/delete list using WSS OOB webservices
Creating site collection Continue reading…
A quick look on Sharepoint object model programs
Here I am going to show you that the actions which we perform normally with UI, those also can be done programmatically, the same thing I am going to show in this post, this post is mainly targeted for beginners those who are new to Sharepoint object model, a quick watch on programs to create sub sites, lists, showing web apps etc. Continue reading…
Sharepoint hit counter web part
On 11th November, 2009 I have published the HitCounter webpart solution on to Codeplex
I have made the Hit Counter webpart very compact with minimum lines of code which generates user hits, before adding the webpart to the master page you need to create a Custom List name it as Statistics then create three columns in Statistics list as below: Continue reading…