Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Recent Posts
SharePoint 2010: Import User Profile photos from file system
Posted
5 months ago
by
Pranab-MSFT
SharePoint 2010: Custom Claims Provider for users authenticated from different sources
Posted
7 months ago
by
Pranab-MSFT
Live Series by Partner Technical Services
Posted
over 1 year ago
by
Pranab-MSFT
Virtual Partner Day - Collaboration and Unified Communications (for EMEA Partners)
Posted
over 2 years ago
by
Pranab-MSFT
OCS/UC - How to get user presence information (userstate and machinestate)
Posted
over 2 years ago
by
Pranab-MSFT
Tags
Captcha antispam sharePoint custom field
Code programming Programmatically modifying incoming email setting sharepoint document library
communicator incoming PSTN phone no.
connected web parts iwebpartfield editor part user control
content migration 3rd party MOSS content management
Core.js list sub menu context menu
Custom field BDC custom list definition data source content type
custom login page SharePoint 2010 form based authentication FBA
custom wcf SharePoint 2010
Item level permission for sharepoint 2007 programming code
ItemUpdating event handler packaging feature wsp item event
lists.asmx getlistitems
Live ID Map Domain User
MS Access strip OLE Header image OLE Object gif jpeg jpg png tiff bmp
ocs uc user presence
OpenXML SharePoint Event Receiver
pdf xps converter .docx .pptx .pub word pwerpoint publisher
quickparts excel
sharepoint wss moss custom content type list definition
sharepoint wss moss custom list definition discussion board custom column latest last thread content
Sharepoint wss moss Web Part User Control custom task pane properties
usage report site hit
Archives
Archives
August 2011
(1)
June 2011
(1)
January 2011
(1)
November 2010
(1)
July 2010
(2)
June 2010
(1)
April 2010
(1)
March 2010
(2)
August 2009
(1)
May 2009
(2)
December 2008
(3)
November 2008
(1)
September 2008
(1)
August 2008
(2)
July 2008
(4)
May 2008
(1)
March 2008
(1)
February 2008
(3)
January 2008
(1)
December 2007
(1)
November 2007
(4)
September 2007
(2)
August 2007
(1)
July 2007
(7)
June 2007
(1)
Der deutsche Education Blog
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2010: Import User Profile photos from file system
Posted
5 months ago
by
Pranab-MSFT
3
Comments
So, you have successfully deployed User Profile Service and Mysite with SharePoint 2010. Now, the question is how to populate the users’ profile photo. The general expectation around SharePoint 2010 is each user will upload their individual profile...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2010: Custom Claims Provider for users authenticated from different sources
Posted
7 months ago
by
Pranab-MSFT
2
Comments
One of the special features SharePoint 2010 introduced is an option to implement multiple authentication sources on the same web application. This is applicable if you are using Claim based authentication.That means you can use any/all of the following...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Live Series by Partner Technical Services
Posted
over 1 year ago
by
Pranab-MSFT
0
Comments
Partner Technical Services is pleased to present the following live series events. Each event consists of a webcast, or series of webcasts, delivered using Office Live Meeting. These events will help you to sell or deploy Microsoft products or technologies...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Virtual Partner Day - Collaboration and Unified Communications (for EMEA Partners)
Posted
over 2 years ago
by
Pranab-MSFT
0
Comments
Tuesday 23rd - Wednesday 24th November 2010: Virtual Partner Day - Collaboration and Unified Communications Partner Technical Services are pleased to present this special Live Series event. This virtual partner day provides the opportunity to attend...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
OCS/UC - How to get user presence information (userstate and machinestate)
Posted
over 2 years ago
by
Pranab-MSFT
0
Comments
Recently I received a request to prepare a sample code that can produce user presence from OCS server. Users can change their state as “Away” or “Busy” when in reality they are very much available. OCS tracks this in backend DB...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to create custom login page for SharePoint 2010 form based authentication (FBA)
Posted
over 2 years ago
by
Pranab-MSFT
9
Comments
I went through Steve Peschka’s blog explaining how to set up FBA with LDAP provider in SharePoint 2010: http://blogs.technet.com/b/speschka/archive/2009/11/05/configuring-forms-based-authentication-in-sharepoint-2010.aspx . What a wonderful...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to get an incoming PSTN phone no. from communicator window (UC/OCS)
Posted
over 2 years ago
by
Pranab-MSFT
1
Comments
Unified Communication gives you option to configure your PBAX with OCS Server and Communicator. This way you can receive incoming calls using Communicator and it shows a balloon with the incoming phone no. Recently I receive a request to deliver a sample...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Find all SharePoint groups an AD user is member of
Posted
over 2 years ago
by
Pranab-MSFT
1
Comments
It’s quite easy to find the SharePoint groups each user is member of by object model. SPUser.Groups will give you the collection of groups the user is member of. But if this user is a member of an AD group and that AD group is added as a member of the...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Custom WCF Service for SharePoint 2010
Posted
over 2 years ago
by
Pranab-MSFT
2
Comments
Its easier to implement a custom WCF service application for SharePoint 2010. At least its no longer required to create HTTP Module to make SharePoint understand what to do with a file with .svc extension, as we used to do with SharePoint 2007. I recorded...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
MOSS 2007 – backup and restore keywords and best bets
Posted
over 2 years ago
by
Pranab-MSFT
10
Comments
If you are using standard stsadm backup and restore process, you must have seen keywords and best bets do not carry forward with the backup content. The reason is simple, although you configure keywords and best bets at the site collection level, but...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to map Live ID with Domain (Active Directoy/AD) User Credential
Posted
over 3 years ago
by
Pranab-MSFT
1
Comments
Have you ever tried implementing Live ID Authentication into your asp.net web application? Well, it is not same as old Passport Authentication. From IIS 7 onwards we do not have option to implement Passport authentication. In place of it we have a Live...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
How to publish MS Excel cell values in Metadata columns as in QuickParts for MS Word
Posted
over 3 years ago
by
Pranab-MSFT
2
Comments
We can achieve this by creating an ItemAdded event receiver. To extract the metadata values from Excel cells, we need OpenXML. In my case, I used a solution called ExcelPackage from CodePlex ( http://www.codeplex.com/ExcelPackage/ ). I modified the source...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
MOSS 2007 – create your own customized usage report solution step by step
Posted
over 3 years ago
by
Pranab-MSFT
11
Comments
Usage report in MOSS 2007 gives you somewhat fare information about site usage. But if you need customized report to satisfy your specific requirement, then there is hardly any option to extend or customize those reports. For example I want usage reports...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2007 (MOSS/WSS) - Adding header and footer in Word Document (.docx) with ItemAdded Event Receiver using OpenXML
Posted
over 4 years ago
by
Pranab-MSFT
5
Comments
I used OpenXML to add the two metadata column values - document name as the header and modified date as footer while someone upload a document in document library. Please include a reference of WindowsBase and DocumentFormat.OpenXml in the project. WindowsBase...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2007 (MOSS/WSS) - Custom CAPTCHA (Antispam) Field
Posted
over 4 years ago
by
Pranab-MSFT
16
Comments
I saw a nice post in CodeProject ( http://www.codeproject.com/KB/aspnet/CaptchaImage.aspx ) regarding CAPTCHA image control. I used the same code to create a Custom Field that will work like a CAPTCHA field for SharePoint. I tested it with Custom List...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2007 (MOSS/WSS) - how to remove "Download a Copy" context menu from a Document Library
Posted
over 4 years ago
by
Pranab-MSFT
10
Comments
One of my friend and colleague asked me this question. I found it tricky and a good post for my blog. Here is what you have to do: Go to your 12 hive\TEMPLATE\LAYOUTS\1033 folder. Open up the Core.js file. Find the function AddSendSubMenu. Go to the...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2007 (MOSS/WSS) using Lists.asmx - GetListItems
Posted
over 4 years ago
by
Pranab-MSFT
4
Comments
Requirement: I have a custom desktop application and I have created an installer for it. During installation it needs to connect trough Internet to receive the key. Now I have stored these keys in a SharePoint List as given below: The user will...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Convert Office Documents (.docx, .pptx, .pub) into PDF Programmatically
Posted
over 4 years ago
by
Pranab-MSFT
16
Comments
Office 2007 has an option to convert different types of Documents into PDF or XPS. You can download the add-in from this location: http://www.microsoft.com/downloads/details.aspx?familyid=4D951911-3E7E-4AE6-B059-A2E79ED87041&displaylang=en You...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2007 (MOSS/WSS) – How to add a new column (Custom BDC Column) in Discussion Board (Part2) – Step by Step
Posted
over 4 years ago
by
Pranab-MSFT
6
Comments
Requirement: This is an enhancement of the List Definition project we have created in previous post ( SharePoint 2007 (MOSS/WSS) – How to add a new column in Discussion Board showing the Latest Thread for each Discussion – Step by Step ). The new requirement...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2007 (MOSS/WSS) – How to add a new column in Discussion Board showing the Latest Thread for each Discussion – Step by Step
Posted
over 4 years ago
by
Pranab-MSFT
8
Comments
Step 1: Start VS 2008 and select Visual C# > SharePoint. Select List Definition as the project template. Rename the project as CustomDiscussionBoard and click OK. In the List Definition Setting dialog box click OK. Step 2: In the solution...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Part 2 - Adding user control to SharePoint 2007 (MOSS/WSS) Web Part and handling events in there - Step by Step with task pane properties
Posted
over 4 years ago
by
Pranab-MSFT
15
Comments
Since my post “ Adding user control to SharePoint 2007 (MOSS/WSS) Web Part and handling events in there ” I got great response and several feedbacks. I am adding a new step by step process using VS 2008 (VSeWSS 1.2). I have also used properties for the...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
SharePoint 2007 - Step by Step Creating Custom List Definition and Custom Content Type using VS 2008 (VSeWSS 1.2)
Posted
over 4 years ago
by
Pranab-MSFT
15
Comments
Project Requirement: Contoso Inc. is a BPO organization working on Medical Transcription. Information workers listen to the voice recordings and create text files based on those recordings. 3 Text files (test.txt, test2.txt, test3.txt) are given as...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Removing OLE Header from images stored in MS Access DB as OLE Object
Posted
over 4 years ago
by
Pranab-MSFT
4
Comments
This is the first non-SharePoint blog post I am writing J . I am writing because this is interesting and it seems lots of people faced or facing similar issues. If you are storing images in Access DB table as OLE object, and you are adding images programmatically...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
Step by Step - Creating Connected SharePoint Web Parts using IWebPartField interface and using Editor Part and User Controls
Posted
over 4 years ago
by
Pranab-MSFT
11
Comments
I was eagerly waiting for the release of VSeWSS version 1.2 for VS 2008. Without it developing custom SharePoint applications in VS 2008 was like nightmare. Let us explore it by creating connected web parts. This time we will create connected Web Parts...
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS
MOSS 2007 - Migrating content from 3rd party content management solution to MOSS Publishing/Collaboration Portal
Posted
over 4 years ago
by
Pranab-MSFT
2
Comments
Requirement: I have an existing content management solution where I store the content of the user generated pages in database (in my case SQL Server). Here is a snapshot of the table where the contents of those pages are stored: I have created...
Page 1 of 2 (46 items)
1
2
MSDN Blogs
>
Pranab Paul's Blog - Development Tips on SharePoint, Web, Office and OCS